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
Treeku
c1505e5974
Moved resource functions to resourceService
2014-04-26 00:36:13 +01:00
Treeku
565fdc20da
Refactored skillMods
2014-04-25 23:25:01 +01:00
Light2
e5ed3a356c
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
...
Conflicts:
src/main/NGECore.java
2014-04-11 23:53:15 +02:00
Light2
ea8bc53394
Started work on bazaar
2014-04-11 23:47:03 +02:00
CharonInferar
646476c17d
Harvesters introduced
...
Working harvesters and generators
Big update
2014-04-11 01:48:27 +02:00
Treeku
e91362a12f
Fixed most warnings
2014-04-10 11:52:09 +01:00
CharonInferar
065fe79945
Clean up of code
...
Cleaned up some classes
Moved functionalities into more appropriate methods/classes
2014-04-06 02:08:55 +02:00
CharonInferar
531acac7c6
More quality assurance work
...
- Resource container split/join
- Surveying test runs
- Balancing
2014-04-02 23:28:08 +02:00
CharonInferar
c62d89f1fa
Delegation of methods to associated objects
...
More object-oriented method placement. SurveyService class had methods
that could be put to object classes.
Attributes now set from constructor.
2014-04-02 04:08:20 +02:00
CharonInferar
438017efcc
ResourceMessenger removed
2014-04-01 16:26:35 +02:00
CharonInferar
e692120b8f
Surveying debugging
...
Improved surveying
2014-03-31 19:50:02 +02:00
CharonInferar
4b2f15db05
Resource Spawn System
...
Persistence to object database implemented
2014-03-30 23:35:48 +02:00