Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-02 | SWORD25: Use more appropriate function for growing the stack | Willem Jan Palenstijn | |
The call to lua_growstack in unpersistThread would unconditionally at least double the size of the stack. This caused memory usage to grow exponentially (literally) with the number of serialized threads. Bugs #6977, #6999. | |||
2014-12-30 | SWORD25: Change function names to use persist instead of serialize | RichieSams | |
Same argument as in 97c35714ce3986b99848a780f6b195a63f8910b7. To match the rest of the SWORD25 code base | |||
2014-12-30 | SWORD25: Add Pluto copyright message to new persistence code | RichieSams | |
Since the code is based off the Pluto code | |||
2014-12-30 | SWORD25: Rename double serialization file to better represent what it is | RichieSams | |
AKA functions, rather than a class | |||
2014-12-30 | SWORD25: Rename lua serialization functions to use 'persist' in order to ↵ | RichieSams | |
match the rest of the engine |