Development Build(2025-08-18)
Pre-release
Pre-release
Commits
- 8a6b1d0: Remove GenericSpellAI. (ratkosrb)
- e74c1bf: Remove unused ordered set parameter from UpdateVisibilityOf. (ratkosrb)
- 58f20eb: Fix string size checks in guild handler. (ratkosrb)
- 91ccf02: Add vs folder to git ignore (Melg Eight)
- b00c527: Remove max version required for cmake (Melg Eight)
- a6d2e68: Fix compilation for later msvc version on windows (Melg Eight)
- 7b42a9b: Replace c style array with vector to reduce size of Player object (Melg Eight)
- d3f2e47: Add final to grid states (Melg Eight)
- fe3ff78: Extract gm flags from player extra flags for future player gm subsystem separation (Melg Eight)
- 5cc588b: Move inline function definitions into cpp file (Melg Eight)
- 8c6b78e: Add placeholder for PlayerGmSubsystem (Melg Eight)
- 8031d92: Move private fields from Player to PlayerGmSubsystem (Melg Eight)
- 21fe5b8: Move methods modifying and accessing cheat options to PlayerGmSubsystem (Melg Eight)
- 2b4d5e0: Move methods modifying and accessing gm ticket counter to PlayerGmSubsystem (Melg Eight)
- 6fc3bc3: Extract player cheat options (Melg Eight)
- 83b2644: Suppress warnings from third party libraries (Melg Eight)
- 1e2dc3c: Move methods modifying and accessing gm invisibility level to PlayerGmSubsystem (Melg Eight)
- 0234dd8: Sort methods considering gm activity (Melg Eight)
- 6082d67: Remove unused variable (Melg Eight)
- 9b71bdf: Remove move statements (Melg Eight)
- 98c040b: Replace polymorphism with static functions calls (Melg Eight)
- 22e179e: Remove unused headers (Melg Eight)
- 8d12618: Remove unused headers (Melg Eight)
- 5ecafb6: Remove unused includes from cpp files (Melg Eight)
- 78fbba7: Remove CellImpl.h (Melg Eight)
- 4a06093: Add support for address sanitizer (Melg Eight)
- f401072: Remove minimal cmake version requirements for subprojects (Melg Eight)
- ad82b98: Add include files to be recognized by build system (Melg Eight)
- 4fb4910: Remove GridNotifierImpl.h (Melg Eight)
- cb36c1d: Remove unused headers from .h files (Melg Eight)
- 4024965: Remove unused headers, inline TypeContainerFunctions.h (Melg Eight)
- 9a6ce15: Explicitly clear vector field after its contents being moved out (Melg Eight)
- 21da9d1: Reduce usage of std::move in cases of rvalue objects (Melg Eight)
- 9507976: Add cpp files for each of framework headers (Melg Eight)
- 2129afc: Decouple anticheat system headers (Melg Eight)
- 0037631: Add cpp file for WardenKeyGenerator.h (Melg Eight)
- 0c4896d: Use type aliases in singleton macros (Melg Eight)
- 69b979a: Clean up movement system headers (Melg Eight)
- 79e3de9: Clean up game system headers (Melg Eight)
- 0709693: Clean up ref manager headers (Melg Eight)
- 2aee2ce: Clean up game headers (Melg Eight)
- dd72b53: Clean up game headers (Melg Eight)
- 8693914: Clean up game headers (Melg Eight)
- f6b8cf4: Replace header guards with pragma once in framework (Melg Eight)
- bd8c253: Replace header guards with pragma once in game (Melg Eight)
- b175bce: Mark third party includes as system (Melg Eight)
- 0ae2358: Replace header guards with pragma once in game references (Melg Eight)
- 2dd2c65: Replace header guards with pragma once in game (Melg Eight)
- 6527f38: Replace header guards with pragma once in game (Melg Eight)
- 57788d5: Sort includes and forward declarations (Melg Eight)
- 17e9e35: Sort includes and forward declarations (Melg Eight)
- 7f2dc11: Remove USE_PCH_OLD usage from cmake (Melg Eight)
- 656931a: Remove explicit include of scriptPCH.h file (Melg Eight)
- a1b933a: Remove explicit include of scriptPCH.h file (Melg Eight)
- 7f98689: Remove explicit include of scriptPCH.h file (Melg Eight)
- fad9b5c: Remove explicit include of scriptPCH.h file (Melg Eight)
- b48467f: Remove explicit include of scriptPCH.h file (Melg Eight)
- c7db9a9: Remove explicit include of scriptPCH.h file (Melg Eight)
- 1782615: Remove explicit include of scriptPCH.h file (Melg Eight)
- 190e74a: Remove explicit include of scriptPCH.h file (Melg Eight)
- 64c70e8: Upgrade CI to build all supported client build versions (Melg Eight)
- a4cadcf: Remove explicit include of scriptPCH.h file (Melg Eight)
- f95ee16: Remove explicit include of scriptPCH.h file (Melg Eight)
- 6adb152: Remove explicit include of scriptPCH.h file (Melg Eight)
- 6b4b719: Remove explicit include of scriptPCH.h file (Melg Eight)
- 80a7178: Update player headers in h/cpp and fix all errors in other files (Melg Eight)
- 00ea2d1: Add missing pragma once in header files (Melg Eight)
- a162ec7: Update object headers in h/cpp and fix all errors in other files (Melg Eight)
- 1560d3c: Update unit headers in h/cpp and fix all errors in other files (Melg Eight)
- b19c5f0: Update spell caster headers in h/cpp and fix all errors in other files (Melg Eight)
- bb03794: Add missing string include (Melg Eight)