3.1.5
General
- Simplified temp directory handling, should now hopefully always be accessible (if not, the program won't run)
- Added
kpf
extension for zip archives - Fixed issues opening zip/pk3 files where the path has non-ASCII characters
- HTTPS links in the start page should now correctly open in an external browser
- Fix various crashes
Languages
- Fixed ZScript default properties parsing (eg.
+SPAWNCEILING
should now work) - Fixed a crash when a ZScript file
#include
d itself or introduced a circular#include
chain - Updated ZScript and SRB2 lua language definitions (thanks @SteelTitanium)
Resource Editor
- Renaming a folder to change case only (eg.
DECORATE
->Decorate
) should now correctly mark it as modified - Always show path and 'up' button for archives that support folders
- Fixed issues when editing a
PNAMES
entry via the data entry editor - Fixed archive format check for entry types (this was preventing eg. Wolf3D graphics from being detected correctly)
- Improved detection of pod archives to avoid false positives
Texture Editor
- Fixed an issue where renaming the currently open texture via the texture list would not update the name text box in the editor
Text Editor
- Fixed an issue where non-commented text could stay in the 'comment' colour after closing a block comment