1
0
Fork 0
fgdata/Nasal
torsten 862730999e Anders Gidenstam:
I suspect that work around for the /ai/models/model-added listener problem
(i.e. that the listener is called in the middle of the process of
adding/removing a MP entry) isn't the right way to solve the problem.

The attached patch instead defer processing of the added/removed
MP entries in the multiplayer Nasal module until the next time the Nasal
subsystem is executed. This should prevent the problematic execution of
the Nasal listener callback in the middle of C++ MP code.
2009-10-11 11:57:58 +00:00
..
aircraft.nas door.setpos(): stop movement before setting absolute value 2009-05-06 18:49:06 +00:00
atc-chatter.nas s/play-audio-message/play-audio-sample/ 2007-05-15 14:40:58 +00:00
bits.nas string(): make zero padding work if arg is 0 2008-12-22 01:50:48 +00:00
controls.nas use controls.startEngine(0) for starter release (easier to override) 2009-03-14 20:56:06 +00:00
debug.nas isnan: shorter & faster 2009-04-24 08:12:21 +00:00
dynamic_view.nas revert init signal change -- better fix the real problem 2008-12-19 20:52:22 +00:00
failures.nas Use initNode for safe, effective relief from code bloat. 2009-02-12 21:14:54 +00:00
fuel.nas - make props.initNode a props.Node method 2008-11-20 19:45:40 +00:00
geo.nas add documentation about geo.elevation()'s optional arg 2009-05-19 20:02:43 +00:00
glide_slope_tunnel.nas - make props.initNode a props.Node method 2008-11-20 19:45:40 +00:00
globals.nas - defined(): also consider the global namespace (as the comment implies) 2009-05-05 18:33:43 +00:00
gui.nas --prop:sim/multiplay/write-message-log=1 enables logging of MP messages 2009-02-15 17:36:47 +00:00
io.nas remove is{dir,reg,lnk,sock,fifo,blk,chr}. The vector returned by io.stat() 2009-02-15 21:08:55 +00:00
IOrules allow writing to the temp directory (for unix at least) 2009-06-17 15:38:29 +00:00
material.nas simplify by using the props.Node.setBinding() method 2007-05-11 19:02:20 +00:00
math.nas add signum function sgn(); consistent use of braces 2009-05-05 18:34:53 +00:00
mp_broadcast.nas Anders GIDENSTAM: Fix send to self 2009-06-03 17:19:17 +00:00
multikey.nas - let F12 pop up radio settings dialog (used to be Ctrl-r) 2008-10-08 21:59:31 +00:00
multiplayer.nas Anders Gidenstam: 2009-10-11 11:57:58 +00:00
prop_key_handler.nas prop_key_handler: improve search function; update comments 2009-05-06 20:37:40 +00:00
props.nas globals: cosmetics 2008-12-14 23:45:33 +00:00
redout.nas Re-order initialization and fix a couple of bugs. 2008-04-29 19:58:10 +00:00
screen.nas window.write: turn plain numbers into strings 2009-03-15 15:23:00 +00:00
startup.nas use a more reliable property to detect real-weather-fetch 2008-12-19 13:50:44 +00:00
string.nas add eXtended isstring: isxstring(), which also applies to \n 2009-01-27 19:27:21 +00:00
tanker.nas - Oooops, sorry for that. 2009-05-04 11:12:52 +00:00
track_target.nas - use "var" keywords everywhere 2009-01-30 21:24:59 +00:00
tutorial.nas s/set_lonlat/set_latlon/ 2009-01-15 00:39:51 +00:00
view.nas Updated the view popup , and restored the original indentation 2009-10-09 00:21:32 +00:00
wildfire.nas Anders GIDENSTAM: center dialog and print report only when there was a fire 2009-01-18 16:15:02 +00:00