killerdevildog

Results 29 issues of killerdevildog

The PngExportController was experiencing scaling issues in offline mode where the 'Download selected frame as PNG' feature would always export at 1x scale regardless of the export scale setting. This...

The ImageUploadService.js file was referenced in piskel-script-list.js but does not exist in the codebase, causing 404 errors during development build loading. This commit removes the reference to fix the development...

- Add pkg-config detection for Bullet Physics (libbullet-dev) - Add pkg-config detection for Lua 5.3 (liblua5.3-dev) - Generate lua/lua.hpp compatibility header for deprecated API calls - Add missing system libraries:...

- Added Redot Engine (https://github.com/Redot-Engine/redot-engine)

…alues - Add precision() getter/setter to spinbox public interface - Enhance range_numeric to support configurable decimal places (default 6) - Use std::ostringstream + std::setprecision + std::fixed for floating-point - Maintain...

This commit addresses the hardcoded relative path issue that caused problems when different compilers/IDEs placed executables in different directories. Key Changes: - Added ResourceManager class for dynamic resource path discovery...

adds a screenshot to the readme so when people see this on github it will be easy to see the UI

Add GLTF export functionality This PR adds the ability to export 3D models to GLTF/GLB format, making models compatible with web applications and modern 3D workflows.

- Fixed missing #include headers in 5 files to resolve uint*_t compilation errors - Added Ubuntu 24.04 build status badge to README.md - Files modified: * application/third_party/fbx/src/fbxdocument.h * application/third_party/fbx/src/fbxnode.h *...

Fixes the build issue in issue #927