codeimp
ae8daa2924
- refactored all editing mode management into the EditingManager
...
- added interface controls for editing mode selection in game configurations
2008-11-27 10:33:09 +00:00
codeimp
af509c3682
- some optimizations to visual mode
...
- changed timing to use double
- added delta time as parameter in OnProcess event
2008-11-27 06:53:38 +00:00
codeimp
b31fe3d9a7
working on visual mode
2008-11-26 22:56:53 +00:00
codeimp
ca5a2d3813
- correction in EarClipPolygon Intersect method
...
- Intersect method in Sector (could be useful)
2008-11-26 14:52:39 +00:00
codeimp
eef4390c84
remember any optimizations ideas i get
2008-11-26 06:45:26 +00:00
codeimp
0fee24865c
working on visual mode
2008-11-25 21:54:50 +00:00
codeimp
a3e9e54b74
working on visual mode
2008-11-20 21:32:23 +00:00
codeimp
eee46b13f2
working on visual mode
2008-11-19 16:18:36 +00:00
codeimp
308b68c506
fixed bilinear texture filter with low-quality display setting
2008-11-18 15:37:33 +00:00
codeimp
ce456494b8
texture post-filtering quality now depends on display quality set in preferences
2008-11-18 14:20:49 +00:00
codeimp
659a3df7be
- implemented esselfortium's idea to highlight the original sector(s) in Make Sector mode when move the mouse over potential sector areas.
...
- replaced direct thread-to-thread invocations with messages through the windows message pump (this solves deadlocks)
- delay-update the display when in-map images are loaded by the background thread (results in smoother performance while background loading)
- fixed enabling/disabling some menu items
2008-11-18 13:05:04 +00:00
codeimp
a9d026baa5
chronological planning
2008-11-18 06:33:19 +00:00
codeimp
e9bd189693
more interface settings done
2008-11-17 23:32:13 +00:00
codeimp
53eff3002b
added "fixed size" things (these do not scale higher than their specified size in screen pixels)
2008-11-17 16:14:45 +00:00
codeimp
f5c635a998
added settings and view menu and more stuff
2008-11-17 00:41:52 +00:00
codeimp
624270de64
latest acs compiler
2008-11-16 22:25:00 +00:00
codeimp
7e05755944
added pascal lexer for syntax highlighting
2008-11-15 19:32:17 +00:00
codeimp
06467d718a
removed unused files, updated to use slimdx november 2008 and updated the setup installer
2008-11-15 16:51:29 +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
fdb004d7c3
working on generalized compiler interfacing (nodebuilders work again, now through a generalized compiler interface)
2008-11-14 10:44:03 +00:00
codeimp
ed50a992ad
working on generalized compiler interfacing (note: nodebuilder temporarely out of order)
2008-11-13 23:05:16 +00:00
codeimp
d2553534cb
working on script editor
2008-11-13 16:21:11 +00:00
codeimp
3b871bbd09
working on script editor
2008-11-11 16:19:50 +00:00
codeimp
72f4763c13
working on script editor
2008-11-11 06:43:33 +00:00
codeimp
869113c389
Fixed major bug in MapSet IO implementations (how can I have missed this?!)
2008-11-10 21:06:02 +00:00
codeimp
fc44793fd2
working on script editor
2008-11-10 16:11:44 +00:00
codeimp
291b159f84
hmm icons
2008-11-10 12:39:40 +00:00
codeimp
757f798d49
methods required for script editor
2008-11-10 06:48:36 +00:00
codeimp
2a568cb7d7
working on script editor
2008-11-09 17:59:13 +00:00
codeimp
b1792c9c10
added margin images and autocomplete images in script editor
2008-11-09 10:34:03 +00:00
codeimp
360bd58b0c
pretty toolbar icons for script editor
2008-11-06 22:54:23 +00:00
codeimp
e3cf7beeea
allow spaces in script extensions setting
2008-11-06 16:01:33 +00:00
codeimp
89ad4527f3
working on script editor
2008-11-06 15:00:01 +00:00
codeimp
a266bd82d1
better names for these classes
2008-11-06 08:32:21 +00:00
codeimp
1dbdfd9c41
script editor panel class structure added
2008-11-05 22:20:52 +00:00
codeimp
39e6167f85
defaults for plain text editing (we don't need a config for that)
2008-11-04 18:54:47 +00:00
codeimp
0dbb3bc505
let's hide this functions bar until I implemented this feature (not required for first release)
2008-11-04 18:40:04 +00:00
codeimp
f18c544675
font
2008-11-04 15:37:52 +00:00
codeimp
1979dcfafd
tooltip in script editor with function info
2008-11-04 14:06:32 +00:00
codeimp
3206fbe0e0
moo
2008-11-03 22:05:47 +00:00
codeimp
fe2fa46d9c
working on script editor
2008-11-03 16:11:00 +00:00
codeimp
4a2bf61c1c
working on script editor
2008-11-02 22:07:20 +00:00
codeimp
0958677cac
working on script editor
2008-11-01 09:35:54 +00:00
codeimp
28d47f88d7
implemented script configurations
2008-10-31 13:47:52 +00:00
codeimp
927302bcca
changed some public structures to internal (no plugin needs this)
2008-10-31 06:53:12 +00:00
codeimp
665cfb52dc
working on script editor
2008-10-30 23:03:49 +00:00
codeimp
4f7aaeaa53
working on script editor
2008-10-30 21:38:55 +00:00
codeimp
b4a77cdfb5
replaced script editing control with a potentially better control (using Scintilla)
2008-10-30 20:13:12 +00:00