index
:
crsm/manager
master
CRSM - The Manager itself
maxmitti
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace uses of q(s)rand with C++11 <random> stuff
HEAD
master
Markus Mittendrein
2022-01-15
3
-8
/
+17
*
Use Qt::SplitBehavior instead of deprecated QString::SplitBehavior
Markus Mittendrein
2022-01-15
3
-13
/
+13
*
Remove unused left-over functions
Markus Mittendrein
2022-01-15
2
-63
/
+0
*
Disable -Werror
Markus Mittendrein
2020-03-06
1
-1
/
+1
*
Replace the stop command with abort in the PatchedClonkControl
Markus Mittendrein
2020-03-06
1
-1
/
+1
*
Don't add space after cmd in passToClonk when args is empty
Markus Mittendrein
2020-03-06
1
-1
/
+2
*
Update qt-config
Markus Mittendrein
2019-05-23
1
-0
/
+0
*
Don't use guessed correction if an exact match is following in findCommand
Markus Mittendrein
2019-05-23
1
-3
/
+7
*
Remove unused enum
Markus Mittendrein
2019-05-23
1
-17
/
+0
*
Move teamdist to the set group
Markus Mittendrein
2019-05-23
1
-1
/
+1
*
Rename stop command to abort
Markus Mittendrein
2019-05-23
1
-1
/
+1
*
Replace deprecated QSignalMapper with lambda
Markus Mittendrein
2019-05-23
3
-7
/
+2
*
Remove CUID
Markus Mittendrein
2019-05-23
4
-22
/
+14
*
Use ClearableConfigBase instead of implementing clear() several times
Markus Mittendrein
2018-08-19
6
-32
/
+7
*
Move damerauLevenshteinDistance from qt-config's Util to CRSM's own Util
Markus Mittendrein
2018-06-06
6
-4
/
+62
*
Catch ConfigException by const reference
Markus Mittendrein
2018-06-06
2
-2
/
+2
*
Add missing newline to warning message
Markus Mittendrein
2018-06-06
1
-1
/
+1
*
Fix invalid reference caused through ClonkParser::clientRemoved
Markus Mittendrein
2017-06-08
2
-2
/
+2
*
Allow option to greet via notice on IRC
Markus Mittendrein
2017-06-08
3
-28
/
+37
*
Correct/suggest command names with the help of damerau levenshtein distance
Markus Mittendrein
2017-06-01
3
-15
/
+101
*
Move IngameChat functionality into its own ClonkOutputInterface
Markus Mittendrein
2017-05-30
5
-22
/
+84
*
Allow ClonkOutputInterface to stop further propagation if the return value of...
Markus Mittendrein
2017-05-30
4
-55
/
+72
*
Refine error messages of findClientByName
Markus Mittendrein
2017-05-30
1
-2
/
+9
*
Add Clonk.Server.JoinStopCountDown
Markus Mittendrein
2017-05-30
2
-0
/
+6
*
Fix formatting
Markus Mittendrein
2017-05-30
1
-1
/
+1
*
Fix glitch of announcing leave admin even if the client already got admin bef...
Markus Mittendrein
2017-05-09
1
-1
/
+1
*
Move clonk control specific parts into ClonkControl
Markus Mittendrein
2017-04-06
7
-50
/
+135
*
Move Parser into own class
Markus Mittendrein
2017-04-06
11
-280
/
+676
*
Code formatting
Markus Mittendrein
2017-03-09
1
-2
/
+0
*
Make ClientInfo-Deserializing backwards compatible
Markus Mittendrein
2017-03-09
1
-2
/
+5
*
Create group for control modes
Markus Mittendrein
2017-03-09
2
-3
/
+10
*
Group together next and kill to server commands
Markus Mittendrein
2017-03-09
1
-2
/
+4
*
Group queue commands
Markus Mittendrein
2017-03-09
1
-3
/
+5
*
Also search for clients through player names
Markus Mittendrein
2017-03-09
2
-110
/
+83
*
Add watchdog to avoid endless hanging rounds
Markus Mittendrein
2017-01-26
3
-9
/
+72
*
Fix formatting
Markus Mittendrein
2017-01-25
1
-1
/
+1
*
Add missing Prm and fix handling of client nicks
Markus Mittendrein
2017-01-25
1
-1
/
+19
*
Group client managing commands
Markus Mittendrein
2017-01-25
2
-5
/
+18
*
Include player count in clientlist
Markus Mittendrein
2016-12-30
1
-5
/
+23
*
Track players of clients
Markus Mittendrein
2016-12-30
3
-6
/
+40
*
Adapt to new Clonk output
Markus Mittendrein
2016-12-29
2
-119
/
+161
*
Include pc-name into log
Markus Mittendrein
2016-12-29
2
-6
/
+6
*
Remove ProcessManager debug logging
Markus Mittendrein
2016-12-29
1
-3
/
+0
*
Add log for all issued commands
Markus Mittendrein
2016-12-29
2
-0
/
+3
*
Initialize Log before first diagnostic outputs
Markus Mittendrein
2016-12-29
1
-4
/
+4
*
Fix wording of Clonk config check
Markus Mittendrein
2016-12-29
1
-1
/
+1
*
Add management scripting support
Markus Mittendrein
2016-12-29
2
-7
/
+21
*
Remove duplicate ConfigValue(Clonk.Clients) for CRSMSession
Markus Mittendrein
2016-12-22
1
-1
/
+0
*
Use setter for Session.State
Markus Mittendrein
2016-12-22
2
-7
/
+13
*
Also save Packs and Stats in /config save
Markus Mittendrein
2016-11-26
1
-1
/
+1
[next]