Darkvater
6c3590338c
(svn r7461) -Fix: [FS#262] Add support for building with GCC on OS/2 (psmedley)
2006-12-10 00:20:26 +00:00
tron
9e130fe09e
(svn r5292) -Fix: When using SIOCGIFCONF to detect network interfaces accomodate for the fact that struct sockaddr doesn't have fixed size in all implementations
2006-06-17 08:16:58 +00:00
bjarni
14b12efa4a
(svn r4019) -Fix: [OSX] stopped using iconv for 10.2.8, since it was added 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
2006-03-22 13:06:50 +00:00
bjarni
1adc1738f7
(svn r3286) -Fix: [OSX] 10.2 works again and universal binaries got 10.2 as target by default
2005-12-10 23:03:59 +00:00
Darkvater
e1acd38bc5
(svn r3008) [ 1247535 ] Native Support for Win64 (compile&run only) (michi_cc)
...
Fix warning in graph_gui.c with const problem
2005-10-02 22:39:56 +00:00
tron
647cbd6bdd
(svn r2701) Insert Id tags into all source files
2005-07-24 14:12:37 +00:00
Darkvater
d1b068355c
(svn r2316) - Fix: [ 1154454 ] Fix BeOS build on Trunk (myob)
2005-05-14 23:48:39 +00:00
Darkvater
ed5cf7b28f
(svn r2314) - Feature: [ 1187490 ] Patches for building on IRIX (jgilje)
2005-05-14 22:42:33 +00:00
truelight
f36354a70f
(svn r2191) -Add: OpenTTD now compiles with dietlibc (Aard)
2005-04-13 18:36:29 +00:00
darkvater
d0ea6bcdf0
(svn r2011) - Fix: [ 1162209 ] Fix OS/2 build (orudge) #2
2005-03-15 12:21:59 +00:00
darkvater
98bc896474
(svn r2009) - VS.NET/VS6 removed all builds except for Release and Debug. Also add additional dependencies to the project file instead of in the header file itself.
2005-03-14 19:27:19 +00:00
tron
5f1345ac0e
(svn r1970) Fix some warnings which Cygwin showed
2005-03-09 11:49:34 +00:00
darkvater
43f62fb0d8
(svn r1945) - CodeChange: re-commit of rev 1835: "Reduce the visibility of 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 16:23:32 +00:00
tron
7b5a306de3
(svn r1933) typedef socklen_t for BeOS
2005-03-06 12:26:38 +00:00
pasky
319a41ed84
(svn r1916) Fix compilation on the glibc-2.2 systems. Part of the 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-28 22:33:31 +00:00
tron
dcc381bf5c
(svn r1847) Adjustment for MorphOS to unbreak the build there and removal of some now obsolete preprocessor magic
2005-02-08 15:42:28 +00:00
darkvater
a5ece25777
(svn r1846) - Fix: VS6 project file (bociusz)
...
- Fix: VS6 fkcing borkdness should be abolished
2005-02-07 20:36:41 +00:00
tron
8f741f44c4
(svn r1836) Clean up some strange constructs concerning socket options
2005-02-07 09:56:16 +00:00
tron
c44594c3fa
(svn r1552) Make ottd compile on Zeta
2005-01-17 13:13:11 +00:00
truelight
fe16ef6637
(svn r1281) -Fix: the OS/2 is now finished. Fixes:
...
- Networking
- File selector issue
- Keyboard input
- Dedicated server console issue (use dedicated.cmd to open a server)
- Plus many other minor issues
2004-12-27 10:40:04 +00:00
darkvater
2a0f68a6c5
(svn r1266) -Fix: fix some cygwin/mingw warnings
...
-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 22:31:46 +00:00
darkvater
b87336f216
(svn r1262) -Fix: [1088996] kill some warnings for MinGW (luzi82)
2004-12-23 20:23:05 +00:00
truelight
ef32da999c
(svn r1259) -Fix: [Network] Network now compiles with glibc 2.1 (MacBaine)
2004-12-23 19:23:56 +00:00
truelight
dfc5fdbb92
(svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)
...
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 14:46:16 +00:00
darkvater
5eeb971de0
(svn r1240) -Fix: OpenTTD once again compiles if ENABLE_NETWORK is disabled.
...
-Fix: removed some warnings
-Enabled ENABLE_NETWORK on windows again which I accidentally commented out.
2004-12-23 00:24:44 +00:00
darkvater
552cb7ad60
(svn r1239) -Feature: Added gui option of setting company password. It can 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 23:24:53 +00:00
bjarni
a92dc63ec9
(svn r1236) MorphOS: added make release like in OSX (tokai)
...
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
2004-12-22 21:12:36 +00:00
tron
a0f22713c6
(svn r1158) Make network compile on SunOS
2004-12-18 17:31:02 +00:00
truelight
d6a1f3e412
(svn r942) -Merged branch/network back into the trunk
2004-12-04 17:54:56 +00:00