1
0
Fork 0

Commit Graph

  • 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
  • e4cad82b00 (svn r2799) Make the only two non-const widget lists const tron 2005-08-03 13:07:29 +0000
  • 1d527c58cb (svn r2798) -Codechange: Unified the rail toolbars into one that is modified by request using the RailtypeInfo struct celestar 2005-08-03 11:08:13 +0000
  • 017b72d98a (svn r2795) -Fix: [Clone vehilcle] all error messages should now tell the right vehicle type (chrishuebsch) bjarni 2005-08-02 20:14:23 +0000
  • 124b352862 (svn r2794) Fix a comment and get rid of some parentheses using DeMorgan's law tron 2005-08-02 20:04:09 +0000
  • 0be9459ece (svn r2793) [Translations] Hand fixed polish.txt (thanks to Excumbed) miham 2005-08-02 19:38:18 +0000
  • e44b9934b1 (svn r2792) Two more untranslated strings tron 2005-08-02 15:51:36 +0000
  • bc3a8cbdc8 (svn r2789) -Fix: Wrong Id tag :) celestar 2005-08-02 15:24:48 +0000
  • df5e328f37 (svn r2788) Fix Id tag tron 2005-08-02 15:12:36 +0000
  • de298f9250 (svn r2787) Remove untranslated strings from several translations tron 2005-08-02 14:21:11 +0000
  • 517619ac35 (svn r2786) Add plural forms tron 2005-08-02 12:38:09 +0000
  • 09deb41e36 (svn r2785) Minor improvement of the german translation tron 2005-08-02 12:37:09 +0000
  • e0cf20441f (svn r2784) [Translators] Updated translations to 20050802 (6 lang(s)) miham 2005-08-02 08:53:09 +0000
  • 9a6975504b (svn r2783) Fix: Hopefully fix the ID tags of bridge.h and railtypes.h celestar 2005-08-01 21:01:18 +0000
  • 66fa62b3ea (svn r2782) -Codechange: Started cleaning the bridge code. Removed numerous global variables containing bridge information and joined them in a struct. Introduced GetBridgeType and GetBridgePiece and fixed some minor stuff (whitespace etc) celestar 2005-08-01 20:23:38 +0000
  • 29564f9fcf (svn r2781) Fix some of the issues with variables in .h files. ludde 2005-08-01 16:31:19 +0000
  • 91353c841f (svn r2780) Remove some more unused strings and make the use of a few strings more explicit tron 2005-08-01 13:01:14 +0000
  • e06d017b91 (svn r2779) -Fix: [clone vehicles] fixed typos, which could lead to crashes when cloning refitted trains (chrishuebsch) bjarni 2005-08-01 12:55:21 +0000
  • 211280ab0e (svn r2778) Improvement of the german translation, thanks to Wolf for some suggestions tron 2005-08-01 12:51:50 +0000
  • 0226e0799d (svn r2777) -Feature: When starting without a config file determine the language on basis of the current locale tron 2005-08-01 01:12:21 +0000
  • 49c399fa83 (svn r2776) Remove removed file from the MSVC project file (: tron 2005-08-01 00:17:11 +0000
  • fc5e2d4861 (svn r2775) Deleting a file can fail, display an error message when it happens tron 2005-08-01 00:14:22 +0000
  • fcf5ace08f (svn r2774) -Codechange: Removed TRACKTYPE_SPRITE_PITCH globally and replaced it by a member of RailtypeInfo celestar 2005-07-31 22:53:57 +0000
  • 132ce0a598 (svn r2773) Revert accidently commited changes tron 2005-07-31 22:30:54 +0000
  • 4190e5581d (svn r2772) Simplify the age notice in the vehicle details window tron 2005-07-31 22:28:49 +0000
  • 1adb0e868c (svn r2771) [Translations] Latvian status changed back to unfinished due to 1341 missing strings miham 2005-07-31 21:20:35 +0000
  • 42ec43e4b2 (svn r2770) Remove untranslated/corrupt strings from some languages tron 2005-07-31 21:08:31 +0000
  • 74d4aff64b (svn r2769) [Translations] Updated to 2005-07-31 (7 langs) miham 2005-07-31 20:36:35 +0000
  • de45efa479 (svn r2768) Remove 29 (hopefully) unused string tron 2005-07-31 17:26:32 +0000
  • ed2f5d02c8 (svn r2767) -Fix: fixed potential mem-leak truelight 2005-07-31 17:18:43 +0000
  • 11a70c5e91 (svn r2766) Remove string and make use of the plural feature tron 2005-07-31 16:15:37 +0000
  • 773dedfd03 (svn r2765) - Update MSVC6 and Watcom projects with strgen/stdafx.c removal orudge 2005-07-31 13:23:43 +0000
  • 546c34f2e5 (svn r2764) -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 bjarni 2005-07-31 13:08:08 +0000
  • 50e41dc1d1 (svn r2763) Small cleanup and improve a few comments tron 2005-07-30 18:30:07 +0000
  • a2c42e06ed (svn r2762) Simplify a loop, remove an unused variable and add many consts tron 2005-07-30 18:04:49 +0000
  • 4761d92399 (svn r2761) [Translators] Updated translations to 20050730 (1 lang(s)) miham 2005-07-30 17:45:29 +0000
  • 2f54ad9310 (svn r2760) Remove stale comments, long unused stuff and simplify some checks tron 2005-07-30 16:29:23 +0000
  • b629745c16 (svn r2759) Remove unused #includes and files tron 2005-07-30 15:25:49 +0000
  • 9b676d2cd9 (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 tron 2005-07-30 09:29:20 +0000
  • 79620db9be (svn r2757) Remove unused enum tron 2005-07-30 08:15:15 +0000
  • 24986e9144 (svn r2756) 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. ludde 2005-07-29 22:13:04 +0000
  • bb1e1f2b5f (svn r2755) Fix: Fix a desync issue with autoreplace ludde 2005-07-29 21:55:49 +0000
  • 3a162799fd (svn r2754) Move str_fmt into string.[ch] tron 2005-07-29 21:52:20 +0000
  • 1736566e22 (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. celestar 2005-07-29 21:36:02 +0000
  • 3868b151a9 (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 celestar 2005-07-29 19:35:23 +0000
  • 12b5dcb1b8 (svn r2751) -Fix: Disabled buttons in the patches and difficulty windows are now rendered properly again celestar 2005-07-29 18:26:53 +0000
  • f57d263d83 (svn r2750) -Fix: Tree tiles above the snow line got redrawn disproportionately often tron 2005-07-29 18:22:04 +0000
  • 6abf8f89a2 (svn r2749) Fix typo in the tile documentation tron 2005-07-29 17:52:29 +0000
  • f359d1a394 (svn r2748) Remove unused cruft from the main loop tron 2005-07-29 16:40:29 +0000
  • 1a5de9ff9b (svn r2747) -Fix: r2736 broke the newpaper display. Sorry. celestar 2005-07-29 15:55:14 +0000
  • 0432a02054 (svn r2746) -Fix: SDL_SetColors() has the number of palette entries to change as parameter, not one beyond the last entry to change tron 2005-07-29 10:16:49 +0000
  • 30a5f299f8 (svn r2745) -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) bjarni 2005-07-29 09:45:25 +0000
  • 79292d193e (svn r2742) Get rid of some void pointers plus a few minor changes, like 0 -> '\0' tron 2005-07-29 06:20:28 +0000
  • a2a5593fcc (svn r2741) -Feature: [OSX] added a window to display asserts on OSX (Tobin) bjarni 2005-07-28 21:47:41 +0000
  • 8677020a8b (svn r2740) MSCV doesn't seem to like forward declared static arrays tron 2005-07-28 19:59:41 +0000
  • 177fa1d163 (svn r2739) -Fix(?): Change the fence algorithm so it removes fences when no farm tile is adjacent tron 2005-07-28 19:23:19 +0000
  • 64ac1a6414 (svn r2738) Small bit fiddling cleanup tron 2005-07-28 19:18:27 +0000
  • ff61e34d6c (svn r2737) static, const and don't make variables public nobody else needs to know about tron 2005-07-28 09:41:09 +0000