Commit Verlauf

Autor SHA1 Nachricht Datum
  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.) vor 13 Jahren
  Nik 0cd98e1d97 BETA: Fixed the problems caused by my last commits. This time I've tested it and its working, sorry for commiting untested stuff even if it looks like it should work. vor 13 Jahren
  Nik e1cbedbddd BETA: GameTimeController iteration fix. vor 13 Jahren
  Nik 89a81beaa6 BETA: L2TIntObjectHashMap at GameTimeController, L2Manor, L2Attackable, L2ZoneType. Can't think of any more places where i can use this, except knownlist (im still testing this rework). vor 13 Jahren
  MELERIX 87713a5a62 vor 14 Jahren