Releases: enigma-dev/RadialGM
Releases · enigma-dev/RadialGM
RadialGM-v1.0.138
Defensive Editor Diagnostics (#63) Use defensive logging techniques to improve usability and perceived stability. Worked with Josh to create a new family of logging macros for validating assumptions and preconditions without aborting the application. We have provided a diagnostics output area where users can obtain logs of internal editor issues when they occur within RadialGM and report them back to us.
RadialGM-v1.0.137
Fix Sprite Model Crash (#61) Check the index validity in the data method of the sprite model. This stops the crash when creating a new sprite but does not fix the underlying problem yet.
RadialGM-v1.0.136
Fix Server Plugin & GRPC Dependency (#60) Cronet was an incorrect dependency, change it to cares and address_sorting which correctly fixes the server plugin
RadialGM-v1.0.135
Update ENIGMA Submodule and Ignore Stack Dump (#59)
RadialGM-v1.0.134
Update Submodule & Fix Error in CMakeLists (#58)
RadialGM-v1.0.133
Update ENIGMA Submodule for Proto 3.7 (#57) Pull in Josh's patch from enigma-dev for Protobuf 3.7. https://github.com/enigma-dev/enigma-dev/pull/1587 Also, include the generated proto headers directly as was decided on the enigma-dev repo. https://github.com/enigma-dev/enigma-dev/pull/1591 https://github.com/enigma-dev/enigma-dev/pull/1589
RadialGM-v1.0.132
update enigma submodule with latest master including libpng (#56)
RadialGM-v1.0.131
Update ENIGMA Submodule (#55) Pull in the newer ENIGMA submodule and point to the protos at their new directory. Also link to Wtsapi32 and grpc_cronet which is now necessary with the new Qt5 deps.
RadialGM-v1.0.130
Edit/Tree Context Menu (#54) * Add Edit menu actions for creating resources or groups, sorting, duplicating, multiple select and delete or edit. * Use Edit menu as tree context menu. * Fix some action and resource ordering so that objects is correctly after timelines. * Have ResourceModelMap not only create the ProtoModel but also map the name/type combinations to the tree node too. This allows groups to be mapped as well which facilitates in generating unique names for groups (even though that isn't enforced yet). * Fix `TreeModel::parent` by having it return a model index with the correct row number for the parent in its own parent's repeated child field. This fixed issues with new nodes created under groups not showing up in the tree right away. * Extracted `TreeNode::duplicateNode` and `TreeNode::insert` to facilitate additional actions without duplicating code.
RadialGM-v1.0.129
CMake for Linux (#29) Support building RadialGM using CMake on Linux. Adds several MSVC checks so the linking is static on Windows only.