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-05 13:46:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7a4aeb69eda04edcf772ad2930ed2729b6dc5d0c
0ad
/
source
/
scripting
T
History
Matei
7a4aeb69ed
Added production queue system and associated events. It might still need some extra features but it should be functional.
...
This was SVN commit r3547.
2006-02-22 22:45:16 +00:00
..
DOMEvent.cpp
Linux compat changes, fix for (really old) bug in VertexBufferManager shutdown, GUI header reorganization for gcc 4.0
2006-01-29 18:23:47 +00:00
DOMEvent.h
Lots of gcc -Wall fixes. The common ones:
2005-10-07 15:24:29 +00:00
EventTypes.h
Added production queue system and associated events. It might still need some extra features but it should be functional.
2006-02-22 22:45:16 +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
Made ToPrimitive throw on failure (since that is preferable to returning an undefined value)
2005-08-13 18:32:58 +00:00
JSSerialization.h
…
ScriptableComplex.cpp
ConfigDB.cpp: fix vfs_load return value check
2006-01-28 22:21:54 +00:00
ScriptableComplex.h
Linux compat changes, fix for (really old) bug in VertexBufferManager shutdown, GUI header reorganization for gcc 4.0
2006-01-29 18:23:47 +00:00
ScriptableObject.cpp
…
ScriptableObject.h
Function property Getter/Setters now take a JSContext parameter.
2005-10-24 02:32:44 +00:00
ScriptCustomTypes.cpp
…
ScriptCustomTypes.h
…
ScriptGlue.cpp
* clean up CLightEnv a bit
2006-02-15 00:45:16 +00:00
ScriptGlue.h
host of changes to accommodate Atlas:
2005-08-14 23:34:37 +00:00
ScriptingHost.cpp
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
ScriptingHost.h
…
SpiderMonkey.h
…
SynchedJSObject.cpp
…
SynchedJSObject.h
Lots of gcc -Wall fixes. The common ones:
2005-10-07 15:24:29 +00:00