You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ACE removed. New network engine. OpenSSL 3.x mandatory. New mangosd UI.
Also include the float/limits headers (<cfloat>/<climits>) that ACE used to
pull in transitively: PathFinder, PetAI, bot item use, the crash reporter, and
the Movemap-Generator (via game/vmap/MapTree.h, so the extractor submodule is
untouched). GCC/Ubuntu 24.04 and MSVC verified: full build, 0 errors.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,15 +73,14 @@ their systems package management instead of source packages.**
73
73
74
74
***[Git][34] / [Github for Windows][35]**: This version control software allows you to get the source files in the first place.
75
75
***[MySQL][40]** / **[MariaDB][41]**: These databases are used to store content and user data.
76
-
***[ACE][43]**: aka Adaptive Communication Environment, provides us with a solid cross-platform framework for abstracting operating system specific details.
77
76
***[Recast][44]**: In order to create navigation data from the client's map files, Recast is used to do the dirty work. It provides functions for rendering, pathing, etc.
78
77
***[G3D][45]**: This engine provides the basic framework for handling 3D data and is used to handle basic map data.
79
78
***[Stormlib][46]**: Provides an abstraction layer for reading from the client's data files.
80
79
***[Zlib][53]/[Zlib for Windows][51]** provides compression algorithms used in both MPQ archive handling and the client/server protocol.
81
80
***[Bzip2][54]/[Bzip2 for Windows][52]** provides compression algorithms used in MPQ archives.
82
81
***[OpenSSL][48]/[OpenSSL for Windows][55]** provides encryption algorithms used when authenticating clients.
83
82
84
-
**ACE**, **Recast**, **G3D**, **Stormlib**, **Zlib** and **Bzip2** are included in the standard distribution as
83
+
**Recast**, **G3D**, **Stormlib**, **Zlib** and **Bzip2** are included in the standard distribution as
85
84
we rely on specific versions.
86
85
87
86
Optional dependencies
@@ -199,7 +198,6 @@ World of Warcraft, and all related art, images, and lore are copyright [Blizzard
199
198
[35]: http://windows.github.com/"github - windows client"
200
199
[40]: https://dev.mysql.com/downloads/"MySQL - The world's most popular open source database"
201
200
[41]: https://mariadb.org/download/"MariaDB - An enhanced, drop-in replacement for MySQL"
202
-
[43]: http://www.dre.vanderbilt.edu/~schmidt/ACE.html"ACE - The ADAPTIVE Communication Environment"
203
201
[44]: http://github.com/memononen/recastnavigation"Recast - Navigation-mesh Toolset for Games"
0 commit comments