forked from Killswitch00/asm-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
27 lines (20 loc) · 696 Bytes
/
ChangeLog
File metadata and controls
27 lines (20 loc) · 696 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
0.5
Binary renamed from "asm" to "armaservermonitor".
Improvements in error and signal handling.
Fixed issue with finding asm.ini in /etc
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 -d
0.3
Show asmdll initialization in the Arma server log output.
0.2
Fixed: hung server-side instance would make the client receive garbage data.
0.1
First release