l2j_mobius/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver
2018-11-25 00:31:17 +00:00
..
ai Minor Rnd method usage corrections. 2018-09-14 01:42:50 +00:00
cache Various unnecessary code changes. 2018-06-26 15:00:56 +00:00
communitybbs Dropped c3p0 in favor of HikariCP. 2018-09-08 19:27:23 +00:00
data Initialize clans after connection is closed. 2018-09-11 01:38:53 +00:00
datatables Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
engines Fixed MinimumVitalityPoints wrong letter case. 2018-08-05 18:13:54 +00:00
enums Direct use of private constants instead of getters. 2018-06-24 15:33:19 +00:00
geoengine Replaced instanceof L2Character with isCharacter method. 2018-06-30 16:42:41 +00:00
handler Retail like builder messages. 2018-05-03 22:30:45 +00:00
idfactory Replaced assignments with compound operators. 2018-09-09 16:47:22 +00:00
instancemanager Prohibit the use of duplicate Rnd methods. 2018-09-14 01:17:54 +00:00
model Fixed castle functions. 2018-11-24 21:51:53 +00:00
network Use restoreExp method for RequestRestartPoint experience restoration. 2018-11-24 23:48:07 +00:00
script Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
scripting Update to Java 10. 2018-08-07 13:40:25 +00:00
security Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
taskmanager Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
ui Minor improvement for previous commit. 2018-08-29 15:37:08 +00:00
util Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
FortUpdater.java Various unnecessary code changes. 2018-06-26 15:00:56 +00:00
GameServer.java Send a system message before launching GUI. 2018-09-23 23:41:00 +00:00
GameTimeController.java Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
InstanceListManager.java Project reorganization. 2017-08-29 13:53:52 +00:00
ItemsAutoDestroy.java Various unnecessary code changes. 2018-06-26 15:00:56 +00:00
LoginServerThread.java Always send account logout at login server when kicked. 2018-11-25 00:31:17 +00:00
MonsterRace.java Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
RecipeController.java Direct use of private constants instead of getters. 2018-06-24 15:33:19 +00:00
Shutdown.java Dropped c3p0 in favor of HikariCP. 2018-09-08 19:27:23 +00:00