weltyc / ntest

NTest othello program
27 stars 12 forks source link

Basic WIN32 cleanups - get rid of a bunch of unnecessary code. #15

Closed vladpetric closed 10 years ago

vladpetric commented 10 years ago

First installment.

weltyc commented 10 years ago

Which platforms have you tested this on?

On Sat, Feb 22, 2014 at 11:17 AM, vladpetric notifications@github.comwrote:

First installment.

You can merge this Pull Request by running

git pull https://github.com/vladpetric/ntest master

Or view, comment on, or merge it at:

https://github.com/weltyc/ntest/pull/15 Commit Summary

  • Basic WIN32 cleanups - get rid of a bunch of unnecessary code.

File Changes

  • M src/Evaluator.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-0(6)
  • M src/SpeedTest.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-1(6)
  • M src/core/Cache.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-2(6)
  • M src/game/Game.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-3(5)
  • M src/main.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-4(18)
  • M src/n64/randomPlayTest.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-5(4)
  • M src/n64/stdafx.hhttps://github.com/weltyc/ntest/pull/15/files#diff-6(8)
  • M src/options.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-7(4)
  • M src/pattern/Patterns.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-8(8)
  • M src/randomEvalGen.cpphttps://github.com/weltyc/ntest/pull/15/files#diff-9(6)

Patch Links:

Reply to this email directly or view it on GitHubhttps://github.com/weltyc/ntest/pull/15 .

vladpetric commented 10 years ago

Windows and Linux.

Windows (Visual studio) doesn't like random/srandom, so I switched to the more traditional rand/srand.

Vlad

On Sat, Feb 22, 2014 at 6:33 PM, Chris Welty notifications@github.comwrote:

Which platforms have you tested this on?

On Sat, Feb 22, 2014 at 11:17 AM, vladpetric <notifications@github.com

wrote:

First installment.

You can merge this Pull Request by running

git pull https://github.com/vladpetric/ntest master

Or view, comment on, or merge it at:

https://github.com/weltyc/ntest/pull/15 Commit Summary

  • Basic WIN32 cleanups - get rid of a bunch of unnecessary code.

File Changes

Patch Links:

Reply to this email directly or view it on GitHub< https://github.com/weltyc/ntest/pull/15> .

Reply to this email directly or view it on GitHubhttps://github.com/weltyc/ntest/pull/15#issuecomment-35818792 .