Lars Doucet
Lars Doucet
Hmmm, looks like OpenFL might have had some recent changes or something? What versions of Haxe, OpenFL and Lime are you using? I'll try to fix this soon. On Sun,...
That might be it, I'm on OpenFL 8.8.0. Lemme check 8.9's changelog. On Mon, Apr 8, 2019 at 12:32 PM FileEX wrote: > Lime version 7.3.0, haxe version 3.4.7, OpenFL...
Yeah, hard to pin down exactly when it happened, but latest OpenFL 8 doesn't have a load() function in BitmapData -- now they have loadFromBytes, loadFromFile, etc. I'll try to...
Hey guys, thanks for these contributions, sorry I never responded to the original comment. When I have some time I'll see if I can reconcile/merge everything.
@axelmm, @And-0, do either of the languages you've been considering also have to deal with gender and case as well as number(plurality?) I wonder whether the solutions you've offered above...
Okay, let's start with a simple language where plurals depend on two variables as a general case. Spanish -- numerical adjectives have to agree with the nouns they modify in...
Okay, wow lots of stuff. I think one thing that's clear from this is that for most games a best practice is to avoid dynamically generated sentences as much as...
Will just always reporting "game id" as 0 work? (Can't remember if it's looking for a number or a string, I think it's a string, so presumably 0 would work...
Shoot, definitely something to fix in the next release. On Sat, Sep 10, 2016 at 2:28 AM, jacekszymanski [email protected] wrote: > The haxelib version includes compiled samples which make it...
I'll look into this next time I have a chance, but likely the issue is on your framework's end (flixel) rather than firetongue. Firetongue is just a way to manage...