0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Improved initialisation of both objectmanager and ordermanager. More... over 20 years ago
Need to update the Player object here too. More... over 20 years ago
Initial the PlayerManager. More... over 20 years ago
Added updatePlayer methods for times when player is updated outside EOT. Also fixed copyright date in playermanager.cpp. More... over 20 years ago
Actually removed commented out code. More... over 20 years ago
Added the next great manager class, PlayerManager. More... over 20 years ago
Initialise Order and Object managers so that they have valid data. Also needed to add some more persistence methods. More... over 20 years ago
Updated copyright dates. More... over 20 years ago
If we don't have all object ids, get them from the persistence. We don't have them all if we have less than 5. More... over 20 years ago
Warn if using IGObject assignment operator. More... over 20 years ago
Don't try adding the same ships to the fleet for ever. More... over 20 years ago
Can update Objects in persistence, including in Mysql. More... over 20 years ago
Removed unused member objatime as it is not needed yet. More... over 20 years ago
When we update the first order, update the modtime of the object. More... over 20 years ago
Only change damage and modtime if damage is not already 0. More... over 20 years ago
Orders can now be updated in the persistence store. Also when an object is removed, remove all of its orders. More... over 20 years ago
Now persist orders using Mysql. More... over 20 years ago
Added more methods for persistence. More... over 20 years ago
Don't use ostringstream::str("foo") to initialise the buffer. More... over 20 years ago
Touch the modtime if the order did not complete. If it did complete, it was touched anyway. More... over 20 years ago
Fixed recontainerisation bug. More... over 20 years ago
Adding methods needed for persistence. More... over 20 years ago
Now remove objects from mysql persistence when removed from universe. More... over 20 years ago
When next order id is not initialised, get from persistence. More... over 20 years ago
Remove Object from persistence when removed from universe. More... over 20 years ago
Moved Orders from the IGObjects to the OrderManager. This allows them to be hooked up to persistence. More... over 20 years ago
Can set turn length and reset turn timer from console. More... over 20 years ago
Added settings get and set commands on the console. Allows the various configuration parameters to be set and retrieved. More... over 20 years ago
Start https tunneling port if configured, added default for https port. Uses the same TlsSocket at the secured port, so have to override the default port. You have to be root to run with Https tunneling. More... over 20 years ago
Secure connection now works. You need ca-cert.pem, key.pem and cert.pem to use secure socket. More... over 20 years ago