Sam Edwards
a9dfd8352e
general: Distinguish local/system includes
...
This changes includes so that local includes are consistently
#include "localFile.h"
while system and third-party includes are consistently
#include <systemFile.h>
This commit mostly converts the former to the latter; the two
exceptions are in android_main.cxx and fmodAudioSound.h, where
the reverse was necessary.
2018-11-10 18:00:10 -07:00
Sam Edwards
7790f8429d
general: Fully qualify header references into the std namespace
...
Closes #341
2018-06-07 10:35:12 +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
Mitchell Stokes
59b0913b0b
Cleanup .gitignore files
...
Remove all .gitignore files in subdirectories and add a few new ignores
to the top-level directory .gitignore file.
2016-10-30 20:06:12 -07:00
tobspr
0fcfb8e372
New file headers, new comment style
2016-02-17 17:47:48 +01:00
rdb
090e912ce6
Cleanup of comments and whitespace
2016-02-01 22:30:43 +01:00
rdb
db3ab953e4
Remove ppremake, genPyCode, and all hacks created to support them
2015-11-09 19:06:49 +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
16e7831566
Remove executable permissions from files that don't need them
2015-04-05 15:41:49 +02:00
rdb
0a999d2b6b
Remove two includes that are not supported in 64-bit windows
2014-09-15 12:51:30 +00:00
rdb
d7c76b2bc3
Let's just require Windows XP and IE 5.0.
2013-10-07 19:31:42 +00:00
rdb
acb97361db
msvc 2010 actually requires targeting winxp
2013-10-07 15:56:12 +00:00
rdb
d265d9f434
MSVC 2010 requires _WIN32_WINNT to be defined to 0x0403 or higher.
2013-10-07 15:34:34 +00:00
David Rose
9150bd2f6c
wip: support windows unicode filenames in plugin
2011-08-30 02:54:01 +00:00
David Rose
a37e44c7c5
failed icon, win32
2011-08-29 17:52:58 +00:00
David Rose
c63ccdf92a
delay half a second before starting the twirl
2011-08-26 21:52:31 +00:00
David Rose
1d60925220
twirling icon for ActiveX too
2011-08-26 21:39:40 +00:00
David Rose
3431dd0790
solve blocking p3d download for ActiveX
2011-08-26 01:22:33 +00:00
David Rose
ef0cb39c1d
untabify
2011-06-29 22:18:54 +00: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
Arkady Trestman
debb5223cc
fixed a crash on IE page refresh to address Jira POTCOWEB-1497: Browser crash after creating a new account and hit play button to enter the game
2010-08-11 22:51:32 +00:00
Chris Brunner
da430735ad
don't try to build activex on Win64
2010-07-06 21:55:24 +00:00
David Rose
065b130d64
libp3tinyxml_mt
2010-06-17 18:15:15 +00:00
David Rose
c2e54f12db
avoid passing time_t between different compilers
2010-06-17 00:46:05 +00:00
David Rose
754e341ee2
coreapi_set_ver for active too
2010-06-16 18:17:27 +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
f451da1f34
max_age
2010-06-09 00:58:48 +00:00
Chris Brunner
9c7242aff4
*** empty log message ***
2010-05-25 01:12:21 +00:00
rdb
4173057c26
Move tinyxml into the source tree, rather than using it as external library
2010-05-24 18:55:08 +00:00
David Rose
54fe2d800a
CompanyName
2010-03-31 22:19:56 +00:00
David Rose
430800a43e
first attempt to fix deadlock on Pirates launch
2010-02-18 02:14:53 +00:00
David Rose
29b376c1e3
smooth out package transitions by threading uncompress and unpack
2010-02-16 21:55:31 +00:00
Arkady Trestman
eff462f13f
fixed reinit race condition
2010-01-11 05:02:28 +00:00
David Rose
7c73b6a661
P3D_PLUGIN_MT
2010-01-08 23:46:40 +00:00
David Rose
fad81481b4
build p3dembed with ppremake system
2010-01-05 00:55:39 +00:00
David Rose
52b1a2af67
fix crash on page reload
2009-12-30 23:49:31 +00:00
David Rose
708d5e37fb
stability fixes for snow leopard
2009-12-22 21:15:14 +00:00
David Rose
029eb75f78
crash fix on exit
2009-12-21 23:31:47 +00:00
David Rose
74264f850f
utf-8
2009-12-18 23:48:26 +00:00
David Rose
086e53a453
onpluginfail in more cases
2009-12-10 23:38:40 +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
Arkady Trestman
a8b76b9599
now handling setting by reference
2009-12-03 23:55:30 +00:00
Arkady Trestman
9c73a2344d
additional error checking to prevent accidental range over-reference
2009-12-03 23:53:53 +00:00
David Rose
863662c542
enable p3dplugin.log by default too
2009-11-24 00:30:06 +00:00
David Rose
7544008e72
FileDescription is sometimes displayed as the only text for the contents
2009-11-21 23:27:08 +00:00
David Rose
2d32638895
onPluginFail for IE
2009-11-21 23:16:03 +00:00
David Rose
fc10c7c5a0
further interface generalizations
2009-11-21 01:20:55 +00:00
David Rose
d0d2ac4fa0
explicit window_handle type for win32
2009-11-18 19:36:45 +00:00
David Rose
08d7abb8fb
version numbers on plugin dll's
2009-10-29 23:21:23 +00:00