Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2020-01-22 00:00:00Z and 2020-01-23 00:00:00Z
Avatar
I think the super space efficient and even greatly compressible Teehistorian player input logging might make sense in Vanilla. Vanilla might be the last to have a problem with bots, but I think if people could have an interchangeable file format that every server uses for logging specific player inputs, the results of such might be usable later on. Either logging one specific player(everyone while that player is online), a specific IP, or just all players as a kind of space efficient demo m...
Avatar
Changes the add_favorite command to accept an optional password as a second parameter. Also updates existing favorites. Example: add_favorite "1.2.3.4" "Hunter2" Adds config variable cl_save_server_passwords 0/1 for this new UI: !screenshot_2020-01-22_17-52-13 Password is stored once you successfully connect to a password protected server and password saving is enabled. Passwor...
Avatar
Changes the logic from if(!gameWorld.paused) Tick + TickDefered else if(gameController.paused) TickPaused to if(gameWorld.paused || gameController.paused) TickPaused else Tick + TickDefered The first one doesn't call TickPaused when just the world is paused, e.g. at the end of a game, which results in projectiles still moving but not interacting with the world (closes #1991).
👌 2
Exported 5 message(s)