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
/
economy.cpp
Age
Commit message (
Expand
)
Author
2007-03-22
(svn r9400) -Codechange: Use some more representative enum names for landscap...
belugas
2007-03-21
(svn r9388) -Codechange: variable scope and type, and standardify all CargoID...
peter1138
2007-03-16
(svn r9257) -Codechange: Use cargo's town effect property for determining sub...
peter1138
2007-03-08
(svn r9071) -Fix [FS#459]: when in networking an other player takes over an A...
truelight
2007-03-08
(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...
rubidium
2007-03-07
(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};
rubidium
2007-03-07
(svn r9050) -Codechange: Foo(void) -> Foo()
rubidium
2007-03-06
(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if th...
maedhros
2007-03-02
(svn r8979) -Fix (r8978): unsigned vs signed comparisons.
rubidium
2007-03-02
(svn r8978) -Feature: Rewrite of transfer system.
richk
2007-03-02
(svn r8969) -Codechange: rework of the player face bits.
rubidium
2007-02-28
(svn r8945) -Codechange: Rename v->load_status to v->vehicle_flags so it can ...
maedhros
2007-02-23
(svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and ...
belugas
2007-02-23
(svn r8855) -Fix
tron
2007-02-22
(svn r8847) -Fix
tron
2007-02-20
(svn r8826) -Codechange: Replace _cargoc's separate arrays with a regular str...
peter1138
2007-02-13
(svn r8709) -Fix/Codechange: Rename the function GetStationPlatforms into Get...
celestar
2007-02-07
(svn r8621) -Codechange: assigned new numbers to the VEH_(type) enum so that ...
bjarni
2007-01-31
(svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid...
maedhros
2007-01-27
(svn r8428) -Codechange: Add proper names to aircraft subtypes instead of mag...
Darkvater
2007-01-15
(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get exc...
celestar
2007-01-14
(svn r8128) -Codechange: Split sprite and palette remap into separate 32 bit ...
peter1138
2007-01-14
(svn r8125) -Codechange: Station is now constructed/destroyed using new/delet...
KUDr
2007-01-12
(svn r8083) -Codechange: make a NetworkSocketHandler as base for all sockets ...
rubidium
2007-01-11
(svn r8055) -Codechange: Replace the different max, dmax, maxu whatever macro...
celestar
2007-01-10
(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, ...
rubidium
2007-01-10
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed...
KUDr