master
Naming fixes (#201)
Ptr refactoring (#179)
Refactor variable declarations to remove 'const' where unnecessary
Generic fixes (#189)
Non const locals (#190)
Alloc fixes (#192)
Sync destroy fix (#205)
Refactor Item handling to use nptr<Item> for improved nullability checks in scripts and validation
Add CheckTarget functionality to pathfinding for multi-target searches and implement related tests
Udp shutdown fix
Generic fixes
Implement connection tracking and login timeout for network server
Code coverage (#203)
Refactor entity access validation: replace strong validation with recoverable exceptions, update related methods and documentation