Releases: TacticalMetaphysics/LiSE
Releases · TacticalMetaphysics/LiSE
Alpha 6
Alpha 5
- A whole new approach to interprocess communication resulting in much more acceptable performance within ELiDE.
- LiSE caches the whole world state.
- ELiDE has a new caching scheme as well. This is invisible to the user but rules out some aliasing bugs.
- Fixed some rules not being polled.
- A new example, college.py, and some fixes to kobold.py where it hadn't kept up with API changes.
- The first sprouts of a world generation API, currently undocumented since I myself don't know how to work with it. Observe its methods within the class
AbstractCharacter
in theLiSE.character
module. Chain the methods together and play around with the order to the best effect. - Lots of refactoring.
- Some new graphics from Marsh Davies for Procjam 2015. And it's easier to include your own now, with an atlas and a change in elide.ini (though undocumented).
- Real version numbers in the Python packages.
Alpha 4
- The rules editor is now usable under normal conditions. After you've made Actions and Triggers, check this out by selecting something and pressing the Rules button.
- The big > button will cause time to pass for so long as it is toggled, as it was always meant to.
- Improvements to input handling and collision detection.
- Less cryptic README.
- Crash fixes.
Alpha 3
- Performance improvements.
- Architectural changes in ELiDE.
- Many crash bugs fixed.
- Pop-over windows changed into Screens, making them tidier and enabling transition animations that aren't much to look at presently.
- Thing and Place graphics can now be added in the elide.ini configuration file.
When first uploaded, the Linux build had a crash bug that the other builds did not. This has been fixed.
Alpha 2
Now with Mac and Linux builds. Very simple cx_Freeze builds without proper packaging BUT STILL. Uploaded in a combination of old and good compression formats because I think that's the etiquette?
Otherwise the chief improvements are multiprocessing and various UI fixes.
Windows Alpha 1
This is the first public alpha release of LiSE for Windows. It's terrible.
Other platforms will happen when I figure out what pyinstaller's deal is.