| View previous topic :: View next topic |
| Author |
Message |
Vincent Ollivier
Joined: 19 Jan 2010 Posts: 17 Location: France
|
Post subject: Purple Haze v2.0.2 Posted: Mon Mar 26, 2012 6:34 pm |
|
|
Hi everyone,
It's been a long time since the last release of my engine Purple Haze. More than a year actually. This new release contains lots of stylistic changes and some bug fixes but no new major feature. The next release should be better in term of ELO gains.
| Code: |
$ git diff v2.0.1 v2.0.2 --shortstat
54 files changed, 4416 insertions(+), 2896 deletions(-) |
The focus was more on building a good testing environment with test cases for any changes in the code. That way the overall quality should improve slightly. I also wrote a small collection of tools (client, server and worker) to facilitate cluster testing. This last project is in early alpha stage and may not currently be useful to anyone else but it is already Open Source and published at https://github.com/vinc/occet.
To download and compile Purple Haze:
| Code: |
$ git clone git://github.com/vinc/purplehaze
$ cd purplehaze
$ make |
My code uses some features of C++11, so you will need GCC >= 4.6 or Clang >= 3.0. It used to compile with Intel C++ Compiler but not currently on my machine (running Arch Linux). |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|