Ludovic Bas

Results 24 issues of Ludovic Bas

Hi, I would like to get the html text and not the raw text. How I can dot that? I also would like to get data from graphic software (like...

feature

Is it possible to add a formula type so I can add a formula in a column instead of float or integer. Usage example : 1. create a formula :...

- **Flixel 3.3.12 (probably last flixel too because the code behind clone() looks the same) - **OpenFL version:** 3.6.1 (probably last openfl too) - **Lime version:** 2.9.1 (probably last lime...

``` Assets.loadLibrary ("delayed").onComplete (function (library) { trace(Assets.isLocal("delayed:assets/stars.mp3", cast "SOUND")); //true trace(Assets.isLocal("delayed:assets/stars.mp3"));//false (should be true, right?) sound = Assets.getSound ("delayed:assets/stars.mp3"); trace(Assets.isLocal("delayed:assets/stars.mp3", cast "SOUND"));//true trace(Assets.isLocal("delayed:assets/stars.mp3"));//true } ```

**onDropFile** is dispatched for each files on native with the full path of the file as a parameter. But in html5 it is only dispatched once with a FileList as...

When working on dev branch and rebuilding tools and such with hxcpp 4.1.15, I can't compile any project. `lime test html5` (or any target) gives : ``` Called from haxe/io/Bytes.hx...

Hi, I try to load a style with Macros.addStyleSheet("assets/css/style.css"); but I have compile errors. It seems that one of these lines are not supported : textAlign: "center"; iconPosition: "center"; My...

bug
requires investigation

Context could allow to let users define specific shader or other custom data to a Spriter character and use it in their custom Rendering Libraries.

enhancement

Pooling will be a great improvement. I began to implement it (https://github.com/loudoweb/SpriterHaxeEngine/commit/5443ab41c53ac781d94f1b2eb62321a779119369) When all objects that are instanciated many times per frames will be ready for pooling, it will be...

enhancement