killerdevildog
killerdevildog
Attached is a log.
- Remove redundant std::move in TextInput::AddText to fix -Werror=redundant-move - Add missing #include in TestSuite.h for uint32_t type - Fixes #16: Compilation error GNU 13.2.1 These changes maintain backwards compatibility...
Addresses #1819 - Added prominent IMPORTANT notice about channel count differences by format - Clarified that BMP and JPEG always output 3-channel RGB regardless of input - Documented that PNG...
…ng type initialization
- Implement VuePageObjectGenerator class with HTML parsing using HtmlAgilityPack - Add WebPageObject.template for generating C# page object classes - Support id, data-testid, v-test-id, and class attribute locators - Map HTML...
The keyboard.press, keyboard.release, and other single-frame input objects were only being reset if the user's script contained an update() function. This created an undocumented dependency and caused inputs to fail...
🐧 Add Experimental Linux Build Support This PR implements Linux build support for ArcGameEngine, enabling compilation on Linux systems while maintaining Windows as the primary development platform. 🔧 Technical Fixes...
- Align command sizes to pointer boundaries in mu_push_command - Prevents undefined behavior and crashes on ARM and with sanitizers - Maintains full backwards compatibility with existing code - Fixes...
Implements GitHub issue #639: Add wheel info subcommand to display metadata about wheel files without unpacking them. Features: - Shows package name, version, and build information - Displays wheel format...