ehofman
|
bc05b9e26e
|
allow writing to the temp directory (for unix at least)
|
2009-06-17 15:38:29 +00:00 |
|
abory
|
f5601ebf3a
|
- Ooops, sorry for that.
|
2009-05-04 11:03:39 +00:00 |
|
abory
|
36bad881f0
|
- Gijs de Rooy: Generic pushback.
|
2009-05-04 10:58:27 +00:00 |
|
mfranz
|
1bf00fbc92
|
generally allow *.log files under /home/m/.fgfs
|
2009-02-16 15:48:02 +00:00 |
|
mfranz
|
b465bd27a8
|
--prop:sim/multiplay/write-message-log=1 enables logging of MP messages
to $FG_HOME/mp-messages.log
|
2009-02-15 17:36:47 +00:00 |
|
mfranz
|
49defb639e
|
- load_nasal(): catch usage of improper namespaces (e.g. $FG_HOME/Nasal/isa.nas)
- IOrules: add harmless rule for extremely popular Nasal addon script :-)
|
2008-07-30 20:34:52 +00:00 |
|
mfranz
|
ae40faf4e5
|
cosmetics (comment fixes & improvements, variable name)
|
2008-07-27 22:00:58 +00:00 |
|
mfranz
|
93bc59c9a3
|
update comment
|
2008-07-23 15:42:43 +00:00 |
|
mfranz
|
c604b92deb
|
now that the file reading/writing fgcommands underlie the same mechanism
as Nasal's io.open(), we need to allow saving/loading flights and saving
aircraft specific data at exit
|
2008-07-11 16:38:51 +00:00 |
|
mfranz
|
6e24e077ba
|
- invert io.load_nasal() return value
- let load_rules() return nil or the path (rather than 0 or 1)
- better log output
- cosmetics
|
2008-07-03 16:23:13 +00:00 |
|
mfranz
|
bf9c2dc6a5
|
read rules for io.open() file access from $FG_ROOT/Nasal/IOrules or, if
available, from $FG_HOME/Nasal/IOrules. That's desirable because
ordinary users aren't allowed to edit files in $FG_ROOT.
|
2008-06-16 10:47:02 +00:00 |
|