MaxED
761b44ca3e
GZDoom Builder 1.07c:
...
Added Draw Ellipse Mode.
2012-06-06 13:37:19 +00:00
MaxED
8b31dd2677
Several improvements in Draw Rectangle mode (rectangles with beveled corners can now be drawn).
2012-06-06 00:38:28 +00:00
MaxED
16d068f831
Added Draw Rectangle Mode.
...
Fixed minor bug in Drawing Mode when adding second vertex at the same position as first still resulted in valid edit with undo and stuff.
2012-06-04 23:42:13 +00:00
MaxED
4c54ed8cce
GZDoom Builder 1.07a:
...
Updated to Doom Builder 2 SVN rev. 1554
Updated ZDoom ACC to SVN rev. 3428, updated ZDoom_ACS.cfg and Game configs accordingly.
2012-06-03 01:10:29 +00:00
MaxED
a4abafc6fc
Doom-style walls shading is now disabled for light levels 253 and above (as in GZDoom r1400)
...
Doom-style walls shading is now applied in Visual Mode
2012-06-02 20:25:46 +00:00
MaxED
20bb7fd119
GZDoom Builder 1.07
...
Updated to Doom Builder 2 SVN rev. 1549.
2012-06-01 19:53:14 +00:00
MaxED
3a0426cd7f
GZDoomBuilder 1.06a:
...
MODELDEFs and models can now be loaded from PK3 resources (does anybody know if models or MODELDEFs can be stored in WADs?).
Negative scale and zOffset are now correctly parsed from MODELDEFs (model surfaces may be inverted though).
Fixed a crash while reading MODELDEFs when Operation System's decimal separator was set to comma.
Fixed a crash when user changed Thing type in Visual mode to a new one with model override, which wasn't previously used in a map.
Fixed a bug introduced in 1.06 when models weren't rendered in Visual mode when Fullbright mode was on.
Non-breaking space is now correctly handled by all Doom Builder's data parsers.
ColorPicker plugin:
Fixed a crash when user attempted to open ColorPicker window to edit sector properties in Visual mode, using hilighted surface as selection source, without selecting anything before doing so.
2012-05-21 23:51:32 +00:00
MaxED
36f391653a
GZDoomBuilder 1.05:
...
Added Color Picker plugin
Point, Flicker and Pulse light animation should now look almost exactly as seen in GZDoom.
Fixed a bug when editing thing properties in Visual mode didn't update visual thing.
Fixed incorrect doom-style walls shading when sector has "lightcolor" property set.
Fixed "Index was outside the bounds of the array in CalculateNormalsAndShading()" error.
GZDoomBuilder will now show error message prior to failing.
2012-05-11 12:28:20 +00:00
MaxED
72024341bf
2012-04-17 19:13:47 +00:00
boris_i
f5c8ce9466
Improved "make door" functionality. It now actually creates usable doors in Hexen and UDMF maps.
2012-04-14 12:22:19 +00:00
codeimp
3ab5c83f3b
Added option in user preferences for manual line split behavior.
2012-03-19 21:31:10 +00:00
codeimp
3ca41363f3
@ Updated version information for release
2011-12-04 11:18:11 +00:00
codeimp
b525872808
Added button in toolbar for Edit Selection mode.
2011-12-04 10:34:10 +00:00
codeimp
91ef814d96
Fixed some problems with copy/paste in modes where it can't be used.
2011-12-03 14:49:53 +00:00
codeimp
a418868dfd
Fixed memory and performance issues in Visual Mode for things with 0 with or height. (note to developers: VisualMode::GetVisualThing(t) may return null!)
2011-12-02 23:11:16 +00:00
codeimp
dd6c8b23bb
Fixed a visual glitch which caused incorrect thing colors when selection was cleared from Edit Selection mode.
2011-12-02 21:24:33 +00:00
codeimp
9a625e553d
Fixed a crash when accepting Edit Selection mode changes with erroneous overlapping lines.
2011-12-02 21:16:45 +00:00
codeimp
3448e1ff60
Fixed a bug with pasted things when the Things Filter is used.
...
Fixed a bug with the Things Filter which caused some things to be incorrectly shown.
2011-12-02 21:03:05 +00:00
codeimp
a5cb5fa000
Things are now flipped when the selection in Edit Selection mode is flipped.
2011-12-02 20:41:53 +00:00
codeimp
7874b27615
Fixed bug which sometimes causes the drawing vertex to jump to (0, 0) while drawing geometry.
2010-10-03 13:10:52 +00:00
codeimp
6c68a5635e
@ Fixed immediate update of target sector lighting when control sector of ExtraFloor_LightOnly effect is changed.
...
Fixed some inaccuracy problems with the Edit Selection mode.
2010-09-16 17:07:30 +00:00
codeimp
726c949b4a
@ work on (G)ZDoom Editing plugin
2010-09-15 06:01:11 +00:00
codeimp
6c09634660
Added Find & Replace for Thing Angles
...
Added lots of new filter options for Things Filters
Some interface polishing
2010-09-01 14:36:31 +00:00
codeimp
08e6f30d0f
Added source for Tag Range plugin
2010-08-30 13:51:24 +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
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
77c3db9c80
@ Updated version numbers for upcoming release
2010-08-18 15:11:41 +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
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
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
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
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
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
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
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
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
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
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
d1d917da96
Added support for DECORATE 'scale' property in actors (sprites in Visual Mode now scale accordingly)
2010-07-31 21:17:49 +00:00
boris_i
72d688f8d0
Added actions to move the camera up and down in 3D visual modes (no default keys bound)
...
@ more fixes for auto-aligning hi-res textures: now takes the WorldPanning flag into account
2010-05-08 13:14:48 +00:00
boris_i
cdddeffa80
- Fixed a problem in the linedef info panel where the linedef numbers was displayed instead of the sidedef number
...
- Fixed a problem where dragging geometry and things onto the window title bar locked up DB2
- Fixed a problem with wrong texture offsets of hi-res textures
2010-01-02 22:06:40 +00:00
codeimp
ed9f393fb1
- Tools.DrawLines no longer snaps the geometry to map format accuracy. Use General.Map.Map.SnapAllToAccuracy() to compensate.
2010-01-02 21:28:18 +00:00
codeimp
50b9765377
- Scales are now generally accepted and exposed by the ImageData class instead of just ScaleWidth/ScaledHeight
...
- Camera offsets in Visual Modes now changeable in Game Configurations (default is Doom's camera position)
@ Some other stuff dealing with the new dockers I forgot what it's for.
2010-01-02 20:22:05 +00:00
codeimp
b36af4bc37
@ Better description for size "relative" -> "scale"
2009-08-21 09:31:26 +00:00
codeimp
a48cde8509
@ Oops. These files go with the previous commit.
2009-08-21 08:40:00 +00:00
codeimp
02290d6898
Added Edit Selection Mode docker panel to view and modify transformation values manually
2009-08-21 08:38:24 +00:00
codeimp
fcde15398a
Fixed a bug with thing heights in Visual Mode for things that have no sprite
2009-08-19 14:06:21 +00:00