index
:
Erich/openttd
chunnel
master
signaltunnel
sloped-stations
sloped-stations-original
underground
underground-plus-others-original
underground-save-load
underground-station-construction
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
group_cmd.cpp
Age
Commit message (
Expand
)
Author
2021-04-22
Feature: Per-group wagon removal flag.
peter1138
2021-04-22
Codechange: Replace CMD_SET_GROUP_REPLACE_PROTECTION with generic CMD_SET_GRO...
peter1138
2021-04-22
Codechange: Replace Group::replace_protection with Group::flags
peter1138
2020-12-15
Feature: Show group name as part of the default vehicle name.
stormcone
2020-05-21
Codechange: Use std::string for most of the user-settable custom names.
Michael Lutz
2019-12-21
Codechange: Replace vehicle related FOR_ALL with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_GROUPS with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_ENGINE_RENEWS with range-based for loops
glx
2019-12-21
Codechange: Replace FOR_ALL_COMPANIES with range-based for loops
glx
2019-11-10
Cleanup: Removed SVN headers
S. D. Cloudt
2019-05-10
Fix #7224: Drag and drop vehicle group creation does not work correctly.
stormcone
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-03-27
Feature #6053: Collapsible vehicle groups (3298)
Charles Pigott
2019-03-27
Add #6189: Groups now count the total number of vehicles in subgroups (3298)
Charles Pigott
2019-03-27
Change #5977: Use specific error message when attempting to create a circular...
Charles Pigott
2019-03-03
Change: Allow vehicle group names to be non-unique.
Peter Nelson
2019-02-15
Change: Use selected group as parent when creating a new group. (#7224)
PeterN
2019-02-03
Fix #7108: Group livery command did not check its parameters properly.
Peter Nelson
2019-01-31
Feature: Group liveries, and livery window usability enhancements. (#7108)
PeterN
2019-01-13
Fix #5978: Ensure group GUI stats and lists are invalidated properly (3298, J...
Joan Josep
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2014-12-24
(svn r27090) -Codechange [FS#5976]: Simplify some hierarchical groups code. (...
frosch
2014-04-25
(svn r26509) -Codechange: replace strdup with stredup (the latter ensures the...
rubidium
2014-04-23
(svn r26482) -Codechange: add an include that allows us to undefine/redefine ...
rubidium
2014-04-08
(svn r26451) -Change: Document GroupIsInGroup() function.
peter1138
2014-04-08
(svn r26450) -Feature: Hierarchical vehicle subgroups.
peter1138
2013-01-22
(svn r24933) -Fix [FS#3473]: Make group names unique per company and vehicle ...
peter1138
2012-10-01
(svn r24568) -Codechange: No need to resort the group GUI when toggling the a...
frosch
2012-04-17
(svn r24140) -Add [FS#1117]: Group name in the replace vehicle window caption...
michi_cc
2012-04-17
(svn r24139) -Add: Creating a new vehicle group by drag and drop. (Based on p...
michi_cc
2012-04-17
(svn r24138) -Feature(ette): Ctrl+drag to add all vehicles with a shared orde...
michi_cc
2012-01-03
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
rubidium
2011-11-20
(svn r23282) -Fix [FS#4844] (r23212): CmdRemoveAllVehiclesGroup() was not pas...
frosch
2011-11-14
(svn r23212) -Fix [FS#4834] (r22980): Deleting groups did not update statisti...
frosch
2011-10-03
(svn r22985) -Feature: Display autoreplace status in group GUI.
frosch
2011-10-03
(svn r22984) -Feature: Display profit icons for groups in the group GUI.
frosch
2011-10-03
(svn r22981) -Add: GroupStatistics for the ALL_GROUP.
frosch
2011-10-03
(svn r22980) -Add: GroupStatistics for DEFAULT_GROUP.
frosch
2011-10-03
(svn r22979) -Codechange: Add GroupStatistics::CountEngine().
frosch
2011-10-03
(svn r22978) -Codechange: Replace IncreaseGroupNumVehicle() and DecreaseGroup...
frosch
2011-10-03
(svn r22977) -Codechange: Rename SetCachedEngineCounts() to GroupStatistics::...
frosch
2011-10-03
(svn r22976) -Codechange: Split group statistics into separate struct.
frosch
2011-02-19
(svn r22116) -Codechange: use PoolBase::Clean() at more places
smatz
2011-01-18
(svn r21845) -Codechange: move documentation towards the code to make it more...
rubidium
2010-12-05
(svn r21411) -Codechange: limit group name by amount of characters, not bytes
rubidium
2010-09-08
(svn r20772) -Codechange: use packed VehicleListIdentifiers as window numbers
rubidium
2010-08-26
(svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some...
rubidium
2010-08-19
(svn r20572) -Codechange: free/reserve some bits in the wagon move command to...
rubidium
2010-08-18
(svn r20539) -Codechange: make order backups more self-contained.
rubidium
2010-04-17
(svn r19654) -Codechange: Use Extract<> in more places.
frosch
[next]