Age | Commit message (Expand) | Author |
2009-01-04 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | smatz |
2009-01-03 | (svn r14813) -Codechange: use uint instead of 'just' unsigned. | rubidium |
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-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-12-26 | (svn r14743) -Codechange: use INVALID_TILE to indicate station doesn't have q... | smatz |
2008-11-23 | (svn r14616) -Fix [FS#2424]: a nearest depot order should be "equal" to the r... | rubidium |
2008-11-21 | (svn r14601) -Fix: the nearest depot and stop in depot orders didn't work tog... | rubidium |
2008-11-11 | (svn r14577) -Fix [FS#2403]: vehicle didn't respect its 'refit in nearest dep... | smatz |
2008-10-30 | (svn r14547) -Fix: order pool seemed to look full when it was not as it only ... | rubidium |
2008-10-24 | (svn r14524) -Add: stop-in-depot as part of orders (PhilSophus) | rubidium |
2008-10-08 | (svn r14449) -Fix [FS#2338]: service at nearest depot acted like go to neares... | 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-24 | (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/mo... | smatz |
2008-09-15 | (svn r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid... | smatz |
2008-09-14 | (svn r14319) -Fix (r10760): use operator delete when deleting an order, so or... | smatz |
2008-09-14 | (svn r14317) -Fix (r13662) [FS#2298]: Order distance processing for condition... | peter1138 |
2008-08-27 | (svn r14179) -Fix (r1): RemoveOrderFromAllVehicles() did not mark enough wind... | frosch |
2008-08-27 | (svn r14178) -Fix [FS#2256]: Do not evaluate GetDestination() for go-to-neare... | frosch |
2008-08-25 | (svn r14174) -Fix: since now, we are 'losing' things, not 'loosing' | smatz |
2008-08-23 | (svn r14135) -Codechange: Add owner to waypoints. Previously, it was guessed ... | belugas |
2008-08-23 | (svn r14134) -Fix (r12667, r13579) [FS#2245]: Update 'current_order' when cha... | frosch |
2008-08-17 | (svn r14097) -Fix [FS#2085]: one couldn't get a list of vehicles sharing an o... | rubidium |
2008-08-17 | (svn r14096) -Codechange: merge the shared order's vehicle list management to... | rubidium |
2008-08-17 | (svn r14092) -Cleanup (r14083): dead code, i.e. unused function. | rubidium |
2008-08-02 | (svn r13949) -Codechange [YAPP]: Declare the functions for processing conditi... | rubidium |
2008-07-20 | (svn r13753) -Cleanup (r13752): save before commit instead of the other way a... | rubidium |
2008-07-20 | (svn r13752) -Fix [FS#2130]: correctly restore conditional orders when they a... | rubidium |
2008-07-14 | (svn r13704) -Fix: make timetables work more sensible when used in conjunctio... | rubidium |
2008-06-30 | (svn r13662) -Fix [FS#2113]: crash when adding conditional orders to ships. | rubidium |
2008-06-25 | (svn r13633) -Fix: restoring 'service at depot X' orders from the order backu... | rubidium |
2008-06-19 | (svn r13579) -Fix [FS#2088]: process the order coming after a conditional ord... | rubidium |
2008-06-02 | (svn r13358) -Codechange: split next order determination and conditional orde... | rubidium |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-27 | (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings. | rubidium |
2008-05-25 | (svn r13254) -Fix: waypoint orders could have invalid flags set after conversion | smatz |
2008-05-25 | (svn r13253) -Codechange: simplify conversion of old orders a bit | smatz |
2008-05-25 | (svn r13252) -Fix: when converting orders from older savegames, set 'Unload a... | smatz |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-18 | (svn r13165) -Codechange: replace some RebuildXXXList/ResortXXXList+Invalidat... | rubidium |
2008-05-15 | (svn r13100) -Codechange: reduce the amount of parameters passed via AddNewsM... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-05-04 | (svn r12949) -Fix [FS#1978]: no loading/no unloading orders were 'forgotten' ... | rubidium |
2008-05-02 | (svn r12935) -Fix [FS#1975]: vehicles forget their manual depot order when st... | rubidium |
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-17 | (svn r12754) -Codechange: split depot.h into depot_map.h, depot_func.h and de... | rubidium |
2008-04-17 | (svn r12753) -Codechange: do not use IsDepotTypeTile() where simpler function... | smatz |
2008-04-17 | (svn r12745) -Codechange: a bit of naming conventions, introduce Is*DepotTile() | smatz |