Seefo
fdcd7d2e44
Fixed #759
2014-06-21 04:53:15 -04:00
Treeku
97af15a747
Added try-catches to schedulers to identify errors
2014-06-18 08:06:27 +01:00
Light2
2f2d5017d2
Added maintenance task for buildings
2014-06-05 20:01:32 +02:00
Light2
34aca38bc4
Added prose package attachments to mails
2014-06-04 23:17:39 +02:00
Light2
c3ad54ac8f
more work on bazaar categories
2014-06-02 00:08:22 +02:00
Light2
6a54b68bee
fixed waypoint crash
2014-05-31 19:17:05 +02:00
Light2
b2d3be0486
fixed initialisation of auction items, fixed loading of building signs after server restart
2014-05-30 19:49:52 +02:00
Light2
5c0297c2fc
Minor vendor fixes
2014-05-30 19:38:13 +02:00
Light2
b21b40ab98
more work on vendors
2014-05-26 20:41:51 +02:00
Light2
c7e41a83e9
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
...
Conflicts:
src/services/bazaar/BazaarService.java
2014-05-21 19:16:21 +02:00
Light2
4e8a9ae47c
bit more work on vendors
2014-05-21 19:02:12 +02:00
Treeku
54a00a45cf
Refactored PLAY
2014-05-18 19:04:23 +01:00
Treeku
c2806c4ceb
Updated java src files to diff prose constructor
2014-05-16 10:21:42 +01:00
Treeku
865db149ad
Fixed loads of warnings
2014-05-14 15:51:25 +01:00
Light2
119e58318c
More work on vendors
2014-05-12 17:35:19 +02:00
Light2
ce15656ff3
begin work on vendors, fixed highestid sql query(might fix crash bug)
2014-05-06 00:55:02 +02:00
Light2
ae33de15c5
fixed tons of null pointers after loading objects from db
2014-05-04 22:47:05 +02: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
Light2
a740e0c6ca
bazaar retrieve item fix
2014-04-28 16:17:31 +02:00
Light2
0ec275cf7b
Merge branch 'master' of https://github.com/ProjectSWGCore/NGECore2
...
Conflicts:
src/services/bazaar/BazaarService.java
2014-04-15 01:12:44 +02:00
Light2
bd0a30aa96
Added basic bazaar functionality - see extended
...
Categories are not working right now, Auctions and Vendors are not yet
implemented
2014-04-15 01:11:33 +02:00
Treeku
7cee1990b5
Serial number uses attribute
2014-04-13 16:33:18 +01:00
Light2
acbc1a7c74
minor changes
2014-04-12 15:23:14 +02:00
Light2
ea8bc53394
Started work on bazaar
2014-04-11 23:47:03 +02:00