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
2009-01-04
(svn r14828) -Codechange: move most of save/load-specific code to separate files
smatz
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-11-29
(svn r14643) -Fix: Invalidate autoreplace window when toggling 'replace prote...
frosch
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-09-15
(svn r14334) -Feature: ability to reset name to default/automatic value (for ...
smatz
2008-08-17
(svn r14096) -Codechange: merge the shared order's vehicle list management to...
rubidium
2008-08-13
(svn r14064) -Fix [FS#1752]: check for the length of strings (in bytes) in th...
rubidium
2008-07-23
(svn r13807) -Fix: memory leak when loading groups.
rubidium
2008-04-29
(svn r12924) -Feature: Introducing the so called 'engine pool' which primaril...
peter1138
2008-04-24
(svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowCl...
smatz
2008-04-23
(svn r12855) -Codechange: do not use autoptr's for testing whether certain ob...
rubidium
2008-04-14
(svn r12713) -Fix: misleading comment. Patch by Yexo.
rubidium
2008-04-06
(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify co...
smatz
2008-03-30
(svn r12488) -Codechange: split order.h into order_base.h and order_func.h.
rubidium
2008-02-27
(svn r12296) -Fix [FS#1549]: restore timetable from backupped orders and add ...
glx
2008-01-13
(svn r11828) -Codechange: include table/* as the last includes and remove an ...
rubidium
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
2008-01-07
(svn r11777) -Codechange: split the string header and make do not include it ...
rubidium
2008-01-07
(svn r11775) -Codechange: move all autoreplace/autorenew functions to a singl...
rubidium
2008-01-01
(svn r11743) -Fix [FS#1614]: group names got not deallocated in the command t...
rubidium
2007-12-27
(svn r11706) -Codechange: split vehicle.h and remove another bunch of useless...
rubidium
2007-12-25
(svn r11692) -Codechange: move some functions from 'functions.h' to a more lo...
rubidium
2007-12-21
(svn r11677) -Codechange: move price and command related types/functions to t...
rubidium
2007-12-21
(svn r11675) -Codechange: split the string types from the string functions.
rubidium
2007-12-19
(svn r11667) -Codechange: split window.h into a header that defines some 'glo...
rubidium
2007-11-19
(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming s...
skidd13
2007-09-09
(svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the V...
rubidium
2007-08-31
(svn r11019) -Fix [FS#1176]: Vehicles in a group must always have the same ty...
rubidium
2007-08-30
(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicl...
rubidium
2007-08-05
(svn r10799) -Fix: only calling QuickFree and not the destructor on pool clea...
rubidium
2007-08-02
(svn r10756) -Codechange: use vehicle->IsValid in favour of IsValidVehicle(ve...
rubidium
2007-08-02
(svn r10751) -Codechange: make the group struct use the pool item class as su...
rubidium
2007-07-08
(svn r10475) -Fix [FS#996]: some wrong comments for a few of the (vehicle) gr...
rubidium
2007-06-27
(svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsist...
peter1138
2007-06-25
(svn r10316) -Codechange: (consistently) use index to refer to group names. A...
peter1138
2007-06-18
(svn r10205) -Codechange: refactor returning of cost, so it can be more easil...
rubidium
2007-06-18
(svn r10197) -Codechange: replace int32 with CommandCost where appropriate.
rubidium
2007-06-01
(svn r10009) -Codechange: Add and use Vehicle::IsPrimaryVehicle to replace in...
maedhros
2007-05-23
(svn r9902) -Fix (r9898): Don't check group owner when adding a vehicle to th...
peter1138
2007-05-22
(svn r9898) -Fix (r9874): Many...
peter1138
2007-05-19
(svn r9882) -Fix (r9874): the "default group" is also a valid group in some c...
rubidium
2007-05-19
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you ...
rubidium