Project::OSiRiON - Git repositories
News
.
About
.
Screenshots
.
Downloads
.
Forum
.
Wiki
.
Tracker
.
Git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game
/
base
/
savegame.cc
Age
Commit message (
Collapse
)
Author
2013-03-02
Corrected line number in a loadgame error message.
Stijn Buys
2013-01-19
Do not print an error message if a savegame has no spawn set.
Stijn Buys
2013-01-06
Set the item::Mountable flag where required,
Stijn Buys
removed the Weapon::stackable() attribute.
2013-01-01
Turrets and cannons can only be mounted in an approriate slot.
Stijn Buys
2012-12-16
dded <cassert> include where required.
Stijn Buys
2012-11-30
Save weapon slot positions.
Stijn Buys
2012-11-18
ADded support for enitty information printing, print current armor values ↵
Stijn Buys
for ships, print death messages
2012-10-21
Corrected loadgame to have the Unique and Unrestricted item properties set ↵
Stijn Buys
from actual in-game properties rather than read from the savegame file.
2012-10-20
Item id based inventory, support for weapon dealers.
Stijn Buys
2012-10-08
Renamed Item::flag_is_set() to Item::has_flag().
Stijn Buys
2012-10-08
added zone flags,
Stijn Buys
renamed Entity::flag_is_set() to Entity::has_flag()
2012-01-15
Implemented game-specific load/save game methods.
Stijn Buys
2012-01-14
Moved server-side savegame functions into a separate class.
Stijn Buys