summaryrefslogtreecommitdiff
path: root/src/rollback.cpp
Commit message (Collapse)AuthorAge
* Fix -Wterminate warnings in rollback.cpp as wellest312016-07-08
| | | | Fix #4137 for rollback.cpp as well.
* Fix rollback.txt migrationShadowNinja2016-05-23
| | | | | Broken by b1965ac20922e3722392114bd63a22b403dcbe98. This also prepares the begin and commit statements only once.
* Improve rollback database indexingcheapie2015-10-24
| | | | Index more columns in the action table of the rollback DB to improve the performance of /rollback_check
* Flush rollback log more oftenest312015-10-24
| | | | | | | | | | | | Flushes the buffer of rollback actions that wait to get saved in two more situations: 1. Flushes in the destructor of the rollback. This makes the server not forget the last < 500 rollback entries when it shuts down. 2. Flushes the rollback when /rollback_check is invoked. This is neccessary as otherwise it leads to confusion if users want to test the rollback functionality by placing a node and then executing the check on it, or if the actions were very recent out of other reasons.
* Change i++ to ++iDavid Jones2015-08-25
|
* Clean up rollbackShadowNinja2014-11-19
|
* Fix statement not set NULL on deletionsapier2014-06-25
| | | | Make local only variables static
* Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier2014-06-22
| | | | | Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db
* Don't use variable length arraysShadowNinja2013-11-28
|
* Rollback fixes and get_node_actionsShadowNinja2013-11-27
|
* SQLite rollbackMario Barrera2013-11-27
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-14
|
* Update Copyright YearsSfan52013-02-24
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-24
|
* Tweak rollback and liquidsPerttu Ahola2012-07-27
|
* Tweak rollback stuffPerttu Ahola2012-07-27
|
* Increase automatic suspect guess timeframePerttu Ahola2012-07-27
|
* Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola2012-07-27
|
* Experimental-ish rollback functionalityPerttu Ahola2012-07-27