unix.c
Sun, 17 Jul 2005 15:58:47 +0000 Darkvater (svn r2609) - Feature: remove extension from savegames/scenarios when browsing the folders.
Fri, 15 Jul 2005 20:29:06 +0000 ludde (svn r2583) Move OS specific code out of misc.c
Mon, 06 Jun 2005 12:27:47 +0000 Darkvater (svn r2418) - Fix: typo
Mon, 06 Jun 2005 12:11:44 +0000 Darkvater (svn r2417) - Fix: threads on morphos are apparently unexistent, so implement stubs for them (tokai)
Sat, 04 Jun 2005 07:35:12 +0000 tron (svn r2405) Simplify a few '? true : false' and '? false : true', especially the latter is confusing
Thu, 02 Jun 2005 19:39:29 +0000 Darkvater (svn r2398) - CodeChange: forgot to update unix and os2 specific files as well.
Wed, 01 Jun 2005 23:08:33 +0000 Darkvater (svn r2391) - Feature: saving games happen in a seperate thread so you no longer will have to wait such a long time (especially handy on bigger maps and multiplayer games). The mouse also changes into the 'ZZZ' state :P. The thread on windows is currently given a little-bit-less-than-normal priority so it should not interfere that much with the gameplay; it will take a bit longer though. Upon the exit of the game any pending saves are waited upon.
Sat, 21 May 2005 19:42:34 +0000 tron (svn r2356) Make check if statvfs() is availible a bit more sensible
Wed, 13 Apr 2005 18:36:29 +0000 truelight (svn r2191) -Add: OpenTTD now compiles with dietlibc (Aard)
Mon, 28 Mar 2005 15:40:05 +0000 tron (svn r2101) statvfs() is availible on POSIX.1 conformant systems.
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)
Sat, 26 Mar 2005 18:04:42 +0000 tron (svn r2076) Set the name for the parent directory to ".."
Tue, 15 Mar 2005 14:23:00 +0000 tron (svn r2013) Always ignore SIGPIPE, not only when SDL is used (ShadowJK)
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
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
Wed, 09 Mar 2005 17:45:51 +0000 tron (svn r1974) Cleanups, quite similar to those done to win32.c in r1972 (code duplication, anyone?)
Mon, 07 Mar 2005 00:39:41 +0000 pasky (svn r1953) Codechange: Tidyup, reduced ridiculous indentation levels, some sprintf()s replced by snprintf()s.
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, 22 Jan 2005 20:23:18 +0000 tron (svn r1594) Convert all undefined parameter lists to (void) and add the appropriate warning flags in the Makefile
Mon, 17 Jan 2005 10:17:18 +0000 tron (svn r1551) Silence a warning and simplify a preprocessor check
Fri, 14 Jan 2005 19:44:42 +0000 tron (svn r1509) Const correctness and add static where appropriate while touching the lines anyway
Tue, 11 Jan 2005 00:54:06 +0000 darkvater (svn r1479) -Added highscore chart (accessible from the difficulty window) with top5 companies for a given difficulty (select the difficulty in the menu)
Thu, 06 Jan 2005 18:45:28 +0000 tron (svn r1402) Trim trailing whitespace
Wed, 29 Dec 2004 13:13:29 +0000 miham (svn r1297) Language fixes in the source.. (ln-)
Wed, 22 Dec 2004 21:12:36 +0000 bjarni (svn r1236) MorphOS: added make release like in OSX (tokai)
Sat, 18 Dec 2004 14:19:21 +0000 truelight (svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)
Wed, 08 Dec 2004 16:27:54 +0000 bjarni (svn r980) Fixed issues where MorphOS would get problems if AmigaOS would get a port, since MorphOS also have the flag __AMIGA__ defined (Tokai)
Tue, 07 Dec 2004 17:16:57 +0000 bjarni (svn r970) Added 2nd data path for all non-windows OSes
Sat, 04 Dec 2004 17:54:56 +0000 truelight (svn r942) -Merged branch/network back into the trunk
Thu, 02 Dec 2004 22:53:07 +0000 tron (svn r901) Small step in the process to clean up the DPARAM mess:
Wed, 01 Dec 2004 15:23:05 +0000 bjarni (svn r869) Mac: finally made asserts open the console, so people should be able to see what went wrong even if they opened the game in the GUI
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Tue, 16 Nov 2004 23:51:38 +0000 darkvater (svn r646) -Fix: braindead case-sensitive file extension filter replaced with a case-INsensitive one (joint effort of Bjarni and Darkvater).
Sun, 14 Nov 2004 19:44:06 +0000 tron (svn r607) -Patch: [ 985102 ] static cleanup
Thu, 23 Sep 2004 21:16:23 +0000 darkvater (svn r313) -Feature/Fix: directories in *nix are now sorted alphabetically in ascending order (Tron).
Thu, 16 Sep 2004 16:44:36 +0000 bjarni (svn r274) Mac: restored extmusic to be default, which were accidently turned off by a windows music fix
Mon, 13 Sep 2004 22:04:20 +0000 dominik (svn r239) Fix: [ 1025361 ] PERSONAL_DIR is created at startup now
Sun, 12 Sep 2004 22:03:14 +0000 darkvater (svn r224) -Fix: Music now finally works on WinXP. DirectMusic is now default for an OS >= WinNT4 (WinNT4, Win2k, WinXP), and MIDI driver for lower OS's (Win95, Win98, WinME, etc).
Sun, 12 Sep 2004 21:49:38 +0000 darkvater (svn r223) -Fix: Const correctness and miscellaneous fixes. Thank you Tron for your diligent fixing of warnings (and some possibly bugs) (Tron)
Sat, 11 Sep 2004 19:34:11 +0000 signde (svn r207) -Codechange: randomizer handling
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
Tue, 07 Sep 2004 23:41:09 +0000 darkvater (svn r180) -Fix: some more warning fixes for C99 (Tron)
Mon, 06 Sep 2004 18:15:13 +0000 darkvater (svn r165) -Feature: Option to sort vehicles in vehicle-list window by different criteria. Total independent sort for all types and players. Periodic resort of list every 10 TTD days. Thank you for your graphical inspiration follow and buxo (since none of you provided any code).
Mon, 09 Aug 2004 17:04:08 +0000 truelight (svn r1) Import of revision 975 of old (crashed) SVN