summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-04-27(svn r4595) - Fix (FS#63) Music volume is now restored to the value saved in...glx
2006-04-27(svn r4594) - NewGRF: introduce the basic sprite group resolver. This code is...peter1138
2006-04-27(svn r4593) CodeChange : Renamed spec (when using StationSpec) to statspec.belugas
2006-04-27(svn r4592) [Language fixup] Fixing up the fixed up language which fixed up m...miham
2006-04-27(svn r4591) -Fix (FS#122) Game no longer errors out when "Many random towns" ...celestar
2006-04-27(svn r4590) - Fix (r4585): warning: suggest parentheses around && within ||. ...Darkvater
2006-04-27(svn r4588) - NewGRF: silence a false compiler warningpeter1138
2006-04-26(svn r4586) - Codechange: Recursive commands that rely on _error_message to h...Darkvater
2006-04-26(svn r4585) - Fix [FS#130] - Obscure road dragging bug. The road build comman...Darkvater
2006-04-26(svn r4584) CodeChange : Cleanup of industry_cmd (Step-3).belugas
2006-04-26(svn r4583) - NewGRF: Revamp sprite group loading to support advanced varadju...peter1138
2006-04-26(svn r4582) - NewGRF: include an additional check to see if a spriteset id is...peter1138
2006-04-26(svn r4581) - NewGRF: replace replicated action 2 code with two functions to ...peter1138
2006-04-26(svn r4580) WebTranslator2 update to 2006-04-26 21:06:07miham
2006-04-26(svn r4579) - NewGRF: move sprite group struct to newgrf_spritegroup.h. Tempo...peter1138
2006-04-26(svn r4578) CodeChange : Cleanup of industry_cmd (Step-2).belugas
2006-04-26(svn r4577) CodeChange : Cleanup of industry_cmd (Step-1).belugas
2006-04-26(svn r4576) Fix : Temperate bank will no longer appear (during game) in tropi...belugas
2006-04-25(svn r4575) - Fix (r4574): hand-fixed the hand-fixed german language file whi...Darkvater
2006-04-25(svn r4574) hand-fixed german.txt (a 0x00 caused some sort of problems)miham
2006-04-25(svn r4573) [WebTranslator2] string commitment (commitlog lost again, but thi...miham
2006-04-25(svn r4572) Remove vehicle_leave_tile_proctron
2006-04-25(svn r4571) Change the rail type update for electrified rails so it doesn't u...tron
2006-04-25(svn r4570) - Fix: subsidy calculation was too high, broken in r3564peter1138
2006-04-24(svn r4568) CodeChange : Bring definitions and uses of DrawTypesStructures to...belugas
2006-04-24(svn r4566) WebTranslator2 commitmiham
2006-04-24(svn r4564) CodeChange : Constify the sprites of _cargo_types_base_valuesbelugas
2006-04-23(svn r4562) - NewGRF: Add additional vehicle text to train engine and wagon p...peter1138
2006-04-23(svn r4561) - NewGRF: implement most of callback 0x23: additional text in veh...peter1138
2006-04-23(svn r4560) - Fix: (r3008) Remove VS2005 undefined vsnprintf() as it doesn't ...Darkvater
2006-04-23(svn r4559) - NewGRF: keep a record of which grf an engine is defined in. Wil...peter1138
2006-04-23(svn r4558) - Fix: 'stopall' was moved to debug, so move the function there a...Darkvater
2006-04-23(svn r4557) - NewGRF: translate from TTDPatch control codes to our own, inste...peter1138
2006-04-23(svn r4554) Replace magic numbers by TILE_{HEIGHT,SIZE}tron
2006-04-23(svn r4553) int and magic numbers -> Slope and DiagDirectiontron
2006-04-23(svn r4552) - NewGRF: fix braino... in r4550, new_scheme should true when the...peter1138
2006-04-23(svn r4551) - NewGRF: add string handling for newstations.peter1138
2006-04-23(svn r4550) - NewGRF: update string system to new rules: a grf version of les...peter1138
2006-04-23(svn r4549) - NewGRF: store the grf version from Action 0x08.peter1138
2006-04-23(svn r4547) Revert a part of r4541 to silence an assertion for nowtron
2006-04-23(svn r4546) - NewGRF: add support for Action 0x05, type 0x04: replacement sig...peter1138
2006-04-23(svn r4544) Merge two almost identical string (STR_1[08]00_LAND_SLOPED_IN_WRO...tron
2006-04-23(svn r4541) Add a type for slopes and replace many magic numbers by the appro...tron
2006-04-23(svn r4540) - NewGRF: don't treat integer values as boolean.peter1138
2006-04-23(svn r4539) - NewGRF: always check that the action 0x2 feature matches the ac...peter1138
2006-04-23(svn r4537) - NewGRF: replace if cascade with a switch block in the sprite gr...peter1138
2006-04-22(svn r4531) - Fix [NewGRF]: overzealous fixing, reset num_params to 0 from -1...Darkvater
2006-04-22(svn r4530) - Fix [NewGRF]: don't spew a warning when a grf file has no param...Darkvater
2006-04-22(svn r4529) - Codechange: Use proper naming for hex numbers in debug prints e...Darkvater
2006-04-22(svn r4528) - Fix: fix idiotic gcc warningDarkvater