










ClosestCharacter()


go such an easy lang, @Learath2 i now understand what you meant with quick and messy



go such an easy lang, @Learath2 i now understand what you meant with quick and messy











impl blocks

























bool RenderLoadingBar parameter of the CMenus::RenderLoading function. The progress bar is now rendered as long as the loading total is set. Add the CMenus::FinishLoading function to reset the loading total at the end of the loading process.
Remove the bool RenderMenuBackgroundMap parameter of the CMenus::RenderLoading function. The RenderLoading function ...



















record_maps table in the sqlite database ddnet-server.sqlite in the config directory






record_maps table in the sqlite database ddnet-server.sqlite in the config directory 
60b2486 Minor improvement of entities background map settings - Robyt3
f8552d0 Remove obsolete .gitignore entries for bam - Robyt3
dcfde21 Merge pull request #9388 from Robyt3/Client-Map-Background-Settings-Improvements - def-
c0da6eb Merge pull request #9389 from Robyt3/Gitignore-Bam-Cleanup - def-


sqlite3 ddnet-server.sqlite in a terminal to open the database. Use INSERT INTO to add the entries to the record_race table. For example INSERT INTO record_maps (Map, Server, Mapper, Points, Stars) VALUES('map name', 'none', 'mapper', 0, 0);



sqlite3 ddnet-server.sqlite in a terminal to open the database. Use INSERT INTO to add the entries to the record_race table. For example INSERT INTO record_maps (Map, Server, Mapper, Points, Stars) VALUES('map name', 'none', 'mapper', 0, 0); C:\Users\rust-\AppData\Roaming\DDNet\maps its work fine
but with C:\Users\rust-\AppData\Roaming\DDNet\maps\types\novice\maps its didnt work(
idk how to correct add to parth here add_path $USERDIR/maps in storage.cfg (edited)
storage.cfg:
add_path C:/path/to/the/ddnet-maps/types/solo
add_path C:/path/to/the/ddnet-maps/types/novice
add_path C:/path/to/the/ddnet-maps/types/moderate
...

storage.cfg:
add_path C:/path/to/the/ddnet-maps/types/solo
add_path C:/path/to/the/ddnet-maps/types/novice
add_path C:/path/to/the/ddnet-maps/types/moderate
... 

