DarkflameServer/dNet
Daniel Seiler 554a9a6806
fix: Dissolve more CMake dependencies (#1387)
* fix: more include changes

* fix: remove dZoneManager from global include

* fix: dDatabase

* fix: dCommon

* fix: object libs

* fix: rebase

* fix: bcrypt

* wip: try simplified connector build

* fix: update dockerfile

* fix: mariadb C/C++ on apple

* feat: Move scripts to CMAKE_MODULE_PATH

* fix: dPropertyBehaviors

* fix: macos?

* fix: Dockerfile

* fix: macos?

* fix: macos?

* fix: macos?

* fix: macos?

* fix: macos?

* try: install_name_tool

* fix not building on unix

* fix include paths

* Remove code changes

Will fix in another PR.

* format pass

remove 2 more included directories.
remove commented out code
add status to messages

* comments and format

surround include directories with quotes
remove commented out code
remove debug messages

* Update CMakeLists.txt

---------

Co-authored-by: David Markowitz <EmosewaMC@gmail.com>
Co-authored-by: David Markowitz <39972741+EmosewaMC@users.noreply.github.com>
2024-03-05 20:13:24 -06:00
..
AuthPackets.cpp fix include paths (#1488) 2024-03-03 19:06:19 -06:00
AuthPackets.h chore: Change AuthServer to use BitStream references (#1475) 2024-02-26 08:06:02 -06:00
BitStreamUtils.h chore: default size to 33 on LU(W)Strings since that's the most common lenght (#1410) 2024-01-12 14:23:44 -06:00
ChatPackets.cpp chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00
ChatPackets.h format codebase 2022-07-28 08:39:57 -05:00
ClientPackets.cpp Remove deps from dNet (#1401) 2024-01-07 08:05:57 +01:00
ClientPackets.h Remove deps from dNet (#1401) 2024-01-07 08:05:57 +01:00
CMakeLists.txt fix: Dissolve more CMake dependencies (#1387) 2024-03-05 20:13:24 -06:00
dNetCommon.h format codebase 2022-07-28 08:39:57 -05:00
dServer.cpp chore: Change dServer and related code to use BitStream references (#1476) 2024-02-26 23:43:33 -06:00
dServer.h chore: Change dServer and related code to use BitStream references (#1476) 2024-02-26 23:43:33 -06:00
MasterPackets.cpp chore: Change dServer and related code to use BitStream references (#1476) 2024-02-26 23:43:33 -06:00
MasterPackets.h format codebase 2022-07-28 08:39:57 -05:00
PacketUtils.cpp chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
PacketUtils.h chore: remove all raw packet reading from chat packet handler (#1415) 2024-01-14 01:03:01 -06:00
WorldPackets.cpp chore: Change LDFFormat to use BitStream references (#1467) 2024-02-26 08:15:29 -06:00
WorldPackets.h Remove deps from dNet (#1401) 2024-01-07 08:05:57 +01:00
ZoneInstanceManager.cpp chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00
ZoneInstanceManager.h chore: continue work on removing raw packet reading (#1404) 2024-01-07 02:02:27 -06:00