Durk Talsma
c6feba04c9
Make the script a little more general purpose usable by removing a hardcoded filename.
2011-01-03 13:58:12 +01:00
Durk Talsma
6c165c30f2
Change file permissions to make the scripts executable.
2011-01-03 13:06:12 +01:00
Durk Talsma
dcfa2632fb
Traffic tools. Conversion scripts to convert between xml and plain text format. Initial version of conf2xml.pl by me. Updated and modified by Mike Nieber. xml2conf.pl by Mike Nieber.
2011-01-03 09:59:48 +01:00
James Turner
5bb247d40a
Fix syntax for IF DEFINED conditionals
2010-11-14 23:32:37 +00:00
James Turner
9bf4c887d4
Windows version.h generation script.
2010-11-14 23:26:27 +00:00
Christian Schmitt
0a5e86f4e6
remove old .cvsignore files
2010-11-11 01:16:29 +01:00
curt
c74cdade0b
Be compatible with newer versions of tail and gnuplot.
2009-04-15 23:19:30 +02:00
curt
3b478871dd
newest gnuplot doesn't like the "set terminal png color" command,
...
change to "set terminal png"
2009-04-15 23:19:30 +02:00
mfranz
4e13f8e4a0
nasal syntax: handle bracket error correctly
2009-03-18 08:00:09 +01:00
mfranz
7fd6f68c4e
nasal.vim: add getAliasTarget clearValue, values, io.flush
2009-02-16 00:56:44 +01:00
mfranz
6fa20b5903
revert to using a cached list of aircraft -- scanning the Aircraft/
...
dirs is only fast enough with hot file-cache, but a bit too painful
otherwise. Updating the aircraft.list is now easier, though: Just
type $ fgfs --aircraft=?<TAB>
2008-12-20 23:24:50 +00:00
mfranz
a9667c129c
better instructions
2008-12-20 12:50:03 +00:00
mfranz
f382f053ff
live-compile aircraft list, instead of requiring to build it
...
regularly. That's fast enough.
2008-12-20 10:32:42 +00:00
mfranz
29be38ed2a
mark file names (for post-processing)
2008-12-19 13:38:25 +00:00
mfranz
404c3c863a
include png and xcf files by default
2008-12-13 20:17:02 +00:00
mfranz
301915a05f
add props.Node.{initNode,alias,unalias}
2008-11-20 20:11:46 +00:00
mfranz
d612706304
Move vim syntax files from utils/syntax/ to scripts/syntax/. They aren't
...
exactly scripts, but neither are they utilities by themselves. And the
neighbourship to the completion scripts makes sense (IMHO).
2008-10-13 21:22:10 +00:00
mfranz
1c60d4b205
completion: move scripts from tools/ to completion/
2008-10-06 13:26:51 +00:00
mfranz
c248528c6f
Nicolas: zsh completion script
2008-10-01 11:32:06 +00:00
mfranz
0d89cb9073
- remove redundant command
...
- better alignment of help screen
2008-09-23 20:21:19 +00:00
mfranz
9d3941ae1b
lsprop: version math.pi (change %'v -> %q and %"V -> %Q; cosmetics)
2008-08-19 11:13:07 +00:00
mfranz
1a2dd7e63e
lsprop: make included paths absolute
2008-08-19 06:52:47 +00:00
mfranz
9c2b9af40d
lsprop: also consider includes from <PropertyList>; help improvements
2008-08-19 06:36:48 +00:00
mfranz
3da291dde6
lsprop: fix -p long option
2008-08-18 13:12:31 +00:00
mfranz
9959b08698
XMLErrors on one line
2008-08-18 10:15:39 +00:00
mfranz
1c4e485d12
lsprop: list properties of <PropertyList> XML files
2008-08-18 07:35:03 +00:00
mfranz
48c8ee3bfc
typo: s/atl/alt/ (for "alternatives")
2008-07-24 20:46:30 +00:00
mfranz
4bb77f71d4
argument & parameter completion for bash (instructions inside)
2008-07-24 17:52:04 +00:00
mfranz
43a882b2ec
script to output all frequencies for an airport as well as frequencies of
...
nearby radio navigation facilities and their distance/bearing to the airport
2008-05-04 21:33:16 +00:00
mfranz
93f8c676af
fg-check:
...
- fix rle detection
- check all textures (to catch some forms of curruption)
fg-submit:
- documentation fixes & cleanup
2007-07-28 17:03:10 +00:00
mfranz
a5548068dc
check for evil "userarchive" flags (in aircraft xml files)
2007-07-21 21:28:39 +00:00
mfranz
5135c9afd2
add check for thumbnail size
2007-06-05 16:04:24 +00:00
mfranz
8617b0a82a
- abort when "cvs up" failed (due to failed connection)
...
- improve fg-upload example: copying upload address to clipboard (KDE)
2007-03-15 17:05:51 +00:00
mfranz
e8840e4373
can't "exec" fg-upload, as this doesn't trigger the trapZZ
2007-03-11 22:05:37 +00:00
mfranz
962e61903a
- more efficient filter routine
...
- fix wrong log message
- cleanup & cosmetics, as always
2007-03-11 19:30:36 +00:00
mfranz
72ef38722d
whoops, need to turn off globbing, or ALLOW * doesn't do what it is supposed to
2007-03-10 21:40:39 +00:00
mfranz
f39ad54d93
before a day passes with no commits at all, better have some fg-submit stuff :-)
...
- drop the DEFAULT keyword in .fg-submit configuration files. That was
a silly idea. The default rules are now always appended. One can still
bypass them by ALLOWing or DENYing anything before, for example, by using
DENY *, or ALLOW *.
- fix a typo that broke ~/.fg-submitrc loading (but ~/.fg-submit worked anyway)
- some minor improvments, cleanup and all that
2007-03-10 20:46:38 +00:00
mfranz
5b683d1c8b
yeah, yet another patch ... :-]
...
- fix config file name in $HOME; This didn't match the documentation.
(doesn't cost us anything to check ~/.fg-submit first, and then ~/.fg-submitrc)
- don't use mktemp for the backup files. Some outdated distributions
(Debian) come with a version that mandates six X, which is just too ugly.
Just find the first free slot with sequential number. That isn't thread
safe, but mktemp isn't either, so ... (Should be using "lockfile", but
its availability on CygWin is questionable. And it's not *that* important.)
- some more documentation
- some cleanup, too, of course
2007-03-09 19:15:54 +00:00
mfranz
abc3b3ffa1
- rules can be defined in optional .fg-submit config files, via commands
...
ALLOW, DENY, IGNORE, DEFAULT ... see documentation on top
- make fg-upload arguments like the documentation says. (I had accidentally
left $1=$PWD, $2=archive, $3=diff, while it should be $1=archive, $2=diff)
- add -v option (verbose)
2007-03-09 16:22:27 +00:00
mfranz
3f1b379e9a
- escape '+' in awk pattern (gawk doesn't need it, but mawk does)
...
- change the mktemp lines to please Debian's stoneage version ... sigh
- reject archives
2007-03-08 23:16:57 +00:00
mfranz
cbae8f95ac
whoops, sorry for the noise -- we don't need that first arg
2007-03-08 17:14:29 +00:00
mfranz
d3e7ca7351
fg-check: speedup, minor fixes, cleanup
...
fg-submit:
- takes alternative optional basename (used instead of dirname)
- calls optional user defined fg-upload script at the end (example on top)
- minor fixes, different color for changed binary files
- cleanup, improved documentation
2007-03-08 16:45:48 +00:00
mfranz
48a57250be
- add fg-check script; Can be used to check source/data before committing or
...
submitting. Detects various kinds of ugliness, but also reports false
positives. (People aren't supposed to compress texture filer so save
40 bytes. ;-)
- bugfix in fg-submit + some more cleanup and cosmetics
2007-03-07 16:26:33 +00:00
mfranz
9a1d1e389a
don't move existing diff/tar.bz2 file away asking if it's ok to overwrite,
...
but rather copy the files to mktemp generated & guaranteed unique files
(don't worry, this is the last patch for today :-)
2007-03-06 21:48:28 +00:00
mfranz
d719f7ac63
cleanup
2007-03-06 21:23:26 +00:00
mfranz
937e8283a3
make unified diff
2007-03-06 20:35:28 +00:00
mfranz
7cea2dd67e
script that generates an archive with changed and new files for submission;
...
works on Unix/Linux/CygWin
2007-03-06 19:23:36 +00:00
mfranz
b075cf5f01
s/--props/--telnet/ (I may do that. I wrote this file. :-)
2007-02-19 16:18:57 +00:00
mfranz
d9015f6923
- check buffer length
...
- cosmetics
2006-11-23 09:26:43 +00:00
mfranz
f29a6dbf33
- don't use static buffer in class method
...
- prepend underscore to class member variable names
- cosmetics
2006-11-22 13:47:15 +00:00