Skip to content

Releases: Killswitch00/asm-linux

0.5

14 Feb 18:35
Compare
Choose a tag to compare
  • Binary renamed from "asm" to "armaservermonitor"
  • Fixed issue with finding the asm.ini file in /etc
  • Various small compilation, error and signal handling issues fixed.

0.4

18 Nov 18:21
Compare
Choose a tag to compare
0.4
  • Corrected CPS calculation. (This fixes the erratic CPS graph shown in ArmaServerMonitor.exe)
  • Debug logging is now disabled by default. They can be enabled for the extension by setting the environment variable ASM_DEBUG to 1 before launching the Arma server.
export ASM_DEBUG=1
  • Debug printouts for the asm server application can be enabled by using the -d start option:
./asm -s -d

0.3

12 Jul 10:29
Compare
Choose a tag to compare
0.3

Show asmdll initialization in the Arma server log output:

2015/05/09,  9:08:08 "ASM.fsm started"
asmdll: reading settings from ./asm.ini
asmdll: extension loaded
asmdll: init successful, pid 20012, using slot 0

0.2

12 Jul 10:27
Compare
Choose a tag to compare
0.2

Fixed: hung server-side instances would make the client receive garbage data.

0.1

12 Jul 10:25
Compare
Choose a tag to compare
0.1

First release