Nik ffebdd285d BETA: GameTimeController AIOOBE fix. I didnt got any problems again, but who knows, maybe they dont occur on plain test servers. Also, Im using TIntObjectHashMap with ReentrantLock instead of the custom one, just because here we need to read and write at the same time (iterate and remove) and if this is done via L2TIntObjectHashMap, you will pretty much get a deadlock (readlock has locked the iteration process and while iterating we remove an object, a writelock is called, but in order to proceed, the writelock waits the readlock to unlock... so you get pretty much infinite wait.) há 13 anos atrás
..
accountmanager 01b0b79c04 BETA: Updated getType() for ex client packets há 14 anos atrás
configurator dc93e90a92 BETA: Removed Some Warnings há 14 anos atrás
dbinstaller b770a1ddf0 BETA: JBDC Database Installer há 14 anos atrás
gameserver ffebdd285d BETA: GameTimeController AIOOBE fix. I didnt got any problems again, but who knows, maybe they dont occur on plain test servers. Also, Im using TIntObjectHashMap with ReentrantLock instead of the custom one, just because here we need to read and write at the same time (iterate and remove) and if this is done via L2TIntObjectHashMap, you will pretty much get a deadlock (readlock has locked the iteration process and while iterating we remove an object, a writelock is called, but in order to proceed, the writelock waits the readlock to unlock... so you get pretty much infinite wait.) há 13 anos atrás
gsregistering 17cb2c26bc BETA: Some more cleanup, getting rid of some warnings. há 13 anos atrás
i18n 87713a5a62 há 14 anos atrás
images 87713a5a62 há 14 anos atrás
log d6d26549cb Some random little code optimization and possible NPE fixes. há 14 anos atrás
loginserver 7c5fa1d573 BETA: Added Dirs for Custom MultiSells/Items/Skills há 14 anos atrás
ngl 4820f2d4d4 BETA: Reorganized NGL localization manager code há 14 anos atrás
status 65562d1efa BETA: Reverting [4808], [4809]. Sorry for those misscommits, they werent intended for l2j, but for 1 private svn... i kinda commited on the wrong project :S há 13 anos atrás
util e35fec22ff BETA: Using xml filter in zones and skill trees há 13 anos atrás
Config.java e92ef87b39 BETA: Some cleanup and code improves, also a new configuration option OfflineModeInPaceZone. há 13 anos atrás
L2DatabaseFactory.java 4026cfbc92 BETA: Some minor cleanup by jurchiks, thanks. há 14 anos atrás
Server.java 87713a5a62 há 14 anos atrás