curt
b8d3a41810
Update the ugear health structure to match the microgear code.
2007-02-19 22:52:52 +00:00
mfranz
6c95d65afa
fix set command: allow strings to contain spaces
2007-02-19 20:52:55 +00:00
mfranz
b075cf5f01
s/--props/--telnet/ (I may do that. I wrote this file. :-)
2007-02-19 16:18:57 +00:00
frohlich
a533e0c39d
Modified Files:
...
src/Scenery/newcache.cxx: Olaf Flebbe:
make destructor work.
Bug: Do not modify a map while iterating over it.
2007-02-14 17:55:52 +00:00
frohlich
96872a73cb
Modified Files:
...
src/Navaids/awynet.cxx src/Navaids/awynet.hxx: Olaf Flebbe:
Implement ~FGAirwayNetwork, though it is not called now
Guard snprint properly.
2007-02-14 17:51:23 +00:00
frohlich
b81a7c8180
Modified Files:
...
src/Main/Makefile.am: Remove junk
2007-02-14 17:45:57 +00:00
fredb
9ae7377c95
Fix the jpg http server
2007-02-10 16:32:21 +00:00
frohlich
9bb55e78be
Modified Files:
...
navradio.cxx: Olaf Flebbe: Use bool for booleans.
2007-02-09 05:41:42 +00:00
frohlich
4101e6791b
Modified Files:
...
Navaids/navdb.cxx: Olaf Flebbe: plug memory leak.
2007-02-09 05:35:10 +00:00
frohlich
654cc64659
Modified Files:
...
Airports/runways.cxx: Correct termination condition.
2007-02-09 05:34:34 +00:00
frohlich
d4ecbb8856
Modified Files:
...
src/Main/renderer.cxx: Avoid an additional camera.
Guard the plain OpenGL drawables better.
This change now requires the new osg tarball or osg cvs.
2007-02-06 05:32:24 +00:00
mfranz
d4f8622ff4
export mouse coords of "main" mouse
2007-02-05 20:29:26 +00:00
mfranz
862196a3ab
- add two error messages to setlistener() (invalid property or func object)
...
- adapt last changes to Style Of The Tile
2007-02-03 16:46:39 +00:00
fredb
106215f39a
Update MSVC 7.1 project file : annunciator removed
2007-02-03 07:36:36 +00:00
frohlich
93a70d3905
Modified Files:
...
FGJS.vcproj FlightGear.sln FlightGear.vcproj
FlightGearLib.vcproj JS_demo.vcproj: Olaf Flebbe: update VC8 build
system.
2007-01-31 21:44:29 +00:00
frohlich
32d3d33fea
Modified Files:
...
src/FDM/YASim/Launchbar.cpp: Olaf Flebbe: Make sure expressions
stay floats.
2007-01-31 20:50:17 +00:00
frohlich
fbb676cbbe
Modified Files:
...
src/FDM/JSBSim/FGFDMExec.cpp: Olaf Flebbe: initialize uninitialized
variable.
2007-01-31 20:46:19 +00:00
frohlich
0edd68cd36
Modified Files:
...
src/Main/bootstrap.cxx: Olaf Flebbe: Appears to be requierd for
static linkage and pthreadswin32.
2007-01-31 20:44:44 +00:00
frohlich
a8a85fa80c
Modified Files:
...
src/Main/util.cxx: Olaf Flebbe: flush the osgDB cache just before
exit. This avoids a static destructor cleanup problem with static
osg linkage.
2007-01-31 20:43:10 +00:00
frohlich
dc9750f16e
Modified Files:
...
src/Main/renderer.cxx: Fix typo
2007-01-31 20:37:43 +00:00
frohlich
14c52fb33d
Modified Files:
...
src/Main/renderer.cxx: Avoid the ClearNode
2007-01-30 20:34:07 +00:00
frohlich
d3fdf74e4f
Modified Files:
...
light.cxx light.hxx sunsolver.cxx tmp.cxx: kick out sg.h
2007-01-30 20:14:25 +00:00
frohlich
64b9f93589
Modified Files:
...
groundcache.hxx groundcache.cxx: Make use of the collision
library now available in simgear
2007-01-30 20:13:32 +00:00
mfranz
3dd9e4ca5e
remove annunciator.[ch]xx; this is now done via Nasal:
...
<nasal>
<annunciator>
<file>Aircraft/Generic/annunciator.nas</file>
</annunciator>
</nasal>
2007-01-29 22:36:28 +00:00
fredb
17957439a1
simplify and fix
2007-01-29 07:53:42 +00:00
mfranz
b73bd53744
this should now really be correct; nothing for a beauty contest, though
2007-01-28 22:55:37 +00:00
mfranz
c5cc84baeb
make sure entries are actually erased :-)
2007-01-28 20:59:47 +00:00
frohlich
227e96afa6
Modified Files:
...
src/Scripting/NasalSys.cxx: make sure iterators stay valid
2007-01-28 20:02:49 +00:00
frohlich
4ec7d1553c
Modified Files:
...
src/Main/renderer.cxx: Make it work with current osg cvs.
2007-01-28 20:01:47 +00:00
mfranz
978b7145b1
don't truncate strings output by print() to 1024 bytes. This was apparently
...
done for performance reasons, but print() should be able to output any
valid string, and when SG_LOG uses strings and streams already, then we
can use that here, too. (Not discussed with Andy yet.)
2007-01-28 12:16:37 +00:00
mfranz
98aa76ad33
Maik JUSTUS: fix bug that caused aircraft zombies on an MP player's last
...
position after he reset his fgfs
2007-01-28 11:40:56 +00:00
mfranz
c32ffcd3c9
Maik JUSTUS: add a missing pair of parens and rounding
2007-01-24 23:39:48 +00:00
mfranz
85c48d4e2e
better message
2007-01-23 23:40:08 +00:00
mfranz
22421f6687
allow listeners to remove themselves. This is done by marking them
...
dead and letting the next NasalSys::update() remove all dead listeners.
2007-01-23 16:47:04 +00:00
mfranz
016750c865
- remove "nasal-dir-initialized" signal node after use. This code is executed
...
before the property tree is stored away for reinit, so the signal would
be emitted again on reset.
- fix inconsistent style that sneaked in with a previous patch
2007-01-23 15:53:04 +00:00
mfranz
197fd50848
Maik JUSTUS: support waterplane anchor
2007-01-22 23:01:39 +00:00
frohlich
52645efa60
Modified Files:
...
src/Cockpit/hud.cxx src/Cockpit/hud.hxx
src/Cockpit/hud_labl.cxx src/Instrumentation/HUD/HUD_label.cxx:
Olaf Flebbe: avoid potential buffer overflows.
2007-01-22 05:46:51 +00:00
frohlich
a498181ac1
Modified Files:
...
src/FDM/YASim/Launchbar.cpp: Olaf Flebbe:
Use float consts in float code
2007-01-22 05:36:43 +00:00
frohlich
b7d9196f0e
Modified Files:
...
FlightGearLib.vcproj: Olaf Flebbe: MSVC8 project files updates
2007-01-22 05:26:59 +00:00
mfranz
e71d997c82
Maik JUSTUS: connect fix
2007-01-22 00:10:39 +00:00
mfranz
2af373e13a
raise signal "/sim/signals/nasal-dir-initialized" when all Nasal files
...
in $FG_ROOT/Nasal/* were loaded and executed, and thus all Nasal library
functions are available. This was in the past only done with settimer(..., 0),
constructions, but suchlike triggered timer functions are executed
*after* aircraft specific Nasal files were loaded, so they can't be
used for internal library initialization, where e.g. props.Node() is
already needed.
2007-01-21 19:52:49 +00:00
mfranz
2105d6744d
add fgSetString() stub
2007-01-21 10:48:22 +00:00
fredb
9eab3442d3
Update MSVC 7.1 projects
2007-01-21 10:32:57 +00:00
mfranz
6ebce11275
set /sim/signals/reinit to true before reset, and back to zero after it;
...
otherwise the last Hobbs time couldn't be read out at a reset
2007-01-21 00:19:39 +00:00
mfranz
8a489eed0b
only WARN if fgcommand "load" doesn't find the file; it returns the
...
success/failure result, and it's up to the caller to complain or ignore
2007-01-20 23:06:44 +00:00
mfranz
39269a1bb9
add fgSetString() stub
2007-01-20 22:45:46 +00:00
mfranz
e142aa2d50
fix messages
2007-01-20 22:22:47 +00:00
mfranz
30ba3a09e1
store the node itself as member, not the path
2007-01-20 21:26:07 +00:00
mfranz
5e2f46e232
Maik JUSTUS: update (messages are only temporary and for testing purposes)
2007-01-20 21:08:04 +00:00
ehofman
46d16035fb
*** empty log message ***
2007-01-20 10:08:40 +00:00