v0.13 "Timestream"
Lisien » Devlog

This update is the debut of the timestream view, which makes it easier to time travel between branches of history.
It also solves major issues preventing branches from being very useful--some crashes, and one very important bug that prevented branches from entirely loading between sessions.
There is now a LiSE message board.
Other changes:
- rename "avatar" to "unit"
- Nodes now support the `.user.only` property, just like characters' `.unit.only`
- Rename some Engine methods to use snake_case
- numpy is no longer required for the LiSE core (will speed up IPC, though)
- Improve interprocess communication some more, particularly when time travelling between branches
- Tab indentation, with yapf formatting
- Drop support for Python 3.6
Files
ELiDE 0.13.1 win.zip 71 MB
Jul 24, 2022
Get Lisien
Lisien
Life Simulator Engine for Maxis-like games
| Status | In development |
| Category | Tool |
| Author | clayote |
| Genre | Simulation |
| Tags | agent-based-simulation, cellular-automata, Game engine, Life Simulation |
More posts
- v0.23.1 fix desktop core18 days ago
- v0.23.0 subinterpreters22 days ago
- v0.22.5 fix desktop game export55 days ago
- v0.22.4.post1 fix android61 days ago
- v0.22.4 method editor63 days ago
- v0.22.3 fix adding stuff to the world68 days ago
- v0.22.2 savegame fix on desktop68 days ago
- v0.22.1 RelaxNG schema74 days ago
- v0.22.0 new export format, determinism77 days ago
- v0.21.8 no, really, fix importer92 days ago
Comments
Log in with itch.io to leave a comment.
As always, you can install LiSE using Python's packaging system:
`python3 -m pip install LiSE ELiDE`