Skip to content

Releases: enigma-dev/RadialGM

RadialGM-v1.0.138

12 May 02:03
89a82ff
Compare
Choose a tag to compare
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

09 May 12:58
Compare
Choose a tag to compare
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

09 May 03:12
8fdcf5f
Compare
Choose a tag to compare
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

05 May 19:32
a607b8a
Compare
Choose a tag to compare
Update ENIGMA Submodule and Ignore Stack Dump (#59)

RadialGM-v1.0.134

05 May 17:27
Compare
Choose a tag to compare
Update Submodule & Fix Error in CMakeLists (#58)

RadialGM-v1.0.133

13 Mar 08:35
f1ebe6e
Compare
Choose a tag to compare
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

23 Feb 01:27
Compare
Choose a tag to compare
update enigma submodule with latest master including libpng (#56)

RadialGM-v1.0.131

22 Feb 14:03
7da87db
Compare
Choose a tag to compare
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

26 Dec 16:31
993bd9e
Compare
Choose a tag to compare
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

25 Nov 13:57
Compare
Choose a tag to compare
CMake for Linux (#29)

Support building RadialGM using CMake on Linux. Adds several MSVC checks so the linking is static on Windows only.