biwa
9c8f8916e6
Fixed a crash that would happen in the texture set editor when double-clicking on the last texture
2019-12-19 15:46:02 +01:00
biwa
4febbdadf6
Zscript bool user variables are now treated as bool instead of int
...
Added support for int8, int16, uint, uint8, and uint16 user variables
2019-12-15 20:31:13 +01:00
biwa
8472e0d07a
Draw slope mode: by default slope vertices are now placed with the left mouse button, and drawing a slope is finished with the right mouse button
2019-12-14 23:40:20 +01:00
biwa
3f8da3fc70
Stair sector builder: renamen "Single sectors" option to "Single steps". Added option to keep distinct sectors when using single steps
2019-12-14 14:32:33 +01:00
biwa
ee4ac1e4a6
Stair sector builder: prefabs can now be loaded by double-clicking them
2019-12-14 12:18:17 +01:00
biwa
31eaf98cbe
Using --- and +++ now also works correctly for the height offset in the edit sector properties dialog
2019-12-14 11:52:46 +01:00
biwa
c9e7551ca3
Added ZScript mixin class support
2019-12-08 01:14:21 +01:00
biwa
2699f5793b
Fixed an issue where the ZScript parser aborted with a cryptic error message when encountering a number that was too small or big. It now clamps the value to min/max for the data type and prints a warning
2019-12-03 15:23:49 +01:00
biwa
8824a2bb94
Fixed a bug where the wrong texture/flat with the same name would be displayed in the texture browser when they were loaded from a PK3 or directory
2019-11-30 17:49:21 +01:00
biwa
cbaa0c030c
Long names can now used for flats (again)
2019-11-30 17:05:00 +01:00
biwa
490fa56749
- 3D Floor Mode: fixed a bug where orphaned managed control sectors would be overwritten by relocating the control sectors
2019-11-15 22:34:39 +01:00
biwa
e09cf546da
- 3D Floor Mode: mode is now only available in Hexen format and UDMF
...
- 3D Floor Mode: removed non-functional "Spline" checkbox from the Edit Slope Vertex dialog
2019-11-15 21:56:25 +01:00
biwa
af3286031c
- Added online help for 3D Floor Mode, Draw Slope Mode, and Slope Mode
2019-11-02 14:50:52 +01:00
biwa
9c900ac363
- Fixed a crash when dragging the mouse in 3D floor mode. Fixes #311 .
2019-11-02 12:48:29 +01:00
biwa
ceb4555d6c
- Fixed a crash when undoing 3D floor plugin actions while being in visual mode. Fixes #309 .
2019-11-01 17:23:41 +01:00
biwa
6c05f1daf0
- Fixed a problem in the 3D floor mode plugin that caused an exception when saving the program preferences. Fixes #310 .
2019-11-01 00:21:02 +01:00
biwa
75d6214db5
@ Added some missing files for the tools
2019-10-31 21:34:23 +01:00
biwa
7c7d3cbea4
@ Cleaned up some annoying debug messages in 3D Floor Mode
2019-10-31 21:29:55 +01:00
biwa
7dc01a9497
- Updated tools to use .Net 4.6.1 to be in line with GZDB-BF
2019-10-31 21:23:54 +01:00
biwa
b94dd31fdb
- Fixed a bug where the wrong sectors and linedefs were highlighted in UDMF under certain conditions. Fixes #307 .
2019-10-31 21:16:59 +01:00
biwa
8b98ce09c1
- Added 3D Floor Mode plugin
...
- Flipped top/bottom in 3D Floor Mode plugin dialogs to be consistent with the edit sector dialog
@ fixed all compiler warnings in 3D Floor Mode plugin
2019-10-23 20:55:41 +02:00
biwa
05a64b4ab8
- Fixed a bug where searching for generalized sector effects was not handled properly in Find & Replace Mode. Fixes 305.
2019-10-19 20:58:30 +02:00
biwa
4b86f5458f
- Increased max view distance from 9000 to 64000 map units. Step size increased from 200 to 500 map units
...
@ Improved performance of VisualBlockMap.GetFrustumRange so that high view distances is actually usable. This does not do anything to the rendering speed, so that's still slow
2019-10-19 16:52:02 +02:00
biwa
560d23894d
- Auto-aligning textures now produces more intuitive results and is consistent between UDMF and non-UDMF maps
2019-10-19 00:29:14 +02:00
biwa
ba6dc546ba
- (Hopefully) addressed a problem where images failed to load when opening another map in the 64 bit version
...
@ This is a workaround for #295 .
2019-10-13 13:47:29 +02:00
biwa
4089ff10d9
- (G)ZDoom action 51:Sector_SetLink is now flagged to not require an activation, since it's mostly used statically
2019-10-07 19:13:43 +02:00
biwa
8fe66886b8
- The Updater is now x64 in the x64 build and can update the x64 version of GZDB-BF
2019-10-07 19:07:22 +02:00
biwa
c255a6e957
- Fixed several issues where slopes were not shown correctly in visual mode
2019-10-06 21:56:55 +02:00
biwa
6aa82e2ad9
- Slope effects related to slope things are now displayed more correctly in visual mode (they were not applied at all). Fixes #160
...
- Slope effects of UDMF vertex heights are now displayed more correctly in visual mode (they could be overwritten by lower tier slopes)
2019-09-21 14:03:30 +02:00
biwa
67a6818632
- UDMF vertex heights are now preserved in a more sensible way when joining vertices. Fixes #299 .
2019-09-20 23:14:53 +02:00
mykola-ambar
c6b879bb1a
Fix sector offset transformation in Edit Selection mode (PR#274 by mykola-ambar)
2019-09-20 21:49:30 +03:00
biwa
6e0acdf789
Merge branch 'master' of https://github.com/jewalky/GZDoom-Builder-Bugfix
2019-09-17 20:23:28 +02:00
biwa
e799d882a9
Fixed a crash when manually modifying a sidedef's sector index to a sector with a tag
2019-09-17 20:22:51 +02:00
Xabis
399e527b5c
Support for RenderRadius (PR#297 by Xabis)
2019-09-05 13:37:31 +03:00
DoomKrawa
a8ef8d526c
ZDaemon sprites (PR#282 by Krawa)
...
* Flags and Railgun taken from zdaemon.wad.
Thanks to ZDaemon team for the sprites.
* ZDaemon Flags and Railgun.
2019-09-03 11:57:44 +03:00
biwa
64c04f4246
- Fixed a bug where lights defined in GLDEFS wouldn't show up in visual mode. Fixes #294 .
2019-08-24 12:45:55 +02:00
biwa
b603cb35c7
- Unused textures error checker doesn't erroneously report textures on 3D floors with the use upper/lower flags set (followup to #269 )
...
@ Refactored texture error checks to reuse code
2019-08-08 15:06:10 +02:00
biwa
c00a8995aa
- Fixed a crash when loading OBJ models with faces without normals
2019-08-08 12:17:49 +02:00
biwa
d2452abe5c
- Improved the wording for the "hidden" UDMF sector flag to make clear that it only hides the sector on the textured automap
2019-07-16 20:46:38 +02:00
biwa
363a07c609
- Fixed a bug where a thread unsafe string length measuring method could cause a crash. Fixes #275 .
2019-07-16 20:37:18 +02:00
biwa
2516b97cee
- Added option to enable additive paint selecting without holding shift independently from regular additive selecting
2019-06-20 15:38:41 +02:00
biwa
8d75bfc3d2
- The missing textures checker now finds missing upper/lower textures on 3D floors when the appropriate flags of the Sector_Set3dFloor special are used. Fixes #269
2019-06-20 14:53:51 +02:00
biwa
a2567e4df5
- Textures will now wrap correctly in visual mode when the flag of the Line_SetIdentification special is set in Hexen format. Fixes #271
2019-06-18 21:20:14 +02:00
biwa
57054c132f
- Fixed a bug where the unknown texture error checker didn't report unknown textures on sidedefs that were never seen. Fixed #270
2019-06-16 20:14:10 +02:00
biwa
34f2c308bd
- More model texture loading weirdness is now regarded
2019-06-16 19:31:44 +02:00
biwa
c2b18a913e
- Fixed a bug where textures for internal model skin names did not load when "Path" was specified in MODELDEF
2019-06-16 18:40:10 +02:00
biwa
70b2be5e73
- Fixed a crash that happened when there were OBJ elements without parameters
2019-06-16 12:05:03 +02:00
biwa
dc74617820
- Fixed a problem with OBJ models being flipped
2019-06-16 00:03:37 +02:00
biwa
97d4fdd78a
@Fixed some compiler warnings
2019-06-15 21:26:43 +02:00
biwa
dde8742ff2
- Added support for Wavefront OBJ models
...
- Fixed a problem where model textures were not loaded from the textures directory or from TEXTUREx definitions. Fixes #173 and #226
2019-06-15 17:44:02 +02:00