Age | Commit message (Expand) | Author |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |
2010-01-15 | (svn r18807) -Codechange: introduce AirportSpec and move several non-statemac... | yexo |
2010-01-09 | (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait... | rubidium |
2009-12-23 | (svn r18616) -Fix [FS#3413]: crash when the current order is a conditional or... | rubidium |
2009-12-19 | (svn r18553) -Fix: make aircraft behave the same on autoreplace/autorenew as ... | rubidium |
2009-12-04 | (svn r18402) -Codechange: unify/centralise the code for crashing vehicles | rubidium |
2009-12-04 | (svn r18395) -Fix (r17415): helicopters can turn freely even while in the air | yexo |
2009-11-24 | (svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicl... | frosch |
2009-11-24 | (svn r18266) -Codechange: Add a function to compute prices from price base an... | frosch |
2009-11-16 | (svn r18123) -Codechange: try our best to keep the vehicles within the build ... | rubidium |
2009-11-16 | (svn r18121) -Codechange: pass the maximum left/right location to the Draw*En... | rubidium |
2009-11-07 | (svn r18005) -Codechange: Convert the Prices struct into an array and an enum. | frosch |
2009-11-05 | (svn r17976) -Codechange: Move CargoClass to cargotype.h and clean up includi... | frosch |
2009-10-31 | (svn r17926) -Fix (r9352): Make the decision whether aircraft carry mail cons... | frosch |
2009-10-28 | (svn r17899) -Codechange: Deduplicate code for refitting vehicles. | frosch |
2009-10-28 | (svn r17897) -Fix [FS#3255]: CB15 and CB36 (capacity) were not always called ... | frosch |
2009-10-27 | (svn r17894) -Fix: Invalidate cache of vehicle vars 40-43 after testruns of c... | frosch |
2009-10-11 | (svn r17762) -Fix [FS#3259]: don't let aircraft drive a while over the grass ... | rubidium |
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-22 | (svn r17616) -Codechange [FS#3222]: Enumerize properties used in callback 0x3... | frosch |
2009-09-20 | (svn r17594) -Fix: Vehicle image was not always updated when needed. | frosch |
2009-09-18 | (svn r17567) -Fix: some doxygen warnings | rubidium |
2009-09-15 | (svn r17552) -Codechange: rename load_unload_time_rem to something more gener... | rubidium |
2009-09-14 | (svn r17534) -Codechange: unify the naming of callback masks/flags | rubidium |
2009-09-13 | (svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for... | frosch |
2009-09-09 | (svn r17483) -Fix (r17405): when an aircraft starts flying in circles make it... | yexo |
2009-09-08 | (svn r17480) -Fix (r17405): fast aircraft could get stuck flyin gin circles t... | yexo |
2009-09-04 | (svn r17415) -Change: make sure aircraft don't move while turning as long as ... | yexo |
2009-09-03 | (svn r17405) -Fix (r100): aircraft shouldn't be allowed to make turns bigger ... | yexo |
2009-09-02 | (svn r17382) -Cleanup: don't set load_unload_time_rem when an aircraft turns ... | yexo |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-08-08 | (svn r17121) -Fix [FS#3060]: Update vehicle position cache when the vehicle s... | frosch |
2009-08-06 | (svn r17085) -Codechange: unify the place where vehicle's cargo ages | smatz |
2009-08-05 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their r... | rubidium |
2009-08-04 | (svn r17062) -Change: unify the naming of some 125 strings | rubidium |
2009-07-31 | (svn r17001) -Codechange: replace some more assert(0)s to NOT_REACHED() and d... | rubidium |
2009-07-16 | (svn r16842) -Cleanup: add some spaces around a few operators | rubidium |
2009-07-13 | (svn r16814) -Codechange: make IsNormalAircraft() member of Aircraft | smatz |
2009-06-24 | (svn r16648) -Codechange: move some more includes around | yexo |
2009-06-24 | (svn r16647) -Codechange: remove newgrf.h include from newgrf_engine.h to pre... | yexo |
2009-06-24 | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | smatz |
2009-06-23 | (svn r16633) -Codechange: remove checks for consistency of newpool | smatz |
2009-06-16 | (svn r16581) -Codechange: unify the access to Engine::lifelength. | rubidium |
2009-06-16 | (svn r16580) -Codechange: rename Engine::image_index to original_image_index ... | rubidium |
2009-06-01 | (svn r16498) -Codechange: Remove hardly used HASBITS. | frosch |
2009-06-01 | (svn r16491) -Codechange: Added parentheses around bitwise operators for code... | alberth |
2009-05-31 | (svn r16480) -Fix (r15617): Invalidate newgrf variable caches of more vehicle... | frosch |
2009-05-31 | (svn r16479) -Fix (r5146): Call callbacks after initialisation of vehicle var... | frosch |
2009-05-26 | (svn r16442) -Codechange: use new Vehicle accessors at more places | smatz |