.. |
ai
|
14e05b0cb6
BETA: npcstring improvements by Nyaran, for more detailed info about this and examples, look here: http://www.l2jserver.com/forum/viewtopic.php?f=69&t=22632
|
13 years ago |
cache
|
2c30e8364b
HtmCache's map should be synchronized only if lazycache is running.
|
13 years ago |
communitybbs
|
a731a3de61
L2World maps(_allPlayers, _allObjects, _petsInstance) reworked. They are now TIntObjectHashMap surrounded by ReentrantReadWriteLock working as synchronization. Keep in mind that FastMap<K,V>.shared() drains a lot of CPU usage, because the whole map is filled with synchronizations. ReentrantLock is much faster than synchronized and it does the same job, even better.
|
13 years ago |
datatables
|
14e05b0cb6
BETA: npcstring improvements by Nyaran, for more detailed info about this and examples, look here: http://www.l2jserver.com/forum/viewtopic.php?f=69&t=22632
|
13 years ago |
geoeditorcon
|
87713a5a62
|
14 years ago |
handler
|
87713a5a62
|
14 years ago |
idfactory
|
e0937aa271
BETA: Implementation of Secondary Auth feature (by mrTJO)
|
14 years ago |
instancemanager
|
af7c35cc44
BETA: MapRegion Separation by lasarus.
|
13 years ago |
model
|
14e05b0cb6
BETA: npcstring improvements by Nyaran, for more detailed info about this and examples, look here: http://www.l2jserver.com/forum/viewtopic.php?f=69&t=22632
|
13 years ago |
network
|
14e05b0cb6
BETA: npcstring improvements by Nyaran, for more detailed info about this and examples, look here: http://www.l2jserver.com/forum/viewtopic.php?f=69&t=22632
|
13 years ago |
pathfinding
|
1e799a6ebb
BETA/STABLE: Memory Leak Fix (by JIV).
|
14 years ago |
script
|
afaac1d7c9
BETA: Retail Like '''"Respawn Zones"''' by Nyaran.
|
13 years ago |
scripting
|
87713a5a62
|
14 years ago |
security
|
01b0b79c04
BETA: Updated getType() for ex client packets
|
14 years ago |
skills
|
19e750a90c
BETA: L2PcInstance _reuseTimeStamps and _cubics use L2TIntObjectHashMap instead of shared fastmap :)
|
13 years ago |
taskmanager
|
19e750a90c
BETA: L2PcInstance _reuseTimeStamps and _cubics use L2TIntObjectHashMap instead of shared fastmap :)
|
13 years ago |
templates
|
d132e0b051
BETA: NPC AI Update
|
13 years ago |
util
|
61c7aba900
BETA: Little cleanup for [4827]
|
13 years ago |
Announcements.java
|
87713a5a62
|
14 years ago |
CastleUpdater.java
|
87713a5a62
|
14 years ago |
FortUpdater.java
|
17cb2c26bc
BETA: Some more cleanup, getting rid of some warnings.
|
13 years ago |
GameServer.java
|
afaac1d7c9
BETA: Retail Like '''"Respawn Zones"''' by Nyaran.
|
13 years ago |
GameTimeController.java
|
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.)
|
13 years ago |
GeoData.java
|
01b0b79c04
BETA: Updated getType() for ex client packets
|
14 years ago |
GeoEngine.java
|
01b0b79c04
BETA: Updated getType() for ex client packets
|
14 years ago |
GmListTable.java
|
87713a5a62
|
14 years ago |
InstanceListManager.java
|
87713a5a62
|
14 years ago |
Item.java
|
87713a5a62
|
14 years ago |
ItemsAutoDestroy.java
|
87713a5a62
|
14 years ago |
LoginServerThread.java
|
b4d71a8c7d
BETA: Cleanup all useless commends like //synchronized (blabla)
|
13 years ago |
MonsterRace.java
|
87713a5a62
|
14 years ago |
RecipeController.java
|
495954c733
BETA: More cleanup and code refactoring.
|
13 years ago |
SevenSigns.java
|
a731a3de61
L2World maps(_allPlayers, _allObjects, _petsInstance) reworked. They are now TIntObjectHashMap surrounded by ReentrantReadWriteLock working as synchronization. Keep in mind that FastMap<K,V>.shared() drains a lot of CPU usage, because the whole map is filled with synchronizations. ReentrantLock is much faster than synchronized and it does the same job, even better.
|
13 years ago |
SevenSignsFestival.java
|
14e05b0cb6
BETA: npcstring improvements by Nyaran, for more detailed info about this and examples, look here: http://www.l2jserver.com/forum/viewtopic.php?f=69&t=22632
|
13 years ago |
Shutdown.java
|
07bc6ec10b
BETA: Adding more server shutdown log messages and a nice feature that tracks down methods' execution time and overall server shutdown time.
|
13 years ago |
TaskPriority.java
|
87713a5a62
|
14 years ago |
Territory.java
|
87713a5a62
|
14 years ago |
ThreadPoolManager.java
|
87713a5a62
|
14 years ago |
TradeController.java
|
87713a5a62
|
14 years ago |