server
server copied to clipboard
Mangos ZERO is a server for World of Warcraft. The server serves full world content including authentication & scripts support. Compatible with World of Warcraft clients 1.12.1-1.12.3 - Report all iss...
**Changes Made:** - Move from c++ 11 to c++ 14 **To Do List:** - [x] Update Mangos to C++ 14 - [ ] Fix all declaration problems - [ ]...
- fixed non PCH build on Windows - fixed build on FreeBSD - refactored non portable implementations - removed duplicate implementations for AHBot - improved logic in CMakeLists - minor...
How palatable are these changes, if even relevant now? - - - This change is [](https://reviewable.io/reviews/mangoszero/server/185)
This will probably need some rudimentary testing, but it compiles and runs on Windows at least. - - - This change is [](https://reviewable.io/reviews/mangoszero/server/194)
**Changes Made:** - Add configuration option to enable method of setting realm flag to recommended or new. **Note:** Recommended will display as 'New Players' in Wrath of the Lich King...
Move Standard C 11 -> 17 - - - This change is [](https://reviewable.io/reviews/mangoszero/server/201)
Reverts mangoszero/server#192 This commits seems to have broken guild creation among other things. - - - This change is [](https://reviewable.io/reviews/mangoszero/server/195)
Added Fedora 40 support. Included upgrading ACE requirement to latest stable 7.1.0. 6.3.3 had a stropts compile error. Added dialog app `fzf`. Added settings and enabled control from environment. Propagated...
Added code to address an issue where certain NPCs are able to use Backstab while facing the player from the front, nullifying the positioning conditions that Backstab requires. - -...
**Changes Made**: - Updated the Linux Build file and removed some code/files from it - Added additional checks for Code Styling workflow to be a bit more aggressive with Functions...