This website requires JavaScript.
Explore
Help
Sign In
mirror-games
/
glest-source
Watch
1
Star
0
Fork
0
You've already forked glest-source
mirror of
https://github.com/glest/glest-source.git
synced
2025-10-04 11:21:36 +02:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
4e12d8dbcf16ebd00c60c805f7334da648d60d7c
glest-source
/
source
/
shared_lib
/
sources
History
Mark Vejvoda
f7df0fd3d4
Bugfix for LAN autofind servers. Needed to change the way we broadcast UDP so that we do it individually for each NIC's broadcast address. (see:
http://stackoverflow.com/questions/683624/udp-broadcast-on-all-interfaces
)
2010-04-11 07:13:14 +00:00
..
graphics
Added more error condition checks and re-throw runtime_error in SDL event handler so we get a nice messagebox in the game
2010-04-09 07:44:23 +00:00
platform
Bugfix for LAN autofind servers. Needed to change the way we broadcast UDP so that we do it individually for each NIC's broadcast address. (see:
http://stackoverflow.com/questions/683624/udp-broadcast-on-all-interfaces
)
2010-04-11 07:13:14 +00:00
sound
Bugfix for trace bug#: 2984991
2010-04-11 01:25:06 +00:00
util
Added auto-discovery of LAN servers using UDP broadcast. (for now the client must press the A key from the join menu to trigger this)
2010-04-01 06:31:10 +00:00