l2j_mobius/L2J_Mobius_1.0_Ertheia/java/com/l2jmobius/gameserver
2019-02-07 12:10:45 +00:00
..
ai Summons cast skills on non flagged players. 2018-12-29 06:41:10 +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 Do not remove Alchemy skills when changing to Awaken class. 2019-02-07 12:10:45 +00:00
datatables Separated multiple variable declarations. 2018-09-09 23:01:15 +00:00
engines Minimum distance condition no longer uses squared values. 2019-01-05 23:37:07 +00:00
enums Removed underscores from NPC template elements. 2018-12-20 17:51:48 +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 Remove non existent clan entry records. 2019-01-26 05:05:27 +00:00
model Mystic tavern NPC check is not needed for Ertheia. 2019-02-07 03:45:00 +00:00
network UseItem probable exploit prevention. 2019-02-07 07:42:12 +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 Addition of HitAtNight effect. 2018-12-15 20:42:26 +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