mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-15 16:41:22 +00:00
Extra bloaty junk to modernise stuff a bit.
https://fte.triptohell.info/moodles/qss/
The SDL_net driver is now disabled by default and platform-specific network drivers will be used. To compile for SDL_net, a command like "make SDLNET=1" must be used, in which case a new preprocessor macro _USE_SDLNET will be defined in the CFLAGS. For windows targets when not using SDL_net, WINSOCK2 is added as another option: A command line like "make WINSOCK2=1" will enable WinSock2 api and a new preprocessor macro _USE_WINSOCK2 will be defined in the CFLAGS. Or, a command line like "make WINSOCK2=0" will disable WinSock2 api and the old WinSock 1.1 api will be used instead. For Win64, WinSock2 is enabled by default. For Win32, WinSock 1.1 is the default api. * net_bsd.c, net_dgrm.c, net_loop.c, net_main.c, net_sdl.c, net_sdlnet.c, net_udp.c, net_win.c, net_wins.c, net_wipx.c: Use the newly added net_sys.h header. The sys_socket_t type is not in use, yet. git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@215 af15c1b1-3010-417e-b628-4374ebc0bcbd |
||
---|---|---|
Linux | ||
MacOSX | ||
Misc | ||
Quake | ||
Windows | ||
gnu.txt |