1
0
Fork 0

Commit Graph

  • 74f0c8b55a (svn r2901) Refix 'replace window' with wrong string-etc. coordinates. Also clean up, and make window-title a bit more meaningful (specify vehicle type replaced) Darkvater 2005-08-29 22:27:22 +0000
  • a02ee8ffda (svn r2900) Fix a bug, which incremented the counter of a loop twice and therefore calculated wrong argument indices tron 2005-08-28 14:45:44 +0000
  • d975abc96c (svn r2899) -Fix: Several format string vulnerabilities and buffer overflows in the network code tron 2005-08-28 12:24:57 +0000
  • 70c07d13be (svn r2898) Fix typo in r2897 tron 2005-08-28 10:59:34 +0000
  • abb034c2cd (svn r2897) Check the return values of [cm]alloc and the length of an array, plus some smaller changes tron 2005-08-27 20:54:48 +0000
  • 175b2cd12a (svn r2896) Use genders in the german translation tron 2005-08-27 18:44:16 +0000
  • 7e84d8b295 (svn r2895) Remove unused variables and bring a comment closer to reality tron 2005-08-27 13:06:59 +0000
  • 1677748d4d (svn r2894) Simplify colouring in owner-mode in the minimap regarding towns and get rid of some magic numbers tron 2005-08-27 13:04:15 +0000
  • ffdefbdee2 (svn r2893) Two chars got assigned a width of 0 since r2879, fix that ([1274302])' tron 2005-08-27 09:49:52 +0000
  • 8b85cf53e5 (svn r2892) Fix indentation tron 2005-08-26 20:56:48 +0000
  • a38d2f15b7 (svn r2891) Fix indentation tron 2005-08-26 20:26:34 +0000
  • f914a7eca6 (svn r2890) Fix some signed/unsigned comparison warnings (tokai) tron 2005-08-25 16:53:51 +0000
  • 51c2ef8685 (svn r2889) [Translations] Updated american (tron) miham 2005-08-25 13:29:32 +0000
  • b01c951224 (svn r2888) [Translations] Updating translations to 2005-08-24 {@839} (3 langs changed) miham 2005-08-24 19:08:54 +0000
  • 65bdb2ce67 (svn r2887) Fix regression: Two boolean expressions got flipped in r2595, which made it possible to place lighthouses and antennas everywhere BUT clear tiles (found and fixed by _Luca_) tron 2005-08-24 18:47:26 +0000
  • b45aeb5c36 (svn r2886) Rename the "owner" attribute to "m1", because when it stores an owner it is accessed by [GS]etOwner anyway and when it doesn't store an owner, but arbitrary data, accessing a field called "owner" is confusing. tron 2005-08-23 18:47:04 +0000
  • 9d9ee2fe56 (svn r2885) [Translations] Removed not-translated romanian strings (Tron) miham 2005-08-23 07:28:45 +0000
  • a2a15784ac (svn r2884) Fix and improve the look of the new letters (Hadez) tron 2005-08-21 17:32:43 +0000
  • ad4243ab7d (svn r2883) Use the recently added letters in the czech translation. This changes more than 500 strings - thanks for the effort, Hadez! tron 2005-08-21 15:20:13 +0000
  • 4a1f46a99a (svn r2882) Some fixes for MorphOS (by tokai) - Don't track dependencies on system headers - Add an include path - Silence a warning regarding a bad signal prototype - Remove executable flag from pictures - Add proper OTTD icon tron 2005-08-21 10:44:57 +0000
  • 1c686229af (svn r2881) [Translations] Updating translations to 2005-08-21 {@295} (1 langs changed) miham 2005-08-21 06:05:51 +0000
  • 7a184a0ea3 (svn r2880) Fix graphical glitch in replace window (text at wrong coordinates) Darkvater 2005-08-20 21:16:46 +0000
  • ae49d487cc (svn r2879) Major step twoards ISO-8859-15 Add several missing chars: - Š/š (S with hacek, all sizes) - Ž/ž (Z with hacek, all sizes) - Œ/œ (OE ligature, all sizes) - Ð/ð (eth, large font was missing) - Þ/þ (thorn, large font was missing) - º (male ordinal sign, all sizes) Also move Ÿ (Y with umlaut, all sizes) to the correct position in the charset To add some chars it was necessary to shuffle some OTTD specific chars (arrows, transport type markers) around tron 2005-08-20 18:14:32 +0000
  • c1f4acd4a0 (svn r2878) [Translations] Updating translations to 2005-08-20 {@787} (2 langs changed) miham 2005-08-20 17:53:49 +0000
  • 2080cf991f (svn r2877) [Translations] Handfixed italian.txt miham 2005-08-20 07:55:27 +0000
  • 8b3c50147e (svn r2876) [Translations] Updated translations (this time manually :-P) miham 2005-08-17 17:19:40 +0000
  • 01f0af5189 (svn r2875) [translations] Restored langfiles (f*cked up at 2874, sorry (problem fixed)) miham 2005-08-17 12:30:07 +0000
  • 67a1507b83 (svn r2874) [Translations] Updating translations to 2005-08-16 {@946} (24 langs changed) miham 2005-08-16 21:42:35 +0000
  • 1c3958c8fc (svn r2873) [Translations] Updating translations miham 2005-08-16 10:57:21 +0000
  • 0c7af4a5ad (svn r2872) -Feature: [NewGRF] Add support for "extended bytes" While here work around a buffer overflow in action 4 tron 2005-08-15 22:48:33 +0000
  • 1637df1788 (svn r2871) -Feature/Fix: Per GRF parameter lists tron 2005-08-15 21:19:28 +0000
  • 7e0c06e018 (svn r2870) \[Translations\] Updating translations miham 2005-08-15 20:53:06 +0000
  • 9ee5d61b73 (svn r2869) - Update Watcom project with gfxinit.c orudge 2005-08-15 11:54:42 +0000
  • 52c859cbe8 (svn r2868) Change the way NewGRFs are loaded: The loading process i no longer bolted onto the normal graphics loading. This has two major advantages: - Removal of a maze of global variables and distinction of cases from the sprite loading routines, which weren't directly related to the loading process in the first place - NewGRF actions no longer occupy sprite slots - for example when using DBSetXL this saves about 2000 slots! (you could regard this as a bug fix) If i didn't make a major mistake this change should have no negative effect on NewGRF support, please test! tron 2005-08-15 11:39:13 +0000
  • d057d8b366 (svn r2867) \[Translations\] Updating translations miham 2005-08-15 06:46:22 +0000
  • 19f5036c46 (svn r2866) Move all functions and tables which aren't directly involved in managing the sprite heap to a new file gfxinit.c. This doesn't ease the global variable mess, but makes the distinction between sprite heap and gfx loading routines easier. tron 2005-08-14 18:10:18 +0000
  • 26d24f64fc (svn r2865) Push the responsibility for allocating the sprite heap into GfxInitSpriteMem() tron 2005-08-13 21:40:22 +0000
  • bdd5d4ebb1 (svn r2864) Code simplification and diff reduction tron 2005-08-13 21:35:31 +0000
  • 38f344b351 (svn r2863) Move some type declarations into saveload.c, should've been part of r2819 tron 2005-08-13 21:34:05 +0000
  • 302055fc15 (svn r2862) Return a proper version number, when testing the TTDPatch version in the SkipIf action. Pretend to be version 2.0.1 alpha 49 for now. Also change the type of the variables, which get compared, to uint32, because the values are at most 32bits wide and always seem to be unsigned. tron 2005-08-13 16:23:07 +0000
  • d7eaf35357 (svn r2861) Move inclusion of setjmp.h into saveload.c, should've been part of r2819 tron 2005-08-12 12:47:35 +0000
  • bdff0fa2d2 (svn r2860) 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 tron 2005-08-12 06:37:48 +0000
  • 7e702e2d50 (svn r2859) \[Translations\] Updating translations miham 2005-08-11 21:51:05 +0000
  • 732acc8ead (svn r2858) -Codechange: resolved some magic numbers (_Luca_) truelight 2005-08-11 19:23:32 +0000
  • 235d84583f (svn r2857) -Fix: PlayerID is not a valid type for a player-bit-field. Partly reverted r2290 truelight 2005-08-11 19:21:46 +0000
  • 61e97e733d (svn r2856) [Translations] Fixed languages containing STRING1 (except for english.txt) miham 2005-08-11 13:20:37 +0000
  • d1c5128c42 (svn r2855) Make ReadSpriteHeaderSkipData() responsible for detecting the end of a grf file instead of its callers - this simplifies the code a bit tron 2005-08-11 13:09:12 +0000
  • e16ae164af (svn r2854) \[Translations\] Updating translations miham 2005-08-11 13:06:24 +0000
  • 038501e174 (svn r2853) Add missing dependencies and flags to the dependency targets and make the info target more informative tron 2005-08-11 13:04:50 +0000
  • bfe8f13a8a (svn r2852) Remove the unused field 'id' from struct FiosItem tron 2005-08-11 13:03:39 +0000
  • ecf20af742 (svn r2851) - Update Watcom project with currency.c orudge 2005-08-11 12:56:03 +0000
  • f7593f1b99 (svn r2850) [newgrf] Patch from peter1139 miham 2005-08-11 12:51:59 +0000
  • 4582eb85a2 (svn r2849) Fix r2806: pwd.h is necessary, but only if USE_HOMEDIR is defined tron 2005-08-11 07:29:24 +0000
  • 042f079b8d (svn r2848) -Fix: [ 1256044 ] fixed crash when loading a map made before rev 2817 in scenario editor. This was introduced in 2817 bjarni 2005-08-10 21:16:38 +0000
  • 8f398f2f50 (svn r2847) 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) tron 2005-08-09 12:58:22 +0000
  • bed459d5d3 (svn r2846) 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) tron 2005-08-08 21:42:27 +0000
  • e42b560049 (svn r2845) 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 tron 2005-08-08 21:35:27 +0000
  • b67af2df3e (svn r2844) Update the MSVC project files, thanks AsterixMG tron 2005-08-08 20:27:05 +0000
  • a837d74ae6 (svn r2843) OSX doesn't like OBJC, so give it back its beloved CC, because it's the only ObjectiveC consumer tron 2005-08-08 20:23:56 +0000
  • 062ed26b4d (svn r2842) Fix bug with aircraft autoreplace (peter1138) ludde 2005-08-08 15:26:53 +0000
  • a7e4057d2d (svn r2841) 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 tron 2005-08-08 15:10:37 +0000
  • af819c3822 (svn r2840) Remove 3 unnecessary strings (they're empty) and fix the alignment of the musick track display tron 2005-08-08 10:42:02 +0000
  • 47e28d9152 (svn r2839) Remove stuff missed in r2833, properly calculate the size of two arrays and simplify GetSpriteDimension() a bit tron 2005-08-08 09:49:47 +0000
  • 129898cd77 (svn r2838) \[Translations\] Updating translations miham 2005-08-08 09:42:22 +0000
  • 64bf2a4f29 (svn r2837) [Translations] Updated dutch langfile, started testing of the new SVN-handler in WebTranslator miham 2005-08-08 09:01:22 +0000
  • b0d4e391da (svn r2836) fixed the alphabetical order of the credits list like it says it is in bjarni 2005-08-07 19:16:32 +0000
  • b101846d3b (svn r2833) 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 tron 2005-08-07 17:52:41 +0000
  • 0b6864b589 (svn r2832) Missing #include tron 2005-08-07 14:45:50 +0000
  • 3f39db10d7 (svn r2831) Fix some potential and real buffer overflows tron 2005-08-07 14:18:17 +0000
  • 14e80ca159 (svn r2830) Move CheckSwitchToEuro() to currency.[ch] and hide the truth about the custom currency behind a #define tron 2005-08-07 12:41:57 +0000
  • 59da8350c1 (svn r2829) Remove sprite locking, it was never used anyway tron 2005-08-07 11:01:31 +0000
  • 2b4e85db0b (svn r2828) 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 tron 2005-08-07 10:03:14 +0000
  • dc20e0ae81 (svn r2827) BeOS meets all prerequisites for extmidi tron 2005-08-06 22:40:18 +0000
  • dd03e018b5 (svn r2826) Remove another write-only variable, thanks glx tron 2005-08-06 22:12:45 +0000
  • bb3ab916b3 (svn r2825) -Fix: GCC that put deps in the wrong dirs can now compile OTTD again truelight 2005-08-06 21:50:26 +0000
  • 3ff46bd8ba (svn r2824) -Fix: OSX can now also produce dedicated servers truelight 2005-08-06 21:45:48 +0000
  • a587c38864 (svn r2823) -Fix: MorphOS doesn't have pthread either! truelight 2005-08-06 20:53:02 +0000
  • 73d0f36175 (svn r2822) -Fix: don't compile pthread for win32 dedicated servers truelight 2005-08-06 20:34:41 +0000
  • 5d5a7c48ee (svn r2821) Remove a write-only variable tron 2005-08-06 20:24:32 +0000
  • b0f307365a (svn r2820) -Fix: [autoreplace] fixed issue introduced in 2817 where autoreplace failed if new engine is cheaper than the old one (peter1138) bjarni 2005-08-06 19:12:44 +0000
  • 03e860d06d (svn r2819) Make variables, which are exclusive for internal use of the save/load code, static in saveload.c tron 2005-08-06 17:40:21 +0000
  • 3b6b3af629 (svn r2818) Don't tell the world about a local variable which is only used once tron 2005-08-06 16:55:05 +0000
  • ed8e2bac04 (svn r2817) -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) bjarni 2005-08-06 16:07:22 +0000
  • ddb58492f3 (svn r2816) Forgot an Id tag and an #include tron 2005-08-06 15:18:26 +0000
  • baca040df0 (svn r2815) Store the currency information in one central place instead of scattering it in several unrelated files tron 2005-08-06 14:59:54 +0000
  • 4f15ada6cd (svn r2814) -Fix: made MorphOS to compile again truelight 2005-08-06 14:58:06 +0000
  • eb826dfb66 (svn r2813) Plug a thread leak and prevent a race condition which could lead to multiple simultaneous saves and therefore severe corruption tron 2005-08-06 07:15:17 +0000
  • 747a0f6a55 (svn r2812) Move variables, which only vehicle_gui.c needs to know about, there tron 2005-08-05 20:22:06 +0000
  • a8e53be6b9 (svn r2811) Fix typos in r2810 tron 2005-08-05 20:18:08 +0000
  • c78af95d1d (svn r2810) Threads may now return information when they terminate using a void*. Also add the new files to the MSVC project files. tron 2005-08-05 11:53:48 +0000
  • 4696ef802a (svn r2809) Implement more generic threading functions, which allow more than one thread tron 2005-08-05 09:15:41 +0000
  • 4f9b0d5f29 (svn r2808) -Fix: Removed 'kdevelop' from the doxygen project name (thanks tron) celestar 2005-08-05 08:31:29 +0000
  • a86e9689df (svn r2807) Fix two major bugs in the threaded save code: - Do not dereference a local variable which no longer exists; this lead to random crashes when saving - (Win32) Do not close a handle before it is used last There are still many major problems (race conditions and resulting memory corruption/crashes) left tron 2005-08-05 08:24:12 +0000
  • 647fe2e866 (svn r2806) Remove unnecessary #includes tron 2005-08-04 18:02:03 +0000
  • d327ab1d3e (svn r2805) Revert r2804, something went wrong tron 2005-08-04 17:59:05 +0000
  • 9470fdbdb2 (svn r2804) [Translators] Updated translations to 20050804 (21 lang(s)) miham 2005-08-04 17:45:55 +0000
  • 570c5794eb (svn r2803) * Removed latvian from MSVC 6 and .NET project files, since it is now in lang/unfinished (bociusz). matthijs 2005-08-03 23:46:33 +0000
  • ec8f481311 (svn r2802) Fix language files (again) tron 2005-08-03 17:55:07 +0000
  • 91d21d1a1a (svn r2801) [Translators] Updated translations to 20050803 (2 lang(s)) miham 2005-08-03 17:45:36 +0000
  • 076f7ada6b (svn r2800) Further improvement of the german translation tron 2005-08-03 13:34:34 +0000