------------------------------------------------------------------------ r4579 | peter1138 | 2006-04-26 17:16:57 +0000 (Wed, 26 Apr 2006) | 2 lines - NewGRF: move sprite group struct to newgrf_spritegroup.h. Temporary include in sprite.h until new spritegroup code is in place. ------------------------------------------------------------------------ r4578 | belugas | 2006-04-26 17:01:27 +0000 (Wed, 26 Apr 2006) | 4 lines CodeChange : Cleanup of industry_cmd (Step-2). Removing the _industry_min_cargo[] in favor of IndustrySpec.minimal_cargo, IndustrySpec.a,b,c are now conflicting[], add an enum for IndustrySpec.checkproc Work of tfc_team ------------------------------------------------------------------------ r4577 | belugas | 2006-04-26 14:58:06 +0000 (Wed, 26 Apr 2006) | 3 lines CodeChange : Cleanup of industry_cmd (Step-1). Add an accessor to _industry_specs array. Work of tfc_team ------------------------------------------------------------------------ r4576 | belugas | 2006-04-26 01:33:46 +0000 (Wed, 26 Apr 2006) | 2 lines Fix : Temperate bank will no longer appear (during game) in tropic landscape. This bug is from the original game. ------------------------------------------------------------------------ r4575 | Darkvater | 2006-04-25 14:30:11 +0000 (Tue, 25 Apr 2006) | 1 line - Fix (r4574): hand-fixed the hand-fixed german language file which was broken in previous commit. ------------------------------------------------------------------------ r4574 | miham | 2006-04-25 13:18:26 +0000 (Tue, 25 Apr 2006) | 1 line hand-fixed german.txt (a 0x00 caused some sort of problems) ------------------------------------------------------------------------ r4573 | miham | 2006-04-25 12:37:09 +0000 (Tue, 25 Apr 2006) | 1 line [WebTranslator2] string commitment (commitlog lost again, but this time bug me!) ------------------------------------------------------------------------ r4572 | tron | 2006-04-25 07:32:33 +0000 (Tue, 25 Apr 2006) | 4 lines Remove vehicle_leave_tile_proc There's exactly one implemented function (unbarring a level crossing) and one place where it can be triggered (a train leaves a level crossing) It's a bit overkill, so just handle this one case where it can happen ------------------------------------------------------------------------ r4571 | tron | 2006-04-25 07:29:02 +0000 (Tue, 25 Apr 2006) | 1 line Change the rail type update for electrified rails so it doesn't use bit magic ------------------------------------------------------------------------ r4570 | peter1138 | 2006-04-25 06:56:22 +0000 (Tue, 25 Apr 2006) | 2 lines - Fix: subsidy calculation was too high, broken in r3564 ------------------------------------------------------------------------ r4568 | belugas | 2006-04-24 21:10:56 +0000 (Mon, 24 Apr 2006) | 1 line CodeChange : Bring definitions and uses of DrawTypesStructures toguether. ------------------------------------------------------------------------ r4566 | miham | 2006-04-24 20:11:42 +0000 (Mon, 24 Apr 2006) | 4 lines WebTranslator2 commit (Commitlog lost, sorry!) (Blame PEAR::VersionController::SVN!) ------------------------------------------------------------------------ r4564 | belugas | 2006-04-24 17:32:09 +0000 (Mon, 24 Apr 2006) | 1 line CodeChange : Constify the sprites of _cargo_types_base_values ------------------------------------------------------------------------ r4562 | peter1138 | 2006-04-23 22:35:37 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: Add additional vehicle text to train engine and wagon purchase information. Other vehicle types to come. ------------------------------------------------------------------------ r4561 | peter1138 | 2006-04-23 22:33:10 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: implement most of callback 0x23: additional text in vehicle purchase windows. ------------------------------------------------------------------------ r4560 | Darkvater | 2006-04-23 22:28:26 +0000 (Sun, 23 Apr 2006) | 1 line - Fix: (r3008) Remove VS2005 undefined vsnprintf() as it doesn't exist in the windows libraries (only _vsnprintf). This caused the bad function to be called that could result in non-properly terminated strings. Thanks for noticing Tron. ------------------------------------------------------------------------ r4559 | peter1138 | 2006-04-23 22:25:33 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: keep a record of which grf an engine is defined in. Will be used in the future. ------------------------------------------------------------------------ r4558 | Darkvater | 2006-04-23 22:06:52 +0000 (Sun, 23 Apr 2006) | 1 line - Fix: 'stopall' was moved to debug, so move the function there as well. ------------------------------------------------------------------------ r4557 | peter1138 | 2006-04-23 21:52:54 +0000 (Sun, 23 Apr 2006) | 3 lines - NewGRF: translate from TTDPatch control codes to our own, instead of just simple validation. We still perform validation on any unhandled character. ------------------------------------------------------------------------ r4554 | tron | 2006-04-23 19:35:36 +0000 (Sun, 23 Apr 2006) | 1 line Replace magic numbers by TILE_{HEIGHT,SIZE} ------------------------------------------------------------------------ r4553 | tron | 2006-04-23 19:08:33 +0000 (Sun, 23 Apr 2006) | 1 line int and magic numbers -> Slope and DiagDirection ------------------------------------------------------------------------ r4552 | peter1138 | 2006-04-23 18:37:53 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: fix braino... in r4550, new_scheme should true when the version is 7 or higher, not less than 7... ------------------------------------------------------------------------ r4551 | peter1138 | 2006-04-23 18:37:06 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: add string handling for newstations. ------------------------------------------------------------------------ r4550 | peter1138 | 2006-04-23 18:27:53 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: update string system to new rules: a grf version of less than 6 uses the old scheme, of 7 or more uses the new scheme. (Moving targets, yay...) ------------------------------------------------------------------------ r4549 | peter1138 | 2006-04-23 18:03:55 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: store the grf version from Action 0x08. ------------------------------------------------------------------------ r4547 | tron | 2006-04-23 17:58:07 +0000 (Sun, 23 Apr 2006) | 1 line Revert a part of r4541 to silence an assertion for now ------------------------------------------------------------------------ r4546 | peter1138 | 2006-04-23 15:57:34 +0000 (Sun, 23 Apr 2006) | 3 lines - NewGRF: add support for Action 0x05, type 0x04: replacement signal graphics. Thanks to Purno for supplying data to test with. ------------------------------------------------------------------------ r4544 | tron | 2006-04-23 15:01:46 +0000 (Sun, 23 Apr 2006) | 1 line Merge two almost identical string (STR_1[08]00_LAND_SLOPED_IN_WRONG_DIRECTION) - one just contains two redundant words ------------------------------------------------------------------------ r4541 | tron | 2006-04-23 13:48:16 +0000 (Sun, 23 Apr 2006) | 1 line Add a type for slopes and replace many magic numbers by the appropriate enums ------------------------------------------------------------------------ r4540 | peter1138 | 2006-04-23 11:13:06 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: don't treat integer values as boolean. ------------------------------------------------------------------------ r4539 | peter1138 | 2006-04-23 10:50:09 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: always check that the action 0x2 feature matches the action 0x1, not just on 'normal' sprite groups. ------------------------------------------------------------------------ r4537 | peter1138 | 2006-04-23 09:46:23 +0000 (Sun, 23 Apr 2006) | 2 lines - NewGRF: replace if cascade with a switch block in the sprite group loader ------------------------------------------------------------------------ r4531 | Darkvater | 2006-04-22 14:06:46 +0000 (Sat, 22 Apr 2006) | 1 line - Fix [NewGRF]: overzealous fixing, reset num_params to 0 from -1 when parsing the parameter list fails. ------------------------------------------------------------------------ r4530 | Darkvater | 2006-04-22 13:59:21 +0000 (Sat, 22 Apr 2006) | 1 line - Fix [NewGRF]: don't spew a warning when a grf file has no parameters. ------------------------------------------------------------------------ r4529 | Darkvater | 2006-04-22 13:56:16 +0000 (Sat, 22 Apr 2006) | 1 line - Codechange: Use proper naming for hex numbers in debug prints eg. 0xF3A6. Use fixed lengths where applicable (newgrf). Unfortunately '%#X' is unusable since it gives 0XFF3 and '%#x' gives 0xff3 while we want 0xFF3 :P ------------------------------------------------------------------------ r4528 | Darkvater | 2006-04-22 13:42:09 +0000 (Sat, 22 Apr 2006) | 1 line - Fix: fix idiotic gcc warning ------------------------------------------------------------------------ r4527 | Darkvater | 2006-04-22 13:17:13 +0000 (Sat, 22 Apr 2006) | 1 line - Feature [NewGRF]: Add support for specifying parameters to GRF files. Usage: "mygrf = 1". You can pass up to 128 parameters, each one seperated by a comma or a space-character. Big thanks to peter1138 for the inspiration and examples. ------------------------------------------------------------------------ r4526 | Darkvater | 2006-04-22 12:55:57 +0000 (Sat, 22 Apr 2006) | 1 line - CodeChange: do some more cleanup, mainly changing the OldChunkTypes from full bitmasks into segmented values like in SaveLoad. ------------------------------------------------------------------------ r4525 | Darkvater | 2006-04-22 12:53:35 +0000 (Sat, 22 Apr 2006) | 1 line - Codechange: Do a little cleanup; also fix a typo while here: _old_vehicle_multipler should be _old_vehicle_multiplier ------------------------------------------------------------------------ r4524 | Darkvater | 2006-04-22 12:40:25 +0000 (Sat, 22 Apr 2006) | 1 line - Codechange: Use GB() macros for getting the saveload file/memory types ------------------------------------------------------------------------ r4522 | truelight | 2006-04-22 10:12:14 +0000 (Sat, 22 Apr 2006) | 2 lines -Fix: include stdio before stddef; some targets don't like the other way around. ------------------------------------------------------------------------ r4521 | Darkvater | 2006-04-22 09:46:31 +0000 (Sat, 22 Apr 2006) | 1 line - Fix: be consistent about the size of the player-name in MP. This hopefully fixes a crash on lesser OS's (eg Win98). Use ttd_strlcpy() to just copy over strings and properly terminate them because different implementations of snprintf() behave differently. Courtesy of TrueLight ------------------------------------------------------------------------ r4520 | celestar | 2006-04-22 09:25:36 +0000 (Sat, 22 Apr 2006) | 2 lines -Fix: Did last commit in the wrong branch. Repair and shame on me. ------------------------------------------------------------------------ r4518 | Darkvater | 2006-04-22 08:45:58 +0000 (Sat, 22 Apr 2006) | 1 line - Fix: specify the 'stopall' console command as a debug command. Mostly because stopped airplanes in mid-air 1. look funny 2. won't ever budge again. (change of r2449) ------------------------------------------------------------------------ r4517 | peter1138 | 2006-04-22 06:54:25 +0000 (Sat, 22 Apr 2006) | 2 lines - NewGRF: fix and complete the feature list ------------------------------------------------------------------------ r4516 | celestar | 2006-04-22 05:42:54 +0000 (Sat, 22 Apr 2006) | 1 line -Fix: Committed one file too much. Thanks egladil for immidiate spotting ------------------------------------------------------------------------ r4515 | celestar | 2006-04-22 05:36:22 +0000 (Sat, 22 Apr 2006) | 2 lines -Codechange: TPFMode2 is currently only used for TRANSPORT_WATER. So remove all stuff that deals with other transport types and assert TRANSPORT_WATER ------------------------------------------------------------------------ r4514 | belugas | 2006-04-22 01:42:51 +0000 (Sat, 22 Apr 2006) | 1 line Cleanup of a cleanup ... lines left behind ------------------------------------------------------------------------ r4513 | belugas | 2006-04-22 01:37:31 +0000 (Sat, 22 Apr 2006) | 1 line Codechange : Assemble a bit the scattered parts of Cargo types. ------------------------------------------------------------------------ r4512 | Darkvater | 2006-04-22 00:10:38 +0000 (Sat, 22 Apr 2006) | 1 line - Codechange: Sprinkle some doxygen magic over settings.c ------------------------------------------------------------------------ r4510 | peter1138 | 2006-04-21 20:59:04 +0000 (Fri, 21 Apr 2006) | 4 lines - NewGRF bounds checking: - check Engine ID is within range - don't try setting a vehicle name if the string id is not a valid Engine ID ------------------------------------------------------------------------ r4508 | celestar | 2006-04-21 20:25:34 +0000 (Fri, 21 Apr 2006) | 2 lines -Fix: (FS#125) Fixed a problem that caused DeliverGoodsToIndustry to not work as intended. Note: write something better for this entire function ------------------------------------------------------------------------ r4507 | celestar | 2006-04-21 20:10:53 +0000 (Fri, 21 Apr 2006) | 2 lines Just a comment ------------------------------------------------------------------------ r4506 | celestar | 2006-04-21 20:08:25 +0000 (Fri, 21 Apr 2006) | 2 lines -Fix: (FS#95) Use the tile hash when pathfinding to a depot. Eats a tiny bit of performance, but the likelihood that the depot is found is greatly increased ------------------------------------------------------------------------ r4505 | celestar | 2006-04-21 19:47:52 +0000 (Fri, 21 Apr 2006) | 2 lines -Fix (FS#94) Ships can now be used to set up feeders as well. ------------------------------------------------------------------------ r4502 | celestar | 2006-04-21 17:51:01 +0000 (Fri, 21 Apr 2006) | 2 lines -Cleanup: Remove code unused since rev1. (Rubidium) ------------------------------------------------------------------------ r4501 | celestar | 2006-04-21 17:15:05 +0000 (Fri, 21 Apr 2006) | 2 lines -Fix: (FS#129) When, in a train that head multiple engines in front, the _first_ of those engines is sold, all the orders are copied to the second engine (to ensure "seamless" operation). However, during this operation, it was forgotten to update the prev_shared and next_shared pointers of the new head engine AND the next_shared and prev_shared of the share partners. ------------------------------------------------------------------------ r4500 | peter1138 | 2006-04-21 17:02:51 +0000 (Fri, 21 Apr 2006) | 2 lines - NewGRF: When running a callback with no vehicle, use the purchase list 'cargo' type first, and then fallback to the default if needed. ------------------------------------------------------------------------ r4498 | peter1138 | 2006-04-21 09:18:39 +0000 (Fri, 21 Apr 2006) | 2 lines - Use an item's name instead of value when parsing configuration lists. ------------------------------------------------------------------------ r4497 | peter1138 | 2006-04-21 08:11:50 +0000 (Fri, 21 Apr 2006) | 5 lines - NewGRF minor fixes: (Rubidium) - Remove a define in favour of using the lengthof() an array. - Fix typos in language names enum. - Add Brazilian ISO code. ------------------------------------------------------------------------ r4496 | peter1138 | 2006-04-21 07:06:31 +0000 (Fri, 21 Apr 2006) | 3 lines - NewGRF: switch custom engine names from storing a char* to using the new StringID based text system. Vehicle name translations now work. ------------------------------------------------------------------------ r4495 | peter1138 | 2006-04-21 07:03:37 +0000 (Fri, 21 Apr 2006) | 2 lines - NewGRF: Implement conversion from old language IDs (bitmask) to new language IDs (value) ------------------------------------------------------------------------ r4494 | peter1138 | 2006-04-21 06:55:47 +0000 (Fri, 21 Apr 2006) | 2 lines - NewGRF: Clean up and reset custom texts ------------------------------------------------------------------------ r4493 | belugas | 2006-04-21 03:00:20 +0000 (Fri, 21 Apr 2006) | 4 lines Newgrf : Action 04. Beginning of implementation. Some TODOs left, but the core is there. Thanks to Peter1138 for code, advice and patience And to Patchman for letting us define a lot of langids :) ------------------------------------------------------------------------ r4491 | Darkvater | 2006-04-20 22:09:49 +0000 (Thu, 20 Apr 2006) | 1 line - Codechange: handle IGT_LIST types just as the other types with a proper name and value setting (for example for newgrf parameters). ------------------------------------------------------------------------ r4490 | Darkvater | 2006-04-20 22:09:12 +0000 (Thu, 20 Apr 2006) | 1 line - Feature: The integer-list parser now accepts a space character as an item seperator next to the comma. ------------------------------------------------------------------------ r4489 | Darkvater | 2006-04-20 22:08:20 +0000 (Thu, 20 Apr 2006) | 1 line - Codechange: some small cleanups in the settings-parser code, mainly substituting terminating 0 characters with '\0'. ------------------------------------------------------------------------ r4488 | peter1138 | 2006-04-20 21:19:20 +0000 (Thu, 20 Apr 2006) | 2 lines - Add newgrf_spritegroup.[ch] to MS VS project files ------------------------------------------------------------------------ r4487 | peter1138 | 2006-04-20 21:13:08 +0000 (Thu, 20 Apr 2006) | 2 lines - Codechange: replace the custom currency magic number 23 with a define ------------------------------------------------------------------------ r4486 | peter1138 | 2006-04-20 20:51:57 +0000 (Thu, 20 Apr 2006) | 4 lines - NewGRF: Create and use a memory pool to manage sprite groups. This reduces the amount of house keeping we do and the chance of memory leaks. ------------------------------------------------------------------------ r4484 | peter1138 | 2006-04-20 17:04:08 +0000 (Thu, 20 Apr 2006) | 2 lines - Newstations: Use StringIDs instead of char*s to reference our custom names. ------------------------------------------------------------------------ r4483 | peter1138 | 2006-04-20 13:33:40 +0000 (Thu, 20 Apr 2006) | 2 lines - NewGRF: Dynamically allocate memory for 'real' spritegroups. This removes the limit of 16 loading/unloading states, although will result in less memory usage as most of the time the full fixed allocation wasn't used. ------------------------------------------------------------------------ r4482 | miham | 2006-04-20 08:33:42 +0000 (Thu, 20 Apr 2006) | 6 lines WebTranslator2 update to 2006-04-20 10:29:39 german - 2 fixed, 22 changed by moewe2 (22), Neonox (2) italian - 76 changed by sidew (76) norwegian - 38 fixed by oletk (38) polish - 3 fixed, 10 changed by meush (13) slovenian - 84 fixed, 1 deleted, 45 changed by christooss (130) ------------------------------------------------------------------------ r4481 | peter1138 | 2006-04-20 05:57:47 +0000 (Thu, 20 Apr 2006) | 2 lines - Fix: Validate the given sprite ID when loading a sprite. ------------------------------------------------------------------------