summaryrefslogtreecommitdiff
path: root/network_core.h
AgeCommit message (Collapse)Author
2006-03-22(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added ↵bjarni
in 10.3 this have the sideeffect that 10.2.8 will still have the "failure to save with certain chars in the filename bug", but at least it can compile again
2005-12-10(svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as ↵bjarni
target by default
2005-10-02(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)Darkvater
Fix warning in graph_gui.c with const problem
2005-07-24(svn r2701) Insert Id tags into all source filestron
2005-05-14(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)Darkvater
2005-05-14(svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)Darkvater
2005-04-13(svn r2191) -Add: OpenTTD now compiles with dietlibc (Aard)truelight
2005-03-15(svn r2011) - Fix: [ 1162209 ] Fix OS/2 build (orudge) #2darkvater
2005-03-14(svn r2009) - VS.NET/VS6 removed all builds except for Release and Debug. ↵darkvater
Also add additional dependencies to the project file instead of in the header file itself.
2005-03-09(svn r1970) Fix some warnings which Cygwin showedtron
2005-03-06(svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of ↵darkvater
network_core.h (Tron)". - VS6/.NET: moved ENABLE_NETWORK to the project file setting (same place as WITH_SDL, WITH_ZLIB) and removed it from network_core.h
2005-03-06(svn r1933) typedef socklen_t for BeOStron
2005-02-28(svn r1916) Fix compilation on the glibc-2.2 systems. Part of the ↵pasky
inspiration comes from patch 1149710 by Mr. Nobody. Also fixes the comment describing what to do if one's system doesn't have ifaddrs.h.
2005-02-08(svn r1847) Adjustment for MorphOS to unbreak the build there and removal of ↵tron
some now obsolete preprocessor magic
2005-02-07(svn r1846) - Fix: VS6 project file (bociusz)darkvater
- Fix: VS6 fkcing borkdness should be abolished
2005-02-07(svn r1836) Clean up some strange constructs concerning socket optionstron
2005-01-17(svn r1552) Make ottd compile on Zetatron
2004-12-27(svn r1281) -Fix: the OS/2 is now finished. Fixes:truelight
- Networking - File selector issue - Keyboard input - Dedicated server console issue (use dedicated.cmd to open a server) - Plus many other minor issues
2004-12-23(svn r1266) -Fix: fix some cygwin/mingw warningsdarkvater
-Note: when compiling with MinGW (-mno-cygwin) __MINGW32__ is defined; when compiling without it __CYGWIN32__ is defined. You need to set either -mno-cygwin (MinGW) or -mwin32 (Cygwin) to have WIN32 defined
2004-12-23(svn r1262) -Fix: [1088996] kill some warnings for MinGW (luzi82)darkvater
2004-12-23(svn r1259) -Fix: [Network] Network now compiles with glibc 2.1 (MacBaine)truelight
2004-12-23(svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)truelight
Works fine, beside some minor stuff: - Network is not working yet - Keyboard is not working - No MIDI support - 'A few file selector bugs involving drives'
2004-12-23(svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.darkvater
-Fix: removed some warnings -Enabled ENABLE_NETWORK on windows again which I accidentally commented out.
2004-12-22(svn r1239) -Feature: Added gui option of setting company password. It can ↵darkvater
be found in the 'company information' window -Spiced up 'set company_pw' a bit, where if no pw is typed, it shows the current one. -Added a space between company name and player; looks better
2004-12-22(svn r1236) MorphOS: added make release like in OSX (tokai)bjarni
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
2004-12-18(svn r1158) Make network compile on SunOStron
2004-12-04(svn r942) -Merged branch/network back into the trunktruelight