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-05-30
Codechange: [Network] Use std::string for server side logic of kicking and ba...
rubidium42
2021-05-30
Codechange: [Network] Let server changing a client name use std::string
rubidium42
2021-05-14
Codechange: use thread safe time functions
rubidium42
2021-05-14
Codechange: [Network] Pass passwords as std::string to the network code
rubidium42
2021-05-14
Codechange: [Network] Make company state password std::string
rubidium42
2021-05-13
Codechange: move client name in settings to std::string
rubidium42
2021-05-13
Codechange: move hostnames in settings to std::string
rubidium42
2021-05-10
Fix: leaking file descriptors
Rubidium
2021-05-08
Change: Use gender-neutral pronouns in console command messages (and comments...
William Davis
2021-05-02
Fix #9147: Delay making screenshots until the next draw tick as we may not ac...
Michael Lutz
2021-05-01
Fix #6598: Do not disconnect before company number validation
rubidium42
2021-05-01
Change: [Console] Show help when passing invalid company number
rubidium42
2021-04-29
Cleanup: Remove old FiosList helper methods. (#9139)
PeterN
2021-04-29
Change: [Network] Encapsulate logic about the connection string to the networ...
rubidium42
2021-04-29
Codechange: use NetworkAddress instead of two host/port variables where possible
Patric Stout
2021-04-27
Codechange: move all NetworkGameInfo related functions to a single file
Patric Stout
2021-04-27
Codechange: [Network] Do not leak os_abstraction.h via network_func
rubidium42
2021-04-24
Codechange: Use std::string in console commands/aliases registration, and std...
Loïc Guilloux
2021-04-24
Change: [Network] Prevent invalid client names being sent to the server when ...
rubidium42
2021-04-20
Codechange: split ParseConnectionString into two functions
Patric Stout
2021-04-12
Fix #8874: show a warning when a NewGRF scan is requested multiple times from...
rubidium42
2021-03-13
Fix #8851: don't allow infinite "exec" depth in script, but limit to 10 deep
Patric Stout
2021-03-13
Fix: calling "exec" from script never returned
Patric Stout
2021-03-10
Add: make modal windows update more smooth
Patric Stout
2021-03-04
Fix dddf885f: use IConsoleError to produce console errors
Patric Stout
2021-03-04
Add: allow making heightmap screenshot via console
Patric Stout
2021-03-04
Feature: allow custom width/height of screenshot via console
Patric Stout
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
[next]