index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tunnelbridge_cmd.cpp
Age
Commit message (
Expand
)
Author
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
2007-12-17
(svn r11657) -Fix: show better error message when trying to convert rail
smatz
2007-12-16
(svn r11649) -Codechange: some code can be simplified thanks to changes in r1...
smatz
2007-12-16
(svn r11644) -Codechange: merge some functions from tunnel_map.h and bridge_m...
smatz
2007-12-15
(svn r11642) -Codechange: VehicleFromPos does check for v->tile == tile, so r...
smatz
2007-12-14
(svn r11633) -Codechange: merge CheckTunnelEmpty and IsVehicleOnBridge into G...
smatz
2007-12-08
(svn r11603) -Fix [FS#1481]: make price for railtype conversion more realistic
smatz
2007-11-20
(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ...
skidd13
2007-11-19
(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ...
skidd13
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-11-19
(svn r11476) -Codechange: rename the function myabs to abs to get rid of an u...
skidd13
2007-11-11
(svn r11407) -Fix: do not allow building of tram-tracks when they are not ava...
truelight
2007-11-10
(svn r11399) -Feature(ette): transparency settings can now be saved and thus ...
belugas
2007-11-09
(svn r11395) -Fix: allow town-bridges to be build on slopes (Rafal Rzepecki)
truelight
2007-10-19
(svn r11303) -Fix: EnsureNoVehicle and EnsureNoVehicleOnGround were both used...
rubidium
2007-10-16
(svn r11276) -Codechange: be more consistent with naming of some accessors.
rubidium
2007-10-14
(svn r11265) -Feature: Make more advanced rail types more expensive to build.
maedhros
2007-10-14
(svn r11263) -Codechange: Reduce code duplication between DrawBridgePillars a...
rubidium
2007-10-08
(svn r11231) -Fix [FS#1311] (r11128): Someone misplaced a "static". This resu...
rubidium
2007-10-05
(svn r11213) -Fix [FS#1298]: confusing messages when trying to build a bridge.
rubidium
2007-10-05
(svn r11208) -Fix [FS#1300]: tunnel excavation could disown somebody elses ow...
rubidium
2007-09-19
(svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxe...
rubidium
2007-09-15
(svn r11112) -Fix (r11107) [FS#1229]: in some cases one could destroy (parts ...
rubidium
2007-09-14
(svn r11107) -Feature: some tool so one can still build tunnels under rails (...
rubidium
2007-09-09
(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V...
rubidium
2007-09-08
(svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions ...
rubidium
2007-08-30
(svn r11005) -Codechange: move the tiletype specific terraforming checks to t...
rubidium
2007-08-25
(svn r10979) -Fix [FS#1157]: catenary on tunnel tiles was drawn non-transpara...
rubidium
2007-08-03
(svn r10776) -Fix [FS#1081]: you would not pay for some foundations of bridge...
rubidium
2007-08-02
(svn r10758) -Codechange: make the depot struct use the pool item class as su...
rubidium
2007-07-29
(svn r10733) -Codechange: change MP_STREET into MP_ROAD as we use the word "r...
rubidium
2007-07-26
(svn r10698) -Codechange [FS#1082]: simplify the code related to foundations....
rubidium
2007-07-26
(svn r10696) -Codechange: remove duplication of the "make sprite transparent"...
rubidium
2007-07-23
(svn r10660) -Codechange: simplified tunnel cost algorithm (bilbo)
truelight
2007-07-16
(svn r10587) -Codechange: move the string/dparam related stuff from variables...
rubidium
2007-07-13
(svn r10549) -Fix [FS#1031]: wrong tram catenary poles drawn in some bridge d...
rubidium
2007-06-27
(svn r10362) -Codechange: make tunnel costs less exponential for (very) long ...
rubidium
2007-06-24
(svn r10309) -Revert (part of r10308): "fixing" the bounding box for bridge e...
rubidium
2007-06-24
(svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fi...
rubidium
2007-06-24
(svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this bug...
rubidium
2007-06-21
(svn r10259) -Fix (r10258): committed a little too much.. would've made prett...
rubidium
2007-06-21
(svn r10258) -Codechange: as we are now using int64 all over the place, it's ...
rubidium
[next]