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-04-29
(svn r9754) -Codechange: make classes for all vehicle types, so we can make n...
rubidium
2007-04-29
(svn r9753) -Fix [FS#732]: trains are lost after autorenewal/autoreplace
bjarni
2007-04-29
(svn r9752) -Codechange: remove some duplication related to BeginLoading.
rubidium
2007-04-29
(svn r9746) -Codechange [YAPF]: added DEBUGs level 0 if the current train ord...
KUDr
2007-04-29
(svn r9745) -Codechange [YAPF}: if destination is a waypoint then YAPF gets d...
KUDr
2007-04-29
(svn r9743) -Fix [FS#598]: Stop flooded towns from building roads on water.
maedhros
2007-04-29
(svn r9742) -Fix (r9689) [FS#739]: Fix cloning with refit costs again, hopefu...
maedhros
2007-04-29
(svn r9741) -Fix [FS#672]: station signs were not resized when the language c...
rubidium
2007-04-28
(svn r9740) -Fix [FS#709]: removed wrong assert() that could be triggered by ...
truelight
2007-04-28
(svn r9734) -Feature: Add an option to automatically pause when starting a ne...
maedhros
2007-04-28
(svn r9731) -Fix [FS#677]: in news history, newlines weren't replaced with sp...
truelight
2007-04-27
(svn r9730) -Feature: [NewGRF] Add support for miscellaneous grf feature bit ...
maedhros
2007-04-27
(svn r9729) -Documentation: add some documentation in various places
rubidium
2007-04-27
(svn r9728) -Fix r9086: [win32] For some keyboard layout the 'console' key is...
glx
2007-04-27
(svn r9727) -Fix (r8546): Company password field in network player info was i...
peter1138
2007-04-27
(svn r9726) -Fix [FS#738]: crash when destroying bridge with train partially ...
rubidium
2007-04-27
(svn r9725) -Fix [FS#743]: plane made a 270 degree turn instead of a 90 degre...
rubidium
2007-04-27
(svn r9724) -Update: WebTranslator2 update to 2007-04-27 20:28:02
miham
2007-04-27
(svn r9722) -Documentation: Document some functions of town_cmd.cpp. Loosely...
belugas
2007-04-26
(svn r9721) -Codechange: -Codechange: Cleanup of industry_cmd (Step-12). Dyn...
belugas
2007-04-26
(svn r9720) -Codechange: Remove global var and gotos from window autoplacement
peter1138
2007-04-26
(svn r9719) -Fix: in-game private messages did not work for clients with a Cl...
rubidium
2007-04-26
(svn r9718) -Fix: Don't allow building of rail vehicles whose railtype isn't ...
peter1138
2007-04-26
(svn r9717) -Codechange: (NewGRF) Skip Action 5 & A sprites in all loading st...
peter1138
2007-04-25
(svn r9716) -Add: server_lang in [network] section of openttd.cfg, so dedicat...
glx
2007-04-24
(svn r9715) -Update: WebTranslator2 update to 2007-04-24 21:45:15
miham
2007-04-24
(svn r9714) -Fix (r8110): Remove invalid assertion triggered by overly long t...
peter1138
2007-04-21
(svn r9712) -Codechange: Implement accepted cargo types and cargo acceptance ...
peter1138
2007-04-21
(svn r9711) -Fix: don't include one system-header-file on MorphOS as it gives...
truelight
2007-04-21
(svn r9709) -Fix (r9706): Larger towns use t->larger_towns, not the town index.
maedhros
2007-04-21
(svn r9707) -Codechange: Add some support for NewGRF var 7D, temporary storag...
peter1138
2007-04-21
(svn r9706) -Codechange: Support NewGRF town var 40 'largertowns' variable pr...
peter1138
2007-04-21
(svn r9705) -Codechange: Merge some data arrays together, making a bit more l...
belugas
2007-04-21
(svn r9704) -Documentation: Add comments on industry data macro
belugas
2007-04-20
(svn r9703) -Codechange: support callback 36 in vehicle purchase lists
peter1138
2007-04-20
(svn r9702) -Codechange: Add livery support to newgrf vehicle var 43
peter1138
2007-04-20
(svn r9701) -Codechange: Add support for returning 'ttdpatch variables' - htt...
peter1138
2007-04-20
(svn r9697) -Fix [YAPF](r9694): 'unused variable' warning (glx)
KUDr
2007-04-20
(svn r9694) -Fix [YAPF][FS#736]: the guessed path (when PF stopped on max. # ...
KUDr
2007-04-20
(svn r9693) -Codechange [YAPF]: GetBestNode() now returns pointer to node ins...
KUDr
2007-04-20
(svn r9692) -Fix (r9683): don't try to remove vehicles from the queue of a no...
rubidium
2007-04-20
(svn r9691) -Fix (r9683): Forgotten savegame bump...
peter1138
2007-04-20
(svn r9690) -Codechange: Update another couple of NewGRF TTDPatch flags
peter1138
2007-04-20
(svn r9689) -Fix: Clone vehicles will no longer refit for free
bjarni
2007-04-20
(svn r9688) -Codechange: Created a function to get default cargo type for a c...
bjarni
2007-04-20
(svn r9687) -Update: WebTranslator2 update to 2007-04-20 17:51:25
miham
2007-04-20
(svn r9686) -Codechange: Update a couple of NewGRF TTDPatch flags
peter1138
2007-04-20
(svn r9685) -Fix (r9683): Call v->LeaveStation() when a vehicle in a station ...
maedhros
2007-04-20
(svn r9684) -Fix (r9683): Remove vehicles from the station loading list inste...
maedhros
2007-04-20
(svn r9683) -Fix [FS#423]: improved loading does not use a huge amount of pro...
rubidium
[next]