os2.c
Thu, 02 Jun 2005 17:17:24 +0000 orudge (svn r2396) - Fix: Put strcasecmp back into os2.c, sorry Tron!
Thu, 02 Jun 2005 10:39:46 +0000 orudge (svn r2394) - Completed clipboard functions for OS/2 port
Thu, 02 Jun 2005 09:51:01 +0000 orudge (svn r2393) - Implemented threaded saving for OS/2
Sun, 15 May 2005 14:01:35 +0000 matthijs (svn r2321) - Fix: [ 1202286 ] On OS/2 you get a double backslash in your filename after browsing to the root dir of a drive and "." and ".." are incorrectly displayed. (orudge)
Mon, 28 Mar 2005 21:14:36 +0000 Darkvater (svn r2103) - Fix: Remove unnused variable from OS2 file
Mon, 28 Mar 2005 13:30:51 +0000 darkvater (svn r2100) - Fix: [1024703]: Infinite access for A:\ (win32). Patch [1171208]. Only requery drive(s) if the user changes a directory, also surpress the OS error box that pops up on some windows machines. Tron + glx (and me)
Sun, 27 Mar 2005 10:35:01 +0000 tron (svn r2084) Set the name for drive items
Sat, 26 Mar 2005 18:04:42 +0000 tron (svn r2076) Set the name for the parent directory to ".."
Sat, 19 Mar 2005 22:36:13 +0000 celestar (svn r2028) Added detection of SVN version (rev.c generation) for OS/2, updated readme, initial clipboard support (orudge)
Tue, 15 Mar 2005 14:06:28 +0000 tron (svn r2012) When making a savegame name, don't append the extension, if it is already there
Tue, 15 Mar 2005 12:21:15 +0000 darkvater (svn r2010) - Fix: [ 1162209 ] Fix OS/2 build (orudge)
Sat, 12 Mar 2005 09:24:27 +0000 tron (svn r1999) r1990 broke savegame deletion, fix that [1161729]
Fri, 11 Mar 2005 14:14:54 +0000 tron (svn r1990) Reduce the diff between the OS specific files with respect to file handling and fix some inconsitencies (I hope I didn't break the OS/2 part, couldn't test it, feedback is welcome)
Thu, 10 Mar 2005 21:44:17 +0000 Darkvater (svn r1986) - Fix: free _config_file when shutting down openttd. Strange that Valgrind didn't catch this, kudos to TrueLight
Mon, 21 Feb 2005 18:59:54 +0000 Darkvater (svn r1894) - Codechange: cleaned up the console a bit, wholly unified handling of text with that of editboxes
Tue, 08 Feb 2005 17:31:13 +0000 tron (svn r1850) Change the last consumers of str_buffr so they use local static buffers now and remove the global array str_buffr.
Mon, 07 Feb 2005 12:32:35 +0000 tron (svn r1840) Repel str_buffr and use local buffers where possible
Sun, 06 Feb 2005 13:41:02 +0000 tron (svn r1821) Move generic string handling functions to string.[ch] and introduce stre{cpy,cat}, see string.h for their semantics
Sat, 05 Feb 2005 18:05:42 +0000 tron (svn r1805) Teach the driver layer a few things about const correctness
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Tue, 28 Dec 2004 12:11:34 +0000 truelight (svn r1289) -Fix: Minor fix for OS/2 message boxes (orudge)
Mon, 27 Dec 2004 10:40:04 +0000 truelight (svn r1281) -Fix: the OS/2 is now finished. Fixes:
Fri, 24 Dec 2004 00:00:10 +0000 darkvater (svn r1271) -Fix: set eol-style to native on missing files
Thu, 23 Dec 2004 15:08:53 +0000 truelight (svn r1249) -Fix: new files in the last commit had double content
Thu, 23 Dec 2004 14:46:16 +0000 truelight (svn r1248) -Add: initial OS/2 support (read docs/ReadMe_OS2.txt) (orudge)