codeimp
b16f48862a
@ Fixed a bug and changed category of the Tag Range action in the control list
2010-08-30 14:13:36 +00:00
codeimp
08e6f30d0f
Added source for Tag Range plugin
2010-08-30 13:51:24 +00:00
codeimp
7ad72cd817
Updated ZDBSP nodebuilder to latest version (1.17)
2010-08-29 08:28:25 +00:00
codeimp
3a944a8730
Fixed a problem that allowed endless recursion when instructed by DECORATE goto statements.
2010-08-28 16:48:17 +00:00
codeimp
6119a7b94c
Reverted ZDBSP nodebuilder to latest stable version (1.13)
2010-08-28 16:27:10 +00:00
codeimp
89bf322a74
Fixed crash when sectors with lots of sidedefs are created or loaded
2010-08-26 21:47:25 +00:00
codeimp
d84312ea92
Added separate compiler for Hexen (with correct includes).
...
Added separate Script Configuration so that only the available function and constants are shown in the editor.
2010-08-24 19:55:44 +00:00
codeimp
7406843955
ZDoom USDF can now be edited as plain text in the script editor.
2010-08-23 19:55:33 +00:00
codeimp
75ef865b08
@ remaining stuff
2010-08-23 19:09:46 +00:00
codeimp
bfd00c73cd
@ recursive rename
2010-08-23 17:35:33 +00:00
codeimp
42decd52bd
@ recursive rename
2010-08-23 17:19:19 +00:00
codeimp
8c35fc2693
Exposed GetLumpData and SetLumpData for plugins to read/write map lumps
...
@ some work on the USDF plugin
@ some game config documentation I still have laying around here
2010-08-23 15:17:58 +00:00
codeimp
198d9ebfe5
Added the ability for plugins to add menu items in existing menus
2010-08-23 09:58:30 +00:00
codeimp
b2f672c94f
Added 'conversation' UDMF field to Things in ZDoom configurations
...
Added the ability for plugins to choose the toolbar section in which to add a button
Added beginning of ZDoom USDF conversation editor plugin
2010-08-22 20:56:52 +00:00
codeimp
d27ac60a9d
@ I will probably never finish this WadAuthor Mode plugin (because I simply don't care for it) but I felt the files were outdated an in the wrong place (BuilderModes)
2010-08-22 12:54:09 +00:00
codeimp
2fda5b457c
Changed .NET Framework for Comments Panel plugin to version 3.5 (no clue why it was at 2.0)
2010-08-22 12:18:04 +00:00
codeimp
603cdbf042
Added some functionality for plugins that want to render in other editing modes
2010-08-22 12:09:32 +00:00
codeimp
6a685b7678
Exposed more DECORATE information to plugins and Things now have an Actor property (ActorStructure) when they are loaded from DECORATE
...
Added two new type handlers that can be used in UDMF ('Thing Type' and 'Thing Class')
Polished the browse icons and browse buttons.
Added more events for plugins to intercept.
2010-08-22 11:36:09 +00:00
codeimp
97b96df5dc
Removed Hexen compiler and using the ZDoom ACC compiler to compile for Hexen
...
Removed Eternity UDMF game configuration, because Eternity still doesn't have UDMF support
2010-08-21 09:46:16 +00:00
codeimp
a79b8e215f
@ Small improvement on selecting in Comments Panel plugin
2010-08-20 19:41:20 +00:00
codeimp
6fd04509dd
@ commants panel update
2010-08-20 19:15:50 +00:00
codeimp
16eb821571
@ example udmf map update
2010-08-20 15:04:45 +00:00
codeimp
c273025ff2
@ This is one sexy plugin!
2010-08-20 15:04:08 +00:00
codeimp
53244a6d04
@ committed missing file
2010-08-20 07:07:29 +00:00
codeimp
8c96fff8c4
@ work in progress
2010-08-20 06:07:56 +00:00
codeimp
cfde4a92f2
@ Added plugin source code I started working on (and project file that was not committed earlier?)
2010-08-19 15:18:11 +00:00
codeimp
1c7e0ce3ad
Added support for 'goto' actor state keyword in DECORATE.
2010-08-19 15:06:15 +00:00
codeimp
84521fa4b6
Updated default settings, compilers and release script
2010-08-18 17:45:12 +00:00
codeimp
d7933351fa
Update script configurations with latest functions and constants listing from the ZDoom Wiki
2010-08-18 17:11:21 +00:00
codeimp
77c3db9c80
@ Updated version numbers for upcoming release
2010-08-18 15:11:41 +00:00
codeimp
230a1f9ea6
@ Updated setup installer source script
2010-08-18 15:07:07 +00:00
codeimp
629f619794
Added basic plugin loading order system (just a cfg file which sets the order in which to load the DLL files, this matters because that is also the order in which events are raised on plugins)
2010-08-18 12:19:37 +00:00
codeimp
216e99850a
Added support for 'sprites' types in TEXTURES lump
2010-08-18 09:07:54 +00:00
codeimp
8625573ca2
@ Removed some console output code that was used for testing
...
@ Gave the ThingTypeInfo a string representation (ToString)
2010-08-18 08:52:18 +00:00
codeimp
015c5ffc53
@ Added test case for 'sprites' support in TEXTURES lump
2010-08-18 06:00:39 +00:00
codeimp
feccf6a11d
Added support for 'walltexture' and 'flat' types in the TEXTURES lump
2010-08-18 05:49:15 +00:00
codeimp
77b91f60a0
Fixed crash when saving with spaces at the beginning or end of a typed texture/flat name
2010-08-17 18:46:13 +00:00
codeimp
58062181d5
Fixed a rounding issue with thing angles that sometimes caused things to display odd angles
2010-08-17 18:05:31 +00:00
codeimp
ba989f3cab
Slightly improved DECORATE parsing (now also works with skip_super and allows // within quoted strings)
2010-08-17 10:02:07 +00:00
codeimp
ea3243edb3
Fixed crash when double-clicking a sector in Make Sector Mode
2010-08-16 19:31:56 +00:00
codeimp
27d30072fb
Fixed brightness preview when changing sector brightnesses in Brightness Mode
2010-08-16 18:29:56 +00:00
codeimp
a8322b7d45
@ Fixed a bug in the new way the Things are rendered
...
Removed code that crashed the script editor and I had no better solution (it was unused code anyway)
2010-08-16 17:53:28 +00:00
codeimp
8ffd94af92
Change the way Things are rendered in classic modes (now use a small, constant amount of video memory instead of linear amount)
2010-08-16 13:31:53 +00:00
codeimp
ac65dbf138
Removed the limit on the number of Things in Doom and Hexen formats, because the file format doesn't really impose a limit on this.
2010-08-15 20:07:12 +00:00
codeimp
7f685b4c77
Added maximum number of map element checks (now you can't corrupt your map when exceeding the format's limits)
2010-08-15 19:43:00 +00:00
codeimp
9934ddad25
@ Fixed bug in recent files list
2010-08-15 14:30:51 +00:00
codeimp
507f5c634a
@ Increased statusbar messages duration to 5 seconds
2010-08-15 13:51:12 +00:00
codeimp
34bd24505d
Added some missing things in ZDoom game configurations
...
Added Copy and Paste object properties for classic modes
Added some options for toolbar customization
2010-08-15 13:45:43 +00:00
codeimp
14415a7767
@ This should fix a problem with actions in combination with the Control key. Also removed the modifier keys check in the BaseVisual* classes OnEditEnd events, because I don't know why it is there and it prevents the user from assigning a key combination for that action.
2010-08-14 18:07:38 +00:00
codeimp
916f529b56
Fixed bug that cause Thing and Linedef flags to be incorrect when copy/pasting.
...
Fixed crash when an empty TEXTURE1 or TEXTURE2 lump was read.
2010-08-14 15:44:47 +00:00