0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added notes file More... about 19 years ago
Conflict stemming from case-insensitive identical names for README file and readme dir. Moving README file appropriately. Server-side hook installed to prevent problem from occuring again. More... about 19 years ago
Fixed double lookup for doing updates in merge; we do a 'find' call then we call update which repeats the find call. overloaded function to take dNode* optionally which will just update that dNode. Also created add for when we know something isn't in the list yet (if we just kept dNode* and set it to null when it wasn't found, wecouldn't distinguish naivecalls to update requiring a .find in the hashtable; also added three static functions to dNodeList each encapsulating the merge of rel, fprint, and count to make it easier to toy with. we could make these function pointers, but if we do this, where does the generality stop? are we making a swarming framework, or a specific swarming liobrary? More... about 19 years ago
extracted merge functions from merge to rel_m fprint_m and count_m. This will make experimentation easier and possibly allow for further abstraction if it is deemed necessary. More... over 19 years ago
Implemented object oriented dMessage interface More... over 19 years ago
Updated makefile More... over 19 years ago
added README.squadron More... over 19 years ago
added readme/ folder to svn More... over 19 years ago
added README.app More... over 19 years ago
deleted unnecessary files More... over 19 years ago
added doomapp.conf More... over 19 years ago
Added dAddress.cpp so .string() is now redundant for couts; also fixed complaint about DEC_FACTOR in exploration... now it is declared in class and defined in cpp More... over 19 years ago
new, with doomcannons splash screen! More... over 19 years ago
erased a cout. More... over 19 years ago
fixed limit More... over 19 years ago
latest working with fprint and reliability More... over 19 years ago
- more output for squad test More... over 19 years ago
app now will not try to start the squadron once it's already started More... over 19 years ago
- added command-line port parameter More... over 19 years ago
update to doomcannon app v2.5 More... over 19 years ago
added icons for prettyness More... over 19 years ago
- no memory leaks wooooooooo! More... over 19 years ago
htonl error fixed More... over 19 years ago
OMFG WTF More... over 19 years ago
latest gui code. just small tweaks and bugfixes More... over 19 years ago
Andrew is magical. More... over 19 years ago
debugging More... over 19 years ago
added some error checking code More... over 19 years ago
- "intelligent" exploration More... over 19 years ago
the latest and greatest in file transfering. TODO add error checking code. More... over 19 years ago