0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 12, 2025 — Mar 12, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed the layout a little bit, should be ready for the bus More... about 15 years ago
Halfway to a non-uglified layout. Apparently a global table layout is not for me More... over 15 years ago
Working on getting it looking 1/2 way decent, upgraded to 2.2 sdk, and new versions of Scala, sbt, eclipsify and sbt-android-plugin. More... over 15 years ago
Added the eclipse project config plugin to sbt, updated eclipse config. Removed android nature (unused). More... almost 16 years ago
changes to support Scala 2.8.0.RC1. More... almost 16 years ago
Merge branch 'master' of github.com:dleblanc/Positronic More... almost 16 years ago
Made the success info stay around longer, updated some of the stories. More... almost 16 years ago
Now support 0.4.1 version of the sbt plugin, small updates to support newer android installation style. Need to commit stuff from my other box - tests still broken. More... almost 16 years ago
Small refactor to make getMatchPercentage actually return percentage instead of fraction. More... almost 16 years ago
Finally fixed the stats stuff - we want the fraction of correct guesses / the total # of guesses or matches. More... almost 16 years ago
BUG: UI Still scores 75% when we don't do anything. Need to figure this out, cause the tests don't jive. More... almost 16 years ago
Updated a few things - added a 'both' button, a 'start' button, and a slider for N back count. More... almost 16 years ago
Simplified the controller a little more. Integrated some simple stats support in it. More... about 16 years ago
Fixed the test I thought I fixed last time - just had to fix the nBack value. More... about 16 years ago
Using the randomized pair creator for sounds and positions. Added lots of tests to ensure it's working properly. More... about 16 years ago
Fixed the issue with the randomizer making too many matches - fixed with a lot of grief, better algo altogether, if a little complicated. More... about 16 years ago
Integrated the randomizer into the sounds for the main game. Seeing a bug where we request 3 matches, and get 4. Hrrmn (off by one? shouldn't my test catch this?) More... about 16 years ago
Converted some tests to use scalacheck, much better coverage now - even though the production code didn't need to be tweaked. Much clearer on contract, exposed in tests. More... about 16 years ago
Added another really crappy test, this time for actually inserting the apropriate number of matches. More... about 16 years ago
Added some random sequence generator stuff, not yet integrated. More... about 16 years ago
Lots of good stuff - have the sounds working, frigged with the layout more. More... about 16 years ago
Added basically a parallel path that handles the sounds. This is so similar, that I think I'll probably introduce an enum or something - separate matcher object? Dunno. More... about 16 years ago
Fixed the issue where clicking position with 1 move in the history would cause it to bail. Off by one error. More... about 16 years ago
Added a text field to show the status of us mactching (or not matching) a position. More... about 16 years ago
Now have some blocks animating on the UI - from 0% to 100% alpha - good enough, but I'd like some colour on there. More... about 16 years ago
Added a .gitignore file to ignore unimportant stuff - man sbt has a lot of cruft! More... about 16 years ago
Updated the readme with build instructions. More... about 16 years ago
Initial commit of the Positronic project. Doesn't do anything interesting yet, stand by. More... about 16 years ago