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
Age
Commit message (
Expand
)
Author
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-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
2007-08-03
(svn r10761) -Fix (FS#1101, r10216): _pal_last_dirty changed to _pal_count_di...
glx
2007-08-02
(svn r10760) -Codechange: make the order struct use the pool item class as su...
rubidium
2007-08-02
(svn r10759) -Codechange: make the industry struct use the pool item class as...
rubidium
2007-08-02
(svn r10758) -Codechange: make the depot struct use the pool item class as su...
rubidium
2007-08-02
(svn r10757) -Codechange: make the engine renew struct use the pool item clas...
rubidium
2007-08-02
(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(ve...
rubidium
2007-08-02
(svn r10755) -Codechange: make the town struct use the pool item class as sup...
rubidium
2007-08-02
(svn r10754) -Fix: MorphOS does not like sizeof in the templated pool item cl...
rubidium
2007-08-02
(svn r10753) -Codechange: make the sign struct use the pool item class as sup...
rubidium
2007-08-02
(svn r10752) -Fix: apparantly const on function pointers is ignored.
rubidium
2007-08-02
(svn r10751) -Codechange: make the group struct use the pool item class as su...
rubidium
2007-08-02
(svn r10750) -Codechange: make the waypoint struct use the new poolitem class...
rubidium
2007-08-02
(svn r10749) -Codechange: use the generic pool item class as super class for ...
rubidium
2007-08-02
(svn r10748) -Codechange: call the pool cleanup functions for stations direct...
rubidium
2007-08-02
(svn r10747) -Codechange: add a variable that points to some index in the poo...
rubidium
2007-08-02
(svn r10746) -Codechange: add a generic superclass for almost all pool items ...
rubidium
2007-08-01
(svn r10745) -Codechange: generalize the pool cleanup/initialize functions fo...
rubidium
2007-08-01
(svn r10744) -Codechange: make the pool a little more OO, so it can be easier...
rubidium
2007-08-01
(svn r10743) -Fix: some typos introduces by copy-pasting.
rubidium
2007-07-30
(svn r10737) -Update: WebTranslator2 update to 2007-07-30 19:33:14
miham
2007-07-30
(svn r10736) -Fix: Correct all mispellings of 'successful'.
peter1138
2007-07-30
(svn r10734) -Fix [FS#1030]: Revert r10513) and add special cases for collisi...
peter1138
[next]