aboutsummaryrefslogtreecommitdiff
path: root/src/rollback.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix possible unreliable behavior due to uninitialized variablesOctavian2022-05-101-0/+1
|
* Remove a few unused functions reported by callcatcher (#11658)SmallJoker2021-10-121-6/+0
|
* Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)Loïc Blot2017-08-191-23/+22
| | | | | | | | | | | * 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
* Cpp11 patchset 11: continue working on constructor style migration (#6004)Loïc Blot2017-06-181-2/+1
|
* Fix -Wterminate warnings in rollback.cpp as wellest312016-07-081-11/+19
| | | | Fix #4137 for rollback.cpp as well.
* Fix rollback.txt migrationShadowNinja2016-05-231-14/+27
| | | | | Broken by b1965ac20922e3722392114bd63a22b403dcbe98. This also prepares the begin and commit statements only once.
* Improve rollback database indexingcheapie2015-10-241-2/+1
| | | | Index more columns in the action table of the rollback DB to improve the performance of /rollback_check
* Flush rollback log more oftenest312015-10-241-0/+3
| | | | | | | | | | | | 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-251-2/+2
|
* Clean up rollbackShadowNinja2014-11-191-842/+604
|
* Fix statement not set NULL on deletionsapier2014-06-251-11/+14
| | | | Make local only variables static
* Fix sqlite3 map shutdown fails due to missing to finalize list statementsapier2014-06-221-0/+26
| | | | | Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db
* Don't use variable length arraysShadowNinja2013-11-281-1/+1
|
* Rollback fixes and get_node_actionsShadowNinja2013-11-271-507/+516
|
* SQLite rollbackMario Barrera2013-11-271-174/+960
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-1/+0
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Tweak rollback and liquidsPerttu Ahola2012-07-271-9/+10
|
* Tweak rollback stuffPerttu Ahola2012-07-271-4/+9
|
* Increase automatic suspect guess timeframePerttu Ahola2012-07-271-1/+1
|
* Make the rollback system VERY FUCKING GOD DAMN POWERFULPerttu Ahola2012-07-271-18/+84
|
* Experimental-ish rollback functionalityPerttu Ahola2012-07-271-0/+293