summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-11(svn r5841) -Fix r5794: use the height of the edge of the map for shadows of ...rubidium
2006-08-11(svn r5839) Fix : A ship in a depot must be stopped before allowed to be cloned.belugas
2006-08-10(svn r5836) - Silence a warning on mingw. Thanks glx.Darkvater
2006-08-10(svn r5833) -Feature: Allow building of (certain) rails, roads and bridge ram...tron
2006-08-10(svn r5831) - Fix (r5765): regression regarding windows filetimes. st->st_mti...Darkvater
2006-08-09(svn r5822) - NewGRF: add support for callback 31, vehicle start/stop check. ...peter1138
2006-08-09(svn r5820) - NewGRF: Add support for extra vehicle text in the purchase list...peter1138
2006-08-09(svn r5819) - NewGRF: add support for refit costs specified in NewGRF. This m...peter1138
2006-08-09(svn r5813) Add x64 target to VS2005 project files (michi_cc)Darkvater
2006-08-08(svn r5810) Shuffle some constants for clarity and remove a case which cannot...tron
2006-08-08(svn r5809) Turn the tests for valid bridge ramp slopes into something compre...tron
2006-08-07(svn r5806) Inline FindLandscapeHeight() into its only remaining caller and r...tron
2006-08-07(svn r5805) -Fix: FS#189 Boolean cheats do not workbjarni
2006-08-07(svn r5801) - Codechange: The exception dialog showed the last modification-d...Darkvater
2006-08-07(svn r5800) - Fix: When directories were changed in 'Play Scenario', pressing...Darkvater
2006-08-07(svn r5799) WebTranslator2 update to 2006-08-07 11:21:14miham
2006-08-07(svn r5798) - Fix [r5062]: When expanding a town, the test to check if a tile...peter1138
2006-08-06(svn r5796) Use DrawTileSprites/DrawTileSeqStruct for road depot drawing data...tron
2006-08-06(svn r5794) Pass the TileIndex plus x and y coordinates into GetSlopeZ_* inst...tron
2006-08-06(svn r5787) Rename width, height and unk of struct DrawTileSeqStruct to size_...tron
2006-08-06(svn r5785) Fix(5771) : Silenced a warning in MSVC that prevented from compil...belugas
2006-08-05(svn r5782) [Translations] Added initial japanese translationmiham
2006-08-05(svn r5773) Clarify why the owner is checked before a palette is chosen when ...tron
2006-08-05(svn r5772) Road depots always have an player as owner, so remove an useless ...tron
2006-08-05(svn r5771) Unify several code paths and data structures for drawing train de...tron
2006-08-05(svn r5769) - Fix (r5762): fix some mistakes in the opendir code and filesize...Darkvater
2006-08-05(svn r5767) - Cleanup: Improve upon the header file mess regarding fios. Move...Darkvater
2006-08-05(svn r5766) - Cleanup: Unify FiosBrowseTo and FiosGetDescTextDarkvater
2006-08-05(svn r5765) - Codechange: Fully unify the OS-specific FiosGet...List function...Darkvater
2006-08-05(svn r5764) - Cleanup: - Cleanup: Move the now unified FiosAlloc, compare_Fio...Darkvater
2006-08-04(svn r5763) - Cleanup: Move the now unified GetLanguageList and comparator fu...Darkvater
2006-08-04(svn r5762) - Codechange: Implementation of POSIX-style opendir/readdir/close...Darkvater
2006-08-04(svn r5761) - Cleanup: Really minor whitespace changes, and remove an extern ...Darkvater
2006-08-04(svn r5760) - Codechange: Use a define for case-string comparison in OS/2 ins...Darkvater
2006-08-04(svn r5759) -Fix: [OSX] fixed issue where the bundle was not build if the dat...bjarni
2006-08-04(svn r5750) WebTranslator2 update to 2006-08-04 07:51:51miham
2006-08-03(svn r5742) WebTranslator2 update to 2006-08-03 20:09:26miham
2006-08-03(svn r5723) - Move the declaration of DrawRoadDepotSprite() out of functions....tron
2006-08-02(svn r5714) Backport from branches/TGP (r5701 and r5711)miham
2006-08-01(svn r5698) - Fix [r5697]: don't remove ctype include for win32.c; needed for...Darkvater
2006-08-01(svn r5697) -Fix [r5684]: tolower() was undefined for certain architectures, ...Darkvater
2006-08-01(svn r5696) WebTranslator2 update to 2006-08-01 19:56:23miham
2006-08-01(svn r5692) WebTranslator2 update to 2006-08-01 15:27:09miham
2006-08-01(svn r5690) Factor common code to reduce code duplicationtron
2006-08-01(svn r5689) Default a station tile to be electrifiable if there is no other i...tron
2006-07-31(svn r5688) - Forward-port the release-changes from the 0.4 branch back to tr...Darkvater
2006-07-31(svn r5687) - Cleanup: Some cleanup and commentarizing.Darkvater
2006-07-31(svn r5686) - Codechange: Use only FioFOpenFile for opening files, use the ot...Darkvater
2006-07-31(svn r5685) - Codechange: s/FiosCheckFileExists/FioCheckFileExists/ to unify ...Darkvater
2006-07-31(svn r5684) - Codechange: create an strtolower() function that uses tolower()...Darkvater