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.h
Age
Commit message (
Expand
)
Author
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 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-05-14
(svn r22460) -Doc: Semantic documentation fixes, and doxygen additions (partl...
alberth
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
2009-09-19
(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...
rubidium
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-07-01
(svn r16717) -Codechange: make IsFrontEngine() member of Train
smatz
2009-05-22
(svn r16380) -Codechange: rename pool.hpp to pool_type.hpp
smatz
2009-05-22
(svn r16378) -Codechange: replace OldPool with simpler Pool. Compilation time...
smatz
2009-05-22
(svn r16377) -Codechange: unify FOR_ALL_* macros, use separate index variable...
smatz
2009-05-21
(svn r16373) -Codechange: use () instead of (void) for functions without para...
smatz
2009-05-18
(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsV...
smatz
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16326) -Codechange: replace GetPoolItemPoolSize() by PoolItem::GetPoolS...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain
2008-09-30
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
rubidium
2008-09-30
(svn r14421) -Codechange: rename all player variables/types to company *or* c...
rubidium
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-29
(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...
peter1138
2008-03-31
(svn r12490) -Codechange: rename engine.h to engine_func.h and remove unneede...
rubidium
2008-03-28
(svn r12469) -Codechange: split type related stuff from group.h (and openttd....
rubidium
2008-03-06
(svn r12346) -Fix [FS#1748, FS#1825](r9874, r11872): Remove duplicated and in...
frosch
2008-02-29
(svn r12322) -Fix (r9874): endian issue when saving/loading group owner
glx
2008-01-12
(svn r11822) -Codechange: Replaced fixed size custom name array. Names are no...
peter1138
2008-01-12
(svn r11818) -Codechange: split player.h into smaller pieces.
rubidium
2008-01-12
(svn r11817) -Codechange: Base vehicle group validity on owner, not name.
peter1138
2008-01-09
(svn r11801) -Codechange: remove some unneeded includes from some header files.
rubidium
2007-08-27
(svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group...
rubidium
2007-08-05
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...
rubidium
2007-08-02
(svn r10751) -Codechange: make the group struct use the pool item class as su...
rubidium
2007-07-14
(svn r10567) -Add [FS#915]: a "group" with ungrouped vehicles. Patch by Matth...
rubidium
2007-06-28
(svn r10371) -Fix (r9874): Remove never-used GetGroupName() function
peter1138
2007-05-19
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...
rubidium