Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | (svn r17248) -Fix: add GPL license notice where appropriate | rubidium | |
2009-06-02 | (svn r16505) -Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) ↵ | rubidium | |
constructor will zero the whole class. This caused all vehicle indices to be 0, which causes all kinds of trouble. | |||
2009-05-30 | (svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor ↵ | smatz | |
instead of constructor of each vehicle type | |||
2009-05-26 | (svn r16445) -Codechange: update old comments (Yexo) | smatz | |
2009-05-26 | (svn r16442) -Codechange: use new Vehicle accessors at more places | smatz | |
2009-05-26 | (svn r16441) -Codechange: new class SpecializedVehicle used as superclass ↵ | smatz | |
for all vehicle types | |||
2009-05-22 | (svn r16384) -Codechange: move u.effect to EffectVehicle | rubidium | |
2009-05-22 | (svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle ↵ | smatz | |
was deleted | |||
2008-04-20 | (svn r12804) -Codechange: move the effect vehicle handling out of vehicle.cpp | rubidium | |