ehofman
d3782d2832
Add some fuel and light properties
2008-10-26 10:24:35 +00:00
fredb
a24f54b7e8
3D clouds from Stuart Buchanan. Need a recent driver update, --enable-clouds3d option and a Weather Scenario to show up
2008-10-26 09:38:46 +00:00
mfranz
80b88416a7
Dmitry "DimkaS" Koroban: Genius F23-USB js config
2008-10-25 21:14:03 +00:00
mfranz
05cc0f3fda
add complementary function to bits.string(): bits.value() This is rather
...
pointless for running fgfs, but can be useful for development and debugging,
and it's just a few lines.
2008-10-25 15:03:32 +00:00
mfranz
6384588444
I said "correctly".
2008-10-25 14:24:26 +00:00
mfranz
f7bd13fed3
debug.dump(): print empty strings as hash key correctly
2008-10-25 14:20:47 +00:00
mfranz
6371627424
bits.string: add optional zero-padding
2008-10-23 22:16:32 +00:00
mfranz
97c1ec0ac7
set: bugfix (invert test; still faster than the old version :-)
2008-10-22 23:27:03 +00:00
mfranz
c0b2e1256e
use bits functions & cleanup
2008-10-22 23:05:54 +00:00
mfranz
f5ab1de0b6
set/clear: shorter & a few nanoseconds faster
2008-10-22 23:04:07 +00:00
mfranz
464d9d3f75
add bits.toggle() and bits.switch()
2008-10-22 20:56:22 +00:00
mfranz
80215e0731
"export" bit vector & cleanup
2008-10-22 14:02:58 +00:00
mfranz
6003c3a17d
bits.test: remove silly loop
2008-10-22 13:26:55 +00:00
mfranz
6d5585ec65
restore simple bits functions. Useful for setting/testing boolean values
...
inr MP transport, and for setting/clearing modifier bits in js config files.
2008-10-22 12:49:01 +00:00
mfranz
2f76461c8c
io.nas/stat: drop use of broken bits library
...
gui.nas/OverlaySelector: me.data is no longer a node; only sort once
2008-10-21 21:37:41 +00:00
mfranz
43394835b0
add explanation for "particles"
2008-10-20 20:24:50 +00:00
mfranz
0bd5bc58a7
livery: documentation fix
2008-10-19 21:12:57 +00:00
mfranz
c5fe446f58
overlay-select.xml, gui.nas: fix overlay-dialog close(); add relpath() func
...
aircraft.nas: remove redundant data.add()
2008-10-19 12:34:09 +00:00
mfranz
94211721cf
livery: fix bad default nameprop (must be relative)
2008-10-19 11:55:52 +00:00
mfranz
32bf0f7265
gui.nas: remove trailing slashes in nameprop/sortprop
...
aircraft.nas: add generic overlay_update function, and make livery_update
a wrapper for it
2008-10-19 11:52:56 +00:00
mfranz
4393681be9
add flag/checkbox to enable/disable particles
2008-10-17 21:21:22 +00:00
torsten
fcffbe5986
Csaba Halász: Be advised that the texture repeat parsing of the osg ac3d loader
...
plugin changed on 3rd of october.
This means, textures without a "texrep" value will not repeat any more.
This might affect texture animations, such as in the case of kx165
2008-10-17 09:11:14 +00:00
vmmeazza
dd182cab6c
Adjust format
2008-10-16 16:51:32 +00:00
vmmeazza
6c7d862a31
Bugfix
2008-10-16 16:30:41 +00:00
mfranz
943c939553
this is now done by gui.OverlaySelector using overlay-select.xml
2008-10-16 16:14:03 +00:00
mfranz
da7d1ded71
aircraft.nas: make aircraft.livery a wrapper for gui.OverlaySelector
...
gui.nas: add file name to stored data (needed for MP-livery)
2008-10-16 15:26:19 +00:00
mfranz
4b9f8ecb1f
no longer needed; gui.OverlaySelector uses generic overlay-select.xml now
2008-10-15 18:18:14 +00:00
mfranz
a021ab0af0
- aircraft.nas: remove formation class (Deprecated only three hours ago.
...
Is this fast development, or what?! :-)
- gui.nas: remove debug message
2008-10-15 18:14:54 +00:00
vmmeazza
33161d2ec0
Add switchable flightdeck lighting
2008-10-15 18:08:16 +00:00
mfranz
181dbba72c
OverlaySelector: more robust path handling
2008-10-15 16:48:24 +00:00
mfranz
c350a7b6a8
s/fixpath/normpath/ (as in python)
2008-10-15 16:35:11 +00:00
mfranz
8c7e7cb994
OverlaySelector: add callback func arg; only store the file paths
2008-10-15 16:13:10 +00:00
mfranz
5d576f0e3d
- gui.OverlaySelector: add optional sort criterion, add selection by index,
...
add next(), and previous() methods.
- aircraft.nas: deprecate formation class
2008-10-15 15:27:56 +00:00
mfranz
6a72126327
OverlaySelector: don't autosave choice. That's easy enough to do "by hand".
2008-10-14 18:48:54 +00:00
mfranz
4341781968
add overlay selector dialog class (similar to the livery selector)
2008-10-14 18:41:19 +00:00
sydadams
37bba43061
re adding rgb sky textures until patch is applied
2008-10-14 04:22:23 +00:00
sydadams
74ebae5b2b
changed rgb to png
2008-10-14 00:55:22 +00:00
sydadams
0d92354f3b
Switching Textures to png format
2008-10-14 00:52:33 +00:00
mfranz
09a682a610
cmdarg() in listener functions is no longer supported; use regular func args
2008-10-12 20:35:38 +00:00
mfranz
832c035499
cmdarg() in listener functions is no longer supported; use regular func args
2008-10-12 19:09:14 +00:00
mfranz
0b453c6da3
- drop cmdarg() usage in listener functions
...
- use var keyword
2008-10-12 18:50:06 +00:00
torsten
838dff7b5f
consolidated multiple actions into single pick animations
2008-10-12 17:33:57 +00:00
martin
3465b98f40
Myself: .... didn't load the default livery properly.
2008-10-12 14:59:14 +00:00
martin
3c589caf9d
Heiko Schulz:
...
.... didn't load the default livery properly.
2008-10-12 13:56:41 +00:00
torsten
4498e9b4b0
property-save code simplification
2008-10-12 13:42:23 +00:00
martin
5558852110
Unify line endings
2008-10-11 23:17:23 +00:00
martin
20d64b1fb1
Fix typo.
2008-10-11 22:59:22 +00:00
martin
c64d2e1b69
Heiko Schulz:
...
Binary files for C172-update
2008-10-11 22:46:58 +00:00
martin
f30e034e55
Heiko Schulz:
...
A big step at bringing the default aircraft into the state it actually
deserves.
Features:
- new, accurate exterior modell, modelled with original 3-views by Cessna
- textures with shadow shading
- livery changing sytem over mp
- immatriculation over mp
- glass shader with fresnel effect
- nearly complete 3d-panel
Known Bugs:
- Radio_Stack shines through the fuselage. New 3d radio_stack has yet to be done.
To-Do:
- Suction-Instrument
- Interior with much more details and painting
- Radio_stack
- doors openable
- lights
- fully animation of the gear
- failure system by Erobo
2008-10-11 21:50:45 +00:00
abory
f704f0ac0a
- Alexis Bory: Small texture adjustment.
2008-10-11 16:58:23 +00:00