This website requires JavaScript.
Explore
Help
Sign In
mirror-games
/
glest-source
Watch
1
Star
0
Fork
0
You've already forked glest-source
mirror of
https://github.com/glest/glest-source.git
synced
2025-09-26 15:39:21 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
d6619a9cd38bb07e5be451cc420592f9eeb1b100
glest-source
/
source
/
shared_lib
/
include
/
xml
History
Mark Vejvoda
a7e45eb354
- added the ability to record all game command to a replay file. To test saving / loading games from a replay file, add this to glestuser.ini:
...
SaveCommandsForReplay=true
2012-03-20 04:53:26 +00:00
..
rapidxml
- added insanely fast rapidxml as a supported xml engine to use. Currently its ONLY used for loading saved game xml and the currently class ONLY handles loading (not saving) xml's.
2012-03-14 21:52:13 +00:00
xml_parser.h
- added the ability to record all game command to a replay file. To test saving / loading games from a replay file, add this to glestuser.ini:
2012-03-20 04:53:26 +00:00