UltimateZoneBuilder/Source/Core
MaxED 4c60662374 Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well.
Fixed, Script Editor: auto-completion and syntax highlighting now works for properties with dots (like "Powerup.Color") and colon (like "See:").
Fixed, Linedef info panel, Hexen map format, cosmetic: activation type should be enabled when the line has an action assigned, even if it's default activation.
Updated ZDoom_linedefs.cfg (Line_SetPortal).
2016-02-06 21:23:43 +00:00
..
Actions Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
Compilers ACS parser: fixed several cases when #include and #import directives were processed incorrectly. 2015-12-27 21:54:50 +00:00
Config Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
Controls Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
Data Re-fixed, Visual mode: in some cases some D3D textures were not disposed after closing a map, eventually resulting in E_OUTOFMEMORY crash. 2016-02-06 00:04:02 +00:00
Editing Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
General Added, Script Editor: caret position, scroll amount and fold state are now saved for every opened file when closing the Script Editor. Currently selected tab is saved as well. 2016-02-05 15:21:58 +00:00
Geometry Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
GZBuilder Fixed, Things mode: Undo for things cloning by Shift-dragging them was created incorrectly (cloned things were moved to their initial position, but not removed). 2016-02-02 21:07:15 +00:00
IO Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
Map Added, Script Editor: caret position, scroll amount and fold state are now saved for every opened file when closing the Script Editor. Currently selected tab is saved as well. 2016-02-05 15:21:58 +00:00
Plugins Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
Properties Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
Rendering Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
Resources Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
Types Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
VisualModes Fixed, Visual mode: some video memory was not released after closing a map if the Visual mode was enabled at least once during the editing session, eventually resulting in E_OUTOFMEMORY crash. 2016-02-01 22:04:00 +00:00
Windows Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
ZDoom Fixed a crash when using "Open map in current WAD" action when trying to reload any ZDoom text lump (as it turned out, implementing IDisposable in ZDTextParser was not such a bright idea...). 2016-02-02 14:29:19 +00:00
app.manifest Fixed: apparently, adding dpiAware as asmv1 element broke Windows XP compatibility... 2015-01-08 15:01:57 +00:00
Builder.csproj Script Editor, Script Editor configurations: added additional keywords category for properties/operators. Added a separate color for those as well. 2016-02-06 21:23:43 +00:00
Builder.sln Removed UDMFControls plugin. 2013-08-10 11:28:51 +00:00