Commit graph

281 commits

Author SHA1 Message Date
MascaraSnake
c5173df759 Fixed YET ANOTHER error in the config (this is getting embarrassing) 2017-10-02 08:23:28 +02:00
MascaraSnake
1d05f96637 Added an option to disable the crosshair in 2D mode 2017-10-01 10:36:47 +02:00
MascaraSnake
4ef18fb51c It's bothered me for a while that monitors are called "item boxes" in the config but nowhere else 2017-10-01 10:16:38 +02:00
MascaraSnake
cfdc212a56 Add texture filters (thanks a bunch to TehRealSalt!) 2017-09-17 23:22:02 +02:00
MascaraSnake
6abdb27e36 Add support for addition in SOC/Lua arithmetic parser.
Don't abort reading the whole script if you can't parse a single value.
2017-09-04 14:09:38 +02:00
MascaraSnake
36293654ea Added a nodebuilder configuration for normal ZenNode without reject. 2017-08-07 16:05:55 +02:00
MascaraSnake
ba2cc9e0a9 In PK3s, look for patches in the same directories as ZDoom. 2017-08-07 15:00:48 +02:00
MascaraSnake
33af08b1d6 Fixed YET another config typo. 2017-08-07 15:00:06 +02:00
MascaraSnake
45ac53f975 Made the names of the lighting linedef executors consistent with the regular lighting linedef types. 2017-08-05 08:02:11 +02:00
MascaraSnake
d35372cc3b Applied the config fixes to the TD config as well. 2017-08-05 07:58:07 +02:00
MascaraSnake
dc2fdafb9c Fixed yet another typo in the config. 2017-08-05 07:52:50 +02:00
MascaraSnake
9aba68db7b Reject ZWADs with an error message. 2017-07-11 21:06:04 +02:00
MascaraSnake
93fc8fb78f Add support for custom thing categories 2017-07-07 21:43:44 +02:00
MascaraSnake
e7306d016d Recognize -- comments in Lua files.
Only log a warning when a Thing sprite can't be found, instead of aborting the whole Lua/SOC reader.
2017-07-06 16:57:53 +02:00
MascaraSnake
58b0ec16e1 Look for custom Things in PK3s 2017-07-06 16:56:55 +02:00
MascaraSnake
5ab4109be2 Fixed another config typo 2017-07-06 16:18:34 +02:00
MascaraSnake
593cf7538b Colormaps and FOFs with tag 65535 (global) are now displayed in Visual Mode 2017-03-08 18:34:52 +01:00
MascaraSnake
0c7ac90697 Updated version number 2017-01-28 19:14:15 +01:00
MascaraSnake
72fcc68ba3 Retain the settings for repeating midtextures when clamping a sidedef's X offset to the texture width 2017-01-28 19:11:49 +01:00
MascaraSnake
8e068aad5b Fixed some file browser regexps 2017-01-28 18:36:39 +01:00
MascaraSnake
39fddcb7c5 Added TopDown support 2017-01-28 18:22:44 +01:00
MascaraSnake
478012b4f2 Add console warning if two SOC_/LUA_ lumps with the same name are found 2017-01-12 09:44:30 +01:00
MascaraSnake
a9a60b3803 Fixed a typo in the config 2016-12-24 13:53:15 +01:00
MascaraSnake
6b930b8e5b Allow Thing angles outside of 0-359 in Find/Replace mode 2016-10-04 18:35:32 +02:00
MascaraSnake
11a6baf35f When using No Knuckles on a "slope backside" linedef, use the X and Y offset of the back sidedef, not the front sidedef. 2016-10-04 17:42:22 +02:00
MascaraSnake
ee69237aad Don't freak out when a WAD contains multiple script lumps with the same name - just ignore the duplicates. 2016-09-22 10:24:03 +02:00
MascaraSnake
a1850cd82c On second thought, let's only delete BLOCKMAP and REJECT before nodebuilding. 2016-09-17 19:26:15 +02:00
MascaraSnake
f4b747a9d9 Updated Lua keyword list 2016-09-17 18:37:12 +02:00
MascaraSnake
62def0179d More 2.1.16 additions regarding slope linedef types 2016-09-17 18:29:13 +02:00
MascaraSnake
ad52e5de44 Clear out non-required lumps before nodebuilding to prevent outdated data from being used 2016-09-17 18:00:11 +02:00
MascaraSnake
130101a227 Thing angles outside of 0-359 are now preserved when copypasting or placing new Things 2016-09-16 23:07:18 +02:00
MascaraSnake
a0c77248b7 Fixed crashes in the Choose Thing Type window when pressing certain keys while no Thing is selected 2016-09-16 22:22:45 +02:00
MascaraSnake
6252bdaaa7 Added "No physics" flag description to slope linedef types and fixed some description errors with linedef type 414. 2016-09-16 21:54:02 +02:00
MascaraSnake
35b96f907d Updated version number 2016-07-31 17:03:40 +02:00
MascaraSnake
732ae6481d Fixed a crash when opening the edit window for a linedef with action 402. 2016-07-30 16:42:30 +02:00
MascaraSnake
7e5c53cfc6 Stop custom FOF parser from crashing when the back upper texture is invalid 2016-07-17 14:16:50 +02:00
MascaraSnake
9cf8014098 In SRB2, indefinitely tiled middle textures can still be offset from the pegged plane 2016-06-02 19:42:35 +02:00
MascaraSnake
4b9bf6f7ac Colormap is now applied correctly to flipped Things 2016-06-01 23:20:41 +02:00
MascaraSnake
442fff3890 Fixed skewing for upper textures 2016-06-01 20:26:06 +02:00
MascaraSnake
71a6a83e67 Fixed a typo in the last commit 2016-06-01 20:01:20 +02:00
MascaraSnake
74fbb652c1 Fixed the pegging for lower textures with Lower Unpegged. 2016-06-01 19:28:22 +02:00
MascaraSnake
e7569ff973 Lua object parser: Object name is now parsed correctly (no more ] at the end of the name) 2016-05-31 21:51:34 +02:00
MascaraSnake
f4af77e7fa Lua parser: The $Name parameter now accepts spaces in the name 2016-05-27 22:42:49 +02:00
MascaraSnake
3fe777e93e On second thought, let's keep the references to the old "Effect X" flag names for now 2016-05-24 18:14:14 +02:00
MascaraSnake
cb31458a32 Updated version number for 2.4 release 2016-05-22 12:48:49 +02:00
MascaraSnake
9c9e64c9dd Added a shortcut for disabling colormap rendering 2016-05-22 12:44:10 +02:00
MascaraSnake
471f6c46f8 Updated linedef flag names for 2.1.15 2016-05-21 18:39:00 +02:00
MascaraSnake
882e225d5a More syntax highlighting updates 2016-05-21 09:23:52 +02:00
MascaraSnake
a849e12540 Removed the "+ Slopes" from the config title 2016-05-20 16:33:40 +02:00
MascaraSnake
01d86a4c88 Added new SOC keywords to syntax highlighting 2016-05-20 14:47:51 +02:00