polymod icon indicating copy to clipboard operation
polymod copied to clipboard

Atomic modding framework for Haxe

Results 78 polymod issues
Sort by recently updated
recently updated
newest added

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.9 to 1.16.3. Release notes Sourced from nokogiri's releases. v1.16.3 / 2024-03-15 Dependencies [CRuby] Vendored libxml2 is updated to v2.12.6 from v2.12.5. (@​flavorjones) Changed [CRuby] XML::Reader sets...

dependencies

source/ModCore.hx:38: lines 38-65 : { parseRules : polymod.format.ParseRules, modRoot : String, ignoredFiles : Array, frameworkParams : polymod.FrameworkParams, framework : po... has extra field apiVersion source/ModCore.hx:38: lines 38-65 : For function...

This will prevent issues where an error in an update() function makes the game unrecoverable.

`Util.stripAssetsPrefix` uses `assets/` instead of `assetPrefix` parameter.

Error should be caught and passed to the provided error handler for graceful handling.

bug

List function in openfl.utils. Assets class does not list assets from mod, that was loaded with game. For example, files from first scrinshot loaded, but not listed, using this function...

bug

Adding the ability to define getters and setters for custom variables on a scripted class may be useful in reducing code complexity.

enhancement

Querying the list of properties and fields on an object on HXCPP platforms is very expensive, and it could be a moderate performance benefit to cache this information when able....

enhancement