Skip to content

Releases: JoaTH-Team/Cruese-Engine

Cruese Engine v2.1 - HScript Hotfix Update

10 Jan 14:24
Compare
Choose a tag to compare

What changes:

  • Fix can't using any justPress, press, justRelease
  • Fix could not load the file if missing full function such as onUpdate, onUpdatePost,...
  • You can now config game by gameConfig.json

Note:

Thought we said gameConfig.json is allow to config some options on it, from this v2.1, is only do is skip splashes screen by playSplashesScreen

Cruese Engine v2.0 - Lua Update

09 Jan 14:14
Compare
Choose a tag to compare

What changes:

  • Lua script is support!!
  • You can now using import like a normal Haxe. For quick example: import flixel.FlxG; onto script without using importClass("flixel.FlxG");
  • Better HScript haxelib! (we using hscript-iris now)
  • Lot of function come for Lua
  • Better Splashes Screen now!
  • Remove: importClass, some already FlxG,... since you can just using import instead

Note:

Lua is still incomplete and not done yet!, we will likely working Lua script alot of time from now 😅

Cruese Engine v1.3.1 - Little Fixed

22 Dec 02:15
Compare
Choose a tag to compare

What changes:

  • Make Splashes can be skipping by press Enter
  • Fix engineCredits From Mad by JoaTH Team to Made by JoaTH Team

Cruese Engine v1.3 - Small HScript Update

21 Dec 14:14
Compare
Choose a tag to compare

What changes:

  • Added ScriptedState, ScriptedSubState, you can now code a file as a state
  • Added a splashes whenever you opened this engine
  • Fix some bug

We done the v1.x version now :D

Cruese Engine v1.2 - Another Small Update

10 Dec 01:59
Compare
Choose a tag to compare

Changes:

  • Make a switch state when there have no mods folder inside them (now the ActionState have some useful)
  • About State now can be display whenever have new update dropped
  • Added Credits State (game can also added credits list on them too)
  • _sans font now will be using for ActionState
  • Fix card is overlaps when switch to About sub-state
  • In HScript, you can now create a typed group when using createTypedGroup();

Cruese Engine v1.1 - Small Update

08 Dec 14:17
Compare
Choose a tag to compare

Changelog:

  • Added a card display game onto select game menu (it like display cartridge)
  • Added a crash handler
  • Added a About info display (Press F1 on Game Menu)
  • Added more HScript code like FlxColor, resizeApp, change Handler to config
  • Game Menu will now auto change the Width and Height for Window into 640x480

Cruese Engine v1.0 - First Release

07 Dec 13:08
Compare
Choose a tag to compare

After a whole week, we should have a first version for sure!

What this version have?

Since this is a first version, inital version hmmm