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 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 ef0cb39c1d untabify 2011-06-29 22:18:54 +00:00
Arkady Trestman eff462f13f fixed reinit race condition 2010-01-11 05:02:28 +00:00
David Rose 4fbae3c37f convert tabs to spaces 2009-09-25 17:59:05 +00:00
Arkady Trestman 1ac436a01f now delaying initializing the plugin untill ActiveX control is ready to draw it 2009-09-22 20:23:35 +00:00
Arkady Trestman 93d5012ebe adjusted code to load P3D data file location relative to the ActiveX hosting page 2009-09-15 21:42:46 +00:00
Arkady Trestman 6a17f6c388 initial commit 2009-09-15 00:21:13 +00:00