Commit graph

1307 commits

Author SHA1 Message Date
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
codeimp
b6fba8d043 Fixed action arguments to stay within valid range (0..255 for hexen)
Added warning message when a texture or flat is double defined in the same resource.
2010-08-14 10:21:38 +00:00
codeimp
32d42e7e56 Fixed slowdown when loading a map with unknown flats (and some other small performance optimizations) 2010-08-14 09:30:54 +00:00
codeimp
c121cba1cc Added mouse wheel support for action argument boxes. 2010-08-14 08:26:55 +00:00
codeimp
acd1fe69fd @ Changed key combinations (disregardshift) to still allow Control keys
@ Fixed crash with editing an unknown thing
@ Minor Game Configuration changes
2010-08-13 19:11:06 +00:00
boris_i
aa34d0605e Fixed a bug that allowed to place vertices and things outside the map format grid boundaries 2010-08-13 18:32:21 +00:00
codeimp
e7d011068e Fixed an accuracy problem that caused incorrect drawings near the edge of the grid. 2010-08-13 18:19:49 +00:00
codeimp
f070f6c867 @ Minor Game Configuration changes. 2010-08-13 17:57:58 +00:00
codeimp
012673554d Added support for TEXTURES and DECORATE files that have different extensions (they will be loaded cumulatively) 2010-08-13 15:19:51 +00:00
codeimp
5f63667a66 Linedef action arguments are no longer reset to 0 when the selected action is 0 2010-08-13 14:04:42 +00:00
codeimp
c043d9d336 @ This seems to fix some geometry merging issues (mainly when pasting geometry) but it needs testing. 2010-08-13 12:03:25 +00:00
codeimp
9ec7ba38fe @ Fixed a bug that crashes when you save a map using Save As (introduced with r1277) 2010-08-13 05:47:55 +00:00
codeimp
19909bac0c Fixed crash in Make Sectors mode when using Undo or Redo actions while a sector is highlighted. 2010-08-13 05:36:06 +00:00
codeimp
9901f16de8 Added a video device reset after testing the map, in the hope that this fixes some rendering issues that some people have after testing using hardware accelerated engines. 2010-08-12 21:18:29 +00:00
codeimp
f1aa81bd32 Added quick-keys to menus and menu items (such as Alt+F for File menu, but for some reason they don't underline when you press Alt) 2010-08-12 21:00:54 +00:00
codeimp
b4c910bae4 The textures and flats are now also mixed when selecting a source location from the texture categories. 2010-08-12 19:59:06 +00:00
codeimp
6eb323bb55 Fixed another sector triangulation issue. 2010-08-12 19:20:31 +00:00
codeimp
43528834a1 Added a minimum revision property to a Plugin's plug as a safety for newer plugins. 2010-08-12 18:42:52 +00:00
codeimp
b35424eb1c Added nice error report when multiple files in the same directory share the same filename (possible in PK3 files) 2010-08-12 15:06:17 +00:00