Latest News
Released a new version with the following changes:
- Uses the latest versions of
re-cmakewhich automatically selects “RE Edit 5” when installed
Released RE Edit 5 new version: 5.0.0.20260814:
- Implemented support for RE SDK 5.0.0
- Added support for a new visibility type (using a function)
- Implemented
custom_displaychanges- Added support for C++ rendering (
display_id) - Removed
invalidatefunction - Added support for using transparent/black background
- Added support for C++ rendering (
- Added support for dynamic unfolded height
- Added support for
gui_functions.lua(added togui_2D.cmakewhen functions are used)
- Improved design with clearly marked sections
- Introduced radio buttons in several places (for example, to select the visibility type or the custom display rendering)
The new version is called "RE Edit 5" to be able to have multiple versions installed and to allow re-cmake
to pick up the correct version.
Released re-cmake v5.0.0.20260814 with the following changes:
- Look for “RE Edit 5” first, then “RE Edit”
Available with RE Quickstart - Bootstrap Tool (v2.0.4)
Released a new version with the following changes:
-
Uses the latest versions of
re-cmakeandre-mock(adding further support for RE SDK 5.0.0). -
The conversion tool (
convert.py) has been updated to add support for the newgui_functions.luafile introduced in RE SDK 5.0.0.
Released re-mock v5.0.0.20260812 with the following changes:
- Added missing
device_host_properties(for examplesample_browse_focus) - Bumped RT String
max_sizeto 8192 and added check on string size (max 2 mb) - Added partial support for
jbox.native_objectnewaccesscomponent: the value is read and used to create an object of the right type. It is currently not used for checking access later on. The new SDK introduced a lot more access patterns with custom display in C++, and these changes will be part of a laterre-mockrelease.