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
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
b1d34b1af5
Fixed the Heretic config to actually display hanging things on the ceiling in visual mode
2010-03-24 17:39:49 +00:00
codeimp
2d73b1163a
@ fixed some incorrect code (what happened there?!)
2010-01-30 22:20:18 +00:00
codeimp
35268f8e3c
@ exported Hermite spline functions for use by plugins
2010-01-30 20:46:51 +00:00
codeimp
90d867db6a
@ Some documentation on the Game Configurations in the reference manual
2010-01-11 15:49:03 +00:00
codeimp
6f1abda51f
- Little bit of undo/redo optimization
2010-01-09 19:49:54 +00:00
codeimp
837c725395
- Optimized compressing sidedefs
...
@ Added triangulation test case
2010-01-09 19:23:54 +00:00
boris_i
244249b9b8
Compressing sidedefs doesn't crash anymore
2010-01-09 19:07:56 +00:00
boris_i
52b791d188
Fixed auto alignment of scaled textures that retain precision of their unscaled dimension
2010-01-09 11:56:52 +00:00
codeimp
6cf6a4908c
@ little progress on the help docs
2010-01-05 21:47:00 +00:00
codeimp
74a5aa1581
Added a help page about configuration syntax (more to come)
2010-01-05 15:41:07 +00:00
codeimp
47916b8019
@ Setup installer script now correctly includes subdirectories of Configurations, Scripting and Sprites directories
2010-01-03 13:12:16 +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
b0dfbc0df9
- Added support for "scaledtextureoffsets" game configuration setting. Boris writes the actual implementation.
2010-01-02 20:54:35 +00:00
codeimp
cd6a7bffb2
@ These two variables are now totally useless. A complete waste of memory and allocation time. Shame!
2010-01-02 20:28:50 +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
d913121423
@ Added OnMapSaveBegin and OnMapSaveEnd events for plugins
2009-08-23 13:55:49 +00:00
codeimp
b7bf1299ce
Fixed incorrect sector effects flashing speeds in the descriptions
2009-08-22 21:21:40 +00:00
codeimp
1d053a5e2b
@ Renamed GetMapCoordinates function to DisplayToMap and added MapToDisplay function
...
@ Exposed the RenderTargetDisplay to plugins
2009-08-21 14:11:18 +00:00
codeimp
5a6283c25d
@ fixed flickering when moving mouse over the docker tabs
2009-08-21 09:40:07 +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
1f73d1a105
@ Some fixes in the behavior of docker controls and added WhenButtonsClicked event to the ButtonsNumericTextbox
2009-08-21 08:37:02 +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
codeimp
3ca0b615aa
- Things browser no longer closes when double-clicked on a category
...
- Find & Replace mode now changes render presentation to show Things on-top when a Things search is performed
2009-08-19 13:14:55 +00:00
codeimp
b1c23198d9
Fixed bug that caused highlighted objects to join pasted objects in the Edit Selection Mode
2009-08-19 11:42:20 +00:00
codeimp
07b82ce082
Fixed a bug with the combination of "Additive select without shift" and "Automatic clear selection" behavior
2009-08-19 11:09:10 +00:00
codeimp
907669a1c9
Changed the DECORATE parser to read all actor properties and exposed the DECORATE info for plugins (General.Map.Data.Decorate)
2009-08-15 08:41:43 +00:00
codeimp
67dfcb2c0d
@ This action was for testing only (BlockMapMode). Removing it.
2009-08-14 13:55:29 +00:00