1
0
Fork 0

Commit Graph

  • dcb217a6ac (svn r8851) -Fix [FS#643] (r8735): crash on removing town owned roads outside of the local authority. rubidium 2007-02-23 00:10:16 +0000
  • 89613b6cc4 (svn r8850) -Codechange: Use the cargo type's is_freight flag instead of checking the cargo type to determine if the cargo type is freight cargo type cargo type. peter1138 2007-02-22 22:53:49 +0000
  • 6062004960 (svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions. peter1138 2007-02-22 22:09:51 +0000
  • 4f41a8a5e2 (svn r8848) -Update: WebTranslator2 update to 2007-02-22 19:57:58 brazilian_portuguese - 1 fixed, 49 changed by tucalipe (48), fukumori (2) bulgarian - 2 fixed by kokobongo (2) catalan - 1 fixed, 2 changed by arnaullv (3) czech - 1 fixed by Hadez (1) danish - 2 fixed, 1 changed by MiR (3) dutch - 1 fixed by habell (1) french - 1 fixed, 1 changed by Skiper (2) german - 1 fixed by Neonox (1) italian - 1 fixed by sidew (1) korean - 4 fixed by leejaeuk5 (3), darkttd (1) portuguese - 4 changed by izhirahider (4) romanian - 10 fixed by kneekoo (10) russian - 1 fixed, 42 changed by DarkFenX (43) slovenian - 1 deleted by Necrolyte (1) spanish - 1 changed by eusebio (1) ukrainian - 19 fixed, 1 deleted, 12 changed by mad (32) miham 2007-02-22 19:14:43 +0000
  • 2e4844abad (svn r8847) -Fix tron 2007-02-22 19:05:26 +0000
  • 8b94d4df22 (svn r8846) -Fix tron 2007-02-22 18:44:42 +0000
  • 17dd1b7126 (svn r8845) -Fix tron 2007-02-22 18:34:57 +0000
  • 31be3c6fac (svn r8844) -Revert partly (r8820, r8806): Change AppendToGRFConfigList to add the allocated GRFConfig to its list and not copy it. Darkvater 2007-02-22 16:16:44 +0000
  • c834320611 (svn r8843) -Fix tron 2007-02-22 15:01:38 +0000
  • 103d119c51 (svn r8841) -Fix tron 2007-02-22 08:43:02 +0000
  • 0d041a87cc (svn r8840) -Fix tron 2007-02-22 06:57:21 +0000
  • 56c38973ec (svn r8839) -Fix: escape slashes in sed for mingw Makefile.dep stuff. It worked with sed 3.02 (provided by msys) but sed 4.1.4 (from gnuwin32.sf.net) failed. glx 2007-02-22 00:33:39 +0000
  • f2d63dcecf (svn r8838) -Feature: Show newgrf error messages loaded in Action B in the newgrf gui window. GRFs with an error have a warning symbol shown before the name. maedhros 2007-02-21 23:18:08 +0000
  • fd4a0dafc2 (svn r8837) -Fix [FS#626]: drive through stations did not connect to neighbouring roads (mart3p). rubidium 2007-02-21 22:02:10 +0000
  • f24122ba3d (svn r8836) [YAPF] -Fix[FS#641]: Assertion: 'IsTileDepotType(depot_tile, TRANSPORT_ROAD)' failed (Karsten) -don't tell that we found destination if the best direction was only guessed KUDr 2007-02-21 21:56:07 +0000
  • 0b536291e2 (svn r8835) -Fix tron 2007-02-21 20:05:05 +0000
  • b3d93e3aa2 (svn r8834) -Fix tron 2007-02-21 19:49:18 +0000
  • f716c0b30f (svn r8833) -Fix tron 2007-02-21 19:46:37 +0000
  • 45b662c679 (svn r8832) -Change: rewrite the solution file generator a little so it makes project files that look more like the ones generated by respectively MSVC2003 and MSVC2005. For some reason the internal formatting of the XML between MSVC2003 and MSVC2005 differs, so adding a file in MSVC2005 would result in basically adding the entire openttd_vs80.vcproj to the diff. rubidium 2007-02-21 17:59:34 +0000
  • 9907e496b1 (svn r8831) -Feature: If an action 7/9 leads to skipping the rest of the file, disable the newgrf if an action 8 hasn't been encountered yet. maedhros 2007-02-21 17:54:30 +0000
  • 61fa3909f2 (svn r8830) -Feature: Stop loading and disable the current newgrf if a fatal error message in Action B is encountered. Also be more strict on the values accepted. maedhros 2007-02-21 17:20:44 +0000
  • 62ff0ab073 (svn r8829) -Fix tron 2007-02-21 08:32:36 +0000
  • 565da62355 (svn r8828) -Fix tron 2007-02-21 07:37:31 +0000
  • 771932d889 (svn r8827) -Codechange: Cleanup of industry_cmd (Step-6). Implementation of IndustryTileSPec, the alter ego of IndustrySpec. It offers identification of the different industry tiles in a more distinct manner, as well as regrouping scattered pieces of data across the sources. More to come belugas 2007-02-21 02:22:43 +0000
  • ef2daa5060 (svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular struct array (with accessor) and implement new initialization method using cargo labels. peter1138 2007-02-20 22:09:21 +0000
  • 6621beb126 (svn r8825) -Fix: Make sure strings read from newgrf files are 0 terminated and 0 terminate them if they aren't, so we don't read beyond the end of the memory allocated for the line. maedhros 2007-02-20 17:52:43 +0000
  • b00692dff6 (svn r8824) -Fix (r8821): don't use MSVC2005 runtime library-only _snwprintf_s function, but use 'insecure/deprecated' version and zero-terminate string ourselves. Thanks for testing glx. Darkvater 2007-02-20 14:39:47 +0000
  • 6d25481221 (svn r8823) -Fix (r8821): wrapping opendir to ottd-specific function failed on non-windows because this wrapper was only active for win32 (thx Rubidium) Darkvater 2007-02-20 09:46:10 +0000
  • 41d526415c (svn r8822) -Fix tron 2007-02-20 06:39:09 +0000
  • 92bbe45dd0 (svn r8821) -Regression: Unable to browse directories on *nix if the filesystem is not in UTF-8 charset and special characters are used. The string passed to opendir() which is UTF-8 was not parsed back to the filesystem format. Use a wrapper called ttd_opendir() instead of redefining opendir itself. Darkvater 2007-02-20 00:09:23 +0000
  • 5b237758aa (svn r8820) -Codechange (r8807, r8806): Remove the unneeded calloc/free allocation of GRFConfig and turn it into a simple variable (it's supposed to be data-only). Thanks Tron. Darkvater 2007-02-20 00:01:54 +0000
  • f79618118f (svn r8819) [Config] -Documentation: added why we need CC_HOST for linking on PSP truelight 2007-02-19 21:18:39 +0000
  • ee3d28ff8f (svn r8818) -Codechange: remove the #ifdef _cplusplus remnants. rubidium 2007-02-19 21:11:44 +0000
  • 3b9a8d6201 (svn r8816) [Config] -Fix: if you disable stripping, don't detect strip at all truelight 2007-02-19 20:10:46 +0000
  • b528cede6d (svn r8814) [Config] -Add: added --awk and detect_awk. We now try to find an awk on the user system which allows gsub(). If not found, you can define one yourself, or it tells you versions you might want to install truelight 2007-02-19 19:59:19 +0000
  • 67c3b649d8 (svn r8813) -Fix r8812: fixed one GNU depending grep statement with an other ;) Switched to egrep, which should work just fine. truelight 2007-02-19 18:58:28 +0000
  • 25b7ff3d3b (svn r8812) -Revert r7880: those changes assumed a GNU-grep, which isn't always available. Reverted back to a bit more ugly way of writing greps, but at least they are not bound to the laws of GNU. truelight 2007-02-19 18:47:55 +0000
  • 246ea5b195 (svn r8811) [Configure] -Fix: [:lower:] for tr is GNU specific. Use [a-z] instead. (Celestar) truelight 2007-02-19 16:24:10 +0000
  • f5cffcc1fc (svn r8810) [Configure] -Fix: "" variables if you test them, else if they are empty they return lovely errors (tnx to Celester for finding thisone ;)) truelight 2007-02-19 16:10:18 +0000
  • 168a7876a0 (svn r8809) -Fix (r8715): accidentally removed a part of an expression. rubidium 2007-02-19 13:45:13 +0000
  • 5011997f69 (svn r8808) -Fix [FS#631]: do not show the 'edit sign' window for spectators. rubidium 2007-02-19 10:13:51 +0000
  • 8dae4e45ac (svn r8807) -Feature: Add support for loading (some of) the TTDP extra chunks mainly list of GRFIDs and TTDP version the game was saved with. GRFID list is read and active GRFs are loaded with the game if present in the data/ directory. TTDP versioning information only works for newer versions, old versions will only give rough information but it's not worth the effort to precisely figure out what bit means what where and when. Darkvater 2007-02-18 22:50:51 +0000
  • 6d4d072023 (svn r8806) -Codechange (r7582): Remove a duplicate append of static GRF's when loading the game and hide the intrinsics of adding elements to the GRFConfig list by using an AppendToGRFConfigList function. Darkvater 2007-02-18 22:37:33 +0000
  • b260be6e2a (svn r8805) -Codechange (r8757): DO set eol-style and keywords on new files... Darkvater 2007-02-18 22:07:08 +0000
  • a69c6086e2 (svn r8802) -Fix tron 2007-02-18 16:24:29 +0000
  • 352273a5b3 (svn r8800) -Fix tron 2007-02-18 11:45:56 +0000
  • 1ed8e7e04e (svn r8799) -Fix tron 2007-02-18 11:27:09 +0000
  • 62281f3853 (svn r8798) -Fix (8735): update documentation to reflect the used bits for drive through stations. rubidium 2007-02-18 11:15:13 +0000
  • 0734bcfea0 (svn r8797) -Fix (8741): the 'drive through station built on town owned road' bit was not set. rubidium 2007-02-18 11:14:55 +0000
  • 1a1129785a (svn r8796) -Fix tron 2007-02-18 09:00:34 +0000
  • 46c872b366 (svn r8795) -Fix tron 2007-02-18 08:50:27 +0000
  • c6743c5e11 (svn r8794) -Fix tron 2007-02-18 08:37:39 +0000
  • aa24d59966 (svn r8793) -Fix: corrected spelling of real french townnames and 'removed' a duplicate glx 2007-02-17 23:53:17 +0000
  • 3c5eb8458a (svn r8792) -Fix (r6623): Don't check whether a string length is 1 when you already know it isn't. maedhros 2007-02-17 23:01:42 +0000
  • c810aef43b (svn r8791) -Revert: r8790 Committed too much in last commit miham 2007-02-17 22:01:07 +0000
  • 6e5dd7942f (svn r8790) [Namegen] -Revert: r8789 (Tron kinda convinced me it is a bad thing, sorry for it) miham 2007-02-17 21:56:22 +0000
  • b447e57131 (svn r8789) [Namegen] -Change: Sorted townnameparts for hungarian, and added a few more miham 2007-02-17 21:50:00 +0000
  • 2fce5170ea (svn r8788) [Translations] -Fix: Removed bogus 3sk case from slovenian, as it is handled in WebTranslator2 from now on miham 2007-02-17 21:31:30 +0000
  • 853cc54ec6 (svn r8787) -Change r8771: allow fast aircraft in small airports We should keep the list in sync with the build command as hacked clients can avoid a block in the GUI only bjarni 2007-02-17 18:38:35 +0000
  • 4bcf385f31 (svn r8786) -Cleanup: replaced a switch-case to get the right refit command for a certain vehicle type. We have a function to do that bjarni 2007-02-17 17:12:19 +0000
  • 06296d98b7 (svn r8785) -Fix: Entry point for commuter airport incorrect. richk 2007-02-17 17:10:33 +0000
  • 1aab4a368b (svn r8784) -Regression (r7274 most likely): Unable to load TTDP (on *NIX) games because the static buffer used for name conversion is overwritten in the callback function. Darkvater 2007-02-17 16:41:56 +0000
  • f731d7ffc4 (svn r8783) -Fix r8771: aircraft vehicle subtype and aircraft engine subtype aren't the same (even though they both tell if it's a plane or helicopter) bjarni 2007-02-17 16:07:45 +0000
  • ea8eb50c0e (svn r8782) -Fix tron 2007-02-17 15:59:33 +0000
  • b6d2172678 (svn r8781) -Fix tron 2007-02-17 15:34:05 +0000
  • 992916349d (svn r8780) -Fix: Spelling of CatchmentArea incorrect. richk 2007-02-17 15:17:47 +0000
  • a74fad50fa (svn r8779) -Fix tron 2007-02-17 15:03:30 +0000
  • 3c5c64f726 (svn r8778) -Fix tron 2007-02-17 14:54:31 +0000
  • 790a3f5d5e (svn r8777) -Fix: FS#596 Cloning Maglev in UKRS forgets Mail refit Cloning were unaware that articulated locomotives could refit without refitting the front unit bjarni 2007-02-17 13:50:22 +0000
  • d71a8f6ac4 (svn r8776) [MorhpOS] -Fix: LDFLAGS needs -noixemul too truelight 2007-02-17 13:29:11 +0000
  • e5a8ad070e (svn r8772) -Fix: forgot to update 'generate' file while updating 'configure' in the last 3 changes in 'configure' truelight 2007-02-17 12:50:19 +0000
  • 222aebc5dd (svn r8771) -Fix r8343: build aircraft windows will no longer show aircraft that can't use the airport in question Now it's even better than ever because unless the no jetcrash cheat is enabled, the small airports will not show fast aircraft bjarni 2007-02-17 12:45:15 +0000
  • 4a41c23b21 (svn r8770) -Fix r8661: corrected some aircraft sprite placement issues in the depot window bjarni 2007-02-17 11:17:49 +0000
  • fe1d448cf8 (svn r8768) -Fix (r8767): VC8 compilation failed 'warning C4146: unary minus operator applied to unsigned type, result still unsigned' KUDr 2007-02-17 10:21:48 +0000
  • 8aacd2585d (svn r8767) -Fix tron 2007-02-17 07:45:18 +0000
  • ee0739561d (svn r8766) -Fix[YAPF]: rail station platform penalty not calculated properly KUDr 2007-02-17 00:18:11 +0000
  • c04c8382ca (svn r8765) -Codechange: remove logic redundancy by moving it from the gui into the cmd code. rubidium 2007-02-16 22:44:56 +0000
  • 76eb16252a (svn r8764) -Update: WebTranslator2 update to 2007-02-16 22:03:24 afrikaans - 1 changed by TrueTenacity (1) brazilian_portuguese - 1 fixed, 1 changed by fukumori (2) bulgarian - 4 fixed by groupsky (4) dutch - 3 fixed by habell (3) esperanto - 3 fixed by LaPingvino (3) finnish - 5 fixed by kerba (5) icelandic - 15 fixed, 30 changed by scrooge (45) italian - 3 fixed by sidew (3) norwegian_bokmal - 13 fixed by oletk (13) turkish - 3 fixed by jnmbk (3) miham 2007-02-16 21:06:00 +0000
  • cf5949f59d (svn r8763) -Fix tron 2007-02-16 20:03:17 +0000
  • 524919326b (svn r8761) [0.5] -Update: add some missing strings that are in 0.5, but not in trunk. rubidium 2007-02-16 18:36:36 +0000
  • a8e88ae7cc (svn r8759) -Feature: Allow airports to have up to 4 entry points depending on approach direction. Note: they're not yet used, but will be soon celestar 2007-02-16 12:10:19 +0000
  • 5adb5315bb (svn r8758) -Fix r8757: wrong variable to check libtimidity on if it is found or not truelight 2007-02-16 10:08:38 +0000
  • ee9f17844d (svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi) [PSP] -Add: added PSP specific code for libtimidity. libtimidity code is based on the work of Turulo. Tnx a bunch! truelight 2007-02-16 09:50:28 +0000
  • d431df8277 (svn r8756) [PSP] -Fix: made the dedicated code compile with PSP. It is almost UNIX, just it needs more includes ;) (or more, it compiles, if it works is a whole other story ;)) truelight 2007-02-16 09:39:32 +0000
  • 87e03c7aa8 (svn r8755) -Fix tron 2007-02-16 09:38:43 +0000
  • 6c17cd4c46 (svn r8754) -Fix tron 2007-02-16 07:32:22 +0000
  • 4d988c3506 (svn r8753) -Regression (r8455): Do not unilateraly decide that this engine is a single-headed. Only do it if it previously had no power and that now there is. Or something... belugas 2007-02-16 01:35:18 +0000
  • 2b307647da (svn r8752) -Cleanup: Reformat, re-arrange, correct tag errors on landscape.html. No addition nor correction on actual data belugas 2007-02-15 22:03:48 +0000
  • ef8c8952b1 (svn r8751) -Fix [lang]: deleted .news and .subs strings causing lang compilation error KUDr 2007-02-15 22:00:17 +0000
  • 72cdfb6352 (svn r8750) -Fix (r8747): PLANES defined in wingdi.h caused compilation error under Win32. Changed to AIRPLANES KUDr 2007-02-15 22:00:04 +0000
  • 6460d5b441 (svn r8749) -Regression r8331: fixed signed/unsigned issue that could create too many lines in build vehicle windows and crash the game bjarni 2007-02-15 20:58:45 +0000
  • 0697701b33 (svn r8748) -Fix tron 2007-02-15 20:35:45 +0000
  • 5231f5669d (svn r8747) -Fix tron 2007-02-15 20:16:33 +0000
  • 8675b8ec7d (svn r8746) -Regression r8331: build train window could sort incorrectly by EngineID with certain newGRF sets bjarni 2007-02-15 17:51:39 +0000
  • c50396cb15 (svn r8745) [PSP] -Add: added a CSleep() for PSP truelight 2007-02-15 16:15:00 +0000
  • 6abbf15a8e (svn r8744) -Fix(r654/2105): Call GetFirstVehicleInChain only for trains, and assert the vehicle type in that function. Not a critical error, but it does increase game performance by up to 10% when playing a large game (many vehicles) with aircraft/road vehicle newgrfs loaded. celestar 2007-02-15 10:21:00 +0000
  • f6b917f609 (svn r8743) -Fix tron 2007-02-15 07:43:06 +0000
  • ac95825b92 (svn r8742) -Update: WebTranslator2 update to 2007-02-15 08:05:58 american - 3 fixed by WhiteRabbit (3) brazilian_portuguese - 2 fixed, 7 changed by tucalipe (9) czech - 3 fixed, 3 deleted, 1 changed by Hadez (7) estonian - 3 fixed by vermon (3) french - 3 fixed, 13 changed by Skiper (16) german - 3 fixed by moewe2 (3) icelandic - 122 fixed, 11 changed by scrooge (133) polish - 3 fixed by meush (3) portuguese - 3 fixed by izhirahider (3) simplified_chinese - 3 fixed by Fishingsnow (3) slovenian - 3 fixed, 1 deleted by Necrolyte (4) spanish - 4 fixed by eusebio (4) swedish - 4 fixed by daishan (4) traditional_chinese - 3 fixed by sam0737 (3) miham 2007-02-15 07:08:22 +0000
  • 79dda0fa07 (svn r8741) -Fix (r8735): make the saveguards of CmdBuildRoadStop more robust and add roadstops.grf to the list of required grfs. rubidium 2007-02-14 20:58:19 +0000
  • 32d2a012e4 (svn r8740) -Fix (r8783): GCC warnings about not-handled MP_ values in switch case (glx) Darkvater 2007-02-14 20:48:00 +0000