Devlogs
v0.19.2
LisienA downloadable tool for Windows and Android
- Added the option to run Lisien without connecting to any database. This is mainly useful for testing. Instantiate the engine like Engine(None) to use.
- Rewrote the string store, Engine.string, to save any changes you make while the engine is running, like it was supposed to be doing. Use it like a dictionary with both the keys and the values being strings, and set its language property to change to another language. These strings don't react to time travel at all; it's just a convenient interface to some JSON files.
- More refactoring.