Age | Commit message (Expand) | Author |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-03-14 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | rubidium |
2009-03-13 | (svn r15704) -Cleanup: remove further includes from recently split files | smatz |
2009-03-13 | (svn r15701) -Fix [FS#2595]: Blame NewGRFs returning inconsistent information... | frosch |
2009-03-13 | (svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp. | rubidium |
2009-03-12 | (svn r15681) -Cleanup: remove unneeded forward declaration. | rubidium |
2009-03-11 | (svn r15676) -Codechange: remove the need for BeginVehicleMove and merge Vehi... | rubidium |
2009-03-11 | (svn r15672) -Codechange: (left,right,top,bottom)_coord -> coord.(left,right,... | rubidium |
2009-03-09 | (svn r15652) -Fix [FS#2706]: new (this) is seldom a good idea as destructors ... | michi_cc |
2009-03-05 | (svn r15624) -Fix (r15621): warning about comparing signed and unsigned integ... | smatz |
2009-03-05 | (svn r15622) -Codechange: Duplication. | peter1138 |
2009-03-05 | (svn r15621) -Feature: When cloning a vehicle with a custom name, add and/or ... | peter1138 |
2009-02-24 | (svn r15569) -Codechange: replace MallocT + memset( 0 ) calls by CallocT | smatz |
2009-02-21 | (svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, ... | frosch |
2009-02-18 | (svn r15517) -Fix [FS#2642](r6455): Wagonoverrides and articulated engine par... | frosch |
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-04 | (svn r15336) -Fix: do not use _current_company in the GUI as there are no gua... | rubidium |
2009-02-02 | (svn r15318) -Fix [FS#2594](r10288): don't warn about non-primary engines get... | smatz |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-13 | (svn r15077) -Codechange: enumify DAYS_IN_YEAR and DAYS_IN_LEAP_YEAR | smatz |
2009-01-12 | (svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ... | truebrain |
2009-01-11 | (svn r14990) -Codechange: handle articulated RVs and trams more strictly in G... | rubidium |
2009-01-10 | (svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o... | smatz |
2009-01-10 | (svn r14952) -Codechange: unify the "can vehicle go to station" tests | rubidium |
2009-01-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-09 | (svn r14944) -Cleanup: add spaces around some operators | rubidium |
2009-01-09 | (svn r14933) -Codechange: check the whether a pool item can be constructed in... | rubidium |
2009-01-08 | (svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window w... | frosch |
2009-01-04 | (svn r14835) -Change: apply the 'warn if train's income is negative' setting ... | smatz |
2009-01-04 | (svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircra... | smatz |
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-02 | (svn r14785) -Fix [FS#2132]: vehicle list for station gets closed when statio... | rubidium |
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 r14751) -Codechange: put VehicleEnterTile declaration where it should be... | smatz |
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-26 | (svn r14745) -Codechange: move "depot_list" and "leave_depot_immediately" out... | rubidium |
2008-11-02 | (svn r14559) -Fix [FS#2387]: A train could be blocked inside a depot if it wa... | michi_cc |
2008-10-24 | (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) | rubidium |
2008-10-19 | (svn r14491) -Documentation: updates/additions of doxygen docs (Alberth) | rubidium |
2008-10-14 | (svn r14464) -Codechange: replace (uint)-1 with UINT_MAX (PhilSophus) | rubidium |
2008-10-07 | (svn r14448) -Codechange [FS#2328]: rename a few variables (based on a patch ... | smatz |
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-27 | (svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wa... | frosch |
2008-09-24 | (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo... | smatz |
2008-09-21 | (svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front eng... | rubidium |