mfranz
d1adc37872
fix export file format (the <models> tags got lost in one of the last commits)
2007-07-01 13:07:08 +00:00
mfranz
4866bfb66f
- shorter update intervals (ufo technology!)
...
- only update the radar when the panel is actually visible
2007-06-24 22:45:10 +00:00
mfranz
f827653668
- create new Nasal module string.nas with simple shell style pattern matching
...
algorithm (needed for the file selector and useful for other purposes, like
assembling lists of livery or screenshot files etc.)
- io.nas: move fixpath to string.nas (it's not only useful for file paths
but can also be used for property paths)
- screen.nas: move trim to string.nas (used by screen.nas and nasal-console.xml)
- gui.nas: add pattern matching to FileSelctor
- ufo.nas: use patterm matching (only *.ac and *.xml files shall be listed)
2007-06-22 14:13:30 +00:00
mfranz
35bd6c379a
sort the model list again after adding models from the file selector,
...
or the binsearch will have a hard time ...
2007-06-19 21:21:14 +00:00
mfranz
e880d5ecee
- l-key opens file selector to load 3D model file from the disk. This model
...
is added to the list and activated.
- simplify savexml handling using the "data" node for temporary data
2007-06-18 16:35:03 +00:00
mfranz
b2750d8a05
adapt for geo.nas changes (swapping lon & lat)
2007-06-18 10:23:14 +00:00
mfranz
ef59420eb9
- geo.click_position() does now return a Coord copy already
...
- simplify sort function
2007-05-12 18:40:09 +00:00
mfranz
f6355d5344
- use new built-in sort() function instead of locally defined one
...
- use new negative substr() offset feature
2007-04-06 22:42:35 +00:00
mfranz
5f209cfa28
fix for new Nasal
2007-03-29 19:42:48 +00:00
mfranz
3fe72de020
remove code that is now in $FG_ROOT/Nasal/geo.nas
2007-03-20 20:57:58 +00:00
mfranz
e959633725
s/cursor/marker/ and put the marker toggle function on the m-key. It isn't
...
a cursor, after all, and the term "cursor" is already used for the startup
model. That one should really be called "model", but can't, because this is
already used for the ufo 3D model property ... sigh. :-]
2007-02-27 22:56:22 +00:00
mfranz
6bba354b30
- add marker for active object (toggle with c-key)
...
- make space-key toggle the model dialog for easier access (was m-key)
- fix Coord class bug
2007-02-27 15:39:49 +00:00
mfranz
628a000472
distance scaling doesn't work too well for heading
2007-02-26 19:15:26 +00:00
mfranz
490ed46d89
- allow selection and manipulation of multiple objects
...
- replace lon/lat adjustment with more predictable nearer/farther/left/right
adjustment (i.e. movements relative to the UFO position)
- add key bindings to move objects
2007-02-26 17:57:55 +00:00
mfranz
3079726bda
move dialogs from ufo.nas into dialog XML files
2007-02-24 19:48:02 +00:00
mfranz
be8ca62fc9
cleanup: use new Widget.setBinding()
2006-08-26 07:32:16 +00:00
mfranz
cc1623a6af
don't show status line by default
2006-07-01 06:02:31 +00:00
mfranz
50553b576d
- remove dead code
...
- new feature: Shift-click -> move selected model to new place
(keeping hdg & orientation)
Remember: Ctrl-click -> select nearest model
2006-06-05 16:33:39 +00:00
mfranz
6fb75899a0
use Ctrl-key-combinations where before spacebar-key-combinations were used
...
(Ctrl-click: select nearest model, Ctrl-up/dn -> cycle through model list)
2006-06-05 14:15:11 +00:00
mfranz
fc5ab53552
- hide status line in screenshots
...
- fix status dialog closing
2006-05-09 09:41:52 +00:00
mfranz
fdd9051722
finer slider operation
2006-04-24 21:40:28 +00:00
mfranz
c5527fc770
tweaks of the day
2006-04-24 20:34:59 +00:00
mfranz
f839a5111f
whoops ... typo
2006-04-21 19:59:51 +00:00
mfranz
543be9df3f
- make ufo import only static objects with a minimum of defined data
...
- turn off specular on the sign placeholder model
2006-04-21 19:49:44 +00:00
mfranz
21f0a726e6
don't convert spaces to underscores for signs. It happens much to often
...
that they are added unintentionally -> just drop them
2006-04-16 22:05:59 +00:00
mfranz
5b2dcaf44f
make invisible input field less visible :-)
2006-04-16 11:49:29 +00:00
mfranz
671c30449d
- empty legend input field when no object is selected/available
...
- tweaks & cleanup
2006-04-16 10:39:07 +00:00
mfranz
783c5cde5f
- fix unhiding in Dynamic.flash()
...
- some more comments (to make it look less messy ... or messier? :-)
2006-04-16 08:09:28 +00:00
mfranz
e18574273a
whoops ... forgot to remove some experimental code ... which doesn't work :-(
2006-04-15 21:09:35 +00:00
mfranz
e17146bdfa
- make deleting work even when 'flashing' of selected object is in progress
...
- fix object counter (which did often not go down to zero)
2006-04-15 20:21:41 +00:00
mfranz
47ccc8c4bb
- new status line dialog, which contains an input line for comments/legend
...
- if the selected model is the sign placeholder (Aircraft/ufo/Models/sign.ac;
first entry in the m-key dialog), then the export writes an OBJECT_SIGN
entry with the legend as contents (rather than the path).
Note that the input field for legend/comment is invisible if it doesn't
contain any text. You find it if you click right over the status line
entry in the lower left corner. Usability bug by design. :-)
(The dialog can also be dragged to another place.)
2006-04-14 14:58:08 +00:00
mfranz
25e6e4329a
- add all exported models into "models" group. That way it's possible to
...
load the export file directly into fgfs via --config option:
--config=$HOME/.fgfs/ufo-model-export.xml (An fgfs wrapper could add
this option automatically if the file exists. Mine does. :-)
- import all /models/model[n] objects into the UFO's model manager, so
that they become editable
Both features together allow to save an UFO object session and to continue
it next time.
2006-04-13 22:01:53 +00:00
mfranz
063a9d92e0
always use OBJECT_SHARED
2006-04-13 20:47:25 +00:00
mfranz
9d6342f1a8
add model for taxiway sign placing
2006-04-12 00:00:59 +00:00
mfranz
3ef957b66c
increase precision of output lon/lat values
2006-04-02 17:52:33 +00:00
mfranz
d52d4e9a8b
- restore old $FG_HOME in <help>
...
- print target path to terminal
- minor optimization
2006-04-02 17:35:47 +00:00
mfranz
2b1445dfd4
forgot one
2006-03-31 17:29:02 +00:00
mfranz
cd39d50c16
whoops ... /model is already reserved -> name it back to /cursor
2006-03-31 17:12:32 +00:00
mfranz
f433e090b6
distance measuring isn't ready yet
2006-03-27 13:23:44 +00:00
mfranz
b82a276062
- add cursor/selected model coords output again
...
- move counter to status line output
2006-03-27 13:13:57 +00:00
mfranz
cc23971688
- initialize click coords
...
- display_status function
- add model count to status line
2006-03-25 18:30:32 +00:00
mfranz
4039ff7e40
- add "sticky" buttons to keep last object's heading and/or roll/pitch
...
- fixed pos for model select dialog
- yet more cleanup
2006-03-24 15:33:06 +00:00
mfranz
74c64deaef
allow to cycle through model lise (space + cur up/down)
2006-03-24 00:20:22 +00:00
mfranz
275292c0b4
make model select dialog entries immediately effective. That way one can
...
keep the dialog open and quickly select & plant.
2006-03-23 19:06:18 +00:00
mfranz
6fe96ded5b
- reset display timer on model planting
...
- increase display time for active/selected status line
2006-03-23 16:56:55 +00:00
mfranz
fae858dbe3
- fix default model initialization
...
- add status line (green: active model -- clicks will plant it;
orange: selected model -- adjustable/removable)
- make manually selected models active (that is: further clicks will plant
this model type); doesn't apply to automatically selected models (after
removing)
- cleanup
TODO: yet more cleanup, add missing terminal output, etc.
2006-03-23 16:16:44 +00:00
mfranz
484fb41f10
support multiple models that can be chosen from list (TODO: clean up)
2006-03-22 20:25:58 +00:00
mfranz
377ab6e1fa
- write data to $FG_HOME/ufo-cursor.xml
...
- print model name in window title
- more help entries
2006-03-16 16:24:52 +00:00
mfranz
2cfa125201
try to guess if model is SHARED or STATIC
2006-03-15 20:37:38 +00:00
mfranz
24f360dfd1
- add "upright" button to zero roll/pitch
...
- add "dump" button (same as d-key)
2006-03-15 16:16:47 +00:00