-
Notifications
You must be signed in to change notification settings - Fork 14
Changelog
eraser1 edited this page Sep 17, 2016
·
4 revisions
- Sometimes the scripts log would show a dash
-
instead of GUID in ArmA 2. Updated the regex to account for this. - Fixed a few things in the readme that were outdated.
#### August 9, 2016 v1.0.4 * Resolved an issue where script restrictions would not be detected if the restriction number was greater than 9 (and therefore the exception would not be generated). I deserve a facepalm for that. * The debug log will no longer output the code from a duplicate restriction. This should make reading the debug log a lot easier, and you can always check the backup script logs for the actual code and other info. * Moved changelog to wiki!
#### August 5, 2016 v1.0.3 * A newline is added before script logs are appended to "BE_AEG_scripts.log" (if you choose to back them up). This should help prevent certain cases where a newline is missing at the end of scripts.log and the backup script logs get messed up in the middle. * The double quotes that wrapped exceptions should no longer be escaped (oops). * Newlines inside exceptions should no longer be escaped (oops again). * Duplicate restrictions are now a little more obvious in the debug log.
#### July 12, 2016 v1.0.2a * The program should now actually sleep (oops lol)
#### July 12, 2016 v1.0.2 * The program will now "sleep" for 0.5 seconds whenever the "script.log" file is empty (whenever the program generated exceptions, or there are no new exceptions) * The program will also "sleep" 0.25 seconds if the program fails to access the "scripts.txt" (instead of repeatedly accessing it as fast as possible) * Slight optimization regarding "duplicate" exceptions; the program will now immediately check if the restriction code matches any exceptions instead of generating the exception, and THEN checking for duplicate exceptions. * Added version number to the launch log. * The changelog is now in a separate file to reduce clutter in the ReadMe.
#### June 27, 2016 v1.0.1 * Double quotes (") and backslashes ( \ ) will now be escaped. * A different method is used to get time and date, so if you want to compile the program, you no longer need to set the preprocessor definition to allow the use of "ctime". * Consequently, time and date is now in the "MM/DD/YY HH:MM:SS" format (sorry non-Americans :p ).
#### June 25, 2016 v1.0.0 Initial Release