Age | Commit message (Expand) | Author |
2009-05-22 | (svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable... | smatz |
2009-05-22 | (svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa... | smatz |
2009-05-17 | (svn r16333) -Cleanup: remove a bunch of unused wrapper functions. | rubidium |
2009-05-17 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal... | smatz |
2009-05-16 | (svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS... | smatz |
2009-05-16 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | smatz |
2009-05-13 | (svn r16302) -Codechange: remove Vehicle::AllocateList | smatz |
2009-05-09 | (svn r16261) -Fix (r16260): Replace a space with a newline and a tab. (thanks... | frosch |
2009-05-09 | (svn r16260) -Codechange: Add Vehicle::IncrementOrderIndex() to deduplicate s... | frosch |
2009-03-11 | (svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,... | rubidium |
2009-03-04 | (svn r15617) -Change [FS#2694]: vehicle variables 40-43 weren't cached (thoug... | rubidium |
2009-02-09 | (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. | rubidium |
2009-02-09 | (svn r15428) -Codechange: consistently use colour instead of having both colo... | rubidium |
2009-02-05 | (svn r15354) -Fix (r14803): first shared of a vehicle could be NULL making it... | rubidium |
2009-02-01 | (svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions. | frosch |
2009-01-23 | (svn r15216) -Feature: native support for Transport Tycoon (Original) savegam... | smatz |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2009-01-03 | (svn r14803) -Codechange: move order list management into it's own class and ... | rubidium |
2009-01-03 | (svn r14801) -Codechange: don't reference Vehicle::num_orders directly but th... | rubidium |
2008-12-26 | (svn r14753) -Fix (r1): after buying a company, one could have more vehicles ... | smatz |
2008-12-26 | (svn r14745) -Codechange: move "depot_list" and "leave_depot_immediately" out... | rubidium |
2008-12-20 | (svn r14702) -Documentation: Add a note about the meaning and validity of Veh... | frosch |
2008-11-18 | (svn r14592) -Feature [FS#1124]: non-destructive autofill with option to keep... | 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-25 | (svn r14398) -Cleanup (r14395): unused function sneaked in | smatz |
2008-09-24 | (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo... | smatz |
2008-08-17 | (svn r14096) -Codechange: merge the shared order's vehicle list management to... | rubidium |
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-02 | (svn r13950) -Add [YAPP]: Trains can now also be in a 'stuck' state when wait... | rubidium |
2008-07-08 | (svn r13681) -Revert (r13678, r13677): the fixes didn't work in all cases (as... | rubidium |
2008-07-06 | (svn r13678) -Fix (r13677): electric trains from pre elrail savegames would g... | rubidium |
2008-05-21 | (svn r13205) -Codechange: Remove unnecessary code-style-buggering-up macro. | peter1138 |
2008-05-07 | (svn r12986) -Codechange: move the landscape and transport related types from... | rubidium |
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-24 | (svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl... | smatz |
2008-04-21 | (svn r12824) -Codechange: Standardise routines for drawing vehicle images, us... | peter1138 |
2008-04-21 | (svn r12814) -Codechange: reshuffle some variables in the Vehicle struct savi... | rubidium |
2008-04-20 | (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp | rubidium |
2008-04-20 | (svn r12803) -Cleanup: rename SpecialVehicle to EffectVehicle to have a unifo... | rubidium |
2008-04-14 | (svn r12711) -Codechange: remove unneeded loops | glx |
2008-04-11 | (svn r12658) -Codechange: unify a vast portion of the CmdSend<VehicleType>ToD... | rubidium |
2008-04-11 | (svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class. | rubidium |
2008-04-08 | (svn r12629) -Codechange: Split VehicleNeedsService() into Vehicle::NeedsServ... | frosch |
2008-04-05 | (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and ro... | rubidium |
2008-04-01 | (svn r12531) -Codechange: Rename some variables for consistency. | frosch |
2008-03-30 | (svn r12488) -Codechange: split order.h into order_base.h and order_func.h. | rubidium |