Releases: SamurAI-Coding/Software2017-18
Version 2018.01.17
Version 2018.01.17
NOTICE: Travis CI seems to have an issue currently. (2018/01/18 00:20 JST)
https://twitter.com/traviscistatus/status/953453151574609920
Relaese Notes
This release has 5 commits including 2 merge commits from previous release ( v2018.01.14 ).
Compare: v2018.01.14...v2018.01.17
We changed game manager in this release, but there is no problem on normal use.
v2018.01.14
Version 2018.01.14
Relaese Notes
This release has 5 commits including 2 merge commits from previous release ( v2018.01.07 ).
Compare: v2018.01.07...v2018.01.14
v2018.01.07
Version 2018.01.07
Release Notes
- IMPORTANT change the unit of Remain Time from microseconds to milliseconds ( #61 )
- correct typo ( #62 )
- fix funny view ( #64 )
Attention
This release did not change binary files which depend on each environment from v2018.01.05 because C++ source codes(official/player) were not changed.
Thus, you can use the patch file which is attached at Assets.
Run a command like the following if you use it on a *nix environment.
patch -u -p1 --binary -d Software2017-18-2018.01.05/ < v2018.01.05_to_v2018.01.07.patch
However, you need download rule-*.pdf from Assets.
v2018.01.05
Version 2018.01.05
Release Notes
Attention
This release did not change binary files from v2018.01.01 because C++ source codes(official/player) were not changed.
Thus, you can use the patch file which is attached at Assets.
Run a command like the following if you use it on a *nix environment.
patch -c -p1 -d Software2017-18-2018.01.01/ < v2018.01.01_to_v2018.01.05.patch
v2018.01.01
v2017.11.16
v2017.11.15
Version 2017.11.15
Relaese Notes
- fix some bugs
- add sample player
- make it able to complie/run on Windows
- use boost lib >= 1.64.0
Test Officer
If you find problems, please contact him.
There are more options.
- twitter: @IpsjSamurAI
- email: samurai-contact@ipsj.or.jp
Validation method
I beg your pardon, but it took only the diff of log from others.
Command
./official/official samples/sample-course.smrjky player/greedy 1 player/greedy 2 --stdinLogFile0 stdin0.txt --stdinLogFile1 stdin1.txt > out.json
diff /path/to/local.log /path/to/target.log
Test infomation on OS X
Result: LGTM
Tester
@tskryg twitter: @mztmr_nggts
sw_vers
ProductName:Mac OS X
ProductVersion:10.12.6
BuildVersion:16G1036
clang --version
Apple LLVM version 9.0.0 (clang-900.0.38)
Target: x86_64-apple-darwin16.7.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Other Infomation
boost lib is not (brew-)installed on this env.
Test infomation on OpenSuSE Leap 42.3
Result: LGTM
Tester
Infomation
The environment is freshly install-battled , so no buildtool(make, gcc, ...) is installed.