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