Skip to content

Releases: ericoporto/fancy

v0.7.5

23 Apr 01:30
Compare
Choose a tag to compare

fix speech lines and fix text overlay in lucasarts or sierra without speech view in a room that scrolls

v0.7.4

22 Apr 22:48
Compare
Choose a tag to compare

fix FancySay crashes with null error

v0.7.3

21 Apr 21:43
Compare
Choose a tag to compare

add a global Fancy9Piece in Fancy global to allow modifying the default 9 piece to use when none is specified.

v0.7.2

21 Apr 18:44
Compare
Choose a tag to compare

more fancy say fixes

v0.7.1

21 Apr 17:22
Compare
Choose a tag to compare

fixes bugs in FancySay and FancySayTyped

v0.7.0

21 Apr 03:15
Compare
Choose a tag to compare

Adds FancySay and FancySayTyped

/// A Say alternative that support fancy strings
import void FancySay(this Character*, const string text, FancyConfig* config = 0, int width = FANCY_INFINITE_WIDTH, Fancy9Piece* f9p = 0);

/// A Say alternative that support fancy strings, it types it instead of readily drawing
import void FancySayTyped(this Character*, const string text, FancyConfig* config = 0, int width = FANCY_INFINITE_WIDTH, Fancy9Piece* f9p = 0);

v0.6.0

20 Apr 02:48
Compare
Choose a tag to compare

API refactor, removed redundant methods, standardized parameter order, and making things more consistent

v0.5.1

19 Apr 01:18
Compare
Choose a tag to compare

fix account outline width when creating textbox. Also allow add a padding to inside of it.

v0.5.0

19 Apr 00:54
Compare
Choose a tag to compare

full API redone, use FancyConfig* config instead of using font and color with integers in API.

v0.4.3

19 Apr 00:17
Compare
Choose a tag to compare

fix parameter call order in room script too