Age | Commit message (Expand) | Author |
2009-10-04 | (svn r17688) -Fix (r17684): incorrect comments | smatz |
2009-10-03 | (svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set... | frosch |
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium |
2009-07-19 | (svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it. | frosch |
2009-07-17 | (svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains ... | frosch |
2009-07-17 | (svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed | smatz |
2009-07-02 | (svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNe... | smatz |
2009-07-02 | (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart f... | rubidium |
2009-07-02 | (svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPa... | smatz |
2009-07-01 | (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainW... | smatz |
2009-07-01 | (svn r16718) -Codechange: make IsFreeWagon() member of Train | smatz |
2009-07-01 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | smatz |
2009-06-02 | (svn r16505) -Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) co... | rubidium |
2009-06-01 | (svn r16494) -Codechange: cache train's speed limit caused by curves | smatz |
2009-05-30 | (svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor ... | smatz |
2009-05-26 | (svn r16445) -Codechange: update old comments (Yexo) | smatz |
2009-05-26 | (svn r16441) -Codechange: new class SpecializedVehicle used as superclass for... | smatz |
2009-05-22 | (svn r16393) -Codechange: move VehicleRail to Train. | rubidium |
2009-05-22 | (svn r16392) -Codechange: move some variables (the ones that aren't caches) f... | rubidium |
2009-05-22 | (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. | rubidium |
2009-05-22 | (svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle. | rubidium |
2009-05-22 | (svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle wa... | smatz |
2009-04-12 | (svn r16037) -Feature: allow (per order) to let a train stop at the near end,... | rubidium |
2009-02-01 | (svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions. | frosch |
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 |
2008-08-23 | (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() an... | frosch |
2008-08-16 | (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autorepla... | frosch |
2008-08-16 | (svn r14082) -Codechange: Make 'GetNextUnit()' more fool-proof wrt. real dual... | frosch |
2008-08-02 | (svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so i... | rubidium |
2008-08-02 | (svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump s... | rubidium |
2008-07-24 | (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot... | smatz |
2008-07-22 | (svn r13782) -Cleanup: removed a useless declaration | glx |
2008-05-06 | (svn r12977) -Codechange: remove quite some redundant (duplicate) function de... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
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-11 | (svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class. | rubidium |
2008-04-07 | (svn r12605) -Cleanup: variable scope and coding style in train* | smatz |
2008-04-05 | (svn r12575) -Codechange: unduplicate Process*Orders for trains, ships and ro... | rubidium |
2008-03-15 | (svn r12369) -Fix (r1681): reset train speed limits when _patches.realistic_a... | smatz |
2008-02-20 | (svn r12194) -Codechange: apply coding style on enum TrainSubtype | smatz |
2008-02-01 | (svn r12037) -Codechange: replace OnNewDay_(Aircraft|RoadVeh|Ship|Train) with... | glx |
2007-12-27 | (svn r11706) -Codechange: split vehicle.h and remove another bunch of useless... | rubidium |
2007-11-20 | (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ... | skidd13 |
2007-11-19 | (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ... | skidd13 |
2007-11-19 | (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s... | skidd13 |
2007-09-09 | (svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V... | rubidium |
2007-09-07 | (svn r11053) -Fix: train status bar flickering a lot when waiting at a signal. | rubidium |
2007-09-05 | (svn r11046) -Codechange: added function to get the next movable (non-articul... | bjarni |