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
rdb
090e912ce6
Cleanup of comments and whitespace
2016-02-01 22:30:43 +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
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
Arkady Trestman
eff462f13f
fixed reinit race condition
2010-01-11 05:02:28 +00:00
rdb
f851454d0e
Fix faulty include
2009-10-19 10:34:29 +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
b83063a53b
infusing "<script language="javascript"></script>" tag if such was not specified on the page
2009-09-17 01:57:14 +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