Age | Commit message (Expand) | Author |
2007-09-09 | (svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V... | rubidium |
2007-09-09 | (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsys... | rubidium |
2007-09-07 | (svn r11057) -Fix [FS#1215]: loading TTD savegames went into an infinite loop... | rubidium |
2007-08-30 | (svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state... | rubidium |
2007-08-30 | (svn r11004) -Codechange: some reworks of the saveload mechanism to be able t... | rubidium |
2007-08-30 | (svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl... | rubidium |
2007-08-29 | (svn r11001) -Codechange: unify the way to determine whether a vehicle is in ... | rubidium |
2007-08-29 | (svn r10999) -Codechange: unify the way the running cost of a vehicle is dete... | rubidium |
2007-08-29 | (svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus. | rubidium |
2007-08-28 | (svn r10995) -Codechange: unify the way to get the displayed maxium speed of ... | rubidium |
2007-08-26 | (svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Shi... | rubidium |
2007-08-26 | (svn r10984) -Codechange: unify the way one can get the current speed in the ... | rubidium |
2007-08-05 | (svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea... | rubidium |
2007-08-05 | (svn r10798) -Fix [FS#1105]: virtual functions do not work in destructors :(. | rubidium |
2007-08-03 | (svn r10772) -Codechange: also make use of the generic clean and destroy pool... | rubidium |
2007-08-03 | (svn r10770) -Codechange: use the pool item class as super class for the vehi... | rubidium |
2007-08-02 | (svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(ve... | rubidium |
2007-07-26 | (svn r10697) -Codechange: give a more sensible names to some of the unkX vari... | rubidium |
2007-07-24 | (svn r10673) -Cleanup: some assorted style cleanups. Primarily type* var -> t... | rubidium |
2007-07-01 | (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a T... | rubidium |
2007-07-01 | (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of ... | rubidium |
2007-06-27 | (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take acco... | peter1138 |
2007-06-27 | (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of inf... | rubidium |
2007-06-25 | (svn r10331) -Feature: Add the possibility of automatically filling in timeta... | maedhros |
2007-06-22 | (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning v... | truelight |
2007-06-22 | (svn r10266) -Codechange: keep track of the origin, time of travel and accumu... | rubidium |
2007-06-21 | (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle... | truelight |
2007-06-20 | (svn r10236) -Feature: Introduce a form of timetabling for vehicles. | maedhros |
2007-06-18 | (svn r10208) -Codechange: replace int32 with Money where appropriate. | rubidium |
2007-06-18 | (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. | rubidium |
2007-06-12 | (svn r10111) -Codechange: Add new vehicle hash table for collision detection ... | peter1138 |
2007-06-11 | (svn r10097) -Feature: Add support for articulated road vehicles, or callback... | maedhros |
2007-06-01 | (svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace in... | maedhros |
2007-05-24 | (svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple ... | rubidium |
2007-05-19 | (svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ... | rubidium |
2007-05-18 | (svn r9872) -Codechange: more type strictness for vehicle types | rubidium |
2007-05-15 | (svn r9841) -Codechange: add a little more type strictness to the vehicle types. | rubidium |
2007-05-14 | (svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally... | rubidium |
2007-05-13 | (svn r9831) -Codechange: more refactoring of the loading/unloading. | rubidium |
2007-05-10 | (svn r9818) -Codechange: Cache wagon override sprite set whenever consist is ... | peter1138 |
2007-05-07 | (svn r9808) -Codechange: unify the Handle<VehicleType>Loading functions. | rubidium |
2007-05-07 | (svn r9807) -Codechange: unify playing of sound when vehicle has been loaded ... | rubidium |
2007-05-06 | (svn r9794) -Codechange: refactor the question whether a vehicle can be loade... | rubidium |
2007-05-04 | (svn r9784) -Codechange: remove unused variable. | rubidium |
2007-05-02 | (svn r9770) -Codechange: perform the payment of cargo when loading/unloading,... | rubidium |
2007-05-02 | (svn r9765) -Codechange: constify some class functions. | rubidium |
2007-05-02 | (svn r9764) -Codechange: replace some lookup tables by functions. | rubidium |
2007-05-01 | (svn r9760) -Codechange: remove the need for saving some vehicle variables. | rubidium |
2007-04-29 | (svn r9755) -Codechange: refactor some more of the begin loading stuff. | rubidium |
2007-04-29 | (svn r9754) -Codechange: make classes for all vehicle types, so we can make n... | rubidium |