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
/
misc_cmd.cpp
Age
Commit message (
Expand
)
Author
2010-01-05
(svn r18732) -Codechange: move the company related commands of misc_cmd.cpp t...
rubidium
2009-11-28
(svn r18330) -Cleanup: remove some unneeded includes
rubidium
2009-11-12
(svn r18052) -Codechange/Fix: make the 'pause' chat message when actually exe...
rubidium
2009-11-12
(svn r18051) -Codechange: make the active clients pause use a separate bit in...
rubidium
2009-11-12
(svn r18050) -Codechange: disallow 'pause on join' paused when not in a netwo...
rubidium
2009-10-04
(svn r17693) -Cleanup: remove some unneeded includes
rubidium
2009-09-18
(svn r17567) -Fix: some doxygen warnings
rubidium
2009-09-13
(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for...
frosch
2009-08-21
(svn r17248) -Fix: add GPL license notice where appropriate
rubidium
2009-08-05
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their r...
rubidium
2009-05-31
(svn r16480) -Fix (r15617): Invalidate newgrf variable caches of more vehicle...
frosch
2009-05-23
(svn r16394) -Codechange: move (NewGRF) cache variables into a separate struc...
rubidium
2009-05-17
(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsVal...
smatz
2009-05-16
(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)
smatz
2009-05-06
(svn r16242) -Codechange: rework pausing
rubidium
2009-04-21
(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had t...
rubidium
2009-03-13
(svn r15704) -Cleanup: remove further includes from recently split files
smatz
2009-03-04
(svn r15617) -Change [FS#2694]: vehicle variables 40-43 weren't cached (thoug...
rubidium
2009-02-09
(svn r15434) -Codechange: bit of type safety for the DC_xxx flags.
rubidium
2009-02-09
(svn r15428) -Codechange: consistently use colour instead of having both colo...
rubidium
2009-02-09
(svn r15423) -Codechange: split widget related types to their own header and ...
rubidium
2009-01-31
(svn r15299) -Cleanup: remove many redundant includes
smatz
2009-01-12
(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to ...
truebrain
2009-01-10
(svn r14958) -Codechange [FS#1923]: when checking for unique names, compare o...
smatz
2008-12-28
(svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)...
rubidium
2008-09-30
(svn r14423) -Codechange: also do r14221 for the strings.
rubidium
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 r14337) -Codechange: use CmdRename* and CMD_RENAME_* for vehicle, presid...
smatz
2008-09-15
(svn r14334) -Feature: ability to reset name to default/automatic value (for ...
smatz
2008-09-15
(svn r14328) -Fix (r11822): when a company was renamed and then manager was r...
smatz
2008-08-13
(svn r14063) -Codechange: replace some "magic" constants with enumified const...
rubidium
2008-07-18
(svn r13731) -Codechange: make a pool of the array of players.
rubidium
2008-07-17
(svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit...
rubidium
2008-07-17
(svn r13712) -Fix: enforce the length restrictions of company and president n...
rubidium
2008-05-29
(svn r13325) -Codechange: split the client-side only settings from the settin...
rubidium
2008-05-26
(svn r13256) -Codechange: merge the OPTS and PATS chuncks.
rubidium
2008-05-25
(svn r13255) -Codechange: move _opt to _settings.
rubidium
2008-05-25
(svn r13251) -Codechange: rename _patches to _settings as that is more logic.
rubidium
2008-05-25
(svn r13242) -Codechange: remove _opt_ptr.
rubidium
2008-05-24
(svn r13226) -Feature: Allow to have more than only two airports per town. T...
belugas
2008-05-06
(svn r12971) -Documentation: add @file in files that missed them and add some...
rubidium
2008-04-04
(svn r12565) -Cleanup: variable scope in misc\*.cpp
smatz
2008-03-22
(svn r12389) -Codechange: remove unneeded code from the Cheat window handling...
rubidium
2008-03-04
(svn r12335) -Codechange: Don't stuff signed values into a unsigned variable ...
peter1138
2008-01-13
(svn r11834) -Codechange: only include settings_type.h if needed.
rubidium
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-09
(svn r11793) -Codechange: pass the expense type via the CommandCost instead o...
rubidium
[next]