Commit Graph

11 Commits

Author SHA1 Message Date
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
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01: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 74264f850f utf-8 2009-12-18 23:48:26 +00:00
Arkady Trestman a8b76b9599 now handling setting by reference 2009-12-03 23:55:30 +00:00
David Rose f2e3cef83b avoid ie7 crash 2009-10-08 17:35:47 +00:00
David Rose a308a4a01c add p3dpythonw.exe, more robust startup 2009-10-06 18:55:28 +00:00
Arkady Trestman f7566dc280 added IDispatchEx support for dynamic scripting features 2009-10-06 17:11:40 +00:00
David Rose c06abc5887 fix some memory management issues 2009-09-16 19:00:11 +00:00
Arkady Trestman 6a17f6c388 initial commit 2009-09-15 00:21:13 +00:00