Age | Commit message (Collapse) | Author |
|
|
|
the command proc.
When finished, this will allow each command handler to take individually
different parameters, obliviating the need for bit-packing.
|
|
|
|
templated command traits.
This is using a non-intrusive type-traits like templated system, which
allows compile-time validation that the command table and the command
enum match up.
|
|
|
|
|
|
|
|
|
|
CMD_SET_GROUP_FLAG.
|
|
|
|
Only if the vehicle is member of a group and does not have a user defined name.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When drag and drop a vehicle into an empty slot in the vehicle group window it tries to create the new group as the subgroup of the first group (GroupID = 0). This is failing if the dragged vehicle's type is different than the first group's vehicle type.
|
|
|
|
|
|
|
|
circular group hierarchy (3298)
|
|
Group names are visual identifiers, and do not need to be unique.
Group sorting already falls back to group ID if names are the same, so that sorted
list position is stable.
|
|
|
|
|
|
* Change: Replace checkbox in livery selection window with Default option in drop down selection.
This reduces clutter in the UI and allows for primary/secondary colours to independently follow the default scheme if desired.
* Feature: Add vehicle group liveries.
|
|
Juanjo) (#7046)
|
|
|
|
(Juanjo)
|
|
the return is not NULL)
|
|
"unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
|
|
|
|
|
type.
|
|
autoreplace protection. (Juanjo)
|
|
caption. (Juanjo)
|
|
patch by Juanjo)
|
|
order list to a group. (Juanjo)
|
|
|
|
passed the vehicle type in all cases, but the type is actually not needed.
|
|
statistics of DEFAULT group.
|
|
|
|
|
|
|
|
|
|
|
|
DecreaseGroupNumVehicle() with GroupStatistics::CountVehicle().
|
|
GroupStatistics::UpdateAfterLoad().
|
|
|
|
|