win32.c
Sat, 14 May 2005 21:01:57 +0000 Darkvater (svn r2310) - Fix: Game would crash if you full-screened with the 'fullscreen' button than chose a resolution from the dropdown box that was no longer valid. Big thanks to DaleStan for track down the crashing bug.
Wed, 13 Apr 2005 13:09:25 +0000 darkvater (svn r2190) - Fix: [1179424] '.. (Parent directory)' does not show up in the root-directory anymore; win32 only (mgasterix)
Tue, 05 Apr 2005 21:09:36 +0000 darkvater (svn r2153) - Fix: [ 1173690 ] Path displaying as "C:\\" in saveload window win32-only (glx)
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 15:12:26 +0000 pasky (svn r2086) - Codechange: Two indentation fixes coming from Loic Guilloux' patch 1171208.
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 ".."
Thu, 24 Mar 2005 20:47:21 +0000 darkvater (svn r2052) - Fix Regression: ALT+F4 once again shuts down openttd in windows and F10, etc. is fixed.
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:38:03 +0000 tron (svn r2000) Split the sound system into backend (mixer.[ch]) and frontend (sound.[ch])
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
Thu, 10 Mar 2005 15:41:25 +0000 tron (svn r1984) -Fix: [1155762] Don't try to open the non-existent menu, when F10 is pressed
Wed, 09 Mar 2005 16:56:26 +0000 tron (svn r1972) Several cleanups and fix some latent bugs
Wed, 09 Mar 2005 11:49:34 +0000 tron (svn r1970) Fix some warnings which Cygwin showed
Tue, 22 Feb 2005 22:14:27 +0000 darkvater (svn r1907) - Fix: [ 1114261 ] Speeding up when pressing ALT+TAB (Windows)
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 21:57:01 +0000 tron (svn r1806) Add missing includes (see r1803)
Sat, 05 Feb 2005 18:05:42 +0000 tron (svn r1805) Teach the driver layer a few things about const correctness
Sun, 30 Jan 2005 16:54:39 +0000 darkvater (svn r1734) - Fix: [ 1112253 ] hijacking of arrow keys, game also scrolled when it was out of focus (dominik)
Sun, 23 Jan 2005 10:34:39 +0000 darkvater (svn r1603) -Fix: unused variable in FormatTinyDate
Sun, 16 Jan 2005 13:59:07 +0000 dominik (svn r1541) Fix: [ 1100767 ] fast forward in main menu
Sat, 15 Jan 2005 20:43:01 +0000 darkvater (svn r1529) -Feature: [1090950] Adding 16:10 resolutions for mainly laptops (doode)
Sat, 15 Jan 2005 16:38:10 +0000 darkvater (svn r1524) -"Feature": when windows exception tracker is enabled (release builds) and the game crashes for any reason any active log file is closed first. This ensures the log file and ingame debug messages can be used to debug a problem. Any *nix versions are welcome
Sat, 15 Jan 2005 15:48:05 +0000 darkvater (svn r1523) -Fix: somehow mousewheel was disabled on windows using SDL; reenabled again
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-)
Thu, 23 Dec 2004 22:31:46 +0000 darkvater (svn r1266) -Fix: fix some cygwin/mingw warnings
Thu, 23 Dec 2004 20:23:05 +0000 darkvater (svn r1262) -Fix: [1088996] kill some warnings for MinGW (luzi82)
Sun, 19 Dec 2004 13:28:09 +0000 dominik (svn r1171) Fix: Console hotkey works again on keyboards where this key is a deadkey.
Sat, 18 Dec 2004 14:19:21 +0000 truelight (svn r1154) -Add: [Network] Forked dedicated server (start openttd with -Df) (GeniusDex)
Fri, 17 Dec 2004 23:32:54 +0000 dominik (svn r1148) Fix: The console hotkey is finally working properly on all keyboards. It's the key on the top left corner
Wed, 15 Dec 2004 00:31:08 +0000 darkvater (svn r1093) -Fix: Hopefully fixed windows revision issues once and for all. Removed globalness of _openttd_revision and put all such ifdefs into one place. If server has a revision only the same revisions can join; if the server has no revision everyone can join. I reckon this should be a server-side option to allow people to join or not to join.
Tue, 14 Dec 2004 20:27:00 +0000 truelight (svn r1090) -Fix: Made the _openttd_revision variable global, and with that
Tue, 14 Dec 2004 00:45:24 +0000 darkvater (svn r1079) -Fix: you can once again quit the game in windows by pressing ALT+F4 or the 'exit' button in the main menu.
Mon, 13 Dec 2004 22:10:12 +0000 dominik (svn r1076) Feature: Patch setting to autosave the game on exit
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:
Thu, 25 Nov 2004 10:47:30 +0000 tron (svn r815) Include strings.h only in the files which need it.
Mon, 15 Nov 2004 10:04:57 +0000 tron (svn r623) -Feature: [ 1066504 ] Pause key pauses the game
Sun, 14 Nov 2004 12:37:23 +0000 darkvater (svn r586) -Fix: [1066114] Code error in win32.c Thanks Shai
Mon, 27 Sep 2004 12:36:59 +0000 darkvater (svn r328) -Fix: remove some unlogical alloca()s (Tron)
Thu, 23 Sep 2004 21:14:20 +0000 darkvater (svn r312) -Fix: [926105] ctrl + d bug. Longest outstanding bug has been fixed \o/ 2004-03-30 (Tron)
Tue, 21 Sep 2004 20:56:49 +0000 darkvater (svn r304) -Fix: [967096] fullscreen. New button 'Fullscreen' in 'Game Options' menu which lets you set fullscreen ingame.
Sat, 18 Sep 2004 16:36:14 +0000 darkvater (svn r293) -Feature: Windows now shows (available) revision, release information in title bar
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
Sat, 11 Sep 2004 00:36:06 +0000 darkvater (svn r200) -Fix: oops, ALT+F4 didn't work anymore. Fixed now.
Sat, 11 Sep 2004 00:19:53 +0000 darkvater (svn r199) -Fix: [993374] Pressing alt locks the game - sort of a bug. I hope I didn't break anything :O
Fri, 10 Sep 2004 22:43:40 +0000 darkvater (svn r197) -Fix: Disable Fast Forward in network games visually (didn't work anyways, just showed graphical output)
Fri, 10 Sep 2004 19:02:27 +0000 truelight (svn r194) -Codechange: stripping trailing-spaces. Please keep this that way!
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).
Fri, 03 Sep 2004 20:04:32 +0000 darkvater (svn r154) -Fix: some people while using MSVC don't have VK_OEM_3 defined? Or it could be Win2000/XP only
Fri, 03 Sep 2004 18:23:03 +0000 darkvater (svn r152) -Fix: [1021061] windows WKC_BACKQUOTE [US] (sign_de)