Commit Graph

364 Commits

Author SHA1 Message Date
MobiusDevelopment
407ff24524 Access zone character list only by getter method. 2020-02-04 05:21:24 +00:00
MobiusDevelopment
232a3bb69b Fixed ClassDamageManager inconsistency. 2020-02-04 04:29:37 +00:00
MobiusDevelopment
c268d09d2d Adjusted and disabled class damage settings. 2020-02-04 04:21:29 +00:00
MobiusDevelopment
5429f7195d Drop of char_templates, class_list and lvlupgain SQL tables. 2020-02-04 04:05:50 +00:00
MobiusDevelopment
05283c9afa Dropped IdFactory temporary object SQL table. 2020-02-03 20:58:13 +00:00
MobiusDevelopment
ef0273c5e8 Make sure GlobalVariablesManager data are stored on shutdown. 2020-02-03 20:41:44 +00:00
MobiusDevelopment
ddc57a5891 Removed obsolete quest global data. 2020-02-03 20:34:59 +00:00
MobiusDevelopment
8c2191c7da Removed EngineInterface references of singletons. 2020-02-02 22:34:45 +00:00
MobiusDevelopment
a1541b2772 SQL table games is only used by Lottery. 2020-02-02 13:31:13 +00:00
MobiusDevelopment
20a4e99da1 Addition of Monster Race with reward system.
Adapted from aCis free version.
2020-02-02 04:36:04 +00:00
MobiusDevelopment
723e2d3ff3 Corrected and simplified NPC spawning methods. 2020-02-01 23:10:25 +00:00
MobiusDevelopment
7adde43b06 Fixed probable findCloseObjects NPE. 2020-02-01 22:39:49 +00:00
MobiusDevelopment
a9fe8a02cd Various configuration file cleanups. 2020-02-01 22:28:11 +00:00
MobiusDevelopment
4b5a762ff4 Merged zone vertices with XML and categorized by type.
Most data come from aCis free version.
2020-02-01 22:24:25 +00:00
MobiusDevelopment
c2bf138434 Proper notification if admin command does not exist. 2020-02-01 11:31:19 +00:00
MobiusDevelopment
2958d0af43 Addition of admin destroyitems command. 2020-02-01 11:19:17 +00:00
MobiusDevelopment
43c4afeb25 Addition of admin online command. 2020-02-01 11:09:52 +00:00
MobiusDevelopment
29f2d60f28 PlayerInstance isOnline method should return a boolean value. 2020-02-01 10:47:36 +00:00
MobiusDevelopment
ff157fe4bb Removed getQuestTimer method synchronization. 2020-01-31 22:02:32 +00:00
MobiusDevelopment
0f4835a0ee Cleanup after voting removal. 2020-01-31 21:33:17 +00:00
MobiusDevelopment
77526bcd9e Load handlers in alphabetical order and removal of Voting. 2020-01-31 21:28:27 +00:00
MobiusDevelopment
d4cb185c34 Removed pointless user and master access levels. 2020-01-31 20:35:57 +00:00
MobiusDevelopment
b8cc736d7b Removed useless DatatablesManager class. 2020-01-31 18:32:44 +00:00
MobiusDevelopment
ba4db6d434 Removed useless Manager class. 2020-01-31 18:27:40 +00:00
MobiusDevelopment
e25b9ff8a5 Walker route data moved from CSV to XML. 2020-01-31 18:14:48 +00:00
MobiusDevelopment
2a47acc03b Map region data moved from CSV to XML. 2020-01-31 17:02:50 +00:00
MobiusDevelopment
0bb9dc685b Removal of unused AbstractFormatter class. 2020-01-31 01:42:31 +00:00
MobiusDevelopment
86a557fd60 Updated log classes to match newer branches. 2020-01-31 01:29:30 +00:00
MobiusDevelopment
037da2abc7 Proper usage of sendMessage method. 2020-01-31 00:15:30 +00:00
MobiusDevelopment
845dea2551 Removed pointless assignments before packet send. 2020-01-30 23:02:45 +00:00
MobiusDevelopment
5cd563c611 Use simple class name for merchant and door information. 2020-01-30 14:16:40 +00:00
MobiusDevelopment
99c209f0ba Proper handling for Quest timers concurrency. 2020-01-30 11:59:53 +00:00
MobiusDevelopment
9adadc4e86 Moved TeleportWhereType to enums. 2020-01-30 03:13:22 +00:00
MobiusDevelopment
8b9235ccc4 Minor text improvements. 2020-01-30 02:42:33 +00:00
MobiusDevelopment
0984cf59f8 Fixed AdminTest commands falling through next commands. 2020-01-30 02:01:05 +00:00
MobiusDevelopment
84b8e76471 Extractable item data moved from CSV to XML. 2020-01-30 01:49:00 +00:00
MobiusDevelopment
f1b7de35a6 Removed custom away system. 2020-01-29 16:04:15 +00:00
MobiusDevelopment
c31c85e2a3 Addition of PlayerInstance auto save task. 2020-01-29 14:41:07 +00:00
MobiusDevelopment
9d3904e755 Removal of AutoSaveManager as it encourages bad implementations. 2020-01-29 14:14:20 +00:00
MobiusDevelopment
6ef4009091 Removed useless ServerStatus class. 2020-01-29 14:00:10 +00:00
MobiusDevelopment
bb375e070f There are GMs with no access to item creation. 2020-01-29 13:48:13 +00:00
MobiusDevelopment
ea377b81c9 Replaced BoatPathHolder Map with a List. 2020-01-29 13:35:12 +00:00
MobiusDevelopment
1059cb6906 Addition of BoatInstance removePassenger method. 2020-01-29 13:02:23 +00:00
MobiusDevelopment
f66dbc577c Boat related packet improvements. 2020-01-29 12:50:50 +00:00
MobiusDevelopment
3f33e53666 Minor cleanup for previous commit. 2020-01-29 00:57:22 +00:00
MobiusDevelopment
78bf4dc9b3 Boat data moved from CSV to XML. 2020-01-29 00:21:41 +00:00
MobiusDevelopment
e5bd883546 Deprecated bad practice StatSet setters with returning values.
Also using simple HashMap instead of ConcurrentHashMap.
2020-01-28 13:48:46 +00:00
MobiusDevelopment
8dbfd09e0c Proper naming for various data holding classes. 2020-01-28 11:48:32 +00:00
MobiusDevelopment
13554071b9 Script value volatile modifier. 2020-01-28 10:36:38 +00:00
MobiusDevelopment
d63bf771ff Faster access integer script value instead of StatSet. 2020-01-28 00:16:37 +00:00