------------------------------------------------------------------------ r4651 | peter1138 | 2006-05-01 16:54:18 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: support loading of catenary sprites from NewGRF files. This actually works by replacing our hardcoded sprites. ------------------------------------------------------------------------ r4650 | peter1138 | 2006-05-01 16:52:43 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: use the correct type for _cur_spriteid ------------------------------------------------------------------------ r4649 | peter1138 | 2006-05-01 14:30:24 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: limit helicopter rotor animation frames to the number of sprites in the set. ------------------------------------------------------------------------ r4648 | Darkvater | 2006-05-01 13:24:37 +0000 (Mon, 01 May 2006) | 1 line - Fix (r4196): Company HQ's were not upgraded during the monthly loops. ------------------------------------------------------------------------ r4645 | peter1138 | 2006-05-01 12:07:44 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: pretend to be the last alpha version of TTDPatch in our version value. ------------------------------------------------------------------------ r4644 | peter1138 | 2006-05-01 12:00:14 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: support for variable 0x44, aircraft information. (mart3p) ------------------------------------------------------------------------ r4643 | peter1138 | 2006-05-01 11:35:18 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: Add support for ttdp aircraft states. This involves mapping from our own state. (heavily based on mart3p's code) ------------------------------------------------------------------------ r4642 | peter1138 | 2006-05-01 11:27:39 +0000 (Mon, 01 May 2006) | 2 lines - Codechange: reorganise airport.h and airport_movement.h to avoid having 8 copies of the airport FTAs, and make the enums used available elsewhere. ------------------------------------------------------------------------ r4641 | matthijs | 2006-05-01 09:58:43 +0000 (Mon, 01 May 2006) | 2 lines * Remove svk property added with the last commit. Bad svk, bad svk! Sorry for that. ------------------------------------------------------------------------ r4640 | matthijs | 2006-05-01 09:34:23 +0000 (Mon, 01 May 2006) | 3 lines - Add: IsValidDiagDirection, IsValidDirection and IsValidAxis functions. - Codechange: Use IsValidDiagDirection() in CmdBuildRoadStop(). ------------------------------------------------------------------------ r4639 | celestar | 2006-05-01 09:25:23 +0000 (Mon, 01 May 2006) | 2 lines -Feature: Turkish town names (jnmbk) ------------------------------------------------------------------------ r4638 | peter1138 | 2006-05-01 08:37:54 +0000 (Mon, 01 May 2006) | 2 lines - Codestyle: replacing aligning tabs with spaces ------------------------------------------------------------------------ r4636 | peter1138 | 2006-05-01 06:38:36 +0000 (Mon, 01 May 2006) | 2 lines - NewGRF: when dealing with vehicle types other than trains, set the parent scope vehicle to be the same as self scope. (Thanks mart3p) ------------------------------------------------------------------------ r4632 | peter1138 | 2006-04-30 18:41:16 +0000 (Sun, 30 Apr 2006) | 2 lines - NewGRF: support loading of helicopter rotor sprites (mart3p) ------------------------------------------------------------------------ r4631 | peter1138 | 2006-04-30 18:39:31 +0000 (Sun, 30 Apr 2006) | 2 lines - NewGRF: fix incorrect length check ------------------------------------------------------------------------ r4629 | peter1138 | 2006-04-30 18:19:37 +0000 (Sun, 30 Apr 2006) | 2 lines - NewGRF: constify more code that deals with sprite groups, now that ref counting is gone. ------------------------------------------------------------------------ r4623 | Darkvater | 2006-04-29 14:31:16 +0000 (Sat, 29 Apr 2006) | 2 lines - Codechange: s/byte/PlayerID/ ------------------------------------------------------------------------ r4619 | celestar | 2006-04-29 09:47:43 +0000 (Sat, 29 Apr 2006) | 3 lines -Codechange: Rename FindRoadStationSpot into FindRoadStopSpot and try to document it a little. if anyone comes up with an idea on how to simplify this thing a bit, I'd be grateful ------------------------------------------------------------------------ r4616 | peter1138 | 2006-04-29 07:26:57 +0000 (Sat, 29 Apr 2006) | 2 lines - NewGRF: when evaluating a variable adjustment, give our value the correct type after rather than before it has been adjusted. ------------------------------------------------------------------------ r4614 | belugas | 2006-04-28 21:58:16 +0000 (Fri, 28 Apr 2006) | 5 lines CodeChange : Cleanup of industry_cmd (Step-4). Removing the _industry_type_costs in favor of IndustrySpec.cost_multiplier; In order to let industry_gui use the GetIndustrySpec accessor, some structs had to be moved in industry.h ------------------------------------------------------------------------ r4613 | peter1138 | 2006-04-28 21:32:59 +0000 (Fri, 28 Apr 2006) | 2 lines - NewGRF: fix two struct declarations ------------------------------------------------------------------------ r4612 | peter1138 | 2006-04-28 20:48:45 +0000 (Fri, 28 Apr 2006) | 2 lines - NewStations: add random bits (for graphic variation) to stations ------------------------------------------------------------------------ r4611 | peter1138 | 2006-04-28 20:04:57 +0000 (Fri, 28 Apr 2006) | 2 lines - NewGRF: introduce new vehicle sprite group resolver code. This also fixes some known bugs (e.g. the 'Standard Five' in UKRS is now the correct colour) ------------------------------------------------------------------------ r4610 | peter1138 | 2006-04-28 19:56:18 +0000 (Fri, 28 Apr 2006) | 2 lines - If a wagon has a capacity of 0 (zero), display it in the purchase list as N/A. ------------------------------------------------------------------------ r4609 | peter1138 | 2006-04-28 19:49:48 +0000 (Fri, 28 Apr 2006) | 2 lines - NewGRF: give GetCustomEngineSprite the correct return type ------------------------------------------------------------------------ r4604 | peter1138 | 2006-04-28 07:14:22 +0000 (Fri, 28 Apr 2006) | 2 lines - Set correct svn properties ------------------------------------------------------------------------ r4602 | glx | 2006-04-28 01:52:32 +0000 (Fri, 28 Apr 2006) | 1 line - Fix: an assertion triggered when building a station near the south corner of the map (appeared in r4367) ------------------------------------------------------------------------ r4601 | peter1138 | 2006-04-27 23:33:38 +0000 (Thu, 27 Apr 2006) | 2 lines - NewGRF: after evalutaing a 'real' group, return the chosen group directly instead of resolving it as only callback and spriteid groups are returned. ------------------------------------------------------------------------ r4600 | peter1138 | 2006-04-27 23:28:56 +0000 (Thu, 27 Apr 2006) | 2 lines - NewGRF: minor code style tidy up ------------------------------------------------------------------------ r4599 | bjarni | 2006-04-27 23:11:43 +0000 (Thu, 27 Apr 2006) | 4 lines -Fix: [Cloning, autoreplace] FS#141 clone service-interval now cloned vehicles get the same service interval as the original vehicle I applied this to autoreplace as well even though it's not mentioned in the bug report (autorenew should not alter service interval) ------------------------------------------------------------------------ r4595 | glx | 2006-04-27 21:05:32 +0000 (Thu, 27 Apr 2006) | 1 line - Fix (FS#63) Music volume is now restored to the value saved in openttd.cfg ------------------------------------------------------------------------ r4594 | peter1138 | 2006-04-27 19:53:58 +0000 (Thu, 27 Apr 2006) | 2 lines - NewGRF: introduce the basic sprite group resolver. This code isn't used yet. ------------------------------------------------------------------------ r4593 | belugas | 2006-04-27 18:28:56 +0000 (Thu, 27 Apr 2006) | 2 lines CodeChange : Renamed spec (when using StationSpec) to statspec. This is following the same scheme as for IndustrySpec ------------------------------------------------------------------------ r4592 | miham | 2006-04-27 18:21:27 +0000 (Thu, 27 Apr 2006) | 1 line [Language fixup] Fixing up the fixed up language which fixed up my fixup for the screwup.. er.. You know. Thanks Tron for spotting it ------------------------------------------------------------------------ r4591 | celestar | 2006-04-27 11:19:12 +0000 (Thu, 27 Apr 2006) | 5 lines -Fix (FS#122) Game no longer errors out when "Many random towns" is selected in the scenario editor. -Side effects: - Removed one global variable from variables.h - Remove an ugly hack for the "many random towns" function ------------------------------------------------------------------------ r4590 | Darkvater | 2006-04-27 08:24:48 +0000 (Thu, 27 Apr 2006) | 1 line - Fix (r4585): warning: suggest parentheses around && within ||. Sorry ------------------------------------------------------------------------ r4588 | peter1138 | 2006-04-27 06:33:21 +0000 (Thu, 27 Apr 2006) | 2 lines - NewGRF: silence a false compiler warning ------------------------------------------------------------------------ r4586 | Darkvater | 2006-04-26 21:48:22 +0000 (Wed, 26 Apr 2006) | 1 line - Codechange: Recursive commands that rely on _error_message to handle success/failure can fail if a recursive call fails but doesn't set the error message, thus resulting in an old, possibly erroneous being used (see FS#130 prior to r4585). Now properly reset the global variable _error_message in these cases. ------------------------------------------------------------------------ r4585 | Darkvater | 2006-04-26 21:44:22 +0000 (Wed, 26 Apr 2006) | 1 line - Fix [FS#130] - Obscure road dragging bug. The road build command did not return the appropiate error message of invalid-slope when building road. ------------------------------------------------------------------------ r4584 | belugas | 2006-04-26 21:10:01 +0000 (Wed, 26 Apr 2006) | 6 lines CodeChange : Cleanup of industry_cmd (Step-3). Renaming GetIndustrySpecification to GetIndustrySpec. Looks better. Removing the _industry_prod_up/down/close_strings in favor of IndustrySpec.closure/production_up/down_text; A few reformatting along the way. Work of tfc_team ------------------------------------------------------------------------ r4583 | peter1138 | 2006-04-26 20:44:28 +0000 (Wed, 26 Apr 2006) | 2 lines - NewGRF: Revamp sprite group loading to support advanced varadjusts and variable size. These are not yet processed, however. ------------------------------------------------------------------------ r4582 | peter1138 | 2006-04-26 20:18:29 +0000 (Wed, 26 Apr 2006) | 2 lines - NewGRF: include an additional check to see if a spriteset id is within range. ------------------------------------------------------------------------ r4581 | peter1138 | 2006-04-26 19:42:05 +0000 (Wed, 26 Apr 2006) | 3 lines - NewGRF: replace replicated action 2 code with two functions to simplify code somewhat. Also check that a sprite id is valid. ------------------------------------------------------------------------ r4580 | miham | 2006-04-26 19:22:29 +0000 (Wed, 26 Apr 2006) | 8 lines WebTranslator2 update to 2006-04-26 21:06:07 czech - 5 fixed, 1 changed by Hadez (6) dutch - 1 fixed by Zr40 (1) hungarian - 1 fixed by miham (1) italian - 3 fixed by sidew (3) polish - 3 fixed, 1 changed by meush (4) portuguese - 4 changed by izhirahider (4) ------------------------------------------------------------------------ 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!) ------------------------------------------------------------------------