dansan / spring-replay-site

Website to upload, comment and download replays from/for the SpringRTS engine
http://replays.springrts.com/
GNU General Public License v3.0
11 stars 1 forks source link

create replay map on demand if not on disk #130

Closed dansan closed 4 years ago

dansan commented 4 years ago

In two quick tests on my notebook it took 0.08 seconds to create a replays individual map (with start boxes and start positions) from an already existing map file.

To allow deletion of the map files along with the replay demofiles (#129), and still keep the pages intact, handle missing replay maps.

When a replay page is accessed, check for the existence of the replays map file and create it on the fly if missing.

abma commented 4 years ago

very nice! :-)