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
codeimp
f7918b0873
Fixed IO Error when trying to save to the same file using the Save As function.
2010-08-12 14:21:06 +00:00
codeimp
579496f4fd
@ Found a new test case for the triangulation which proves that it still doesn't work 100% right (-sigh- will it ever end?)
2010-08-12 12:17:44 +00:00
codeimp
992e7d00ca
Added support for //$title property in DECORATE actors (this overrides the more common Tag property)
...
When a DECORATE actor's title begins and ends with double quotes, they are now removed.
Fixed an issue with the DECORATE actor 'game' property (it was inherited like all other properties, but it shouldn't)
2010-08-12 11:39:53 +00:00
codeimp
5ba147aedd
Added support for multiple 'DECORATE' lumps in the same WAD file.
2010-08-12 10:03:29 +00:00
codeimp
f8aea7cbc4
Added error check for unknown flat names.
...
@ Some fixes in default texture/flat determination and added nicer functions to check if texture/flat exists.
2010-08-12 09:01:22 +00:00
codeimp
78b0285edc
Sprites for DECORATE actors are now also taken from the 'Spawn' state if the actor has this (after 'Idle', 'See' and 'Inactive')
2010-08-12 05:49:22 +00:00
codeimp
442905929a
Fixed internal sprites that were not appearing in the sprite preview box on the Edit Thing dialog.
...
Fixed internal sprites that were not appearing in any sprite preview box after using Visual Mode.
2010-08-11 20:32:14 +00:00
codeimp
e8dadd0f42
Fixed problem when saving or testing the map after undoing changes (the undone changes were ignored)
2010-08-11 20:07:51 +00:00
codeimp
9ed495d99d
Added some missing Skulltag things (thanks StrikerMan780)
...
Added new internal sprite: Light
2010-08-11 19:47:48 +00:00
codeimp
299f7a5e1c
Fixed sector triangulation issues.
2010-08-11 18:50:37 +00:00
codeimp
7d92d2b343
@ Added some code that I helps fixing some triangulation issues, but now it breaks other shapes. Also added test cases so I can figure this out later.
2010-08-11 14:30:54 +00:00
codeimp
b208e0faa9
@ Fixed WithdrawUndo() function behavior, it no longer shows the undo message.
2010-08-10 21:34:48 +00:00
codeimp
02289a79a0
Fixed the Skulltag configurations to use the configuration include system.
...
@ Also removed the temporary files I used for comparison.
2010-08-10 20:19:21 +00:00
codeimp
702dc6a6c3
@ Small improvement for the earlier committed sprite scale support. The DECORATE 'xscale' and 'yscale' Actor properties are now also supported, but I am not sure what the intended behavior is when one of these is used in combination with 'scale'. Right now 'scale' overrides them.
2010-08-02 08:08:52 +00:00
codeimp
53cadc3186
Fixed continuous replace (hang) when replacing the same text in script editor.
...
Small improvements on the Find and Replace window behavior in script editor.
2010-08-02 06:11:35 +00:00
codeimp
03f8ec8d48
Fixed crash when pressing CTRL+S to save the map when no map is open.
2010-08-01 20:52:56 +00:00
codeimp
525eb2c87e
Fixed a bug in the DECORATE parser that misread a negative DoomEdNum (negative is now interpreted as NO DoomEdNum)
...
Fixed a bug in the DECORATE parser that caused misreading when a single-line comment was placed after an Actor property value.
2010-08-01 20:08:29 +00:00
codeimp
e25fe882f2
Fixed crash when undoing newly added Things in Visual Mode.
...
Fixed Thing update in Visual Mode when the Thing type is changed.
2010-08-01 18:49:46 +00:00
codeimp
d2ed251dc9
@ woops, this should not use the LockFlags.NoOverwrite flag because it will overwrite things!
2010-08-01 18:28:39 +00:00
codeimp
8a9453f31e
@ Thing sprite scale can now also be set in Game Configurations. Use 'spritescale' property in things or thing categories.
2010-08-01 18:23:41 +00:00
codeimp
df8c336ba1
Added zoom factor option to preferences (thanks Sigma 7 and boris)
2010-08-01 18:04:13 +00:00
codeimp
90f7d1dbf8
Added ComboBox to the focus check for the docker panel so that it receives key events (suggested by Xabis)
2010-08-01 17:28:13 +00:00
codeimp
704a7a120a
@ UnlockBuffers() added to Sector.UpdateCache() and some additional vertex buffer usage flag changes. Also added a note that some DirectX warnings can't easily be fixed, so we'll live with that (they are harmless, just not nice to see).
2010-08-01 16:02:00 +00:00
codeimp
83bfd9935c
Fixed DirectX surface buffer creation parameters (thanks tom_seddon)
2010-08-01 12:56:40 +00:00
codeimp
7438c2b8fb
Added support for tall patches
2010-08-01 00:07:12 +00:00
codeimp
f95c6baa7b
@ commented out debug log info in undo/redo system because I am not sure it will be optimized out and causes a serious performance penalty if it is not optimized out.
2010-07-31 23:36:00 +00:00