------------------------------------------------------------------------ r2861 | tron | 2005-08-12 12:47:35 +0000 (Fri, 12 Aug 2005) | 1 line Move inclusion of setjmp.h into saveload.c, should've been part of r2819 ------------------------------------------------------------------------ r2860 | tron | 2005-08-12 06:37:48 +0000 (Fri, 12 Aug 2005) | 7 lines Fix some issues in the savegame/scenario list code: -Fix: Sort the directories when making a scenario list -Fix: Sort the directories when making a savegame list on Windows -Fix: On OS/2 show the trailing \ if the current directory is a root directory -Regression: On OS/2 the savegame list showed the scenario directory or crashed (probably introduced in r2609) The rest is diff reduction between the 3 variants ------------------------------------------------------------------------ r2859 | miham | 2005-08-11 21:51:05 +0000 (Thu, 11 Aug 2005) | 1 line \[Translations\] Updating translations ------------------------------------------------------------------------ r2858 | truelight | 2005-08-11 19:23:32 +0000 (Thu, 11 Aug 2005) | 2 lines -Codechange: resolved some magic numbers (_Luca_) ------------------------------------------------------------------------ r2857 | truelight | 2005-08-11 19:21:46 +0000 (Thu, 11 Aug 2005) | 2 lines -Fix: PlayerID is not a valid type for a player-bit-field. Partly reverted r2290 ------------------------------------------------------------------------ r2856 | miham | 2005-08-11 13:20:37 +0000 (Thu, 11 Aug 2005) | 1 line [Translations] Fixed languages containing STRING1 (except for english.txt) ------------------------------------------------------------------------ r2855 | tron | 2005-08-11 13:09:12 +0000 (Thu, 11 Aug 2005) | 1 line Make ReadSpriteHeaderSkipData() responsible for detecting the end of a grf file instead of its callers - this simplifies the code a bit ------------------------------------------------------------------------ r2854 | miham | 2005-08-11 13:06:24 +0000 (Thu, 11 Aug 2005) | 1 line \[Translations\] Updating translations ------------------------------------------------------------------------ r2853 | tron | 2005-08-11 13:04:50 +0000 (Thu, 11 Aug 2005) | 1 line Add missing dependencies and flags to the dependency targets and make the info target more informative ------------------------------------------------------------------------ r2852 | tron | 2005-08-11 13:03:39 +0000 (Thu, 11 Aug 2005) | 1 line Remove the unused field 'id' from struct FiosItem ------------------------------------------------------------------------ r2851 | orudge | 2005-08-11 12:56:03 +0000 (Thu, 11 Aug 2005) | 1 line - Update Watcom project with currency.c ------------------------------------------------------------------------ r2850 | miham | 2005-08-11 12:51:59 +0000 (Thu, 11 Aug 2005) | 1 line [newgrf] Patch from peter1139 ------------------------------------------------------------------------ r2849 | tron | 2005-08-11 07:29:24 +0000 (Thu, 11 Aug 2005) | 1 line Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is defined ------------------------------------------------------------------------ r2848 | bjarni | 2005-08-10 21:16:38 +0000 (Wed, 10 Aug 2005) | 1 line -Fix: [ 1256044 ] fixed crash when loading a map made before rev 2817 in scenario editor. This was introduced in 2817 ------------------------------------------------------------------------ r2847 | tron | 2005-08-09 12:58:22 +0000 (Tue, 09 Aug 2005) | 3 lines Don't remember the size of sprites during initialisation. Since the sprite loading was altered this is no longer necessary. While here remove another write-only variable (_spritecache_size) and fix a comment (sprite replaces a lowercase letter instead of uppercase) ------------------------------------------------------------------------ r2846 | tron | 2005-08-08 21:42:27 +0000 (Mon, 08 Aug 2005) | 1 line Minor improvement of the french translation: use {P}, fix spelling of "brûlé", fully translate partly untranslated strings and remove gratuitous whitespace (i hope i got it right) ------------------------------------------------------------------------ r2845 | tron | 2005-08-08 21:35:27 +0000 (Mon, 08 Aug 2005) | 3 lines Remove sprite size caching, it was unused This makes GetSpriteDimension() superflous, because now it's just a thin wrapper around GetSprite() returning only part of the information, therefore remove it too ------------------------------------------------------------------------ r2844 | tron | 2005-08-08 20:27:05 +0000 (Mon, 08 Aug 2005) | 1 line Update the MSVC project files, thanks AsterixMG ------------------------------------------------------------------------ r2843 | tron | 2005-08-08 20:23:56 +0000 (Mon, 08 Aug 2005) | 1 line OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer ------------------------------------------------------------------------ r2842 | ludde | 2005-08-08 15:26:53 +0000 (Mon, 08 Aug 2005) | 1 line Fix bug with aircraft autoreplace (peter1138) ------------------------------------------------------------------------ r2841 | tron | 2005-08-08 15:10:37 +0000 (Mon, 08 Aug 2005) | 3 lines Pimp the Makefile: Determining the header dependencies is now a separate step. This should fix the dependency related problems and reduce the number of recompiled files when table/strings.h changes ------------------------------------------------------------------------ r2840 | tron | 2005-08-08 10:42:02 +0000 (Mon, 08 Aug 2005) | 1 line Remove 3 unnecessary strings (they're empty) and fix the alignment of the musick track display ------------------------------------------------------------------------ r2839 | tron | 2005-08-08 09:49:47 +0000 (Mon, 08 Aug 2005) | 1 line Remove stuff missed in r2833, properly calculate the size of two arrays and simplify GetSpriteDimension() a bit ------------------------------------------------------------------------ r2838 | miham | 2005-08-08 09:42:22 +0000 (Mon, 08 Aug 2005) | 1 line \[Translations\] Updating translations ------------------------------------------------------------------------ r2837 | miham | 2005-08-08 09:01:22 +0000 (Mon, 08 Aug 2005) | 1 line [Translations] Updated dutch langfile, started testing of the new SVN-handler in WebTranslator ------------------------------------------------------------------------ r2836 | bjarni | 2005-08-07 19:16:32 +0000 (Sun, 07 Aug 2005) | 1 line fixed the alphabetical order of the credits list like it says it is in ------------------------------------------------------------------------ r2833 | tron | 2005-08-07 17:52:41 +0000 (Sun, 07 Aug 2005) | 3 lines Remove saving of sprite cache data: the benefits are questionable, it's error prone, undocumented and hasn't been widely used for ages, if ever ------------------------------------------------------------------------ r2832 | tron | 2005-08-07 14:45:50 +0000 (Sun, 07 Aug 2005) | 1 line Missing #include ------------------------------------------------------------------------ r2831 | tron | 2005-08-07 14:18:17 +0000 (Sun, 07 Aug 2005) | 1 line Fix some potential and real buffer overflows ------------------------------------------------------------------------ r2830 | tron | 2005-08-07 12:41:57 +0000 (Sun, 07 Aug 2005) | 1 line Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define ------------------------------------------------------------------------ r2829 | tron | 2005-08-07 11:01:31 +0000 (Sun, 07 Aug 2005) | 1 line Remove sprite locking, it was never used anyway ------------------------------------------------------------------------ r2828 | tron | 2005-08-07 10:03:14 +0000 (Sun, 07 Aug 2005) | 1 line Only command.c needs to know about _docommand_recursive, so make it static. Tell me if there's a problem, because i removed it from network_server.c, but afaict it should be ok ------------------------------------------------------------------------ r2827 | tron | 2005-08-06 22:40:18 +0000 (Sat, 06 Aug 2005) | 1 line BeOS meets all prerequisites for extmidi ------------------------------------------------------------------------ r2826 | tron | 2005-08-06 22:12:45 +0000 (Sat, 06 Aug 2005) | 1 line Remove another write-only variable, thanks glx ------------------------------------------------------------------------ r2825 | truelight | 2005-08-06 21:50:26 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: GCC that put deps in the wrong dirs can now compile OTTD again ------------------------------------------------------------------------ r2824 | truelight | 2005-08-06 21:45:48 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: OSX can now also produce dedicated servers ------------------------------------------------------------------------ r2823 | truelight | 2005-08-06 20:53:02 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: MorphOS doesn't have pthread either! ------------------------------------------------------------------------ r2822 | truelight | 2005-08-06 20:34:41 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: don't compile pthread for win32 dedicated servers ------------------------------------------------------------------------ r2821 | tron | 2005-08-06 20:24:32 +0000 (Sat, 06 Aug 2005) | 1 line Remove a write-only variable ------------------------------------------------------------------------ r2820 | bjarni | 2005-08-06 19:12:44 +0000 (Sat, 06 Aug 2005) | 1 line -Fix: [autoreplace] fixed issue introduced in 2817 where autoreplace failed if new engine is cheaper than the old one (peter1138) ------------------------------------------------------------------------ r2819 | tron | 2005-08-06 17:40:21 +0000 (Sat, 06 Aug 2005) | 1 line Make variables, which are exclusive for internal use of the save/load code, static in saveload.c ------------------------------------------------------------------------ r2818 | tron | 2005-08-06 16:55:05 +0000 (Sat, 06 Aug 2005) | 1 line Don't tell the world about a local variable which is only used once ------------------------------------------------------------------------ r2817 | bjarni | 2005-08-06 16:07:22 +0000 (Sat, 06 Aug 2005) | 6 lines -Codechange: [autoreplace]: moved autoreplace and autorenew to serverside -This means that one company can only have one setting for renew and replacing more clients will not fight due to different settings anymore -This is a needed step in the line to fix autoreplacing dualheaded locomotives NOTE: savegame revision bump (peter1138 + me in coop) ------------------------------------------------------------------------ r2816 | tron | 2005-08-06 15:18:26 +0000 (Sat, 06 Aug 2005) | 1 line Forgot an Id tag and an #include ------------------------------------------------------------------------ r2815 | tron | 2005-08-06 14:59:54 +0000 (Sat, 06 Aug 2005) | 1 line Store the currency information in one central place instead of scattering it in several unrelated files ------------------------------------------------------------------------ r2814 | truelight | 2005-08-06 14:58:06 +0000 (Sat, 06 Aug 2005) | 2 lines -Fix: made MorphOS to compile again ------------------------------------------------------------------------ r2813 | tron | 2005-08-06 07:15:17 +0000 (Sat, 06 Aug 2005) | 1 line Plug a thread leak and prevent a race condition which could lead to multiple simultaneous saves and therefore severe corruption ------------------------------------------------------------------------ r2812 | tron | 2005-08-05 20:22:06 +0000 (Fri, 05 Aug 2005) | 1 line Move variables, which only vehicle_gui.c needs to know about, there ------------------------------------------------------------------------ r2811 | tron | 2005-08-05 20:18:08 +0000 (Fri, 05 Aug 2005) | 1 line Fix typos in r2810 ------------------------------------------------------------------------