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-22 17:12:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7cfa5f6e4df02fa46e7907c2b8ec835dda1f583b
0ad
/
source
/
gui
/
scripting
T
History
Ykkrosh
b291fafadb
Replace '_' with '-' when passing names through the GUI JS interface (so that object.cell_id is equivalent to object["cell-id"])
...
This was SVN commit r1526.
2004-12-18 14:24:50 +00:00
..
JSInterface_GUITypes.cpp
JS GUI interface changes to handle floating-point sizes, plus a few fewer bugs
2004-09-03 14:12:43 +00:00
JSInterface_GUITypes.h
…
JSInterface_IGUIObject.cpp
Replace '_' with '-' when passing names through the GUI JS interface (so that object.cell_id is equivalent to object["cell-id"])
2004-12-18 14:24:50 +00:00
JSInterface_IGUIObject.h
Corrected mesh manager's use of hashmap. Added CStrW support to JS/GUI interface. Added error checking to CStr::Left/Right to make bugs more obvious.
2004-12-05 18:26:43 +00:00