changelog.txt 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. *** Easy Save 2 Changelog ***
  2. v2.48
  3. - Playmaker action has been modified so that filename (path) can include parameters.
  4. - A new method, ES2.LoadAll(string path) has been added to load all data from a file as System.Objects.
  5. - Small bug fixes.
  6. v2.47
  7. - Added a Delete(tag) method to ES2Writer.
  8. - Fixed a bug where encryption would cause an exception on Unity Web Player.
  9. - More performance enhancements.
  10. v2.46
  11. - Re-enabled defaultPCDataPath.
  12. - More performance tweaks to get even more efficiency out of ES2.
  13. v2.44 & v2.45
  14. - Small bug fixes.
  15. v2.43
  16. - Performance updates and restructuring in anticipation for XML support.
  17. - Reintroduced defaultPCPath and defaultMacPath.
  18. - Added DownloadFilenames and GetFilenames methods to ES2Web.
  19. (Note that you will need to use the latest ES2.php file supplied with this version)
  20. - Added SaveRaw(string) and UploadRaw(byte[]) methods.
  21. - Update to Playmaker action.
  22. v2.41
  23. - Changed how WP8 and Metro check if a file exists so it’s more efficient.
  24. - Fixed bug where it would not be possible to save a byte array.
  25. v2.40
  26. - Added ability to rename Tags using ES2.Rename.
  27. - More performance enhancements.
  28. - Fixed bug where ES2.SaveRaw would return blank array on Web Player.
  29. v2.38 & v2.39
  30. - Major performance updates.
  31. - Added Playmaker actions to get dataPath, persistentDataPath and streamingAssetsPath.
  32. - Windows Phone 8, Windows Store and Playmaker functionality is now manually enabled from the ‘Assets/Easy Save 2’ menu.
  33. - Various small bug fixes.
  34. v2.37
  35. - Fixed issue where sometimes Unity wouldn't be able to parse the version number.
  36. - Fixed missing references in some examples.
  37. v2.35 & v2.36
  38. - Worked around a bug in Unity where compilation would fail when using iOS stripping and Dictionaries.
  39. - Fixed an issue where sometimes Unity would hang on import.
  40. v2.34
  41. - Easy Save now automatically disables Metro and WP8 files in Unity 3.5.
  42. - PlayMaker action is automatically enabled or disabled depending on whether PlayMaker is detected.
  43. - Fixed an issue where ES2Web would not work on WP8 and Metro.
  44. - Support for TreeInstance and Sprite has been temporarily disabled (support coming in a future update.
  45. v2.33
  46. - Updated the Easy Save Editor integration ('Assets/Easy Save 2' menu):
  47. - Ability to Install, Update and Remove PlayMaker actions from 'Assets/Easy Save 2'.
  48. - You can now clear the Default Save Folder from 'Assets/Easy Save 2'.
  49. - Uninstall and Clean Up Easy Save 2 from 'Assets/Easy Save 2'.
  50. - Menu items are now neatly organised.
  51. v2.32
  52. - Support added for Rect, Bounds, TreeInstance and Sprite classes.
  53. - ES2Web now allows you to choose whether to hash passwords using the hashType property.
  54. - ES2.php has been modified to allow easier integration with login systems.
  55. v2.31
  56. - Minor fixes for ES2Reader.
  57. - Error messages are more informative.
  58. v2.30
  59. - Added ES2Writer and ES2Reader for high performance saving and loading.
  60. - Major performance updates.
  61. v2.29
  62. - Support added for Windows Store (Metro).
  63. - Bugfixes for Windows Phone 8 support.
  64. - Added GetFiles(string path, string extension) method which allows you to get a list of files with a given extension.
  65. - Changelog is now included with Easy Save 2.
  66. - ES2 now uses two DLLs instead of many DLLs: ES2.dll and MoodkieSecurity.dll.
  67. - DLLs have been moved from /Plugins/Easy Save 2/Libraries/ to /Plugins/