0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Mar 21, 2025 — Mar 21, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added mod time to order descriptions. More... almost 21 years ago
Added readline as a dependance, and used it for the console. More... almost 21 years ago
Updated Board and Message frame - board now has timestamp, message now has. More... almost 21 years ago
Added Get Board Ids handling. Tpclient-pywx now runs (somewhat) again. More... almost 21 years ago
Tpserver-cpp is now *single threaded*. More... almost 21 years ago
Added tcpsocket, and removed the listen socket from Network, making things. More... almost 21 years ago
Needed resource list on the end. More... almost 21 years ago
Slighly nicer delete. More... almost 21 years ago
Split connection into a three class hierarchy. More... almost 21 years ago
Fixed segfault bug with objects, make sure we have a valid objectdata before. More... almost 21 years ago
Fixed modtime sending on Object Id lists. More... almost 21 years ago
Moved modtime to ObjectData, as they need to update it too. Added touchModTime calls to the various ObjectData classes, probably a bit overkill in places. More... almost 21 years ago
Added modified time to Object, but doesn't cover all times it changes, need. More... almost 21 years ago
Handle Get Order Type (get order desc id) frames. More... almost 21 years ago
Added doGetOrderTypes method to respond to client queries. More... almost 21 years ago
Renamed two enum values so the reflect what they do better. More... almost 21 years ago
Should now answer get Object ids by container. More... almost 21 years ago
Fixed spelling mistake in frame type enum. More... almost 21 years ago
Should now do GetObjectIds by Pos. Also fixed small invaliding sequence key bug. More... almost 21 years ago
Played around a bit and I think i have GetObjectIds going. In the process, I have added support for limited visibility of objects for each player! The support is not used currently. More... almost 21 years ago
Updated frame type enum, and removed data url/chunk/store because it is no. More... almost 21 years ago
Added version number to startup messages and added GPL note as well. More... almost 21 years ago
Changes to accomidate the latest changes to TP03. More... about 21 years ago
Handle GetDataHeader, GetData and RemoveData frames. More... about 21 years ago
Added DataStore to Game object. Getter too. More... about 21 years ago
When removing a data chunk, send an OK frame back. More... about 21 years ago
Write data in frame when asked. More... about 21 years ago
Added packData method as needed by data frames. Also added unpackData, but might not be a safe to use. More... about 21 years ago
Added DataStore and DataChunk classes for binary Data handling. More... about 21 years ago
Since some client's will not be sending the null terminator to strings any. More... about 21 years ago