0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added usage documentation to Word Generator base class and File Word Generator More... about 15 years ago
Made generate now private. Implementation classes now responsible for when and how they generate/regenerate. More... about 15 years ago
Made file loader workflow more logical. Details to be added to documentation. Still does not work after first 3 words. More... about 15 years ago
Created a test directory that links with Gtest More... about 15 years ago
Reworked FileWordGenerator and GameModule should be drawing from it for words. However, there's an issue with file loading to be resolved soon. More... about 15 years ago
Game Mode now looks for the appropriate letter after typing some. More... about 15 years ago
Fixed bug where listeners were not properly being added to the event system. More... about 15 years ago
Updated Component, Module and GameModule constructors to specify specific events to subscribe to. More... about 15 years ago
Merged branches More... about 15 years ago
Game mode now draws a crosshair over the target letter. More... about 15 years ago
Wrote a function that draws lines in screen space so that we can have visuals that don't resize with dasher coords. More... about 15 years ago
Merge and resolve conflicts with Julian More... about 15 years ago
The new event system is now compiling, and it appears to be working properly at runtime. Still need to test/add documentation. More... about 15 years ago
Merge branch 'master' of github.com:japplebaum/HFOSS-Dasher More... about 15 years ago
Merge branch 'Event_System_Restructure' of github.com:japplebaum/HFOSS-Dasher into Event_System_Restructure More... about 15 years ago
Merge branch 'Event_System_Restructure' of git://github.com/japplebaum/HFOSS-Dasher into Event_System_Restructure More... about 15 years ago
Merge branch 'Event_System_Restructure' of git://github.com/japplebaum/HFOSS-Dasher into Event_System_Restructure More... about 15 years ago
Doing more fixed to the event system - this step is not done yet. Won't compile. More... about 15 years ago
Doing more fixes to the new event system. Not done yet - won't compile. More... about 15 years ago
Correcting assorted compilation bugs More... about 15 years ago
Documented iNUM_EVENTS More... about 15 years ago
Merge branch 'Event_System_Restructure' of git://github.com/rgee/HFOSS-Dasher into Event_System_Restructure More... about 15 years ago
Moved typedef. More... about 15 years ago
Merge branch 'Event_System_Restructure' of git://github.com/rgee/HFOSS-Dasher into Event_System_Restructure More... about 15 years ago
Started work to correcy problems in the pointer arrow's behavior. Does not compile right now - lots of incomplete stuff. More... about 15 years ago
Started work to correct problems in the pointer arrow's behavior More... about 15 years ago
Event system should be complete. Keeping it in a branch for testing. More... about 15 years ago
Added whitespace to GameModule.cpp - don't plan to make other changes to game code on this branch. More... about 15 years ago
Merge branch 'Event_System_Restructure' of git://github.com/rgee/HFOSS-Dasher into Event_System_Restructure More... about 15 years ago
Game Module now draws an arrow that points to target letters. There are, however, still significant issues to work out with it's behavior. Removed g_pLogger->Log() calls from places we were previously experimenting, and added documentation to DasherView::DasherPolyArrow() More... about 15 years ago