Commit Graph

57 Commits

Author SHA1 Message Date
Sam Edwards b2bfb31114 general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.

Closes #350
Closes #335
2018-06-14 16:04:49 +02:00
Sam Edwards e2b4353800 general: Replace NULL (and 0 as pointer) with C++11 nullptr
Exceptions to this replacement are:
- .c files
- Headers included by a .c file
- stb_image.h
- dr_flac.h
- Strings
- Comments
2018-06-03 16:35:13 -06:00
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
rdb 3e34233b1c Implement extracted files for packp3d and pdeploy (only when used together)
This also changes start_dir for pdeployed applications to point to the application directory, no longer to ~/.panda3d/start
2015-08-14 16:01:17 +02:00
rdb 60973fdb7b Lots of changes to the plugin and pdeploy to make packaged games run without needing write access or internet access 2010-09-22 19:52:14 +00:00
David Rose c2e54f12db avoid passing time_t between different compilers 2010-06-17 00:46:05 +00:00
David Rose edab904b87 coreapi version 2010-06-16 01:19:31 +00:00
David Rose 1b02e24408 more max_age stuff 2010-06-09 23:19:49 +00:00
David Rose 93726b88c1 reload crashes 2009-12-31 02:16:24 +00:00
rdb 2891b585b0 Custom root_dir functionality 2009-12-26 20:08:36 +00:00
David Rose 708d5e37fb stability fixes for snow leopard 2009-12-22 21:15:14 +00:00
David Rose ff93698ce6 have to limit p3d_plugin to C API, which means no default arguments allowed 2009-12-09 18:55:14 +00:00
rdb 51afeb20ac Add p3dembed and add support for offsetted p3d payload 2009-12-09 18:21:10 +00:00
David Rose fc10c7c5a0 further interface generalizations 2009-11-21 01:20:55 +00:00
David Rose fbb5c7ce0d P3D_instance_start_stream() 2009-10-16 18:07:35 +00:00
David Rose dcc5447688 plugin version 2009-10-09 23:54:45 +00:00
David Rose 6c6f498ebb panda3d.exe should check mirrors too 2009-10-07 22:25:03 +00:00
David Rose a308a4a01c add p3dpythonw.exe, more robust startup 2009-10-06 18:55:28 +00:00
David Rose 508b92005f super mirror 2009-09-23 23:31:38 +00:00
David Rose b52dfe14dd more security work 2009-09-11 23:16:05 +00:00
David Rose a4fcdbe5b9 P3D_check_request(timeout) 2009-08-26 19:42:36 +00:00
David Rose 81363c4ba9 PackageInstaller, runtime package installation 2009-08-25 21:40:57 +00:00
David Rose df978c88b2 verify_contents 2009-08-21 19:00:50 +00:00
David Rose 5289285624 more robust temp file and log handling 2009-08-20 00:24:00 +00:00
David Rose 1dda2cfb99 command-line arguments 2009-08-17 16:03:49 +00:00
David Rose 8f96fa71f5 p3d_url 2009-08-16 17:36:44 +00:00
David Rose 6ebcfc5f89 integrate DTOOL_PLATFORM etc 2009-08-03 19:43:48 +00:00
David Rose 7293844e4a better download rules 2009-07-29 19:58:26 +00:00
David Rose 6b6a90e1b0 some minor cleanup 2009-07-29 12:35:16 +00:00
David Rose 6b908cb525 a few race conditions 2009-07-28 20:17:14 +00:00
David Rose 07e714bb16 more needs_response changes 2009-07-19 18:15:52 +00:00
David Rose 94f07118c1 subprocess mouse movement 2009-07-17 21:30:51 +00:00
David Rose 9fa212a48a embed plugin windows within OSX browsers properly 2009-07-13 07:14:30 +00:00
David Rose 3e8b1c6ffd thread-safe macro wrappers 2009-07-10 17:49:04 +00:00
David Rose 33a94a3996 tweaks 2009-07-10 00:17:30 +00:00
David Rose dc6c73108c add thread-safe reference count functions 2009-07-10 00:14:25 +00:00
David Rose fbf81f90eb P3D_object needs to be reference-counted 2009-07-09 20:14:19 +00:00
David Rose 095c719f9d resolve confusion between null, none, void, and undefined 2009-07-08 22:31:48 +00:00
David Rose 25dd6bcc71 outbound scripting 2009-07-07 17:43:41 +00:00
David Rose 3e8eca5528 osx compilation issues 2009-07-06 19:43:39 +00:00
David Rose 13552a7041 working on inbound scripting controls 2009-07-06 17:38:41 +00:00
David Rose 47e364b1e1 ditch the P3DListObject 2009-07-05 15:54:53 +00:00
David Rose ed037be160 inbound scripting controls 2009-07-04 19:12:24 +00:00
David Rose 6f2591c642 P3DPythonObject et al 2009-07-03 20:27:50 +00:00
David Rose aa37501b8f try more object-oriented approach to scripting 2009-07-02 23:08:19 +00:00
David Rose 204467f5af variant -> value 2009-07-01 17:05:17 +00:00
David Rose a64a4f09c5 more scriptability wip 2009-07-01 15:52:08 +00:00
David Rose c966b5f4ed beginning scriptability 2009-07-01 03:10:32 +00:00
David Rose 36eb5bc08a hey its working 2009-06-24 05:33:44 +00:00
David Rose 8a48e4593e it continues 2009-06-24 03:29:08 +00:00