Skip to content

Releases: TacticalMetaphysics/LiSE

Alpha 6

04 Feb 03:06
Compare
Choose a tag to compare
Alpha 6 Pre-release
Pre-release
  • Opening a functions editor no longer crashes the app.
  • All the function editors are now in tabs of one screen.
  • Nicer auto layout of spots.
  • Various smaller fixes.

Alpha 5

03 Jan 06:56
Compare
Choose a tag to compare
Alpha 5 Pre-release
Pre-release
  • 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 the LiSE.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

27 Aug 01:40
Compare
Choose a tag to compare
Alpha 4 Pre-release
Pre-release
  • 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

12 Aug 01:00
Compare
Choose a tag to compare
Alpha 3 Pre-release
Pre-release
  • 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

29 Mar 13:51
Compare
Choose a tag to compare
Alpha 2 Pre-release
Pre-release

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

07 Mar 04:32
Compare
Choose a tag to compare
Windows Alpha 1 Pre-release
Pre-release

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.