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
/
autoreplace_cmd.cpp
Age
Commit message (
Expand
)
Author
2009-06-06
(svn r16527) -Codechange: use static member functions instead of simple casts...
smatz
2009-06-01
(svn r16498) -Codechange: Remove hardly used HASBITS.
frosch
2009-05-22
(svn r16393) -Codechange: move VehicleRail to Train.
rubidium
2009-05-22
(svn r16392) -Codechange: move some variables (the ones that aren't caches) f...
rubidium
2009-05-22
(svn r16391) -Codechange: use Train instead of Vehicle where appropriate.
rubidium
2009-05-18
(svn r16354) -Codechange: use 'new' pool accessors and methods for Engine too
smatz
2009-05-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-15
(svn r16315) -Codechange: move the autorenew settings to a new CompanySetting...
yexo
2009-03-12
(svn r15692) -Fix [FS#2721]: Just sell the old engines after autorenew/replac...
frosch
2009-03-12
(svn r15680) -Cleanup: remove redundant comment
smatz
2009-02-09
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-10-05
(svn r14442) -Fix (r14406): Typo causing problems in rare cases.
frosch
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-28
(svn r14411) -Fix (r14406): IsFrontEngine() is only valid for trains.
frosch
2008-09-27
(svn r14407) -Cleanup (r14406): Remove a redundant test. (thanks SmatZ)
frosch
2008-09-27
(svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wa...
frosch
2008-09-15
(svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid...
smatz
2008-09-13
(svn r14306) -Codechange: unify the code to draw the vehicle list.
rubidium
2008-08-25
(svn r14174) -Fix: since now, we are 'losing' things, not 'loosing'
smatz
2008-08-21
(svn r14126) -Codechange (r14125): Add some tabs.
frosch
2008-08-21
(svn r14125) -Fix [FS#2237]: Segfault when autoreplace failed very early.
frosch
2008-08-17
(svn r14091) -Cleanup (r14083): Remove superfluous '#include's.
frosch
2008-08-16
(svn r14085) -Cleanup (r14083): Remove no longer used functions.
frosch
2008-08-16
(svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla...
frosch
2008-08-10
(svn r14037) -Fix (r8610): The autoreplace gui showed vehicle types for repla...
frosch
2008-08-09
(svn r14031) -Fix (r13850): Determining the refit cargo did not work, when th...
frosch
2008-07-27
(svn r13850) -Fix [FS#2146]: Fix resp. implement refitting of articulated veh...
frosch
2008-07-24
(svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot...
smatz
2008-07-09
(svn r13691) -Codechange: make it easier to determine whether a command is ra...
smatz
2008-05-17
(svn r13146) -Codechange: vehicle_base.h doesn't need to be included in vehic...
rubidium
2008-05-15
(svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM...
rubidium
2008-05-07
(svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a po...
bjarni
2008-05-07
(svn r13001) -Fix [FS#1994](r12913): [autoreplace] we should stop working on ...
bjarni
2008-05-04
(svn r12940) -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should in...
bjarni
2008-04-27
(svn r12913) -Add: ability to backup and restore a player's economic data and...
bjarni
2008-04-19
(svn r12797) -Codechange: [autoreplace] moved wagon removal to a function of ...
bjarni
2008-04-19
(svn r12794) -Doc: added missing doxygen comment in autoreplace_cmd.cpp
bjarni
2008-04-19
(svn r12792) -Codechange: [autoreplace] added a function to figure out if a r...
bjarni
2008-04-19
(svn r12791) -Codechange: [autoreplace] Added a flag parameter (listens for D...
bjarni
2008-04-17
(svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de...
rubidium
2008-04-06
(svn r12586) -Codechange: do not access an order's refit variables directly.
rubidium
2008-03-31
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...
rubidium
2008-03-30
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
rubidium
2008-03-28
(svn r12459) -Codechange: split news.h into news_type.h and news_func.h.
rubidium
2008-03-25
(svn r12421) -Feature: [autoreplace] the autoreplace button in train depots w...
bjarni
[next]