Descent3/netcon/mtclient
Jan Engelhardt 61439b379d net: resolve 1 instance of -Wdelete-incomplete
Descent3/multi_dll_mgr.cpp:974:43: warning: deleting "void*" is
undefined [-Wdelete-incomplete]

(``delete`` requires that types are _complete_, so as to find the
right destructor to call; ``void`` is incomplete by definition.)
2024-11-06 18:19:08 +01:00
..
chat_api.cpp Move platform-specific defines and macros to own file crossplat.h 2024-08-20 23:09:27 +03:00
chat_api.h More const char* conversion. 2024-06-13 14:38:17 -06:00
CMakeLists.txt Move Descent3 built targets into "${CMAKE_BINARY_DIR}/build" directory 2024-10-27 22:04:00 +03:00
mt_net.cpp build: resolve 101 instances of -Wunused-variable 2024-11-04 22:20:18 +01:00
mt_net.h Minor fixes to PXO module 2024-06-03 16:20:42 +03:00
mtclient.cpp net: resolve 1 instance of -Wdelete-incomplete 2024-11-06 18:19:08 +01:00
mtclient.h netcon: remove Mastertracker update check 2024-08-20 23:09:27 +03:00
mtgametrack.cpp add support for PXO's NAT hole punch 2024-09-06 13:28:50 -04:00
mtgametrack.h add support for PXO's NAT hole punch 2024-09-06 13:28:50 -04:00
mtpilottrack.h Replace non-functional PXO server with new one 2024-06-03 22:45:51 +03:00
mtpilottracker.cpp Move platform-specific defines and macros to own file crossplat.h 2024-08-20 23:09:27 +03:00
mtstrings.h Reactivate mtclient for PXO online support 2024-06-02 23:43:38 +03:00
Parallax_Online.d3c.txt Make PXO module buildable and runnable 2024-06-03 14:08:45 +03:00