summaryrefslogtreecommitdiff
path: root/libs
AgeCommit message (Collapse)AuthorFilesLines
2024-05-07Replaced ENet with submoduleThorbjørn Lindeijer24-6179/+0
This also updates ENet from 1.3.2 to 1.3.18. The previously supported WITH_BUNDLEDHEADERS option that affected which ENet was being used has now been reversed and renamed to USE_SYSTEM_ENET, which defaults to OFF for now.
2024-03-26Removed the macOS 10.6 Xcode projectThorbjørn Lindeijer1-0/+0
Leaving only the slightly more recent macOS 10.7 one, in case it might be useful with getting it to work on macOS 11+.
2024-02-19Fixed compile on macOSThorbjørn Lindeijer1-0/+0
Since Guichan is currently disabled on Homebrew, I've opted for adding it as a submodule instead. It currently references the 0.8 branch of Guichan, after I cherry-picked the CMake support from the master branch. When using SDL2 installed through Homebrew, it was necessary to use SDL2_LINK_LIBRARIES, since the libraries occupy various different directories. It no longer seems necessary to include an SDLMain.m, so I deleted it. Removed obsolete OS X instructions. Also added instructions for installing dependencies on Fedora. Removed mentioning of /announce and /who in the README, since they were removed for tmwAthena.
2012-06-26add option to use system enet headershasufell1-1/+10
Reviewed-by: Ablu.
2011-10-25Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, ↵Bernd Wachter4-5/+5
enforced by -std=c++0x Reviewed-by: Thorbjørn Lindeijer
2011-05-31Updating ENet to version 1.3.2Stefan Dombrowski6-51/+270
Source: http://enet.bespin.org/download/enet-1.3.2.tar.gz
2011-03-15Updating enet to version 1.3.1Stefan Dombrowski6-31/+62
This makes the connection much more reliable.
2011-02-15Fix compilation on Haiku and set config and data paths for it.DarkWind1-1/+4
2010-08-15Add included enet to CMakeBernd Wachter1-0/+55
2010-08-15Add enet filesBernd Wachter22-0/+5862