Commit graph

607 commits

Author SHA1 Message Date
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
MascaraSnake
52140cd9a9 Updated state list for syntax highlighting 2016-05-20 11:35:27 +02:00
MascaraSnake
ac804949ca Syntax highlighting now recognizes FF_ANIMATE 2016-05-20 09:30:51 +02:00
MascaraSnake
907ed1c439 Merged in GZDB r2501. 2016-04-08 20:15:23 +02:00
MascaraSnake
ea2d439b87 Merged in GZDB r2500. 2016-04-08 19:50:00 +02:00
MascaraSnake
2dba78a3d2 Merged in GZDB r2499. 2016-04-07 22:54:11 +02:00
MascaraSnake
3e0adfbc4e Merged in GZDB r2498. 2016-04-07 22:03:23 +02:00
MascaraSnake
6ad64c1cc0 Merged in GZDB r2497. 2016-04-07 19:31:06 +02:00
MascaraSnake
264a883e47 Merged in GZDB r2496. 2016-04-07 16:27:49 +02:00
MascaraSnake
7a82022239 Merged in GZDB r2494. 2016-04-07 16:14:31 +02:00
MascaraSnake
5bfb2790d4 Merged in GZDB r2495 (which fixes a bug introduced in GZDB r2493). 2016-04-07 16:06:02 +02:00
MascaraSnake
f03de4a27a Merged in GZDB r2493. 2016-04-07 15:29:47 +02:00
MascaraSnake
c3e08eb1ef The name of custom Things can now be specified with the $Name parameter. 2016-04-07 00:15:35 +02:00
MascaraSnake
1be3ecb922 Updated version number to prepare for 2.3 release. 2016-04-06 20:34:18 +02:00
MascaraSnake
9609ef652c The last line of a Lua table may end with a comma. 2016-04-06 20:22:05 +02:00
MascaraSnake
a70580ac8c Multiline Lua comments are --[[ ]], not --[[ ]]--. 2016-04-06 20:05:48 +02:00
MascaraSnake
8617836230 Added shortcut actions for Insert Things Radially Mode and changed the default values for number and radius. 2016-04-06 16:52:49 +02:00
MascaraSnake
ee1233d642 LuaObjectParser now recognizes -- and --[[ ]]-- comments. 2016-04-06 16:14:26 +02:00
MascaraSnake
2925986234 Added Lua parser for custom things (longform object definition only). Print error messages if custom thing parsing fails. 2016-04-06 14:58:15 +02:00
MascaraSnake
cd54edc410 Added availability check and fixed preview image lookup for sprites of custom Things. 2016-04-06 12:52:47 +02:00
MascaraSnake
e501646989 Sprites for custom Things can be supplied with a "#$Sprite" comment. 2016-04-06 12:08:14 +02:00
MascaraSnake
ed578eab72 Look through SOC lumps for custom things and make them available in the editor (no sprites yet) 2016-03-18 17:32:31 +01:00
MascaraSnake
85225aaf1f Fixed a typo in the SRB2 config 2016-03-12 17:12:11 +01:00
MascaraSnake
289c2b7c5f Fixed a bug that caused offsets to be incorrectly applied to middle textures 2016-03-05 22:00:54 +01:00
MascaraSnake
c9bf195778 Reload resources if a global script was changed 2016-03-03 16:29:46 +01:00