tron [Thu, 28 Jul 2005 19:23:19 +0000] rev 2221
(svn r2739) -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent
tron [Thu, 28 Jul 2005 19:18:27 +0000] rev 2220
(svn r2738) Small bit fiddling cleanup
tron [Thu, 28 Jul 2005 09:41:09 +0000] rev 2219
(svn r2737) static, const and don't make variables public nobody else needs to know about
celestar [Thu, 28 Jul 2005 09:17:32 +0000] rev 2218
(svn r2736) -Codechange: De-mystified GfxDrawFillRect a bit, and used enums from table/sprites.h. You can now change the number of bits used for sprites and switches in the SpriteSetup enum and the rest should work automagically. Can be used to increase the number of active sprites to 2^19 in case there are no colortables (recolor sprites) in any newgrf. We should possibly move the the colortables to an own list, but how to detect them in a newgrf.
bjarni [Thu, 28 Jul 2005 09:01:41 +0000] rev 2217
(svn r2735) -Fix: [OSX] fixed issue introduced in 2733 where dedicated servers on OSX included sdl.h even when WITH_SDL was not defined (oops)
celestar [Thu, 28 Jul 2005 08:49:29 +0000] rev 2216
(svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items
bjarni [Thu, 28 Jul 2005 08:45:57 +0000] rev 2215
(svn r2733) -Fix: [OSX] solved include issue introduced in 2714, which prevented OSX from opening a window to run the game in (sdl.h was not included anymore)
celestar [Thu, 28 Jul 2005 06:09:15 +0000] rev 2214
(svn r2732) -Codechange: Cleaned the order flags some more. Hit some inconsistencies while trying to locate bug 1244167
celestar [Thu, 28 Jul 2005 05:47:54 +0000] rev 2213
(svn r2731) -Fix [ 1244171 ]: Hangar orders are now properly invalidated as soon as the airport is removed
tron [Wed, 27 Jul 2005 21:45:34 +0000] rev 2212
(svn r2730) -Fix: Fail if the sequencer can't play audio
Also check the return value of CreateThread()
tron [Wed, 27 Jul 2005 20:08:52 +0000] rev 2211
(svn r2729) Fix #include
tron [Wed, 27 Jul 2005 19:57:12 +0000] rev 2210
(svn r2728) -Fix/Feature: Change the driver probing algorithm
Instead of trying to start a single driver and bailing out if that fails, try to initialise one by one and use the first one which succeeds.
This should fix problems on machines with no sound card, where -s null had to be specified manually.
tron [Wed, 27 Jul 2005 19:26:53 +0000] rev 2209
(svn r2727) Fix last commit, don't ask
tron [Wed, 27 Jul 2005 19:25:50 +0000] rev 2208
(svn r2726) Fix last commit
tron [Wed, 27 Jul 2005 19:22:38 +0000] rev 2207
(svn r2725) Move MyShowCursor() back into win32.c, it fits better there
bjarni [Wed, 27 Jul 2005 10:11:45 +0000] rev 2206
(svn r2724) -Fix: [Autoreplace] made the pulldown menu read GetPlayer(_local_player)->avail_railtypes - this removes the need for updating this code if we add more railtypes and it also allows the menu to show maglev when monorail is not available
tron [Wed, 27 Jul 2005 07:19:28 +0000] rev 2205
(svn r2723) Make the manual page more informative
tron [Tue, 26 Jul 2005 19:34:03 +0000] rev 2204
(svn r2720) Remove unused declarations and definitions
orudge [Tue, 26 Jul 2005 19:31:05 +0000] rev 2203
(svn r2719) - Update MSVC 2003 project (AsterixMG)
tron [Tue, 26 Jul 2005 19:05:07 +0000] rev 2202
(svn r2718) Forgot one file
tron [Tue, 26 Jul 2005 19:04:19 +0000] rev 2201
(svn r2717) Move _userstring to strings.[ch]
tron [Tue, 26 Jul 2005 18:47:04 +0000] rev 2200
(svn r2716) Do not use strncat()
orudge [Tue, 26 Jul 2005 18:45:19 +0000] rev 2199
(svn r2715) - Update MSVC project with dmusic.cpp updates
tron [Tue, 26 Jul 2005 18:24:18 +0000] rev 2198
(svn r2714) Remove unnecessary includes
tron [Tue, 26 Jul 2005 06:59:48 +0000] rev 2197
(svn r2712) Overhaul DirectMusic MIDI backend:
- Merge the .c and .cpp part into one file
- Properly deinitialize at the end
- Remove "experimental" status
- Miscellaneous smaller changes
-Fix: Volume control works now
miham [Mon, 25 Jul 2005 17:45:57 +0000] rev 2196
(svn r2711) [Translators] Updated translations to 20050725 (2 lang(s))
tron [Mon, 25 Jul 2005 16:33:58 +0000] rev 2195
(svn r2710) Simplify dedicated server code a bit and don't compile it at all, if network support ist disabled
orudge [Mon, 25 Jul 2005 11:36:02 +0000] rev 2194
(svn r2709) - Update VC 2003 project file (AsterixMG)
orudge [Mon, 25 Jul 2005 09:52:37 +0000] rev 2193
(svn r2708) Update MSVC6 project with recent changes
tron [Mon, 25 Jul 2005 08:16:05 +0000] rev 2192
(svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise