ddnet/src
Tim Schumacher f51664e5ce Add rcon command "invincible" which does nothing yet
This commit adds the rcon command "invincible" which toggles the new m_Invincible variable on CCharacterCore. The feature is supposed to be an alterantive to super that is safe for /practice mode. The state of m_Invincible is synchronized to the client via the DDNetCharacter net object. Future commits will change checks for m_Super to check for m_Invincible as well in places where this is safe such as e.g. preventing freezing of the player. The ability to interact with players that are in other teams will remain exclusive to super.
2024-09-26 19:05:03 +02:00
..
android Implement client restarting on Android 2024-07-16 12:52:19 +02:00
antibot Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
base Improve color config variable handling 2024-09-17 12:27:10 +02:00
engine Fix 0.7 clients being dropped 2024-09-22 14:47:09 +08:00
game Add rcon command "invincible" which does nothing yet 2024-09-26 19:05:03 +02:00
macos Add INotifications kernel interface 2023-12-16 18:15:43 +01:00
masterping update ci actions, update rust edition to 2021 since our MSRV covers it 2024-02-25 15:55:10 +01:00
mastersrv Use Ipv6::to_ipv4_mapped in mastersrv 2024-08-08 00:00:41 +02:00
rust-bridge Improve color config variable handling 2024-09-17 12:27:10 +02:00
steam Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
test better alignment of upper and lower separators 2024-09-17 23:26:18 +02:00
tools Refactor image loading, saving and manipulation 2024-09-16 17:49:18 +02:00