940d59c
Remove unused var - fokkonaut
a65902b
Merge branch 'master' of https://github.com/ddnet/ddnet7 - fokkonaut
2c5c8fe
Fix walking while paused or chatting - fokkonautab8acac
Fix walking while paused or chatting with m_SavedInput - fokkonaut0d00478
Fix automatic shooting after unpausing when clicked mouse in pause - fokkonautb5f05ac
Add github actions workflow - axblk
f2322fa
Fix macos package name - axblk
bf51f5f
Add pkg-config for github actions build - axblk
12bb436
Fix sdl2 cmake module - axblk
e67fc7d
Remove travis, appveyor and circleci - axblk
b561876
Use make and visual studio instead of ninja - axblk
7b21c74
Test cmake 3.5 on older ubuntu version - axblk
44722bc
trigger workflow on pull request - oy
35f6d28
Adjust github actions to fit ddnet - ChillerDragon
8bb5f30
Merge pull request #55 from ChillerDragon/pr_github_actions - fokkonaut988b223
Print messages to everyone in the console, fix public command spam (fixes #56) - fokkonautaccess_level
noch nicht wie erwartet. access_level <cmd> 2
sollte ein cmd für spieler freischalten die sich mit dem sv_rcon_mod_password
einloggenaccess_level <cmd> 2
sv_rcon_mod_password 123
2. access_level up 2
3. login with password 123
4. run up
./DDNet7-Server "exec init.cfg;access_level up 2"
9edeff2
Try to fix execution of access_level on init - fokkonautsv_test_cmds
is not connected to the problem. It's just that some commands are not yet registered when the commands passed as command line arguments are executed. It's probably that some initialization order changed very lowlevel in server.cpp where the command line args are parsed. I'm not sure if it is trivial to change this to the way 0.6 ddnet works or if there are bigger architectural changes in 0.7. This is a very simple test to reproduce the problem without needing a client at all:
./DDNet7-Server "access_level up 2"
results in the output
[2020-01-19 17:36:27][console]: No such command: 'up'.
access_level
, although kinda useless)server_storage.json
needs to be updated with a "version": "0.6"
field for every server. (edited)set_glob
in cmake/Find*.cmake