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
2009-01-04
(svn r14825) -Fix: pay the correct amount of interest instead of a few percen...
rubidium
2009-01-03
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot...
smatz
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-12-26
(svn r14753) -Fix (r1): after buying a company, one could have more vehicles ...
smatz
2008-12-26
(svn r14750) -Fix [FS#1993]: in an MP game in SP mode no company would go ban...
rubidium
2008-12-26
(svn r14748) -Codechange: unduplicate window updating when deleting vehicles.
rubidium
2008-12-26
(svn r14747) -Codechange: remove DeleteVehicleChain in favour of the vehicle ...
rubidium
2008-12-24
(svn r14734) -Codechange: type of bankrupt_asked is CompanyMask, not byte
smatz
2008-12-20
(svn r14705) -Fix [FS#2460]: First transfer the whole load of a vehicle chain...
frosch
2008-12-13
(svn r14672) -Fix [FS#2444]: Property 7 and callback 12 were broken for aircr...
frosch
2008-12-13
(svn r14670) -Codechange: use better readable (I hope) and branchless (for so...
smatz
2008-10-25
(svn r14536) -Fix (r14530): Do not expect uints to become negative.
frosch
2008-10-25
(svn r14530) -Fix [FS#2138]: Do not deliver cargo to industries not inside st...
frosch
2008-10-14
(svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus)
rubidium
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-09-16
(svn r14348) -Fix (r1667): signs were not updated on company bankrupcy/sell, ...
smatz
2008-09-15
(svn r14332) -Fix[FS#1885]: Balance the monthly random industry changes, by i...
belugas
2008-09-06
(svn r14254) -Codechange: Code style and breathing room
belugas
2008-08-20
(svn r14105) -Fix: Some typos that are more grammatical errors, as it seems.
belugas
2008-07-26
(svn r13836) -Fix [FS#2074]: Automatically recalculate inflation if NewGRFs a...
peter1138
2008-07-18
(svn r13731) -Codechange: make a pool of the array of players.
rubidium
2008-07-18
(svn r13730) -Fix: make a copy of the names for news messages about the delet...
rubidium
2008-07-17
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...
rubidium
2008-07-07
(svn r13679) -Fix [FS#2131]: saving TTD imported games in recession failed du...
rubidium
2008-06-27
(svn r13647) -Codechange: replace MAX_UVALUE() for std types with the equival...
skidd13
2008-06-02
(svn r13356) -Codechange: Incorrect documentation and variable type for infla...
peter1138
2008-05-30
(svn r13343) -Codechange: reorder/move variable/functions in the network head...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-26
(svn r13256) -Codechange: merge the OPTS and PATS chuncks.
rubidium
2008-05-25
(svn r13255) -Codechange: move _opt to _settings.
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-18
(svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat...
rubidium
2008-05-17
(svn r13147) -Codechange: move the code to draw bankruptcy news to news_gui.cpp.
rubidium
2008-05-17
(svn r13140) -Codechange: move the gui-list-sorting out of window_gui.h so wi...
rubidium
2008-05-16
(svn r13123) -Codechange: passing the bankrupt type via data_b is not needed ...
rubidium
2008-05-15
(svn r13102) -Codechange: make a class of the NewsWindow.
rubidium
2008-05-15
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...
rubidium
2008-05-13
(svn r13065) -Codechange: remove the need for the news string callbacks. Patc...
rubidium
2008-05-08
(svn r13021) -Codechange: free data_b for other uses when it is not used to s...
rubidium
2008-05-06
(svn r12977) -Codechange: remove quite some redundant (duplicate) function de...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-26
(svn r12906) -Fix: vehicle groups, engine replacement rules and player/compan...
smatz
2008-04-24
(svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl...
smatz
2008-04-21
(svn r12819) -Codechange: handle more NewGRFs in the same way as TTDP does it...
rubidium
2008-04-19
(svn r12798) -Feature: Add some support for NewGRF station animation. (Thanks...
peter1138
2008-04-10
(svn r12652) -Codechange: rework the order GUI a little more to make it a lit...
rubidium
2008-04-10
(svn r12650) -Feature: ability to force a vehicle to not load at a station.
rubidium
2008-04-09
(svn r12640) -Codechange: let GetLoadType make a difference between full load...
rubidium
2008-04-07
(svn r12617) -Codechange: add type safety to the Order's load and unload types.
rubidium
[next]