scrawl
|
67bd6cd708
|
Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
|
2015-08-18 23:06:12 +02:00 |
|
scrawl
|
9014dc48ee
|
Don't require the object type id for reading references from savegames
This is redundant, since we can look it up from the RefID.
|
2015-01-20 00:42:25 +01:00 |
|
scrawl
|
08ad4d73bb
|
ESSImport: player is placed in correct cell, npc cellrefs work
|
2015-01-18 20:01:50 +01:00 |
|
Marc Zinnschlag
|
9788bbcab9
|
partially store creature state in saved game files (only attributes and dynamics for now)
|
2014-02-16 15:56:36 +01:00 |
|
Marc Zinnschlag
|
5b04c10e1d
|
added creature/NPC state to saved games (only container/inventory for now)
|
2014-02-01 17:36:23 +01:00 |
|