UltimateZoneBuilder/Source/Core
antonino maniscalco b772e0665f
Fix crash on linux when saving (PR#868 by pac85)
When saving a wad for the second time some code would run that tried to
use native windows function and caused a crash.
2023-05-19 17:45:15 +03:00
..
Actions Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Compilers Added warnings about possibly invalid resource configurations before starting to edit a map 2022-09-18 20:54:53 +03:00
Config Improved performance in classic modes when panning the view. This is achieved by parallelizing plotting linedefs and vertices on multiple logical CPU cores. Enabled for linedefs by default. Disabled for vertices by default, since it can cause flickering when vertices are close to each other. Settings can be changed in Preferences -> Appearance 2022-12-09 15:37:45 +01:00
Controls Texture Browser: fixed a problem where the setting for texture type to show wasn't saved 2023-02-11 21:37:49 +01:00
Data Fixed a crash that occurred when using the NullTexture option in the TEXTURES lump. Fixes #833 2022-12-10 19:11:28 +01:00
Dehacked DeHackEd: editor keys are once again recognized 2022-05-15 00:38:36 +02:00
Editing Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
General Fix crash on linux when saving (PR#868 by pac85) 2023-05-19 17:45:15 +03:00
Geometry Map Analysis Mode: fixed a problem where lines with fractional vertex positions could erroneously be reported as overlapping 2023-03-03 09:53:08 +01:00
GZBuilder MODELDEF: added support for the rotation-center command. Resolves #796 2022-10-21 20:29:30 +02:00
IO Added warnings about possibly invalid resource configurations before starting to edit a map 2022-09-18 20:54:53 +03:00
Map Automap Mode: improved support for GZDoom (#876) 2023-05-01 09:32:09 +02:00
Plugins Rebranding 2019-12-24 09:14:28 +02:00
Properties Added warnings about possibly invalid resource configurations before starting to edit a map 2022-09-18 20:54:53 +03:00
Rendering Automap Mode: improved support for GZDoom (#876) 2023-05-01 09:32:09 +02:00
Resources Thing Edit Form (UDMF): fixed a problem where setting floating point values for health wasn't possible. Fixes #225 2023-02-01 20:51:03 +01:00
Types Fixed a problem where polyobject numbers where not sorted correctly in the editing dialogs. Fixes #690 2022-01-22 11:06:13 +01:00
VisualModes Add support for toasts (#817) 2022-11-06 15:08:22 +01:00
Windows Fixed some more case sensitivity issues in file dialogs on Linux. Fixes #872 2023-04-22 22:29:15 +02:00
ZDoom ZScript parser: fixed an issue where mixins were not added to extend classes. Fixes #880 2023-04-30 20:07:39 +02:00
app.config Add map scripting capabilities to UDB (#656) 2021-11-28 14:00:24 +01:00
app.manifest Upgrade to VS2015 (14.0) 2017-01-15 00:35:40 +02:00
Builder.csproj UDBScript version 5 (#819) 2022-11-13 01:15:17 +01:00
BuilderMono.csproj Add support for toasts (#817) 2022-11-06 15:08:22 +01:00