Description:Gammadump is a damage dumper that comes with no GUI, runs in a console window on Linux, Mac & Windows and is released under the terms of the GPLv3.
Current Version: 1.4
Website:
http://tom-f.org/code/gammadump/gammadump.phpDirect download:
http://tom-f.org/code/gammadump/gammadump.zipChangelog:V 1.4fix: Fixed Energy = fire damage bug
del: Removed misses count and processing, because AO only reports *your* misses, not the ones of others. Sorry for recognising this so late.
add: Signal control support for Linux/Mac. Readded INT/TERM signal catching for cleanup function.
fix: Rewrote the terminal-settings function. Typed characters won't be echoed unless needed now, and getting keyboard input in Mac does now work.
chg: Thousand-separator is now "'" instead of a "," . Looks a lot nicer.
add: Now included: Mac OS X binary. :-)
V 1.3chg: Faster exit on Ctrl+C
add: Filter mob names that have a ' in the name
add: Arbitrary search for places
add: Reverse search for places
chg: Speedup by omitting search for places that cannot be filled because previous one is empty
fix: After reset, keep team associations
add: A "set console colour to default" command will be issued at the end of the program for linux users
add: Automatic writing of team damage log
add: Overflow protection if someone accumulates too much damage ( greater than 2147483647 )
add: Detailed damage statistics for players (on pressing 's')
chg: 'd' now shows highscore and dumps to file, like the 't' key.
chg: 'h' is now used for arbitrary highscore lists.
V 1.2chg: dpam timeout set to 7
fix: faster exit when pressing q
add: colours
fix: gammadump.conf was not read by default
add: '?'-key to display help
V 1.1fix: re-worked the place sorting
add: if dmg=0, do not add to dmg
chg: dpam timeout set to 10
fix: error opening (ao) logfile returns logfile path, not config file path
add: note to run dos2unix on example.conf for linux users
chg: character will be printed for each type of dmg/pet assoc. etc.
add: readme, changelog
add: writeinterval option
fix: close config file filedescriptor after reading. (oops)
V 1.0Initial release.