Commit Graph

7 Commits (master)

Author SHA1 Message Date
Webster Sheets 058d11b692 Savegame Bump
Update SAVEBUMP.txt
2020-11-08 19:03:17 -05:00
Webster Sheets 7bd39aa22e Add lua commodity bindings, update Faction generation
- Don't pass a cargo object anymore to GetCommodityBaseWhatever; just pass the commodity name
- Lua doesn't use commodity ID anywhere, we should only need to serialize
  commodity name->ID mappings for C++ code
- Add LuaMetaTypeGeneric for "class object" bindings.
- Fix system short description being the l10n key
2020-11-03 18:25:17 -05:00
Andrew Copland 879a76345b BUMPED s_saveVersion to 81
Removed defunct ModelSkin loader registration.
Added new author names to NameGen.
Cleaned up SAVEBUMP.txt
2015-03-17 10:17:35 +00:00
Robert Norris 0a0d9cbe19 move lua class serializers down into the classes themselves
lua classes now get to register serializers if they want them

much cleaner decoupled code, and now LuaSerializer doesn't depend on the
entire Object tree, Game, Pi, etc
2015-02-06 22:27:59 +11:00
Lars W. (lwho) 62341f2985 Merge remote-tracking branch 'rob-h-w/master' (Lua pause/unpause) 2014-09-15 19:01:51 +02:00
John Bartholomew d9ab5dbff0 bump the save version again as a precaution and clear SAVEBUMP.txt 2014-07-30 10:46:17 +01:00
John Bartholomew 778e78f06d start keeping a record of things that should be fixed at the next save bump 2014-07-20 17:42:44 +01:00