aboutsummaryrefslogtreecommitdiff
path: root/src/rollback.cpp
AgeCommit message (Collapse)Author
2021-10-12Remove a few unused functions reported by callcatcher (#11658)SmallJoker
2017-08-19Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Spelling: vertice -> vertex
2017-06-18Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot
2016-07-08Fix -Wterminate warnings in rollback.cpp as wellest31
Fix #4137 for rollback.cpp as well.
2016-05-23Fix rollback.txt migrationShadowNinja
Broken by b1965ac20922e3722392114bd63a22b403dcbe98. This also prepares the begin and commit statements only once.
2015-10-24Improve rollback database indexingcheapie
Index more columns in the action table of the rollback DB to improve the performance of /rollback_check
2015-10-24Flush rollback log more oftenest31
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.
2015-08-25Change i++ to ++iDavid Jones
2014-11-19Clean up rollbackShadowNinja
2014-06-25Fix statement not set NULL on deletionsapier
Make local only variables static
2014-06-22Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier
Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db
2013-11-28Don't use variable length arraysShadowNinja
2013-11-27Rollback fixes and get_node_actionsShadowNinja
2013-11-27SQLite rollbackMario Barrera
2013-08-14Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl
2013-02-24Update Copyright YearsSfan5
2013-02-24Change Minetest-c55 to MinetestPilzAdam
2012-07-27Tweak rollback and liquidsPerttu Ahola
2012-07-27Tweak rollback stuffPerttu Ahola
2012-07-27Increase automatic suspect guess timeframePerttu Ahola
2012-07-27Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola
2012-07-27Experimental-ish rollback functionalityPerttu Ahola