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
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
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
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
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
7a63edfc91
@ Fixed tabs in side panel being shown as selected while the side panels are closed (hidden)
2009-07-23 11:44:32 +00:00
codeimp
50d06210df
Fixed a bug in the thing/linedef argument input boxes that caused an incorrect value when only increased/decreased with the up/down buttons
2009-07-23 09:43:51 +00:00
codeimp
5e53857fa6
@ Side panel docker (with auto hide enabled) now stays open when a textbox is focused for input
2009-07-23 08:53:52 +00:00
codeimp
1cc018f974
@ fixed side panels not always collapsing when mouse leaves the area
2009-07-22 21:15:14 +00:00
codeimp
061221d9ac
Added Undo/Redo list side panel
2009-07-22 15:16:28 +00:00
codeimp
399c558b4c
@ latest visual changes on the side panels and added preference options
2009-07-21 18:48:00 +00:00
codeimp
f2e1561093
@ work in progress on dockers
2009-07-21 15:15:38 +00:00
codeimp
77230eee5b
@ work in progress on dockers
2009-07-21 13:42:36 +00:00
codeimp
1a17a2be2b
@ work in progress on dockers
2009-07-21 05:51:13 +00:00
codeimp
bec1acf6c9
@ work in progress on dockers
2009-07-20 15:16:40 +00:00
codeimp
a5ad32d6d3
@ work in progress on dockers
2009-07-19 20:30:15 +00:00
codeimp
bf8285030b
@ Added begin of DockersControl. This is going to be a long and tedious development.
2009-07-17 15:06:15 +00:00
codeimp
748a35c883
@ Fixed a bug with the scrollwheel usage in numeric input controls
2009-07-10 19:19:28 +00:00
codeimp
0aa067cffc
Added up/down buttons to numeric input controls
2009-07-10 19:15:22 +00:00
codeimp
3400046080
@ some undo/redo fixes
...
@ working on NumericTextbox versions with up/down buttons and dropdown lists
2009-07-10 13:56:22 +00:00
codeimp
5b58693a71
Several interface bug fixes and aesthetics
2009-07-09 22:43:39 +00:00
codeimp
ee8d88c3dc
Added options for pasting and inserting prefabs
2009-07-09 14:03:47 +00:00
codeimp
70e60bc39a
Added preferences options for script editor tab width and auto-indent
2009-07-03 08:49:53 +00:00
codeimp
ee7d7ce86a
- Corrected the displayed shortcut keys for the Increase Grid and Decease Grid menu items
...
- Increased spacing for image previews in the information panels so that long texture names can be fully displayed
2009-06-17 21:16:20 +00:00
codeimp
64d06d0417
Added sidedef sector numbers on the linedef info panel
2009-06-12 09:22:09 +00:00
codeimp
55e640b6e1
- Progressive undo/redo system (much faster and up to 1000 undo/redo levels) Please note that several plugin functions and properties have changed.
...
- Some small optimizations in the classic 2D rendering (cached linedef flags, reduced some unneeded redrawing)
2009-06-11 21:21:20 +00:00
boris_i
f66980b60f
- Fixed a bug that allowed to use texture names longer than 8 characters, making the WAD file unusable after saving
...
@ added a texturenamelength config var. Setting it to higher than 8 may result in unexpected behaviour due to the speed optimizations relying on 8 char texture names and should not be changed for now.
2009-06-08 18:52:56 +00:00
codeimp
f09bfff419
@ Changed the MapSet to work with arrays instead of linkedlists. Because the index is now know for each element and can be retrieved in O(1) efficiency it has become a property (Index) for all map elements. GetIndexFor* functions have been removed. Get*ByIndex are now also of O(1) efficiency.
2009-06-05 19:03:56 +00:00
codeimp
a7c668defe
Fixed mouse cursor when over the script editor.
2009-06-01 08:57:29 +00:00
codeimp
0fd844bd36
Fixed bug that caused some items in the script editor autocomplete list not to select when the first few characters were typed.
2009-05-25 10:06:53 +00:00
codeimp
67c16f555e
@ some intellisense documentation
2009-05-21 08:18:34 +00:00
codeimp
63c22e5d2d
Fixed a crash when opening the Texture Set editor
2009-05-12 08:01:50 +00:00
codeimp
ee3182885e
Changed when/how the scripts are compiled and errors are shown
2009-05-10 19:04:47 +00:00
codeimp
a196125255
Added keyword help for some script types in the script editor
2009-05-10 17:02:47 +00:00
codeimp
ec40df4765
Improved error reporting a little and changes the list in the Warnings & Errors dialog window
2009-05-10 16:02:08 +00:00
codeimp
a4dedc56a3
- Sector splitting fix
...
- Adjusted vertical line spacing to text in script editor for readability
2009-05-06 20:41:12 +00:00
codeimp
049b0a7954
Fixed tabs in script editor
2009-05-06 19:08:37 +00:00
codeimp
31d742a073
- Decreased intensity of the selection in visual mode
...
- Fixed a crash in UDMF custom fields editor
2009-05-05 21:13:50 +00:00
codeimp
88449b7c01
Added Tab key in images browser to jump between the same image in "Used textures" and "Available textures" areas.
2009-05-05 12:24:00 +00:00
codeimp
63c474064d
- Fixed the tab order on all windows
...
- Some visual aesthetics
@ Fixed the "Release with revision lookup" config output directories
2009-04-26 19:53:36 +00:00
codeimp
7e7f24e965
@ re-added source code with new directory structure
2009-04-19 18:07:22 +00:00