monster860 / FastDMM

A robust BYOND map editor
GNU General Public License v3.0
35 stars 16 forks source link

Autosave Functionality #44

Closed factorsofx closed 7 years ago

factorsofx commented 7 years ago

Adds a daemon thread that saves all loaded maps once every minute

PJB3005 commented 7 years ago

You're probably gonna want some locking or synchronization to prevent data races here.

factorsofx commented 7 years ago

I am absolutely incompetent at git