Commit Graph

9 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 9150bd2f6c wip: support windows unicode filenames in plugin 2011-08-30 02:54:01 +00:00
David Rose 863662c542 enable p3dplugin.log by default too 2009-11-24 00:30:06 +00:00
David Rose ab3e13403f some small fixes, starting _web_hostname integration 2009-10-26 20:19:19 +00:00
Arkady Trestman f7566dc280 added IDispatchEx support for dynamic scripting features 2009-10-06 17:11:40 +00:00
David Rose 5938d40926 great big microsoft nonsense about temporary paths 2009-09-29 01:53:10 +00:00
David Rose 2a1299b294 integrate with some more code in plugin, fix a couple of bugs 2009-09-25 21:41:12 +00:00
Arkady Trestman 6a17f6c388 initial commit 2009-09-15 00:21:13 +00:00