Commit graph

126 commits

Author SHA1 Message Date
codeimp
334c51cacc Fixed resource options dialog being showed outside the screen boundaries on small screen resolutions 2009-03-15 13:22:53 +00:00
codeimp
c8949c42bf Added things browser when clicking browse button on Find Thing Type
Fixed some drawing uglyness with thing icons in thing type browser
2009-03-12 23:03:57 +00:00
codeimp
fda9385533 Fixed linedef arguments display in linedef info panel 2009-03-12 06:22:40 +00:00
codeimp
63fb6c3885 Added hexadecimal value reading in UDMF parser
@ Better fix for the visible ComboBox in the universal fields editor
2009-03-11 20:49:53 +00:00
codeimp
db3f23317f Added vertex properties dialog
@ Fixed a visible ComboBox in the universal fields editor
@ NumericTextbox now has the ability to use decimals (set property AllowDecimal to true)
2009-03-10 22:32:32 +00:00
codeimp
5a5fb75ae5 Added find types to lookup elements by index number 2009-03-10 17:22:22 +00:00
codeimp
eaffa440be @ Renamed sector fixed index to resolve conflict with real index lookup functions
All info panels now show the current real index of the element (as it would be when saved or loaded at that moment)
2009-03-10 06:46:02 +00:00
codeimp
42c52a7273 Added generalized linedef type display in linedef info panel 2009-03-05 14:11:55 +00:00
codeimp
3c4107d4c4 Find & Replace dialog in script editor 2009-03-05 11:54:07 +00:00
codeimp
c4b71597b4 @ working on find & replace in script editor 2009-03-04 21:40:58 +00:00
codeimp
8593fd62dd @ working and find & replace in script editor 2009-03-03 22:20:18 +00:00
codeimp
ef06837a04 @ work in progress 2009-03-03 16:17:30 +00:00
codeimp
6ba030d64d Texture and Flats browsers now have the current texture selected by default 2009-03-01 16:47:43 +00:00
codeimp
e524e933a4 Removed some unneeded punctuation in error/warning messages and hidden the "conversion was needed" warning. 2009-03-01 09:15:58 +00:00
codeimp
dd1af8cf6d Added Errors and Warnings dialog window (shows all issues with plugins, configs and resources) 2009-02-26 23:27:46 +00:00
codeimp
c848087f12 @ Changed code related to displaying status messages and warnings (now ready for action messages in status bar) 2009-02-26 14:16:18 +00:00
codeimp
6cb509d90c - Indentation guides in script editor now use the same color as line numbers
- Fixed bug in script editor that unindents a line when autocomplete is used with Enter key.
2009-02-20 10:42:05 +00:00
codeimp
27d95e091d fixed crash in script editor when popup information is expected 2009-02-20 09:06:26 +00:00
codeimp
7e3981775b Moved floor and ceiling texture previews in Sector info panel around to be consistent with the Sector properties dialog 2009-02-16 10:39:51 +00:00
codeimp
ab74b041c5 Fixed a bug with the upper/lower unpegged flags in the Linedef info panel 2009-02-15 10:32:20 +00:00
codeimp
6b38b8076a Script editor now uses codepage setting from script configuration (default is ASCII for all known scripts, UTF8 for plain text) 2009-02-14 08:18:17 +00:00
codeimp
5ed191f18a Added upper/lower unpegged display in linedef info panel 2009-02-12 12:29:46 +00:00
codeimp
01ad6d9ec9 Script editor now keeps same line indentation as previous line when ENTER is pressed 2009-02-11 14:20:07 +00:00
codeimp
9fb910a03e - Fixed a crash when showing information on things with empty sprite name
- Added support for custom PLAYPAL information from PK3 or Directory
2009-02-10 14:45:09 +00:00
codeimp
178e4db217 - added ability for plugins to add their own tab page on the Preferences dialog
- added option to move floor/ceiling when aiming at sidedef in Visual Mode
- added option to edit sector/thing properties immediately after creating a new one
- fixed a bug in the ImageBrowserControl
- Tools.DrawLines now keeps created sectors marked (this is still to be changed so it does not include already existing sectors)
- fixed resize and alignment problem with all windows when used with high screen DPI (large fonts)
2009-02-01 22:33:01 +00:00
codeimp
18a9cc0803 - fixed crash when text is pasted in numeric textboxes
- made CTRL+X, XTRL+C and CTRL+V work for numeric textboxes
- fixed Edit Selection button for sector tags in Find & Replace
2009-01-27 19:03:20 +00:00
codeimp
1ae7813fad changed a lot in resources loading, how unknown textures are displayed and how corrupt textures are handled 2009-01-24 14:48:43 +00:00
codeimp
0a0e68f6f6 @image preview fixes 2009-01-24 11:49:40 +00:00
codeimp
64047a8f07 - added option to change preview images size
- moved some preferences settings around so that they all fit
2009-01-23 16:09:28 +00:00
codeimp
efa5663ca3 fixed displaying of the "missing texture" image in the linedef editor 2009-01-23 13:58:47 +00:00
codeimp
1db48fd9e8 fixed problem with editing UDMF fields on multiple selected elements 2009-01-23 13:30:25 +00:00
codeimp
1694d828d1 @working on decorate support 2009-01-21 16:18:30 +00:00
codeimp
70be85aa95 - added some empty class framework for decorate parsing
- fixed textures and flats browsers to dynamically use the preview image size
2009-01-19 23:19:33 +00:00
codeimp
d3764c6b93 fixed contents of UDMF fields editor when used with multiple selected items (sometimes they looked hard defined when not defined on all selected items) 2009-01-17 13:17:41 +00:00
codeimp
455fca63d8 fixed problem with compiler paths 2009-01-16 12:25:47 +00:00
codeimp
e85278846f fixed crash in script editor when compiling new, unsaved scripts 2009-01-15 18:16:41 +00:00
codeimp
b56e7d1926 - fixed script editor for scripts that use the map header lump
- fixed script editor focus stealing on map save
- added feature to keep script editor floating on top of main window (default on)
- disabled keys in script editor that write odd characters
- CTRL+S in script editor now saves the script file
- CTRL+O in script editor now opens a script file
2009-01-14 23:12:52 +00:00
codeimp
2a69e31576 2009-01-14 18:11:11 +00:00
codeimp
5ba5ad7fb9 - updated resource icons
- implemented a warning message when loading a PWAD without any resources selected
2009-01-14 11:07:23 +00:00
codeimp
07113b5442 fixed fuzzy thing angle business 2009-01-12 19:21:01 +00:00
codeimp
f3354d4c0a block anything except numeric input in action selector fields 2009-01-04 00:08:26 +00:00
codeimp
5a05905177 graphical interface fixes 2009-01-02 18:27:08 +00:00
codeimp
93522a1461 sprite icons 2008-12-11 10:59:35 +00:00
codeimp
e9bd189693 more interface settings done 2008-11-17 23:32:13 +00:00
codeimp
83ae7e4880 - script editor now remembers window position/size
- fixed re-opening of opened script documents after script editor was closed
2008-11-15 13:58:47 +00:00
codeimp
746fe86aea script editor roughly finished 2008-11-15 13:12:09 +00:00
codeimp
0fa7409d96 working on generalized compiler interfacing 2008-11-14 16:19:25 +00:00
codeimp
ed50a992ad working on generalized compiler interfacing (note: nodebuilder temporarely out of order) 2008-11-13 23:05:16 +00:00
codeimp
72f4763c13 working on script editor 2008-11-11 06:43:33 +00:00
codeimp
fc44793fd2 working on script editor 2008-11-10 16:11:44 +00:00