--- Vago/trunk/Vago/readme.txt 2016/12/09 19:04:18 1061 +++ s10k/Vago/readme.txt 2018/01/03 20:53:29 1098 @@ -1,6 +1,6 @@ Readme.txt ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Vago GUI v1.3 +Vago GUI v1.4 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ---------------------------------- @@ -37,13 +37,31 @@ http://wiki.oni2.net ---------------------------------- Change Log: ---------------------------------- -1.3, 08-12-2016 +1.4a, 03-01-2018 +- Fixed bug while saving project file. Levels tab rows were being saved in Objects tab. +---------------------------------- +1.4, 30-12-2017 +- Fixed crash when abort window was confirmed after the conversion has finished +- Replaced our custom log class by the plog library +- Fixed paragraphs not being created in "Window messages wizard" +- Added extensions validations to the conversions +- Add "Standing Pose" to ONCC extraction (-noanim) +- Fixed some inconsistencies of disabled options, now if a option changes states to invalid +(can't be used with current conversion), it is simply disabled and not used, but will remain +with the state unchanged (e.g. the checkbox may remain checked) +- Fixed bug in Textures tab, options didn't get disabled once enabled (when TGA -> TXMP) +- Added internal upgrade vago projects feature (so the vago projects can be updated over time depending on each +Vago version changes) +- Some code refactoring to make the code more modular and easier to build (now uses s10k's "shared" libraries for +qtcreator projects) +---------------------------------- +1.3, 09-12-2016 - Changed Sound Wizard default settings to create files that are playable as music ingame -- Now wizard have no longer modal windows. You can minimize and open multiple at the same time +- Now wizards have no longer modal windows. You can minimize and open multiple at the same time - Added some tooltips to XmlTools interface - Added wizard to create ingame pages like weapon / item pages or text for consoles - Added drag and drop support to Extract TRAM with TRBS/ONCC -- Changed how about window displays the information +- Changed the layout of about dialog ---------------------------------- 1.2, 30-10-2016 - Upgraded to XmlTools 2.0c