Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282) | Loïc Blot | 2017-08-19 |
| | | | | | | | | | | | * 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 Blot | 2017-06-18 |
| | |||
* | Fix -Wterminate warnings in rollback.cpp as well | est31 | 2016-07-08 |
| | | | | Fix #4137 for rollback.cpp as well. | ||
* | Fix rollback.txt migration | ShadowNinja | 2016-05-23 |
| | | | | | Broken by b1965ac20922e3722392114bd63a22b403dcbe98. This also prepares the begin and commit statements only once. | ||
* | Improve rollback database indexing | cheapie | 2015-10-24 |
| | | | | Index more columns in the action table of the rollback DB to improve the performance of /rollback_check | ||
* | Flush rollback log more often | est31 | 2015-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 ++i | David Jones | 2015-08-25 |
| | |||
* | Clean up rollback | ShadowNinja | 2014-11-19 |
| | |||
* | Fix statement not set NULL on deletion | sapier | 2014-06-25 |
| | | | | Make local only variables static | ||
* | Fix sqlite3 map shutdown fails due to missing to finalize list statement | sapier | 2014-06-22 |
| | | | | | Add error output on fail to shutdown sqlite3 map db Implement shutdown of sqlite3 rollback db | ||
* | Don't use variable length arrays | ShadowNinja | 2013-11-28 |
| | |||
* | Rollback fixes and get_node_actions | ShadowNinja | 2013-11-27 |
| | |||
* | SQLite rollback | Mario Barrera | 2013-11-27 |
| | |||
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | 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 | 2012-07-27 |