Commit Graph
5 Commits
Author SHA1 Message Date
Treeku 7fd08bc7ad Baseline changes, cleaned some things 2014-05-11 09:54:50 +01:00
Light2 7d457101f3 Refactored odb system (read extended), added implementation of Dynamic World Spawns
ODB no longer uses DPL layer of Berkeley DB, persistent classes have to
implement the Serializable interface, annotations are no longer used,
use transient modifier for variables that should not be persistent.
Entity reference errors will no longer occur, however it is better to
use ids if the entity that is being referenced is stored in the db too!
(or you will have two different objects). DB is cached for 5 minutes
then it will write its log/cache to disk, transactions are no longer
used.
2014-05-01 20:33:38 +02:00
Waverunner a907f479a9 Added Server Firsts packet 2014-03-15 11:48:59 -04:00
Treeku 001bf1b390 Renamed ListObject -> Delta. Guild null fix
Delete your ODB for this
2013-12-12 14:17:50 +00:00
Treeku ab75312e47 Added Collections 2013-11-25 16:20:33 +00:00