openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
T
tpserver-cpp
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Mar 25, 2025 — Mar 25, 2026
Showing page 67 of 77
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Noted that gnutls is optional.
Lee Begg
More...
over 20 years ago
Tpserver-cpp now has secure socket.
Lee Begg
More...
over 20 years ago
Added MysqlFleet, for Fleet Objects. All object types done.
Lee Begg
More...
over 20 years ago
Added GetDamage and SetDamage methods for presistence.
Lee Begg
More...
over 20 years ago
Added mysql persistence for Planet Object type. Also reverted logging change in MysqlPersistence, and then fixed logging correctly.
Lee Begg
More...
over 20 years ago
Use MysqlEmptyObject for EmptyObject ObjectData Object types. Namely Galaxy and Starsystem.
Lee Begg
More...
over 20 years ago
Set the table version for the universe table.
Lee Begg
More...
over 20 years ago
Temporarily clear universe table, and clarify logging when checking table version.
Lee Begg
More...
over 20 years ago
Adding universe extra data ("objectdata") saving to mysql backend. If Mysql is configured and running, add the MysqlUniverse MysqlObject type to the MysqlPersistence so that Universe type objects are fully saved.
Lee Begg
More...
over 20 years ago
Now use ObjectManager.
Lee Begg
More...
over 20 years ago
Fixed objectmanagement, removed universe item cache.
Lee Begg
More...
over 20 years ago
Added ObjectManager class to build.
Lee Begg
More...
over 20 years ago
Add ObjectManager class to be a cache of objects.
Lee Begg
More...
over 20 years ago
Added getMaxObjectId to persistence and implemented it in MysqlPersistence.
Lee Begg
More...
over 20 years ago
Now can retrieve the common parts of an object back.
Lee Begg
More...
over 20 years ago
If object is not in the objects cache, try getting it from the persistence.
Lee Begg
More...
over 20 years ago
Methods for Persistence handling.
Lee Begg
More...
over 20 years ago
Use the mysql threadsafe library.
Lee Begg
More...
over 20 years ago
If we can load the universe object from the persistence, don't create a new game.
Lee Begg
More...
over 20 years ago
Fixed silly colonise order bug (change 0.0 to 1.0).
Lee Begg
More...
over 20 years ago
Finally fixed Build order not getting designs bug. Scheme is hard to debug inside a cpp file...
Lee Begg
More...
over 20 years ago
Mysql backend can now insert objects, partly. Also added a few helped methods, lock, unlock, addslashes. Because it can't retrieve the objects, and recreates they at every startup, when the MysqlPersistence shuts down, it deletes all the objects.
Lee Begg
More...
over 20 years ago
Print "What" when we get an exception. Was helpful once, maybe it will be again.
Lee Begg
More...
over 20 years ago
Now try to save Objects when they are added. Required changing what time they are added to the game, and how they are added to the parent (containing) object.
Lee Begg
More...
over 20 years ago
Adding MysqlPersistence class. Also cleaned up main.cpp (use exceptions to jump to the right clean up spot). Create a Persistence persistence (fails to store or retrieve everything, keep everything in memory) if Mysql isn't configured, otherwise creates and uses the MysqlPersistence class.
Lee Begg
More...
over 20 years ago
More clean up, mysql now optional.
Lee Begg
More...
over 20 years ago
Added command line args to tpserver-cpp for mysql backend. Also added args to man page.
Lee Begg
More...
over 20 years ago
Store persistence pointer in Game.
Lee Begg
More...
over 20 years ago
Small clean ups.
Lee Begg
More...
over 20 years ago
Added persistence interface. A few more methods will be added yet.
Lee Begg
More...
over 20 years ago
←
1
2
…
63
64
65
66
67
68
69
70
71
…
76
77
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree