Releases: rzLabs/Grimoire
Releases · rzLabs/Grimoire
Test Release v4.5.5
Big Thanks to all those who have tested and/or contributed to Grimoire or it's dependency projects.
- ThunderNikk (Testing)
- Alucard (Testing)
- LamiaCore/InkDevil (Testing/Inspiration)
- Gamerz (Testing)
Test Release v4.4.10
Minor Updates and Fixes - App.config now targets .NET 4.6.1 - DataCore.dll / RDBCore.dll (compile from github links in readme and then reference!!!) - Grimoire.opt Several settings renamed for continuity - GUI.DataRebuild added as mockup for future implementation - Tabs.Styles.Data.cs now passes proper description to Utility.Paths before showing Folder dialog on ts_file_new_Click event - Tabs.Styles.Data.cs ts_file_new_Click event now properly returns instead of unhandled exception if user cancels folder selection dialog - Tabs.Styles.Data.cs ts_file_new_Click now properly displays Exceptions thrown by DataCore.BuildDataFiles - Tabs.Styles.Data.cs ts_file_load_Click event now properly sets default directory for OpenFileDialog (if defined) - Tabs.Styles.RDB.cs dir now properly named to structsDir for continuity - Tabs.Styles.RDB.cs structsDir now properly defined in the constructor - Tabs.Styles.RDB.cs now properly passes the setting rdb.load.directory to Utilities.Paths (if defined) - Utilities.Paths.cs DefaultDirectory, Description properties added for clearer instruction to end user
Test Release v4.4.7
Minor-Intermediate Fixes/Updates - GUI.Main.cs Main_DragDrop functionality for Tabs.Style.DATA, Tabs.Style.HASHER implemented - GUI.Main.cs tabs_MouseClick event implemented to more accurately initialize tab header context menu - GUI.StructureEditor.cs imported from original rMOD (!!!NOT IMPLEMENTED YET, FUTURE DEVELOPMENT!!!) - Tabs.Manager.cs *Tab property get accessors updated to be more legible - Tabs.Manager.cs HasherTab property implemented for previously mentioned unified DragDrop operations - Tabs.Styles.Data.cs Filtered property check for 'searching' implemented as upgrade to search operations - Tabs.Styles.Data.cs SearchIndex/Searching/SearchCount properties implemented as part of upgrades to search operations - Tabs.Styles.Data.cs extensions_cs_enabled now properly enables menu item where before it would remain disabled - Tabs.Styles.Data.cs added using statement for Grimoire.Utilities, removed redundant/repeated code throughout this class - Tabs.Styles.Data.cs ts_file_load_Click code moved to private method load() for calling from ts_file_load_Click and public method Load() as required by DragDrop operations previously mentioned - Tabs.Styles.Data.cs event extensions_BeforeExpand minor updates to properly manipulate data and relevant information - Tabs.Styles.Data.cs redundant private method set_grid_cs_export_text() removed - Tabs.Styles.Data.cs event grid_SelectionChanged fixed to properly en/disabled grid_cs menu entries and update their text accordingly - Tabs.Styles.Data.cs events grid_cs_export_Click, extensionscs_export_Click now check for entries in their respective controls and exit/continue accordingly - Tabs.Styles.Data.cs extensions_NodeMouseClick event implemented to properly select extension that has been right clicked and trigger extensions_cs to show at the mouses location (avoid bug with showing tabs_cMenu - Tabs.Styles.Data.cs grid_CellMouseDown event implemented to properly select row that has been right clicked and triggers grid_cs to show at the mouses location - Tabs.Styles.Hasher.cs Drag N Drop functionality moved out to GUI.Main.cs - Tabs.Styles.Hasher.cs public method Add_Dropped_Files implemented as required by previously mentioned upgrades to DragDrop operations - Tabs.Styles.RDB.cs code reorganized into regions - Tabs.Utilities.Grid.cs cell value required updated to accomodate search upgrades - Grimoire several TODO addressed or cleaned
Test Release 1
This is a test release and should be considered Alpha!