ddnet/datasrc
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
..
seven Change type of m_HookTick to NetIntAny 2024-04-13 17:02:18 +02:00
compile.py Use enum for teams (Closed #8306) 2024-05-05 11:38:29 +08:00
content.py added team0mode indicator 2024-05-02 14:23:30 +02:00
crosscompile.py Run flynt -a 2022-07-27 09:37:24 +02:00
datatypes.py Use enum for teams (Closed #8306) 2024-05-05 11:38:29 +08:00
network.py Add rcon command "invincible" which does nothing yet 2024-09-26 19:05:03 +02:00