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
Age
Commit message (
Expand
)
Author
2007-08-14
(svn r10890) -Fix [FS#1125]: removing road with the road removal tool would a...
rubidium
2007-08-14
(svn r10888) -Fix (r10886): 64 bits alignment made a struct too big.
rubidium
2007-08-14
(svn r10887) -Cleanup: remove the strings that were removed from english.txt ...
rubidium
2007-08-14
(svn r10886) -Codechange: modify the "start network server" GUI so it can act...
rubidium
2007-08-13
(svn r10878) -Add [FS#653]: added TileHeight to the Land Area Information too...
truelight
2007-08-13
(svn r10877) -Fix: some isocodes were wrong
glx
2007-08-11
(svn r10857) -Fix: feeder-income was broken; substract the feeder-costs from ...
truelight
2007-08-11
(svn r10851) -Feature [OSX]: OpenTTD will now pick the same language as finde...
bjarni
2007-08-10
(svn r10839) -Fix [FS#873]: bring up the assert window for OSX even when ther...
truelight
2007-08-10
(svn r10838) -Fix [FS#1119] (r10698): double negation where only single negat...
rubidium
2007-08-10
(svn r10837) -Fix [FS#1102]: DrawLine didn't bound-check the first pixel that...
truelight
2007-08-10
(svn r10836) -Fix [FS#1014]: Make sure the third cargo type accepted by house...
maedhros
2007-08-09
(svn r10835) -Fix [FS#998] (r10399): don't try to minimise or restore the win...
glx
2007-08-09
(svn r10834) -Revert (part of r10833): something too much was committed :(
rubidium
2007-08-09
(svn r10833) -Fix [FS#1115]: assertion (different cost between test and execu...
rubidium
2007-08-08
(svn r10828) -Update: WebTranslator2 update to 2007-08-08 23:27:26
miham
2007-08-08
(svn r10827) -Fix [FS#1112]: out of bounds access in corner case of list allo...
rubidium
2007-08-07
(svn r10823) -Fix r8610 [FS#1097]: the autoreplace window vehicle count didn'...
bjarni
2007-08-07
(svn r10822) -Fix: OSX makes --endian set to PREPROCESSOR, which wasn't an al...
truelight
2007-08-07
(svn r10821) -Cleanup: remove the strings that are not needed anymore since r...
rubidium
2007-08-07
(svn r10820) -Codechange: make negative currencies red and restore the colour...
rubidium
2007-08-06
(svn r10814) -Fix [FS#1103]/Codechange: allow trams to be reverse manually, e...
rubidium
2007-08-06
(svn r10813) -Fix (r10799): some destructors were performing too much during ...
rubidium
2007-08-06
(svn r10812) -Fix (r10097) [FS#1093]: Make RoadVehicle::MarkDirty() mark all ...
maedhros
2007-08-06
(svn r10811) -Fix (r10097): Refit all the parts of an articulated road vehicl...
maedhros
2007-08-06
(svn r10810) -Fix (r10097): Add a comma between different cargo types if an a...
maedhros
2007-08-06
(svn r10809) -Fix (r10097): When reversing, articulated parts of road vehicle...
maedhros
2007-08-06
(svn r10808) -Fix (r10353): Make sure spectators can't open infrastructure bu...
maedhros
2007-08-06
(svn r10807) -Fix [FS#1108]: keep_all_autosaves always got ".sav" as filename...
rubidium
2007-08-05
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...
rubidium
2007-08-05
(svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(.
rubidium
2007-08-05
(svn r10792) -Fix [FS#1104]: when determining the gender of a string, do not ...
rubidium
2007-08-04
(svn r10787) -Fix r10755: _total_towns was not increased when placing town ma...
glx
2007-08-04
(svn r10782) -Fix: wrongly places #endif a long time ago broke WinCE compilin...
truelight
2007-08-04
(svn r10781) -Fix: ported more pieces to WinCE, so it compiles a bit more
truelight
2007-08-04
(svn r10780) -Fix: assertion when opening the advanced vehicle list with the ...
rubidium
2007-08-04
(svn r10779) -Fix: GCC 4.2 makes (by default for -O2, -O3 and -Os) an assumpt...
rubidium
2007-08-03
(svn r10778) -Fix: one-liners to allow MSVC and WINCE to work together (or an...
truelight
2007-08-03
(svn r10777) -Fix: don't put the ctor debug on lvl3, it is more a lvl5 debug
truelight
2007-08-03
(svn r10776) -Fix [FS#1081]: you would not pay for some foundations of bridge...
rubidium
2007-08-03
(svn r10774) -Fix (r10768): obiwan pleased us with a visit.
rubidium
2007-08-03
(svn r10773) -Codechange: use pool.CleanPool instead of CleanPool(&pool) and ...
rubidium
2007-08-03
(svn r10772) -Codechange: also make use of the generic clean and destroy pool...
rubidium
2007-08-03
(svn r10771) -Codechange: remove some code duplication from the old loader.
rubidium
2007-08-03
(svn r10770) -Codechange: use the pool item class as super class for the vehi...
rubidium
2007-08-03
(svn r10768) -Codechange: allow to specify from which index to search for a f...
rubidium
2007-08-03
(svn r10765) -Documentation [FS#1100]: of rail.h. Based on a patch by Progman.
rubidium
2007-08-03
(svn r10764) -Documentation: [FS#1099]: of road.h. Based on a patch by Progman.
rubidium
2007-08-03
(svn r10763) -Documentation [FS#1098]: document direction.h. Patch by Progman.
rubidium
2007-08-03
(svn r10762) -Codechange: Change enum StringIDEnum { to static const StringID...
peter1138
[prev]
[next]