0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 02, 2024 — Sep 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Documented Game Node Drawn event More... about 15 years ago
Got rid of redundant reverse lookup function. Already exists in GetSymbols. oops. More... about 15 years ago
In the middle of Game mode UI development. Now, Dasher resets the model and text box every time the user toggles game mode. Have some logging statements lying around. More... about 15 years ago
Improved search approximation. Still not working. Currently segfaults on startup. More... about 15 years ago
Significant progress with Game Mode UI More... about 15 years ago
Added new node approximation functions. Committing and leaving early due to possible HAIL. oh god.... More... about 15 years ago
Merge branch 'NodeApproximation' of github.com:rgee/HFOSS-Dasher into NodeApproximation More... about 15 years ago
Moved Test text to a working location
=
More... about 15 years ago
Not building test for now. When we do, we get a really strange error. To be fixed later. More... about 15 years ago
Fixed compilation problemt in EventTest.cpp More... about 15 years ago
Merge branch 'master' into Game_Mode_Menu More... about 15 years ago
Adding in yet another m4 More... about 15 years ago
Resolving merge issues More... about 15 years ago
Hard coded version number into configure.ac More... about 15 years ago
Hard coded version number for now. m4 macro to get version number does not work. Specifically, git describe --abbrev=4 gives an error More... about 15 years ago
Merge branch 'master' of git://github.com/japplebaum/HFOSS-Dasher More... about 15 years ago
Added some m4's in gtest More... about 15 years ago
Added m4's in gtest. This better work More... about 15 years ago
Continuing work on game mode UI elements - now have a useless, but functioning dialog box and file chooser More... about 15 years ago
Started approximation function. Untested More... about 15 years ago
Finished moving game node searching to the model. The model now searches for game nodes itself. More... about 15 years ago
Began moving game search to the model and out of the specific node methods. Allows us to fire events easily while searching, for example. It also makes the code clearer. More... about 15 years ago
Added node types to each Dasher Node. Now we can perform conditional functionality without doing strange things like calling a search function on an element of the data structure you're searching. More... about 15 years ago
Added reverse lookup to character alphabet More... about 15 years ago
fixed memory leak with word generator in game module constructor More... about 15 years ago
got rid of unecessary null check More... about 15 years ago
Merge branch 'master' of git://github.com/rgee/HFOSS-Dasher into Game_Mode_Menu More... about 15 years ago
Added GameModule.cpp More... about 15 years ago
Once again, forgot to add anything before last commit. Need to stop doing that. More... about 15 years ago
Added test game mode data to version control. More... about 15 years ago