l2j_mobius/L2J_Mobius_3.0_Helios/java/com/l2jmobius/gameserver
2018-09-09 17:56:05 +00:00
..
ai Replaced assignments with compound operators. 2018-09-09 16:47:22 +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 Replaced for loops with enhanced for loops. 2018-09-09 17:56:05 +00:00
datatables Dropped c3p0 in favor of HikariCP. 2018-09-08 19:27:23 +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 Dropped c3p0 in favor of HikariCP. 2018-09-08 19:27:23 +00:00
idfactory Replaced assignments with compound operators. 2018-09-09 16:47:22 +00:00
instancemanager Replaced zero equality checks with isEmpty() method. 2018-09-09 17:26:21 +00:00
model Replaced assignments with compound operators. 2018-09-09 16:47:22 +00:00
network Dropped c3p0 in favor of HikariCP. 2018-09-08 19:27:23 +00:00
script Direct use of private constants instead of getters. 2018-06-24 15:33:19 +00:00
scripting Update to Java 10. 2018-08-07 13:40:25 +00:00
security Dropped c3p0 in favor of HikariCP. 2018-09-08 19:27:23 +00:00
taskmanager Dropped c3p0 in favor of HikariCP. 2018-09-08 19:27:23 +00:00
ui Minor improvement for previous commit. 2018-08-29 15:37:08 +00:00
util Replaced for loops with enhanced for loops. 2018-09-09 17:56:05 +00:00
FortUpdater.java Various unnecessary code changes. 2018-06-26 15:00:56 +00:00
GameServer.java Prevent double CommissionManager initialization. 2018-09-09 13:58:34 +00:00
GameTimeController.java Various unnecessary code changes. 2018-06-26 15:00:56 +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 Replaced assignments with compound operators. 2018-09-09 16:47:22 +00:00
MonsterRace.java Various code changes. 2018-04-11 11:25:53 +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