Age | Commit message (Expand) | Author |
2011-01-29 | (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. | terkhen |
2011-01-26 | (svn r21910) -Codechange: rename some autoreplace internal functions so they ... | rubidium |
2010-12-14 | (svn r21521) -Codechange: Unify some cached values that were present in both ... | terkhen |
2010-10-30 | (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) | alberth |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-20 | (svn r20583) -Fix: Autoreplace failed while attaching non-replaced wagons to ... | frosch |
2010-08-19 | (svn r20572) -Codechange: free/reserve some bits in the wagon move command to... | rubidium |
2010-08-19 | (svn r20571) -Codechange: free/reserve some bits in the order commands to inc... | rubidium |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-08-01 | (svn r20277) -Codechange: Move CmdSetAutoReplace() from company_cmd.cpp to au... | alberth |
2010-04-18 | (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer di... | frosch |
2010-03-20 | (svn r19494) -Codechange: Remove _error_message. | alberth |
2010-03-14 | (svn r19417) -Codechange: More code style, move variable declarations to thei... | alberth |
2010-03-13 | (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. | alberth |
2010-01-27 | (svn r18931) -Fix: Disabling autoreplace rules might count invalid engines. | frosch |
2010-01-15 | (svn r18812) -Codechange: make some functions in train.h functions of Train. | rubidium |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2009-12-20 | (svn r18566) -Codechange: When both the union and intersection of refit masks... | frosch |
2009-12-14 | (svn r18499) -Fix/Change/Feature [FS#3159]: autoreplace and autorenew always ... | rubidium |
2009-10-18 | (svn r17800) -Codechange: first steps into making CargoList a template | rubidium |
2009-10-06 | (svn r17728) -Cleanup: Remove some more unneeded/unused parameters. | frosch |
2009-10-06 | (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a... | frosch |
2009-10-04 | (svn r17693) -Cleanup: remove some unneeded includes | rubidium |
2009-09-19 | (svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi... | rubidium |
2009-09-18 | (svn r17567) -Fix: some doxygen warnings | rubidium |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-10 | (svn r17147) -Fix [FS#3048]: Keep vehicle news and viewports following vehicl... | frosch |
2009-08-04 | (svn r17062) -Change: unify the naming of some 125 strings | rubidium |
2009-07-02 | (svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe... | smatz |
2009-07-01 | (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW... | smatz |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz |
2009-06-29 | (svn r16694) -Fix [FS#2995] (rgradual loading, rnewindustries): only pay for ... | rubidium |
2009-06-27 | (svn r16679) -Codechange: Let GetCapacityOfArticulatedParts() return a CargoA... | frosch |
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 |