0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed all traces of EV_Textdraw as we no longer use it. More... about 15 years ago
Fixed bugs introduced by merge with game node tagging branch More... about 15 years ago
Merged in Game Node Tagging More... about 15 years ago
FIXED GAME NODE TAGGING. Now searching from the node under the crosshair instead of relying on the root, which can be inconsistent and isn't guaranteed to be 1 above the level we're trying to search. More... about 15 years ago
Made it so that the collection of events a component or module listens for is now a class-level constant. Before, they could vary by instance AND the caller of the constructor had to know what events the object needs...very poor design that managed to sneak in a while ago. More... about 15 years ago
Performed slight optimizations on Event Manager. Made typedefs private. More... about 15 years ago
Added include guards to old mock objects. Added mock object for FileWordGenerator. File word tests are NOT building yet. More... about 15 years ago
Of course, forgot to actually add the changed files on that last commit More... about 15 years ago
Cleaned up the internals of FileWordGenerator. These were transparent changes. More... about 15 years ago
Generate is no longer required for WordGenerators. The constructor of FileWordGenerator now throws an exception if the file does not exist. More... about 15 years ago
Cleaned up the mess from debugging the segfault and the node-tagging weirdness More... about 15 years ago
Merge branch 'master' into GameNodeTagging More... about 15 years ago
FIXED THE RANDOM SEGFAULT! Watch your if-statement blocks. :P More... about 15 years ago
Added test data to version control More... about 15 years ago
Documented test intents More... about 15 years ago
Made shell script to encapsulate running all tests. More... about 15 years ago
Lowered the number of dispatches in the stress test so it doesn't destroy Ryan's computer. Currently performing 10,0000,000 dispatches. More... about 15 years ago
Got rid of old test data More... about 15 years ago
Resolving conflicts More... about 15 years ago
Did some reorganization in EventHandler and wrote some new unit tests. More... about 15 years ago
Cleaned up file word generator. Segfaulting randomly on startup for some reason. Maybe a merge with new event code will fix it. More... about 15 years ago
Merge branch 'WordGenUnitTest' More... about 15 years ago
Merge branch 'master' of git://github.com/japplebaum/HFOSS-Dasher More... about 15 years ago
Refactored out magic string in FileWordGen. Added incomplete unit test for it More... about 15 years ago
Added TestPlatform to version control More... about 15 years ago
Cleaned up weird, old make targets... More... about 15 years ago
Merge branch 'master' of git://github.com/japplebaum/HFOSS-Dasher into GameNodeTagging More... about 15 years ago
Resolving a...whitespace conflict? More... about 15 years ago
Got rid of some leftover files from the merge. More... about 15 years ago
Merged Event_System_Unittest into master and resolved some conflicts. Now that Gtest is fully integrated, there is no need to maintain a separate testing branch. More... about 15 years ago