Commit Graph
19 Commits
Author SHA1 Message Date
Treeku dd2afae373 Fixed various problems that occur after rebooting.
Fixes SWGMap objectMutex issues.

Fixes this buff error received after rebooting the server:

java.lang.NullPointerException
at resources.objects.SWGMap.values(SWGMap.java:284)
at services.BuffService.clearBuffs(BuffService.java:376)
at services.object.ObjectService$7.handlePacket(ObjectService.java:1149)
at engine.resources.service.NetworkDispatch$1.run(NetworkDispatch.java:216)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
2014-08-20 19:31:40 +01:00
Treeku ec55f0c33e Added duplicateId debugging 2014-07-14 04:12:53 +01:00
Treeku 0ce678cb9e Added null checks to SWGMap 2014-06-05 20:48:20 +01:00
Seefo a4254e262b Fixed an issue where ability deltas weren't being sent 2014-06-04 22:04:50 -04:00
Treeku d6de965242 Fixed object initialisation error 2014-05-13 03:38:52 +01:00
Treeku 4fe246975c Fixed various bugs 2014-05-12 04:56:29 +01:00
Treeku 7fd08bc7ad Baseline changes, cleaned some things 2014-05-11 09:54:50 +01:00
Light2 ae33de15c5 fixed tons of null pointers after loading objects from db 2014-05-04 22:47:05 +02:00
Treeku 70d63139e6 Temp patchfix for creating chars issue
Will fix it properly soon, atm everyone needs to be able to create
chars.
2014-05-02 18:19:39 +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
Treeku f23c6be71d Removed check preventing new skillMods showing 2014-04-06 18:49:41 +01:00
Seefo 890d395e3a Fixed an armour calculation bug 2014-04-05 14:37:42 -04:00
Treeku 586c652ac6 Fixed null pointer exception 2014-04-05 19:06:03 +01:00
Treeku 1fdb6f0ad1 Some SWGMap fixes 2014-04-03 18:16:00 +01:00
Light2 3e265ed6c5 some bug fixes, updated engine with support for new .trn versions, refactored some code with new Java 8 syntax, changed compiler to java 8 2014-03-25 20:08:01 +01:00
Treeku 001bf1b390 Renamed ListObject -> Delta. Guild null fix
Delete your ODB for this
2013-12-12 14:17:50 +00:00
Treeku 27294b5a41 GCWZones work fully, completely in their entirety
- Correct deltas are sent
- Math is now correct
- Zone History is recorded
2013-08-23 23:29:15 +01:00
Treeku cdb3823286 Refactored GCW & SWGMap, added factional presence
Might not work until next commit; I need to pull and commit due to an
outdated engine so I can test.

Fixed SWGList
Improved SWGMap
Added SWGMultiMap
Refactored GCWZones to be more flexible and scriptable.
Added Factional Presence.
~will have no effect in water.
Added minutely GCWZone updates.
Added 15-minutely other server GCWZone updates.
The GCWZone history should now work correctly.
Added two-daily weak GCW Zone resets.
Added a few datatables for PvpStatus and Factions.
Moved list objects to their own relevent resource folders.
2013-08-14 17:02:35 +01:00
Treeku 04dabef565 Added SWGMap system 2013-07-24 01:41:02 +01:00