log

age author description
Sun, 31 Jul 2005 13:23:43 +0000 orudge (svn r2765) - Update MSVC6 and Watcom projects with strgen/stdafx.c removal draft
Sun, 31 Jul 2005 13:08:08 +0000 bjarni (svn r2764) -Feature: Clone vehicles draft
Sat, 30 Jul 2005 18:30:07 +0000 tron (svn r2763) Small cleanup and improve a few comments draft
Sat, 30 Jul 2005 18:04:49 +0000 tron (svn r2762) Simplify a loop, remove an unused variable and add many consts draft
Sat, 30 Jul 2005 17:45:29 +0000 miham (svn r2761) [Translators] Updated translations to 20050730 (1 lang(s)) draft
Sat, 30 Jul 2005 16:29:23 +0000 tron (svn r2760) Remove stale comments, long unused stuff and simplify some checks draft
Sat, 30 Jul 2005 15:25:49 +0000 tron (svn r2759) Remove unused #includes and files draft
Sat, 30 Jul 2005 09:29:20 +0000 tron (svn r2758) Add the AB() macro to add a value to a bit range and use it in a few places, also make use of GB and SB nearby draft
Sat, 30 Jul 2005 08:15:15 +0000 tron (svn r2757) Remove unused enum draft
Fri, 29 Jul 2005 22:13:04 +0000 ludde (svn r2756) Renamed railtypes into _railtypes draft
Fri, 29 Jul 2005 21:55:49 +0000 ludde (svn r2755) Fix: Fix a desync issue with autoreplace draft
Fri, 29 Jul 2005 21:52:20 +0000 tron (svn r2754) Move str_fmt into string.[ch] draft
Fri, 29 Jul 2005 21:36:02 +0000 celestar (svn r2753) -Codechange: Introduced a new struct "RailtypeInfo" to store rail type specific information. Begun populating it with a bunch of sprites, more to come later. This should result in cleaner, more compact code which allows easy introduction of new railtypes. draft
Fri, 29 Jul 2005 19:35:23 +0000 celestar (svn r2752) -Doc: Added some doxygen stuff to rail.h. I'm gonna mess around with this file and wanted to get rid of this first draft
Fri, 29 Jul 2005 18:26:53 +0000 celestar (svn r2751) -Fix: Disabled buttons in the patches and difficulty windows are now rendered properly again draft
Fri, 29 Jul 2005 18:22:04 +0000 tron (svn r2750) -Fix: Tree tiles above the snow line got redrawn disproportionately often draft
Fri, 29 Jul 2005 17:52:29 +0000 tron (svn r2749) Fix typo in the tile documentation draft
Fri, 29 Jul 2005 16:40:29 +0000 tron (svn r2748) Remove unused cruft from the main loop draft
Fri, 29 Jul 2005 15:55:14 +0000 celestar (svn r2747) -Fix: r2736 broke the newpaper display. Sorry. draft
Fri, 29 Jul 2005 10:16:49 +0000 tron (svn r2746) -Fix: SDL_SetColors() has the number of palette entries to change as parameter, not one beyond the last entry to change draft
Fri, 29 Jul 2005 09:45:25 +0000 bjarni (svn r2745) -Fix: [OSX] removed the assert window introduced in 2741 from strgen draft
Fri, 29 Jul 2005 06:20:28 +0000 tron (svn r2742) Get rid of some void pointers plus a few minor changes, like 0 -> '\0' draft
Thu, 28 Jul 2005 21:47:41 +0000 bjarni (svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin) draft
Thu, 28 Jul 2005 19:59:41 +0000 tron (svn r2740) MSCV doesn't seem to like forward declared static arrays draft
Thu, 28 Jul 2005 19:23:19 +0000 tron (svn r2739) -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent draft
Thu, 28 Jul 2005 19:18:27 +0000 tron (svn r2738) Small bit fiddling cleanup draft
Thu, 28 Jul 2005 09:41:09 +0000 tron (svn r2737) static, const and don't make variables public nobody else needs to know about draft
Thu, 28 Jul 2005 09:17:32 +0000 celestar (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. draft
Thu, 28 Jul 2005 09:01:41 +0000 bjarni (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) draft
Thu, 28 Jul 2005 08:49:29 +0000 celestar (svn r2734) -Feature: The Main Toolbar Dropdown Menu can now display disabled items draft
Thu, 28 Jul 2005 08:45:57 +0000 bjarni (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) draft
Thu, 28 Jul 2005 06:09:15 +0000 celestar (svn r2732) -Codechange: Cleaned the order flags some more. Hit some inconsistencies while trying to locate bug 1244167 draft
Thu, 28 Jul 2005 05:47:54 +0000 celestar (svn r2731) -Fix [ 1244171 ]: Hangar orders are now properly invalidated as soon as the airport is removed draft
Wed, 27 Jul 2005 21:45:34 +0000 tron (svn r2730) -Fix: Fail if the sequencer can't play audio draft
Wed, 27 Jul 2005 20:08:52 +0000 tron (svn r2729) Fix #include draft
Wed, 27 Jul 2005 19:57:12 +0000 tron (svn r2728) -Fix/Feature: Change the driver probing algorithm draft
Wed, 27 Jul 2005 19:26:53 +0000 tron (svn r2727) Fix last commit, don't ask draft
Wed, 27 Jul 2005 19:25:50 +0000 tron (svn r2726) Fix last commit draft
Wed, 27 Jul 2005 19:22:38 +0000 tron (svn r2725) Move MyShowCursor() back into win32.c, it fits better there draft
Wed, 27 Jul 2005 10:11:45 +0000 bjarni (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 draft
Wed, 27 Jul 2005 07:19:28 +0000 tron (svn r2723) Make the manual page more informative draft
Tue, 26 Jul 2005 19:34:03 +0000 tron (svn r2720) Remove unused declarations and definitions draft
Tue, 26 Jul 2005 19:31:05 +0000 orudge (svn r2719) - Update MSVC 2003 project (AsterixMG) draft
Tue, 26 Jul 2005 19:05:07 +0000 tron (svn r2718) Forgot one file draft
Tue, 26 Jul 2005 19:04:19 +0000 tron (svn r2717) Move _userstring to strings.[ch] draft
Tue, 26 Jul 2005 18:47:04 +0000 tron (svn r2716) Do not use strncat() draft
Tue, 26 Jul 2005 18:45:19 +0000 orudge (svn r2715) - Update MSVC project with dmusic.cpp updates draft
Tue, 26 Jul 2005 18:24:18 +0000 tron (svn r2714) Remove unnecessary includes draft
Tue, 26 Jul 2005 06:59:48 +0000 tron (svn r2712) Overhaul DirectMusic MIDI backend: draft
Mon, 25 Jul 2005 17:45:57 +0000 miham (svn r2711) [Translators] Updated translations to 20050725 (2 lang(s)) draft
Mon, 25 Jul 2005 16:33:58 +0000 tron (svn r2710) Simplify dedicated server code a bit and don't compile it at all, if network support ist disabled draft
Mon, 25 Jul 2005 11:36:02 +0000 orudge (svn r2709) - Update VC 2003 project file (AsterixMG) draft
Mon, 25 Jul 2005 09:52:37 +0000 orudge (svn r2708) Update MSVC6 project with recent changes draft
Mon, 25 Jul 2005 08:16:05 +0000 tron (svn r2707) Missed the paths in the BeOS MIDI player, sorry for all the noise draft
Mon, 25 Jul 2005 07:28:32 +0000 tron (svn r2706) Fix !WITH_NETWORK build draft
Mon, 25 Jul 2005 07:20:32 +0000 tron (svn r2705) Fix #include paths and remove unnecessary #includes draft
Mon, 25 Jul 2005 07:16:10 +0000 tron (svn r2704) Remove . from include path again, too much trouble. Also add some #ifdefs and #includes for the Windows build draft
Sun, 24 Jul 2005 20:47:42 +0000 bjarni (svn r2703) - Feature: [OSX] Added a native alert window to show whatever error() needs to print (Tobin made this, while I fixed some issued in it) draft
Sun, 24 Jul 2005 15:56:31 +0000 celestar (svn r2702) -Codechange: Cleaned up the sprite code and replaced many magic numbers draft
Sun, 24 Jul 2005 14:12:37 +0000 tron (svn r2701) Insert Id tags into all source files draft