- Feb 23, 2017
- Feb 20, 2017
-
-
ZZYZX authored
-
ZZYZX authored
Fixed: SplitLinesByVertices could leave disposed lines for iteration, which resulted in crashes on certain geometry while using 'Replace with Dragged Geometry'.
-
ZZYZX authored
-
ZZYZX authored
Internal: threw out a lot of unoptimized code in TraceSector. Now using Tools.FindPotentialSectorAt.
-
ZZYZX authored
-
ZZYZX authored
Fixed: check for matching argument lists was severely broken and was resetting or not resetting almost randomly
-
ZZYZX authored
-
- Feb 19, 2017
-
-
ZZYZX authored
-
- Feb 15, 2017
-
-
Xabis authored
* Added support for using the "Target Class" filter for argument thing types. Configure using the new $Arg$TargetClasses property. Note: only actors with a valid classname may be added to the filter.
-
- Feb 14, 2017
-
-
ZZYZX authored
-
Xabis authored
* A direct tag-to-tag relationship can now be established between two things, which allows event lines to be properly setup between them. This is intended for interpolation and patrol specials which are linked via a shared tag, instead of an argument. A POSITIVE value represents the parent thing, where a NEGATIVE value represents the child thing. * Added interpolation and patrol point specials to the persistent event line processing
-
ZZYZX authored
Fixed: 'Save into' would detect non-map lumps with the same name as maps and ask if you want to save over...
-
ZZYZX authored
Fixed: in case there are other (non-map) lumps in the archive that have the same name as a map (e.g. MB2 patch and MB2 map in idl201x WADs) only the valid map is read.
-
ZZYZX authored
-
ZZYZX authored
Fixed: old map format is now autodetected when saving a map over an existing one. Saving a map in different format shouldn't leave junk lumps anymore.
-
ZZYZX authored
-
ZZYZX authored
-
ZZYZX authored
Internal: not copying all lumps manually anymore on 'Save As'. The WAD is copied with File.Copy anyway.
-
- Feb 13, 2017
- Feb 12, 2017
-
-
ZZYZX authored
-
ZZYZX authored
Added: action numbers in linedef action selection dialog; Fixed: improper usages of 'Window' white color in place of 'Control' gray color in dialogs.
-
ZZYZX authored
Fixed: removed useless rounding to 1px in Draw Curve, Draw Ellipse, Draw Rectangle, Draw Grid tools; this performed incorrectly with grid sizes less than 1px
-
- Feb 11, 2017
-
-
ZZYZX authored
Supposedly fixed handling of multidimensional arrays in ZScript, as well as specifying array dimensions in the type
-
- Feb 10, 2017
-
-
ZZYZX authored
-
- Feb 09, 2017
-
-
ZZYZX authored
-
ZZYZX authored
-
ZZYZX authored
-
ZZYZX authored
Fixed: changing brightness of upper/lower/middle sidedef did not update the whole sidedef brightness until 3D mode restart
-
ZZYZX authored
-
ZZYZX authored
-
ZZYZX authored
Added dynamic light count = 256 for high end users. Fixed: incorrect attenuated<->subtractive light ordering caused invisible subtractive lights.
-
ZZYZX authored
-
ZZYZX authored
-
ZZYZX authored
Added: primitive support for ZScript in the script editor (all classes in the current file are listed)
-
- Feb 08, 2017
-
-
ZZYZX authored
Added: basic support for automatic user variables from ZScript classes, currently only for int variables (as supported by GZDoom).
-