0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 13 hours ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Using C++0x style enumerators, at least with the scope More... over 14 years ago
Adding header file include More... over 14 years ago
Cosmetic minor improvements More... over 14 years ago
Adding Observer pattern More... over 14 years ago
Adding client data model class, containing information about interesting variables shared in the application (e.g., player stats) More... over 14 years ago
Adding camera modes, managers, etc. More... over 14 years ago
Rename macro More... over 14 years ago
Adding a new file to contain math functions and constants which are not so often included as to justify to have them in config.hxx or util.hxx --included in virtually any file of the project--, creating a few new functions and moved others (PI and power2) from the files aforementioned More... over 14 years ago
Comment on a variable More... over 14 years ago
Adding one #define that was stored elsewhere More... over 14 years ago
Add main entry of the client application More... over 14 years ago
Add commands and command manager for the client More... over 14 years ago
Adding config file for the client More... over 14 years ago
Minor formatting change More... over 14 years ago
Passing string as old-style, otherwise crashes at runtime More... over 14 years ago
Adding classes to perform die rolls More... over 14 years ago
Adding Exception class, based on std::exception More... over 14 years ago
Add CMake files More... over 14 years ago
Change enumerator style for a C++0x one More... over 14 years ago
Add classes for commands and command managers More... over 14 years ago
Add another version of strFmt, simpler syntax taking advantage of return-value optimization (RVO) More... over 14 years ago
Adding config.hxx, a file to include everywhere with common macro definitions and utility stuff, as logging More... over 14 years ago
Doxygen enhancements More... over 14 years ago
Revisiting class More... over 14 years ago
Using config.hxx for code-wide definitions and includes More... over 14 years ago
Add ConfigMgr More... over 14 years ago
Improve documentation More... over 14 years ago
Removing placeholder More... over 14 years ago
Add more utility functions More... over 14 years ago
Add logger class More... over 14 years ago