spherallic
841467cf9b
Merge remote-tracking branch 'udb/master'
2023-05-24 12:55:08 +02:00
spherallic
2f3d9e07cb
Various project changes to make UDBScript work again
2023-05-21 23:03:10 +02:00
biwa
13a6f1b24d
Added the Unity port IWADs (and some others) to the list of known official IWADs
2023-05-21 09:54:55 +02:00
antonino maniscalco
aae0dd5669
Check for unix instead of linux in file locker (PR#885 by pac85)
...
The calls to native windows functions wouldn't be valid on any unix os
so expand the check.
The check for Windows XP is removed as that platform is not supported
anymore.
2023-05-19 22:55:02 +03:00
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
spherallic
1723958a97
Fix SRB2 thing edit form
2023-05-16 17:26:55 +02:00
spherallic
087b1c8e8f
Merge remote-tracking branch 'udb/master' into udbmerge202304
2023-05-12 13:45:56 +02:00
Xaser Acheron
184c13a563
Automap Mode: improved support for GZDoom ( #876 )
...
- A new "Show Textures" option up on the top bar, which draws any sector not flagged to be hidden on the textured automap
- Holding Shift will highlight sectors instead of lines
- Left-clicking on a highlighted sector will toggle the "Not shown on textured automap" flag
- Textures will be shown when Shift is held down even if the "Show Textures" toggle is off
2023-05-01 09:32:09 +02:00
biwa
464f4c4ea7
ZScript parser: fixed an issue where mixins were not added to extend classes. Fixes #880
2023-04-30 20:07:39 +02:00
biwa
f7d767c115
Fixed some more case sensitivity issues in file dialogs on Linux. Fixes #872
2023-04-22 22:29:15 +02:00
biwa
724bd24d37
Fixed a problem where the last used game configuration was not saved for the new map dialog
2023-03-29 11:24:51 +02:00
biwa
8c30cef65e
UDBScript: fixed a problem where floating point default script option values would be converted to the system's locale on hot reloading. Fixes #858
2023-03-03 13:10:32 +01:00
biwa
bb7857d2bb
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
biwa
1766b71cb0
Texture Browser: fixed a problem where the setting for texture type to show wasn't saved
2023-02-11 21:37:49 +01:00
biwa
eb974fcaf0
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
Boondorl
6d2a3b646d
ZScript: Added support for narrowed enums ( #854 )
2023-01-21 10:07:13 +01:00
Boondorl
d73a2173d7
ZScript: Added support for Map<type, type> structures ( #853 )
2023-01-21 00:44:30 +01:00
MascaraSnake
58b082c040
Sector edit form: Separate flags lists, reorganize tabs
2022-12-31 08:43:26 +01:00
MascaraSnake
57473a9636
Rename the app to avoid conflicts with proper UDB installs
2022-12-30 20:41:08 +01:00
MascaraSnake
fea4ac17db
Implement string argument info
2022-12-30 18:37:26 +01:00
MascaraSnake
fbd2beff41
Linedef edit form: Disable scale, hide flags
2022-12-30 17:58:39 +01:00
MascaraSnake
54e3b4ff3f
Implement thing edit form
2022-12-30 17:53:17 +01:00
MascaraSnake
dc1448363b
Sector edit form: Add friction
2022-12-30 15:46:25 +01:00
MascaraSnake
646ee17bdc
Sector edit form: Add fadestart/fadeend
2022-12-30 15:29:05 +01:00
MascaraSnake
c28d1c42b3
Sector edit form: Disable texture scaling (for now)
2022-12-30 15:11:19 +01:00
MascaraSnake
95a709ff7d
Sector edit form: Remove obsolete sector type
2022-12-30 15:08:31 +01:00
MascaraSnake
24b045fbef
Sector edit form: Add triggertag and triggerer fields
2022-12-30 15:04:42 +01:00
MascaraSnake
c8c73a7c80
Sector edit form: Implement lightalpha/fadealpha fields
2022-12-30 09:22:48 +01:00
MascaraSnake
164c3aa9b1
Add unfinished SRB2 sector edit form
2022-12-29 22:43:45 +01:00
MascaraSnake
4afeb9782f
Disable per-texture offsets and scaling (for now)
2022-12-29 22:24:21 +01:00
MascaraSnake
59f0e11c3a
Linedef edit form: Add field for repeatcnt
2022-12-29 22:04:26 +01:00
MascaraSnake
6fba87cfaa
Linedef edit form: Add field for executordelay
2022-12-29 21:38:20 +01:00
MascaraSnake
c5d91d15fc
Began implementing linedef edit form for SRB2
2022-12-29 21:02:53 +01:00
MascaraSnake
d29bd54034
Refactor code that relies on the number of action args being exactly 5
2022-12-28 23:04:32 +01:00
MascaraSnake
51d56016f3
Refactor the code that open edit forms, to make it easier to add different forms in the future
2022-12-28 13:10:04 +01:00
biwa
65f1b6c209
Fixed a crash that occurred when using the NullTexture option in the TEXTURES lump. Fixes #833
2022-12-10 19:11:28 +01:00
biwa
af25e772e3
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
biwa
5b2b149b40
UDBScript version 5 ( #819 )
...
Improved UDBScript to version 5:
- Added Plane class
- Added BlockMap, BlockEntry, and BlackMapQueryResult classes
- Sector class
- Added getLabelPositions method to get the position of sector labels (where tags, effects etc. are displayed)
- Added support for JavaScript BigInt for UDMF fields. This means it's not necessary anymore to use UniValue to assign integers to new UDMF fields. Instead it can be done like this: sector.fields.my_int_field = 1n;
- Added type information file (udbscript.d.ts)
2022-11-13 01:15:17 +01:00
biwa
204982e5f8
Add support for toasts ( #817 )
...
Behavior can be configured in the "Toasts" tab in the preferences.
2022-11-06 15:08:22 +01:00
biwa
13e53ece53
3D Floor Mode: added support for UDMF game configurations without support for sectors with multiple tags (i.e. Zandronum)
2022-11-04 19:49:53 +01:00
biwa
d30347b81b
Game Configuration dialog: fixed an crash related to required resource checks when switching through the game configurations too quickly. Fixes #813
2022-10-29 11:14:10 +02:00
biwa
86b86ac67a
MODELDEF: added support for the rotation-center command. Resolves #796
2022-10-21 20:29:30 +02:00
biwa
df6ea3ebcd
Resource options form: fixed a problem where the text box containing the path to the file could be focused. Fixes #806
2022-10-20 20:40:07 +02:00
biwa
27cc74a440
Fixed a potential crash when adding DECORATE files to game configurations that check for required resources. Fixes #808
2022-10-20 20:10:30 +02:00
biwa
c751ad5a97
Things Mode: fixed an issue where the thing info panel did not show enum values for the first argument. Fixes #804
2022-10-20 20:00:28 +02:00
ZZYZX
7de0c65b61
Fixed threading and Mono issues in resource check
2022-09-26 23:45:19 +03:00
ZZYZX
1174d1ac10
Fixed a possible cause for infinite resource check loader
2022-09-25 20:41:19 +03:00
ZZYZX
e7ccffa498
Fixed regression in resource list editor where it'd get fucked if the user has non-standard UI scaling enabled
2022-09-19 12:26:26 +03:00
ZZYZX
85a4c3a651
Fixed: Map options form window would become squished if the starting game configuration is invalid
2022-09-19 10:13:27 +03:00
ZZYZX
ca5c77251e
Fixed Mono build
2022-09-18 21:27:32 +03:00