summaryrefslogtreecommitdiffstats
path: root/src/crsm.hpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Add relist-commandMarkus Mittendrein2015-10-071-0/+2
|
* Add "set raw"-commandMarkus Mittendrein2015-10-071-0/+1
|
* Rename pcNamePassToClonk to passToClonkPcNameMarkus Mittendrein2015-10-071-1/+1
|
* Restructure commands into groupsMarkus Mittendrein2015-10-071-1/+2
|
* Allow overriding the default function called on a command-groupMarkus Mittendrein2015-10-071-1/+1
|
* Add command groupsMarkus Mittendrein2015-10-071-1/+8
|
* Save session to CrServerManager.session on detach and load it onMarkus Mittendrein2015-09-241-7/+25
| | | | reattaching
* Replace typedefs through usingMarkus Mittendrein2015-09-241-1/+1
|
* Rename Session.IrcUseIngameChat to Session.IRC.UseIngameChat and onlyMarkus Mittendrein2015-09-241-1/+1
| | | | forward irc messages to ingame chat if Session.IRC.UseIngameChat == true
* Replace Session.Hosting and Session.Running with Session.State and setMarkus Mittendrein2015-09-231-2/+2
| | | | IngameChannel-topic through CRSM::ircSetIngameChannelTopic.
* Code cleanupMarkus Mittendrein2015-09-221-20/+27
| | | | | Add empty() and clear() to ClientInfo and use it when needed. Move session-specific members into Session-struct
* Print an error and exit, if the clonk executable is not presentMarkus Mittendrein2015-09-221-1/+3
|
* Remove unnecessary commented out code and restore needed code ofMarkus Mittendrein2015-09-221-4/+0
| | | | CRSM::readConfig.
* Replace session with a Session-struct.Markus Mittendrein2015-09-221-1/+17
|
* Replace settings, lists and maps in CRSM through a better Config-ClassMarkus Mittendrein2015-09-221-4/+7
|
* Cleanup repo with some directoriesMarkus Mittendrein2015-09-091-0/+227