.. |
ai
|
7a8159ff2c
BETA: Typo fixing.
|
há 13 anos atrás |
cache
|
2c30e8364b
HtmCache's map should be synchronized only if lazycache is running.
|
há 13 anos atrás |
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.
|
há 13 anos atrás |
datatables
|
08eb845982
BETA: Changed id version with class version (WalkerRoutes.xml with IDs) by Nyaran.
|
há 13 anos atrás |
geoeditorcon
|
87713a5a62
|
há 14 anos atrás |
handler
|
87713a5a62
|
há 14 anos atrás |
idfactory
|
e0937aa271
BETA: Implementation of Secondary Auth feature (by mrTJO)
|
há 14 anos atrás |
instancemanager
|
08eb845982
BETA: Changed id version with class version (WalkerRoutes.xml with IDs) by Nyaran.
|
há 13 anos atrás |
model
|
214ac9fb4c
BETA: Fixed a small (but hard to find xD) bug in core preventing NPC Pinter (30298) to handle chat bypass correctly, thanks osiride.
|
há 13 anos atrás |
network
|
7a8159ff2c
BETA: Typo fixing.
|
há 13 anos atrás |
pathfinding
|
1e799a6ebb
BETA/STABLE: Memory Leak Fix (by JIV).
|
há 14 anos atrás |
script
|
afaac1d7c9
BETA: Retail Like '''"Respawn Zones"''' by Nyaran.
|
há 14 anos atrás |
scripting
|
87713a5a62
|
há 14 anos atrás |
security
|
01b0b79c04
BETA: Updated getType() for ex client packets
|
há 14 anos atrás |
skills
|
19e750a90c
BETA: L2PcInstance _reuseTimeStamps and _cubics use L2TIntObjectHashMap instead of shared fastmap :)
|
há 13 anos atrás |
taskmanager
|
19e750a90c
BETA: L2PcInstance _reuseTimeStamps and _cubics use L2TIntObjectHashMap instead of shared fastmap :)
|
há 13 anos atrás |
templates
|
7a8159ff2c
BETA: Typo fixing.
|
há 13 anos atrás |
util
|
61c7aba900
BETA: Little cleanup for [4827]
|
há 13 anos atrás |
Announcements.java
|
87713a5a62
|
há 14 anos atrás |
CastleUpdater.java
|
87713a5a62
|
há 14 anos atrás |
FortUpdater.java
|
17cb2c26bc
BETA: Some more cleanup, getting rid of some warnings.
|
há 13 anos atrás |
GameServer.java
|
afaac1d7c9
BETA: Retail Like '''"Respawn Zones"''' by Nyaran.
|
há 14 anos atrás |
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.)
|
há 13 anos atrás |
GeoData.java
|
01b0b79c04
BETA: Updated getType() for ex client packets
|
há 14 anos atrás |
GeoEngine.java
|
01b0b79c04
BETA: Updated getType() for ex client packets
|
há 14 anos atrás |
GmListTable.java
|
87713a5a62
|
há 14 anos atrás |
InstanceListManager.java
|
87713a5a62
|
há 14 anos atrás |
Item.java
|
87713a5a62
|
há 14 anos atrás |
ItemsAutoDestroy.java
|
87713a5a62
|
há 14 anos atrás |
LoginServerThread.java
|
b4d71a8c7d
BETA: Cleanup all useless commends like //synchronized (blabla)
|
há 13 anos atrás |
MonsterRace.java
|
87713a5a62
|
há 14 anos atrás |
RecipeController.java
|
495954c733
BETA: More cleanup and code refactoring.
|
há 13 anos atrás |
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.
|
há 13 anos atrás |
SevenSignsFestival.java
|
7a8159ff2c
BETA: Typo fixing.
|
há 13 anos atrás |
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.
|
há 13 anos atrás |
TaskPriority.java
|
87713a5a62
|
há 14 anos atrás |
Territory.java
|
87713a5a62
|
há 14 anos atrás |
ThreadPoolManager.java
|
87713a5a62
|
há 14 anos atrás |
TradeController.java
|
87713a5a62
|
há 14 anos atrás |