This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-10 16:36:28 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5c850d51cd67aef5402ba500612753c737377664
0ad
/
source
/
scripting
T
History
janwas
9c2fb5a466
stomped on vc2k5 warning (size_t -> uint)
...
This was SVN commit r1191.
2004-09-22 18:14:00 +00:00
..
ScriptCustomTypes.cpp
Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc.
2004-07-24 14:04:40 +00:00
ScriptCustomTypes.h
ran everything though mark's newline stomper.
2004-05-30 00:46:58 +00:00
ScriptGlue.cpp
Linux Compat and some updated PARANOIA code
2004-09-22 15:20:58 +00:00
ScriptGlue.h
Added getFPS(), so the GUI can draw the FPS counter. Also added getLanguageID(), so it knows what language it's using
2004-09-05 11:28:59 +00:00
ScriptingHost.cpp
stomped on vc2k5 warning (size_t -> uint)
2004-09-22 18:14:00 +00:00
ScriptingHost.h
Corrected JS_AddRoot usage (it wants a JSObject**/JSString**/jsval*/etc)
2004-09-04 14:43:23 +00:00