Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-06 | Remove old rollback migration code (#13082) | ROllerozxa | |
2022-05-10 | Fix possible unreliable behavior due to uninitialized variables | Octavian | |
2021-10-12 | Remove a few unused functions reported by callcatcher (#11658) | SmallJoker | |
2017-08-19 | Code 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-18 | Cpp11 patchset 11: continue working on constructor style migration (#6004) | Loïc Blot | |
2016-07-08 | Fix -Wterminate warnings in rollback.cpp as well | est31 | |
Fix #4137 for rollback.cpp as well. | |||
2016-05-23 | Fix rollback.txt migration | ShadowNinja | |
Broken by b1965ac20922e3722392114bd63a22b403dcbe98. This also prepares the begin and commit statements only once. | |||
2015-10-24 | Improve rollback database indexing | cheapie | |
Index more columns in the action table of the rollback DB to improve the performance of /rollback_check | |||
2015-10-24 | Flush rollback log more often | est31 | |
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-25 | Change i++ to ++i | David Jones | |
2014-11-19 | Clean up rollback | ShadowNinja | |
2014-06-25 | Fix statement not set NULL on deletion | sapier | |
Make local only variables static | |||
2014-06-22 | Fix sqlite3 map shutdown fails due to missing to finalize list statement | sapier | |
Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db | |||
2013-11-28 | Don't use variable length arrays | ShadowNinja | |
2013-11-27 | Rollback fixes and get_node_actions | ShadowNinja | |
2013-11-27 | SQLite rollback | Mario Barrera | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-07-27 | Tweak rollback and liquids | Perttu Ahola | |
2012-07-27 | Tweak rollback stuff | Perttu Ahola | |
2012-07-27 | Increase automatic suspect guess timeframe | Perttu Ahola | |
2012-07-27 | Make the rollback system VERY FUCKING GOD DAMN POWERFUL | Perttu Ahola | |
2012-07-27 | Experimental-ish rollback functionality | Perttu Ahola | |