warzone2100/lib/netplay
Guangcong Luo 2025407222 Commit mod list patch #1415:
1. Adds a specific autoload folder, `mods/autoload/`. This is essential for a good mod community.
 2. Searches the `mods/` folder for global mods, as well as `mods/global/`. This is the first step in merging the three mod folders together, but I'm not planning on merging them completely in 2.3.
 3. Constructs a list of loaded mods, and displays the list in the VersionString (including the list of games in the lobby).
 4. Grays out games with incompatible mods in the NetPlay game list, and gives a warning in the tooltip: "Your loaded mods are incompatible with this game. (Check mods/autoload/?)"
 5. Gives a warning when a game with an incompatible mod is clicked: "You have an incompatible mod."
 6. Displays a list of mods above the Warzone logo.
 7. Lists mods in hosting screen, and warns hosts that all players need the same mods loaded.

Closes ticket:1415.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@9291 4a71c877-e1ca-e34f-864e-861f7616d084
2010-02-09 20:27:13 +01:00
..
miniupnpc Include files needed for win32 cross-building. 2010-02-09 20:04:34 +01:00
Makefile.am Integrate miniupnpc. 2009-11-22 16:20:02 +01:00
makefile.win32 libminiupnpc has been integrated into MinGW build process. 2009-11-22 16:20:03 +01:00
netjoin_stub.c Bump copyright 2009-02-10 18:01:48 +00:00
netlog.c frontport r8672 2010-01-30 20:26:46 +01:00
netlog.h Bump copyright 2009-02-10 18:01:48 +00:00
netplay.c Commit mod list patch #1415: 2010-02-09 20:27:13 +01:00
netplay.h Commit patch #1375 - don't allow players to ignore kicks, add a kick button to the MP game setup screen, prevent spoofing a message from a different source, don't show "player left" message unless a player actually left. 2010-02-09 20:04:25 +01:00
netplay.vcproj Integrate miniupnpc. 2009-11-22 16:20:02 +01:00
nettypes.c Get the size of a variable using "sizeof", not using the array size that was used for that variable (as the connection between the two is only obvious in the variable's declaration) 2009-04-18 22:39:51 +02:00
nettypes.h Bump copyright 2009-02-10 18:01:48 +00:00