------------------------------------------------------------------------ r2781 | ludde | 2005-08-01 16:31:19 +0000 (Mon, 01 Aug 2005) | 1 line Fix some of the issues with variables in .h files. ------------------------------------------------------------------------ r2780 | tron | 2005-08-01 13:01:14 +0000 (Mon, 01 Aug 2005) | 1 line Remove some more unused strings and make the use of a few strings more explicit ------------------------------------------------------------------------ r2779 | bjarni | 2005-08-01 12:55:21 +0000 (Mon, 01 Aug 2005) | 1 line -Fix: [clone vehicles] fixed typos, which could lead to crashes when cloning refitted trains (chrishuebsch) ------------------------------------------------------------------------ r2778 | tron | 2005-08-01 12:51:50 +0000 (Mon, 01 Aug 2005) | 1 line Improvement of the german translation, thanks to Wolf for some suggestions ------------------------------------------------------------------------ r2777 | tron | 2005-08-01 01:12:21 +0000 (Mon, 01 Aug 2005) | 1 line -Feature: When starting without a config file determine the language on basis of the current locale ------------------------------------------------------------------------ r2776 | tron | 2005-08-01 00:17:11 +0000 (Mon, 01 Aug 2005) | 1 line Remove removed file from the MSVC project file (: ------------------------------------------------------------------------ r2775 | tron | 2005-08-01 00:14:22 +0000 (Mon, 01 Aug 2005) | 1 line Deleting a file can fail, display an error message when it happens ------------------------------------------------------------------------ r2774 | celestar | 2005-07-31 22:53:57 +0000 (Sun, 31 Jul 2005) | 2 lines -Codechange: Removed TRACKTYPE_SPRITE_PITCH globally and replaced it by a member of RailtypeInfo ------------------------------------------------------------------------ r2773 | tron | 2005-07-31 22:30:54 +0000 (Sun, 31 Jul 2005) | 1 line Revert accidently commited changes ------------------------------------------------------------------------ r2772 | tron | 2005-07-31 22:28:49 +0000 (Sun, 31 Jul 2005) | 1 line Simplify the age notice in the vehicle details window ------------------------------------------------------------------------ r2771 | miham | 2005-07-31 21:20:35 +0000 (Sun, 31 Jul 2005) | 1 line [Translations] Latvian status changed back to unfinished due to 1341 missing strings ------------------------------------------------------------------------ r2770 | tron | 2005-07-31 21:08:31 +0000 (Sun, 31 Jul 2005) | 1 line Remove untranslated/corrupt strings from some languages ------------------------------------------------------------------------ r2769 | miham | 2005-07-31 20:36:35 +0000 (Sun, 31 Jul 2005) | 1 line [Translations] Updated to 2005-07-31 (7 langs) ------------------------------------------------------------------------ r2768 | tron | 2005-07-31 17:26:32 +0000 (Sun, 31 Jul 2005) | 1 line Remove 29 (hopefully) unused string ------------------------------------------------------------------------ r2767 | truelight | 2005-07-31 17:18:43 +0000 (Sun, 31 Jul 2005) | 2 lines -Fix: fixed potential mem-leak ------------------------------------------------------------------------ r2766 | tron | 2005-07-31 16:15:37 +0000 (Sun, 31 Jul 2005) | 1 line Remove string and make use of the plural feature ------------------------------------------------------------------------ r2765 | orudge | 2005-07-31 13:23:43 +0000 (Sun, 31 Jul 2005) | 1 line - Update MSVC6 and Watcom projects with strgen/stdafx.c removal ------------------------------------------------------------------------ r2764 | bjarni | 2005-07-31 13:08:08 +0000 (Sun, 31 Jul 2005) | 5 lines -Feature: Clone vehicles -This allows a player to clone an excisting vehicle of his own -[fix]: this uncovered an excisting bug in CmdBuildRailVehicle() where depots could build trains of the wrong track type. This is fixed -Thanks to Celestar for drawing the sprites and _luca_ for including them in openttd.grf ------------------------------------------------------------------------ r2763 | tron | 2005-07-30 18:30:07 +0000 (Sat, 30 Jul 2005) | 1 line Small cleanup and improve a few comments ------------------------------------------------------------------------ r2762 | tron | 2005-07-30 18:04:49 +0000 (Sat, 30 Jul 2005) | 1 line Simplify a loop, remove an unused variable and add many consts ------------------------------------------------------------------------ r2761 | miham | 2005-07-30 17:45:29 +0000 (Sat, 30 Jul 2005) | 1 line [Translators] Updated translations to 20050730 (1 lang(s)) ------------------------------------------------------------------------ r2760 | tron | 2005-07-30 16:29:23 +0000 (Sat, 30 Jul 2005) | 1 line Remove stale comments, long unused stuff and simplify some checks ------------------------------------------------------------------------ r2759 | tron | 2005-07-30 15:25:49 +0000 (Sat, 30 Jul 2005) | 1 line Remove unused #includes and files ------------------------------------------------------------------------ r2758 | tron | 2005-07-30 09:29:20 +0000 (Sat, 30 Jul 2005) | 1 line 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 ------------------------------------------------------------------------ r2757 | tron | 2005-07-30 08:15:15 +0000 (Sat, 30 Jul 2005) | 1 line Remove unused enum ------------------------------------------------------------------------ r2756 | ludde | 2005-07-29 22:13:04 +0000 (Fri, 29 Jul 2005) | 4 lines Renamed railtypes into _railtypes Renamed railtypes.c into railtypes.h, all other tables are in .h files. (It should be in the tables dir but I couldn't figure out how to get it there without deleting it first). Added const and extern. ------------------------------------------------------------------------ r2755 | ludde | 2005-07-29 21:55:49 +0000 (Fri, 29 Jul 2005) | 1 line Fix: Fix a desync issue with autoreplace ------------------------------------------------------------------------ r2754 | tron | 2005-07-29 21:52:20 +0000 (Fri, 29 Jul 2005) | 1 line Move str_fmt into string.[ch] ------------------------------------------------------------------------ r2753 | celestar | 2005-07-29 21:36:02 +0000 (Fri, 29 Jul 2005) | 2 lines -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. ------------------------------------------------------------------------ r2752 | celestar | 2005-07-29 19:35:23 +0000 (Fri, 29 Jul 2005) | 2 lines -Doc: Added some doxygen stuff to rail.h. I'm gonna mess around with this file and wanted to get rid of this first ------------------------------------------------------------------------ r2751 | celestar | 2005-07-29 18:26:53 +0000 (Fri, 29 Jul 2005) | 2 lines -Fix: Disabled buttons in the patches and difficulty windows are now rendered properly again ------------------------------------------------------------------------ r2750 | tron | 2005-07-29 18:22:04 +0000 (Fri, 29 Jul 2005) | 1 line -Fix: Tree tiles above the snow line got redrawn disproportionately often ------------------------------------------------------------------------ r2749 | tron | 2005-07-29 17:52:29 +0000 (Fri, 29 Jul 2005) | 1 line Fix typo in the tile documentation ------------------------------------------------------------------------ r2748 | tron | 2005-07-29 16:40:29 +0000 (Fri, 29 Jul 2005) | 1 line Remove unused cruft from the main loop ------------------------------------------------------------------------ r2747 | celestar | 2005-07-29 15:55:14 +0000 (Fri, 29 Jul 2005) | 2 lines -Fix: r2736 broke the newpaper display. Sorry. ------------------------------------------------------------------------ r2746 | tron | 2005-07-29 10:16:49 +0000 (Fri, 29 Jul 2005) | 1 line -Fix: SDL_SetColors() has the number of palette entries to change as parameter, not one beyond the last entry to change ------------------------------------------------------------------------ r2745 | bjarni | 2005-07-29 09:45:25 +0000 (Fri, 29 Jul 2005) | 4 lines -Fix: [OSX] removed the assert window introduced in 2741 from strgen - it appeared to cause problems and strgen don't need a GUI - renamed ottd to openttd in the app menu (Tobin) ------------------------------------------------------------------------ r2742 | tron | 2005-07-29 06:20:28 +0000 (Fri, 29 Jul 2005) | 1 line Get rid of some void pointers plus a few minor changes, like 0 -> '\0' ------------------------------------------------------------------------ r2741 | bjarni | 2005-07-28 21:47:41 +0000 (Thu, 28 Jul 2005) | 1 line -Feature: [OSX] added a window to display asserts on OSX (Tobin) ------------------------------------------------------------------------ r2740 | tron | 2005-07-28 19:59:41 +0000 (Thu, 28 Jul 2005) | 1 line MSCV doesn't seem to like forward declared static arrays ------------------------------------------------------------------------ r2739 | tron | 2005-07-28 19:23:19 +0000 (Thu, 28 Jul 2005) | 1 line -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent ------------------------------------------------------------------------ r2738 | tron | 2005-07-28 19:18:27 +0000 (Thu, 28 Jul 2005) | 1 line Small bit fiddling cleanup ------------------------------------------------------------------------ r2737 | tron | 2005-07-28 09:41:09 +0000 (Thu, 28 Jul 2005) | 1 line static, const and don't make variables public nobody else needs to know about ------------------------------------------------------------------------ r2736 | celestar | 2005-07-28 09:17:32 +0000 (Thu, 28 Jul 2005) | 2 lines -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. ------------------------------------------------------------------------ r2735 | bjarni | 2005-07-28 09:01:41 +0000 (Thu, 28 Jul 2005) | 1 line -Fix: [OSX] fixed issue introduced in 2733 where dedicated servers on OSX included sdl.h even when WITH_SDL was not defined (oops) ------------------------------------------------------------------------ r2734 | celestar | 2005-07-28 08:49:29 +0000 (Thu, 28 Jul 2005) | 2 lines -Feature: The Main Toolbar Dropdown Menu can now display disabled items ------------------------------------------------------------------------ r2733 | bjarni | 2005-07-28 08:45:57 +0000 (Thu, 28 Jul 2005) | 1 line -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) ------------------------------------------------------------------------ r2732 | celestar | 2005-07-28 06:09:15 +0000 (Thu, 28 Jul 2005) | 2 lines -Codechange: Cleaned the order flags some more. Hit some inconsistencies while trying to locate bug 1244167 ------------------------------------------------------------------------ r2731 | celestar | 2005-07-28 05:47:54 +0000 (Thu, 28 Jul 2005) | 2 lines -Fix [ 1244171 ]: Hangar orders are now properly invalidated as soon as the airport is removed ------------------------------------------------------------------------ r2730 | tron | 2005-07-27 21:45:34 +0000 (Wed, 27 Jul 2005) | 3 lines -Fix: Fail if the sequencer can't play audio Also check the return value of CreateThread() ------------------------------------------------------------------------ r2729 | tron | 2005-07-27 20:08:52 +0000 (Wed, 27 Jul 2005) | 1 line Fix #include ------------------------------------------------------------------------ r2728 | tron | 2005-07-27 19:57:12 +0000 (Wed, 27 Jul 2005) | 4 lines -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. ------------------------------------------------------------------------ r2727 | tron | 2005-07-27 19:26:53 +0000 (Wed, 27 Jul 2005) | 1 line Fix last commit, don't ask ------------------------------------------------------------------------ r2726 | tron | 2005-07-27 19:25:50 +0000 (Wed, 27 Jul 2005) | 1 line Fix last commit ------------------------------------------------------------------------ r2725 | tron | 2005-07-27 19:22:38 +0000 (Wed, 27 Jul 2005) | 1 line Move MyShowCursor() back into win32.c, it fits better there ------------------------------------------------------------------------ r2724 | bjarni | 2005-07-27 10:11:45 +0000 (Wed, 27 Jul 2005) | 1 line -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 ------------------------------------------------------------------------ r2723 | tron | 2005-07-27 07:19:28 +0000 (Wed, 27 Jul 2005) | 1 line Make the manual page more informative ------------------------------------------------------------------------ r2720 | tron | 2005-07-26 19:34:03 +0000 (Tue, 26 Jul 2005) | 1 line Remove unused declarations and definitions ------------------------------------------------------------------------ r2719 | orudge | 2005-07-26 19:31:05 +0000 (Tue, 26 Jul 2005) | 1 line - Update MSVC 2003 project (AsterixMG) ------------------------------------------------------------------------ r2718 | tron | 2005-07-26 19:05:07 +0000 (Tue, 26 Jul 2005) | 1 line Forgot one file ------------------------------------------------------------------------ r2717 | tron | 2005-07-26 19:04:19 +0000 (Tue, 26 Jul 2005) | 1 line Move _userstring to strings.[ch] ------------------------------------------------------------------------ r2716 | tron | 2005-07-26 18:47:04 +0000 (Tue, 26 Jul 2005) | 1 line Do not use strncat() ------------------------------------------------------------------------ r2715 | orudge | 2005-07-26 18:45:19 +0000 (Tue, 26 Jul 2005) | 1 line - Update MSVC project with dmusic.cpp updates ------------------------------------------------------------------------ r2714 | tron | 2005-07-26 18:24:18 +0000 (Tue, 26 Jul 2005) | 1 line Remove unnecessary includes ------------------------------------------------------------------------ r2712 | tron | 2005-07-26 06:59:48 +0000 (Tue, 26 Jul 2005) | 7 lines 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 ------------------------------------------------------------------------