UltimateZoneBuilder/Source/Plugins/SoundPropagationMode
MaxED 25b3bf2287 Added, Texture Browser: added "Show textures in subdirectories" checkbox (enabled by default). When enabled, textures from current PK3/PK7/Directory resource directory and it's subdirectories will be shown. Otherwise, only textures from current directory will be shown.
Removed, Texture Browser: removed "Show image sizes" checkbox. "Show texture and flat sizes in browsers" preferences setting is now used instead.
Fixed, Things mode: event line between pre-last and the last PatrolPoint was not drawn.
Fixed, Things mode: highlight range for sizeless things (things with "fixedsize" game configuration property) was calculated incorrectly.
Fixed: fixed a crash when opening Script Editor after using "Open map in current wad" command to switch to UDMF map with SCRIPTS lump when current script configuration was not saved in the wad's .dbs file.
Fixed: map closing events were not triggered when using "Open map in current wad" command, which could potentially result in plugin crashes/incorrect behavior.
Fixed: Sector Drawing overrides panel could trigger an exception when closing the map during resource loading.
Internal: added "Debug + Profiler" solution configuration, added 2 profiling methods to DebugConsole.
Internal: rewrote MainForm.DisplayStatus() / StatusInfo to handle selection info in a more structured way.
Fixed, internal: some destructors could potentially be executed more than once potentially leading to exceptions. Other destructors were not called at all.
Updated ZDoom_DECORATE.cfg.
2015-09-16 12:10:43 +00:00
..
Interface Fixed, Texture Browser: in some cases the control was unable to select proper texture by short name when long texture names support was enabled. 2015-07-07 18:37:54 +00:00
Properties Sound Environment mode: you can now add sound environment things using "Insert Thing" or "Edit Selection" actions (just like you add things in Things mode). 2015-01-29 21:41:16 +00:00
Resources Sound Environment mode: you can now add sound environment things using "Insert Thing" or "Edit Selection" actions (just like you add things in Things mode). 2015-01-29 21:41:16 +00:00
Windows Fixed: selected items info was not updated when deleting a map element. 2015-06-30 18:34:08 +00:00
BufferedTreeView.cs Added Sound Propagation plugin by boris (https://github.com/biwa/soundpropagationmode). 2015-01-23 12:36:43 +00:00
BuilderPlug.cs Changed, Classic modes: model wireframe is now rendered using Highlight color when corresponding thing is highlighted (and Select color when it's selected). 2015-07-05 23:20:18 +00:00
SoundEnvironment.cs Core, internal: added ReverbsParser. Reverbs can be accessed using General.Map.Data.Reverbs. 2015-01-25 23:22:42 +00:00
SoundEnvironmentMode.cs Preferences: removed "Square Things" setting. Square things are now the only option. 2015-08-03 22:02:39 +00:00
SoundPropagation.csproj Added, Texture Browser: added "Show textures in subdirectories" checkbox (enabled by default). When enabled, textures from current PK3/PK7/Directory resource directory and it's subdirectories will be shown. Otherwise, only textures from current directory will be shown. 2015-09-16 12:10:43 +00:00
SoundPropagationDomain.cs Fixed: selected items info was not updated when deleting a map element. 2015-06-30 18:34:08 +00:00
SoundPropagationMode.cs Preferences: removed "Square Things" setting. Square things are now the only option. 2015-08-03 22:02:39 +00:00