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-06-24 06:47:43 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
4a40baef3375c1698bedb7d29173e2c153ef5f6f
0ad
/
source
/
scripting
T
History
Matei
4a40baef33
Generic orders source commit. Also includes a fix to the animation bug where one frame of "idle" is played at the end of each cycle, and an enhancement to the entity script loading code to only load each script file once, which should save loading time and also allow script files to behave in a more logical way (e.g. no redeclaration errors when you have a constant).
...
This was SVN commit r3309.
2005-12-29 08:42:44 +00:00
..
DOMEvent.cpp
…
DOMEvent.h
…
EventTypes.h
Generic orders source commit. Also includes a fix to the animation bug where one frame of "idle" is played at the end of each cycle, and an enhancement to the entity script loading code to only load each script file once, which should save loading time and also allow script files to behave in a more logical way (e.g. no redeclaration errors when you have a constant).
2005-12-29 08:42:44 +00:00
GameEvents.h
Generic orders source commit. Also includes a fix to the animation bug where one frame of "idle" is played at the end of each cycle, and an enhancement to the entity script loading code to only load each script file once, which should save loading time and also allow script files to behave in a more logical way (e.g. no redeclaration errors when you have a constant).
2005-12-29 08:42:44 +00:00
JSConversions.cpp
…
JSConversions.h
…
JSSerialization.h
…
ScriptableComplex.h
…
ScriptableObject.cpp
…
ScriptableObject.h
…
ScriptCustomTypes.cpp
…
ScriptCustomTypes.h
…
ScriptGlue.cpp
Removed a compile warning and changed scheduler's "tasks to cancel" set to a hash set.
2005-12-18 07:41:02 +00:00
ScriptGlue.h
…
ScriptingHost.cpp
file: add note on pp_set_dir
2005-12-14 18:32:02 +00:00
ScriptingHost.h
…
SpiderMonkey.h
…
SynchedJSObject.cpp
…
SynchedJSObject.h
…