summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-03-06(svn r3773) Shove some semantics down ottd's throat by replacing ints and mag...tron
2006-03-05(svn r3770) Remove the _road_special_gettrackstatus hack. Egladil and me deem...tron
2006-03-05(svn r3769) Add a cast to make KUDr's C++ compiler happytron
2006-03-05(svn r3767) Move all direction related enums and functions to a separate headertron
2006-03-05(svn r3766) Add a function to get the RoadBits from an arbitrary tiletron
2006-03-05(svn r3765) Fix some naming glitches in r3763 and add missing svn propertiestron
2006-03-05(svn r3763) Adapt to the new 'map accessors go in foo_map.h'-schemetron
2006-03-04(svn r3761) Fix two bugs in r3757tron
2006-03-04(svn r3760) Replace some magic numbers for checking for a suitable slope for ...tron
2006-03-04(svn r3759) -Fix: [OSX] don't set CC_HOST to i686 gcc when compiling universa...bjarni
2006-03-04(svn r3758) Remove the news validation callback. It is superseded by r3757.tron
2006-03-04(svn r3757) -Feature: Delete news items about vehicles, when they get staletron
2006-03-03(svn r3754) Miscellaneous changes: indentation, reduce variable scope, constn...tron
2006-03-03(svn r3752) FYOS avoid to cast function pointerstron
2006-03-03(svn r3751) -Fix: Correctly implement minimum search, so road vehicles head t...tron
2006-03-03(svn r3750) Use INVALID_STATION instead of -1 in NPFtron
2006-03-03(svn r3749) -Fix: [FS#61] The tooltips for raising and lowering land buttons ...tron
2006-03-03(svn r3748) Remove bubblesort(), it's unusedtron
2006-03-03(svn r3747) Change HASBIT() to return 0/1 instead of 0/value of tested bit, b...tron
2006-03-03(svn r3746) - [7/7] Moving the callback functions for the setting-changes fro...Darkvater
2006-03-03(svn r3745) Fix two buffer overflows, one case of undefined behavior (the des...tron
2006-03-02(svn r3742) -codechange: [OSX] changed an assert to use the new error window ...bjarni
2006-03-02(svn r3741) -Fix: [i686 OSX] reverted the change in rev 3670 for non PowerPC ...bjarni
2006-03-02(svn r3740) -Feature: [OSX] added OS version, CPU type and newGRF settings to...bjarni
2006-03-02(svn r3739) -Fix: [Big endian CPUs] fixed bug introduced in rev 3720 where BE...bjarni
2006-03-02(svn r3733) Fix a bug in r3719, which caused a crash when the default value f...tron
2006-03-02(svn r3732) - Fix two warnings. Stupid MSVC didn't even complain :s (Thank Tr...Darkvater
2006-03-02(svn r3730) Multistop modifications:celestar
2006-03-02(svn r3727) - Fix some typos in the readme and known-bugs text filesDarkvater
2006-03-02(svn r3726) - [6/6] Finalize conversion, finally save the patches struct.Darkvater
2006-03-02(svn r3724) - [5.5/6] heh, the patch part got left out of the previous commit...Darkvater
2006-03-02(svn r3723) - [5/6] Move over the console commands from settings_gui to setti...Darkvater
2006-03-02(svn r3722) - [4/4] Present the game with a unified structure for the configu...Darkvater
2006-03-02(svn r3721) - [3/4] Present the game with a unified structure for the configu...Darkvater
2006-03-02(svn r3720) - [2/4] Present the game with a unified structure for the configu...Darkvater
2006-03-01(svn r3719) - [1/4] Present the game with a unified structure for the configu...Darkvater
2006-03-01(svn r3718) - Add proper Doxygen comments to some saveload-structs (using ///<)Darkvater
2006-03-01(svn r3717) - [2cc] Add 2cc colour maps and use for newgrf engines requiring ...peter1138
2006-03-01(svn r3716) - Move the option settings (_game_opt_desc) from misc.c into sett...Darkvater
2006-03-01(svn r3714) Add functions to turn tiles into water and shore tilestron
2006-03-01(svn r3713) - Fix up the cheats window a little. The cheats code is still abo...Darkvater
2006-03-01(svn r3712) - Change the boolean assignment/reading from == 1 to != 0 as sugg...Darkvater
2006-03-01(svn r3711) - Extract the WriteValue() and ReadValue() parts of the saveload ...Darkvater
2006-03-01(svn r3710) - Use the general function DrawArrowButtons() instead of doing it...Darkvater
2006-03-01(svn r3707) -Fix: made the generated Finnish town names sound more Finnish (ln-)bjarni
2006-03-01(svn r3701) [2cc] move vehicle/engine palette functions out of header file an...peter1138
2006-03-01(svn r3699) Replace some magic numbers for checking for a suitable slope for ...tron
2006-03-01(svn r3698) Add GetCrossingRailBits() and ComplementRoadBits(). Simplify the ...tron
2006-03-01(svn r3697) Rename DIAG1/DIAG2 to X resp. Y as this conveys a bit better in w...tron
2006-03-01(svn r3696) Add functions to turn a tile into a normal rail tile/depot/waypoi...tron