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
/
console_cmds.cpp
Age
Commit message (
Expand
)
Author
2021-02-05
Codechange: Apply coding style (#8640)
SamuXarick
2021-01-22
Change: Apply some consistency to singleplayer related comments
glx22
2021-01-22
Fix: Use the same safety checks as 'stop_ai' for 'reload_ai'
glx22
2021-01-13
Add: Console command to dump debugging information (#8548)
Jonathan G Rennison
2021-01-11
Change: change console command "restart" and add "reload"
Patric Stout
2021-01-08
Codechange: Remove min/max functions in favour of STL variants (#8502)
Charles Pigott
2020-12-27
Codechange: Replace assert_compile macro with static_assert
Charles Pigott
2020-12-25
Fix #6468: don't store version of AIs-started-via-console in name
Patric Stout
2020-12-07
Remove: console command "content select all" (#8363)
Patric Stout
2020-06-08
Fix: Display banlist's indexes correctly
Miguel Horta
2020-02-09
Fix #7993: Compile warning in kick/ban debug messages
Charles Pigott
2020-02-06
Fix 5880f147: Integer width warnings
Niels Martin Hansen
2020-02-04
Feature #7756: Allow server to supply a reason to kicked/banned clients
Bjarni Thor
2020-01-26
Feature: NewGRF callback profiling (#7868)
Niels Martin Hansen
2020-01-04
Feature: Minimap screenshot
TELK
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-09-29
Fix: Some typos found using codespell
JMcKiern
2019-08-04
Add: 'getsysdate' console command (#7658)
TELK
2019-04-29
Codechange: Remove Company/OwnerByte types
Charles Pigott
2019-04-10
Codechange: Use null pointer literal instead of the NULL macro
Henry Wilson
2019-04-09
Codechange: If something is a vector of strings, use a vector of strings inst...
Michael Lutz
2019-04-05
Fix #7439: don't overwrite CompanyRemoveReason with ClientID (#7465)
glx22
2019-03-26
Codechange: Replaced SmallVector::[Begin|End]() with std alternatives
Henry Wilson
2019-03-26
Codechange: Replaced SmallVector::Get(n) non-const with std::vector::data() + n
Henry Wilson
2019-03-26
Codechange: Replace SmallVector::Length() with std::vector::size()
Henry Wilson
2019-03-20
Remove: ENABLE_NETWORK switch
Patric Stout
2019-02-04
Add: CompanyCtrlAction enum for CMD_COMPANY_CTRL actions
glx
2018-10-31
Doc: Lots and lots of doxymentation fixes
Charles Pigott
2018-07-19
Feature: Framerate display window (#6822)
Niels Martin Hansen
2017-09-10
(svn r27914) -Fix/Feature: 'unban' console command - fix invalid help text an...
adf88
2017-09-10
(svn r27913) -Fix: 'unban' console command was not handling IPv6 adresses pro...
adf88
2016-09-04
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOp...
alberth
2016-09-04
(svn r27651) -Codechange: Introduce methods for setting the name and title of...
alberth
2016-09-04
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and Detaile...
alberth
2016-09-04
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType...
alberth
2016-09-04
(svn r27647) -Codechange: Introduce file operations, and use it to replace mo...
alberth
2016-09-04
(svn r27645) -Add: Give console commands their own file list storage.
alberth
2016-09-04
(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, ...
alberth
2016-09-04
(svn r27642) -Codechange: FiosGet* file query functions take a destination fi...
alberth
2016-09-04
(svn r27641) -Codechange: Fold the _fios_items file list vector into its own ...
alberth
2016-09-04
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType fun...
alberth
2016-09-04
(svn r27633) -Codechange: Extract _saveload_mode use from BuildFileList
alberth
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
2013-11-14
(svn r26000) -Add: Optional filter parameter to the 'content state' console c...
zuu
2013-11-14
(svn r25999) -Add: When calling the 'content select' console command without ...
zuu
2013-08-09
(svn r25705) -Fix: a number of typos (inspired by 90c920601c84975acb694f3673e...
rubidium
2013-01-08
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl...
planetmaker
2012-12-09
(svn r24807) -Add [FS#2820]: Enable usage of 'companies' console command also...
frosch
[next]