Editor:
- Adjust sprite's import settings after "Crop sprite edges" command; this would ensure that this sprite is restored from source file keeping the cropped size.
- Fixed "\[" escaped sequence not saved correctly in game properties (GUI Label, etc) (regression since 3.6.1 Beta).
- Fixed a warning condition for copying 32-bit bitmaps to a desktop clipboard of less color depth.
- Fixed keyboard shortcuts for GUI Editor's Copy and Paste commands.
Engine:
- Fixed NumPad keys not handled properly by the engine (in on_key_press, IsKeyPressed, and TextBox control).
This is a regression since 3.6.0. - Fixed loading pre-3.* games could lead to a memory corruption (regression in RC1).
- Fixed audio not playing when loaded from the game package (regression in RC1).