Skip to content

Releases: SamurAI-Coding/Software2017-18

Version 2018.01.17

17 Jan 14:43
v2018.01.17
3c24595
Compare
Choose a tag to compare

Version 2018.01.17

Build Status

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

  • [official] fix stuck problems ( #69 )
  • [player] fix collision process of Python 3 players ( #68 )

We changed game manager in this release, but there is no problem on normal use.

v2018.01.14

13 Jan 21:18
v2018.01.14
2c69ebe
Compare
Choose a tag to compare

Version 2018.01.14

Build Status

Relaese Notes

This release has 5 commits including 2 merge commits from previous release ( v2018.01.07 ).
Compare: v2018.01.07...v2018.01.14

  • [documents] fix last modified date ( ce932e6 )
  • [viewer] fix segv caused in case that a course length is longer than obstacles ( #65 )
  • [official] fix bug for collision process to disqualified player (#67 )

v2018.01.07

06 Jan 15:22
v2018.01.07
ae8f734
Compare
Choose a tag to compare

Version 2018.01.07

Build Status

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

05 Jan 09:01
v2018.01.05
cbea7a6
Compare
Choose a tag to compare

Version 2018.01.05

Build Status

Release Notes

  • correct typos ( #58 )
  • fix funny view ( #54 )

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

31 Dec 15:27
v2018.01.01
1038d73
Compare
Choose a tag to compare

Version 2018.01.01

Build Status

Relaese Notes

  • add sample players ( #44 #46 )
  • add sample courses ( #50 )
  • update rule* ( #41 #51 )
  • update README* ( #9 )
  • fix some bugs

v2017.11.16

16 Nov 11:59
v2017.11.16
Compare
Choose a tag to compare

Version 2017.11.16

Build Status

Relaese Notes

  • fix issue #31

v2017.11.15

15 Nov 09:24
v2017.11.15
Compare
Choose a tag to compare

Version 2017.11.15

Build Status

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.

@arukuka twitter: @arukuka

There are more options.

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

@arukuka twitter: @arukuka

Infomation

The environment is freshly install-battled , so no buildtool(make, gcc, ...) is installed.