Age | Commit message (Expand) | Author |
2008-02-21 | (svn r12208) -Codechange: Alignment of params makes the code easier to read. | belugas |
2008-02-20 | (svn r12199) -Codechange: Remove magic around the results of GetTileTrackStat... | frosch |
2008-02-18 | (svn r12177) -Codechange: use 'side' parameter in GetTileTrackStatus so there... | smatz |
2008-02-18 | (svn r12171) -Fix [FS#609]: return correct bridge price for AI when DC_QUERY_... | smatz |
2008-02-17 | (svn r12170) -Fix: do not draw trees along road and street lights under low b... | smatz |
2008-02-14 | (svn r12141) -Codechange: Introduce IsNormalRoad[Tile](), IsRoadDepot[Tile]()... | frosch |
2008-02-13 | (svn r12127) -Codechange: Use a variable instead of calling the same function... | belugas |
2008-02-13 | (svn r12126) -Codechange: Use a variable instead of calling the same function... | belugas |
2008-02-12 | (svn r12118) -Codechange: Put the two descriptions of bridges in an array ins... | belugas |
2008-02-11 | (svn r12114) -Fix (r12111): missed one Bridge -> BridgeSpec | peter1138 |
2008-02-11 | (svn r12111) -Codechange: Rename Bridge to BridgeSpec, out of consistensy wit... | belugas |
2008-02-11 | (svn r12107) -Codechange: Add and use the typedef BridgeType | belugas |
2008-02-11 | (svn r12106) -Fix(r12105): Kill warnings and raise an error when the transpor... | belugas |
2008-02-11 | (svn r12105) -Codechange: Use TransportType instead of guessing what kind of ... | belugas |
2008-02-10 | (svn r12103) -Feature(tte): separate catenary transparency settings from buil... | smatz |
2008-02-09 | (svn r12094) -Codechange: use DC_BANKRUPT command flag when removing player p... | smatz |
2008-02-05 | (svn r12066) -Codechange: Rename GetBridge for the more common GetBridgeSpec | belugas |
2008-02-05 | (svn r12064) -Codechange : Give grf bridges their own ResetBridges function, ... | belugas |
2008-02-03 | (svn r12048) -Cleanup: Move some strings in the original bridge array, adjust... | belugas |
2008-02-02 | (svn r12042) -Fix [FS#1676]: Reimplement how rivers and canals are stored in ... | peter1138 |
2008-01-25 | (svn r11983) -Codechange: Add some helper functions for slopes and use them. | frosch |
2008-01-23 | (svn r11968) -Codechange: remove redundant FindLengthOfTunnel(), use GetTunne... | smatz |
2008-01-23 | (svn r11960) -Cleanup: simplify some IsTunnel(Tile) / IsBridge(Tile) conditions | smatz |
2008-01-23 | (svn r11955) -Fix (r11926): Prevent bridge and tunnel ends being placed on ri... | peter1138 |
2008-01-22 | (svn r11946) -Fix: slope detection of bridge ramps. | frosch |
2008-01-21 | (svn r11937) -Feature: Allow building bridge heads on more slopes. | frosch |
2008-01-21 | (svn r11936) -Fix: 'BRIDGE_TOO_LOW_FOR_TERRAIN'-check was wrong for steep slo... | frosch |
2008-01-19 | (svn r11926) -Feature: Rivers. Graphics must be provided by NewGRF else river... | peter1138 |
2008-01-16 | (svn r11871) -Fix [FS#1074]: do not update signals after each tile when build... | smatz |
2008-01-15 | (svn r11864) -Codechange: pass owner whose signals we will update instead of ... | smatz |
2008-01-15 | (svn r11861) -Fix: do not call rail specific functions when removing road tun... | smatz |
2008-01-13 | (svn r11828) -Codechange: include table/* as the last includes and remove an ... | rubidium |
2008-01-12 | (svn r11818) -Codechange: split player.h into smaller pieces. | rubidium |
2008-01-09 | (svn r11802) -Fix [FS#716]: do not crash trains when leaving depot to a very ... | smatz |
2008-01-09 | (svn r11800) -Codechange: move some functions to a more logical location + so... | rubidium |
2008-01-09 | (svn r11795) -Fix [FS#1616]: take town rating into account when testing if a ... | glx |
2008-01-09 | (svn r11793) -Codechange: pass the expense type via the CommandCost instead o... | rubidium |
2008-01-09 | (svn r11787) -Codechange: more header rewrites. This time related to viewport.h. | rubidium |
2008-01-06 | (svn r11767) -Fix: do not call rail specific functions when building road bridge | smatz |
2008-01-03 | (svn r11750) -Revert (r11749): commited too much | glx |
2008-01-03 | (svn r11749) -Fix (r11352): when a bankrupted company is bought, reset vehicl... | glx |
2007-12-29 | (svn r11719) -Codechange: split sound.h in a header with types and one with f... | rubidium |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-12-26 | (svn r11702) -Codechange: move all date related stuff to date*. | rubidium |
2007-12-26 | (svn r11701) -Codechange: removal unnecessary inclusions of map.h (and split ... | rubidium |
2007-12-25 | (svn r11692) -Codechange: move some functions from 'functions.h' to a more lo... | rubidium |
2007-12-21 | (svn r11680) -Codechange: refactor more out of openttd.h and functions.h. | rubidium |
2007-12-21 | (svn r11677) -Codechange: move price and command related types/functions to t... | rubidium |
2007-12-21 | (svn r11675) -Codechange: split the string types from the string functions. | rubidium |
2007-12-19 | (svn r11669) -Codechange: refactor tile.h -> tile_type.h and tile_map.h | rubidium |