------------------------------------------------------------------------ r11353 | glx | 2007-10-28 16:00:51 +0000 (Sun, 28 Oct 2007) | 1 line -Codechange: add support for newgrf callback 32 ------------------------------------------------------------------------ r11352 | glx | 2007-10-28 15:40:18 +0000 (Sun, 28 Oct 2007) | 1 line -Codechange: cache callback 2D result (vehicle color mapping) instead calling it every time the vehicle is drawn ------------------------------------------------------------------------ r11351 | bjarni | 2007-10-27 11:26:19 +0000 (Sat, 27 Oct 2007) | 2 lines -Fix (r11342): [OSX] killed a warning ------------------------------------------------------------------------ r11350 | rubidium | 2007-10-27 11:23:13 +0000 (Sat, 27 Oct 2007) | 2 lines -Change: add missing elrail sprites for some rail build buttons/cursors. Sprites by skidd13. ------------------------------------------------------------------------ r11349 | rubidium | 2007-10-27 11:20:47 +0000 (Sat, 27 Oct 2007) | 2 lines -Fix [FS#1372]: crash when moving "invalid" cargo to a station. ------------------------------------------------------------------------ r11348 | bjarni | 2007-10-26 21:32:24 +0000 (Fri, 26 Oct 2007) | 2 lines -Fix (r11049): [OSX] killed a warning (don't ask why only OSX showed this one) ------------------------------------------------------------------------ r11347 | belugas | 2007-10-26 20:55:23 +0000 (Fri, 26 Oct 2007) | 1 line -Codechange: use marker loaded grf feature has_newwater when it is required. (more to come) ------------------------------------------------------------------------ r11346 | belugas | 2007-10-26 20:48:15 +0000 (Fri, 26 Oct 2007) | 1 line -Codechange: Add marker has_newwater to the loaded grf features. Not in used yet. ------------------------------------------------------------------------ r11345 | belugas | 2007-10-26 20:42:03 +0000 (Fri, 26 Oct 2007) | 1 line -Cleanup: a bit of comment style fixing ------------------------------------------------------------------------ r11344 | belugas | 2007-10-26 16:38:32 +0000 (Fri, 26 Oct 2007) | 2 lines -Codechange: Removes some magic numbers referring the highlighting mode in road_gui.cpp Some typos fixed too.(FS#1371-skidd13) ------------------------------------------------------------------------ r11343 | belugas | 2007-10-26 16:26:50 +0000 (Fri, 26 Oct 2007) | 1 line -Fix[FS#1368]: Autoslope did not work correctly for single track on higher part of steep slopes. (frosch) ------------------------------------------------------------------------ r11342 | egladil | 2007-10-25 23:45:03 +0000 (Thu, 25 Oct 2007) | 1 line -Fix: [OSX] The cocoa driver incorrectly assumed that the blitter always was 8bpp. Now both 8bpp and 32bpp blitters can be used. The driver will check the blitter screen depth. In fullscreen it will select a proper video mode for this depth, and in windowed mode it will simply skip doing fake 8bpp. ------------------------------------------------------------------------ r11341 | glx | 2007-10-25 23:24:28 +0000 (Thu, 25 Oct 2007) | 1 line -Codechange: add missing callback ID enums, add stub for house property 20 and reorder unimplemented action 0 properties ------------------------------------------------------------------------ r11340 | belugas | 2007-10-25 02:26:02 +0000 (Thu, 25 Oct 2007) | 1 line -Fix[FS#1362]: Newindustries can provide no production at start. So the Modifying Production cheat was a bit puzzled on how to deal with it. This will help a bit. ------------------------------------------------------------------------ r11339 | rubidium | 2007-10-22 19:11:50 +0000 (Mon, 22 Oct 2007) | 2 lines -Add: autoroad; same as autorail, but for road and trams and only on X and Y direction. Patch by Octopussy and skidd13. ------------------------------------------------------------------------