0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 29, 2024 — Aug 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added ability to add listeners. Set up new version of listener queue system. More... about 15 years ago
wrote function to register component for a specific event. Eventhandler now maintains a vector of vectors of listeners for each event. Notification not functional yet. More... about 15 years ago
Forgot to assign Text draw events their proper event type. Fixed that. More... about 15 years ago
Fixed more bugs blocking compilation More... about 15 years ago
Fixed conflicts in DasherViewSquare More... about 15 years ago
Continued de-bugging GameModule code. More... about 15 years ago
Gave TextDraw events a pointer to the view More... about 15 years ago
Merge with Julian and got rid of the debugging compare thing in GameModule More... about 15 years ago
Made some changes to GameModule - still getting 'undefined reference to vtable' error More... about 15 years ago
Game module SHOULD now draw an arrow to the target character, if it exists More... about 15 years ago
Merge branch 'master' of git://github.com/rgee/HFOSS-Dasher More... about 15 years ago
Forward declared new event More... about 15 years ago
Pulled from Ryan's repository, resolved conflict in GameModule.h More... about 15 years ago
Successfully hooking CGameModule into the module manager, event, and rendering systems. Struggling with a weird inheritance problem in CGameModule::HandleEvent. More... about 15 years ago
Created a new event that represents text draw events to give us access to the location of text drawn the screen. GameModule now listens for this event. More... about 15 years ago
Continued work integrating the game module into dasher - still have some work to do. Have some cout statements lying around More... about 15 years ago
Added Google Test framework in Testing directory. All of our test code will go in Testing/tests. Attempted to modify the gtest makefile to support the first test. More... about 15 years ago
Modified makefile to compile generators More... about 15 years ago
Wrote a word generator that abstracts away the logic for generating words for any purpose. Will be used in game mode to generate target strings from a file. More... about 15 years ago
Added Game Module to makefile More... about 15 years ago
Modified DasherInterfaceBase to integrate the game module in. Not sure whether it compiles or not - still having trouble in that arena. More... about 15 years ago
Merge branch 'master' of git://github.com/japplebaum/HFOSS-Dasher More... about 15 years ago
Added string partitioning functions to GameModule More... about 15 years ago
Resolved conflict on GameModule.h. Plan to change workflow. More... about 15 years ago
Added method declaration for DecorateView to GameModule.h More... about 15 years ago
Created CPP for GameModule and wrote event handler More... about 15 years ago
Wrote skeleton for game mode module. COMPLETELY UNTESTED. DO NOT PULL. MAY NOT COMPILE UNTIL 6/15. I just pushed to my repo to save changes somewhere More... about 15 years ago
Fix 578d5f151ef0e705f4d52908e30439c20593aa21 More... about 15 years ago
Updated Serbian translation More... about 15 years ago
Fix remaining GSEAL_ENABLE issues (#614995). Remove CCanvas' copy of DasherScreen's width and height. More... about 15 years ago