1
0
forked from 0ad/0ad
0ad/source/lib/sysdep/osx
Matei 277ed33da6 # OS X fixes.
- Networking no longer tries to use IPV6, ignoring the family type of
CSocketAddr. This address will be replaced when we switch to ENet
anyway.
- The name of the Atlas semaphore now also includes a timestamp, since
the RNG generated the same sequence of names for multiple runs of the
game, causing problems if the games crashed and leaked semaphores, and
making debugging painful.
- get_executable_name now also works if the game is within an app bundle
(useful for packaging it more nicely later on, and since wxWidgets
expects us to be in an app bundle).

This was SVN commit r5407.
2007-10-11 08:00:05 +00:00
..
dir_watch.cpp Picking up the pieces (part 1) 2007-09-26 05:30:57 +00:00
ocpu.cpp hopefully bring linux and MacOS X into line with the newly refactored sysdep interface. 2007-09-23 16:15:46 +00:00
odbg.cpp Picking up the pieces (part 1) 2007-09-26 05:30:57 +00:00
osx.cpp # OS X fixes. 2007-10-11 08:00:05 +00:00