codeimp
e68c6d234b
meh, we may need this
2008-11-30 22:32:37 +00:00
codeimp
858e36acef
added different render passes and fixes a bug which caused some lines to be drawn multiple times unnecessarily
2008-11-30 22:04:30 +00:00
codeimp
9513eabd58
textures now properly aligned in visual mode
2008-11-30 20:46:39 +00:00
codeimp
a2407ebc3b
optimized visual mode even further: visible geometry is grouped by texture and sorted by sector (to optimize out any redundant vertex source stream switches)
2008-11-30 11:23:20 +00:00
codeimp
43a0e69de7
visual mode extreme makeover! (internally at least) now using proper view frustum for culling and lots of other improvements to render the map more efficiently
2008-11-30 02:17:19 +00:00
codeimp
5dcc9d584d
this doesn't work right, i'll have to think of something better
2008-11-28 06:50:32 +00:00
codeimp
e135c279eb
more on selectable editing modes
2008-11-27 19:25:13 +00:00
codeimp
6e67dba0d4
alphabetically sort editing modes list in game configuration
2008-11-27 15:01:19 +00:00
codeimp
ff4d7dae16
fixed hiding of the toolbar seperator next to editing mode buttons
2008-11-27 14:03:27 +00:00
codeimp
d49b31dfc0
miauw
2008-11-27 13:42:18 +00:00
codeimp
bc465effea
moo
2008-11-27 12:37:20 +00:00
codeimp
580fe3f181
oops, the EditingManager should be a general manager, not depending on the loaded map
2008-11-27 11:59:17 +00:00
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