Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-02 | ENGINES: Clean up SaveStateDescriptor. | Johannes Schickel | |
Now SaveStateDescriptor no longer subclasses HashMap. Instead all possible saved meta data is included directly into SaveStateDescriptor. This is slightly less flexible, but we never needed that flexibility so far. On the other hand it should reduce the memory usage. At least on my system (Linux/amd64) the old SaveStateDescriptor had a size of 928 and the new SaveStateDescriptor has a size of 200. | |||
2011-06-02 | ENGINES: Get rid of some s(n)printf calls | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Format more forward declarations to follow convention | Ori Avtalion | |
2010-10-29 | ENGINE: Add a setPlayTime to SaveStateDescriptor taking an ms value. | Johannes Schickel | |
svn-id: r53922 | |||
2010-03-18 | ENGINES: Move SaveStateDescriptor etc. to engine/savestate.* | Max Horn | |
svn-id: r48283 |