Thu, 30 Aug 2007 13:03:56 +0000 |
rubidium |
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.
draft
|
Sun, 05 Aug 2007 21:20:55 +0000 |
rubidium |
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool cleanups might cause memory leaks due to the way C++ works.
draft
|
Thu, 02 Aug 2007 21:19:07 +0000 |
rubidium |
(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(vehicle).
draft
|
Thu, 02 Aug 2007 12:51:57 +0000 |
rubidium |
(svn r10751) -Codechange: make the group struct use the pool item class as super class.
draft
|
Sun, 08 Jul 2007 09:35:39 +0000 |
rubidium |
(svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) group related actions.
draft
|
Wed, 27 Jun 2007 20:53:25 +0000 |
peter1138 |
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type.
draft
|
Mon, 25 Jun 2007 07:33:40 +0000 |
peter1138 |
(svn r10316) -Codechange: (consistently) use index to refer to group names. Also the group string_id is irrelevant unless it is a custom name, so don't 'waste' a savegame string id.
draft
|
Mon, 18 Jun 2007 19:53:50 +0000 |
rubidium |
(svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified.
draft
|
Mon, 18 Jun 2007 10:48:15 +0000 |
rubidium |
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
draft
|
Fri, 01 Jun 2007 12:03:10 +0000 |
maedhros |
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace individual checks depending on the vehicle type.
draft
|
Wed, 23 May 2007 14:02:10 +0000 |
peter1138 |
(svn r9902) -Fix (r9898): Don't check group owner when adding a vehicle to the 'default' group.
draft
|
Tue, 22 May 2007 19:48:11 +0000 |
peter1138 |
(svn r9898) -Fix (r9874): Many...
draft
|
Sat, 19 May 2007 21:47:14 +0000 |
rubidium |
(svn r9882) -Fix (r9874): the "default group" is also a valid group in some cases.
draft
|
Sat, 19 May 2007 09:40:18 +0000 |
rubidium |
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13.
draft
|