Skip to content

Releases: RebelToolbox/RebelEngine

Nightly 2024-10-14

14 Oct 01:41
8472b82
Compare
Choose a tag to compare

What's Changed

Bug Fixes 🐛

  • Import Godot 3.4.5 by @madmiraal in #5
  • Replace deprecated has_trivial* with std::is_trivally* by @madmiraal in #7
  • Fix store to null pointer error in Image.fill() by @madmiraal in #11
  • Fix read from unknown address in Image::get_pixel by @madmiraal in #12
  • Fix segmentation fault when converting RGBE images to SRGB by @madmiraal in #13
  • Fix methods with array parameters with mismatched bounds by @madmiraal in #8
  • Fix floating-point comparison is always false warning by @madmiraal in #10
  • Update V-HACD library to version 4.1 by @madmiraal in #18
  • Fix requirement for -mstackrealign comment in Android x86 by @madmiraal in #20
  • Fix Windows builds by @madmiraal in #23
  • Clean up documentation files by @madmiraal in #25
  • Update translations by @madmiraal in #27
  • Fix Windows IMMNotificationClient having non-virtual destructor warning by @madmiraal in #30
  • Fix Rebel Engine API documentation not displaying images by @madmiraal in #31
  • Add missing newline character in RST file header by @madmiraal in #34
  • Fix web export builds by @madmiraal in #38
  • Fix Android JNI name mismatch by @madmiraal in #42
  • Fix Android Rebel rebranding by @madmiraal in #43
  • Ensure Android Java and Kotlin compile to the same version by @madmiraal in #46
  • Replace distutils.dir_util.copy_tree with shutil.copytree by @madmiraal in #47
  • Remove 32 bit builds from iOS by @madmiraal in #50
  • Update create release to support updated Android builds by @madmiraal in #59
  • Fix create release workflow not copying Android libraries by @madmiraal in #76
  • Fix Windows header include order by @madmiraal in #77
  • Update libsquish by @madmiraal in #85
  • Fix create release workflow not renaming android library by @madmiraal in #87
  • When a KinematicBody is stuck, set the unsafe proportion to the minimum instead of zero by @madmiraal in #97
  • Don't use unsafe strcpy by @madmiraal in #95
  • Refactor List operator[] to prevent compiler warnings by @madmiraal in #94

Enhancements 🚀

Maintenance Updates 🔧

New Contributors

  • @DanielaOrtner made their first contribution in #1
  • @github-actions made their first contribution in #37

Full Changelog: https://github.com...

Read more