Skip to content

Releases: ThomasTheSpaceFox/Desutezeoid

Desutezeoid V1.7.1

15 Mar 16:54
Compare
Choose a tag to compare

1.7.x changelog:
v1.7.1 is a bugfix release.

  • fix music not stoping on load of a save not playing music.
  • fix crash with skipautoload when no previous autosave exists.

v1.7.0 adds a wide variety of new features:

  • Redesigned UI theme
  • all new DZA animation script system.
  • save states
  • pause menu
  • other changes & enhancements.

Desutezeoid V1.7.0

15 Mar 00:23
Compare
Choose a tag to compare

v1.7.0 adds a wide variety of new features:

  • Redesigned UI theme
  • all new DZA animation script system.
  • save states
  • pause menu
  • other changes & enhancements.

Desutezeoid v1.6.1.1

18 Nov 16:52
Compare
Choose a tag to compare

Fix bug related to wrong version number being reported by engine.

Desutezeoid v1.6.1

18 Nov 16:49
Compare
Choose a tag to compare

This update to 1.6.x adds some more portions to the still unfinished manual, and moves Desutezeoid's internal cache functions to dzulib so that plugins may also use them.

Desutezeoid v1.6.0

18 Nov 00:51
Compare
Choose a tag to compare

Desutezeoid now runs at a solid 30 FPS, and features a new plugin system for vast amounts more extendability and versatility.

Desutezeoid v1.5.01

03 Jun 18:55
Compare
Choose a tag to compare

Add some HTML documentation

Desutezeoid v1.5.0

02 Jun 16:06
Compare
Choose a tag to compare

The rendering system now parses all core objects in one iteration, greatly extending control of the rendering order through the order of core objects in the page XML files.

Dezutezeoid v1.4.2

28 May 19:53
Compare
Choose a tag to compare

various new features.
-new img image scrolling modes
-new img follow mouse modes with independent x and y configuration
-more features in the demo program

Desutezeoid v1.2.2

23 Feb 22:29
Compare
Choose a tag to compare

ensure quit dialog shows over "uipop" and uimenu forks.

note: uipop dialogs show up over uimenu dialogs.

add new uimenu fork for easy menu creation.

this can really make things easier. and can show "unclickable" menu items (via setting noact="1") and control whether menu items "close" the menu (via setting stay="1") setting stay to 1 causes the menu to stay open after that item is clicked.

add image support to "uipop".

Desutezeoid v1.2.1

23 Feb 10:43
Compare
Choose a tag to compare

add new dialog system:

the new uipop fork can generate normal and yes/no dialogs. also the engine now prompts the user before quitting. colors and text size can be specified both globally (includes the engine's internal ui dialogs) and in each "uipop" fork.

add ability to specify window icon.

add ability to "pagejump" to previous page via the new "useprev" attribute.