0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 12 hours ago.
Mar 09, 2025 — Mar 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added TP04 frames to FrameFactory and FrameBuilder More... almost 18 years ago
Removed last usage of long long. More... almost 18 years ago
Replaces long long with int64_t in Vector3d. More... almost 18 years ago
Added two more files to .gitignore. Namely the two test programs. More... about 18 years ago
Added ObjectDescription, ObjectParameterGroup and ObjectParameter. This does not include a Visitor for ObjectParameter, changing Object to use ObjectDescriptions, or any of the ObjectParameter types. These will be done later. More... about 18 years ago
Moved ObjectParameter to ObjectOrderParameter to make way for new ObjectParameter. ObjectParameter will be parameters of Object, where as ObjectOrderParameter is an OrderParameter about an Object. More... about 18 years ago
Added ObectTypesList frame type. More... about 18 years ago
Added GetObjectTypesList and GetObjectDesc frames. More... about 18 years ago
Wrote GameInfo::unpackBuffer. Made easier thanks to recent changes to Buffer. More... about 18 years ago
Merge branch 'buffer-rework' into tp04frames More... about 18 years ago
Fixed Redirect to work with strings from Buffer. Only updated date in cpp file, license info already there. More... about 18 years ago
Fixed ListParamter and StringParameter to work with strings to/from Buffer. Also added license info to all 4 files. More... about 18 years ago
Fixed OrderDescription to work with strings from Buffer. Also added license information. More... about 18 years ago
Fixed Message to work with strings from Buffer. Also added license information. More... about 18 years ago
Fixed Board to work with strings from Buffer. Also added license information. More... about 18 years ago
Fixed Object to use Strings from Buffer. Also added License information. More... about 18 years ago
Fixed FailFrame to use strings from Buffer. Also fixed license info in cpp and h files. Appears to be missing from a lot of the files. More... about 18 years ago
Fixed OkFrame to work with strings from Buffer. Also added license information in cpp and h files. More... about 18 years ago
Fixed up FrameCodec for Buffer changes. More... about 18 years ago
Fixed imcomplete work on frame version in readHeader of Buffer. More... about 18 years ago
Fixed most of the issues with Buffer. Now works with strings instead of char*, uses specific uint32_t and 64_t types. Supports TP04 and string padding filter. More... about 18 years ago
Added GameInfo frame. Unpack method not yet implemented, want to put some features into Buffer to make unpacking better first. More... about 18 years ago
Updated gitignore to get some more generated files More... about 18 years ago
Added SetFilters frame. More... about 18 years ago
Added FinishedFrame and GetGameFrame to build More... about 18 years ago
Corrected typo of FinishedFrame. More... about 18 years ago
Added GetGameInfo frame. Not yet added to build. More... about 18 years ago
Fixed header protection in finished.h More... about 18 years ago
Added Finished frame for player finished turn messages. Not yet added to build. More... about 18 years ago
Added TP04 frame types. Also added missing licence information. More... about 18 years ago