Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix msvc2012 build | sapier | 2014-06-29 |
| | |||
* | Add function to deregister a profiler from profiler list | sapier | 2014-01-06 |
| | |||
* | Cleanup jthread and fix win32 build | sapier | 2013-12-01 |
| | |||
* | Always use builtin JThread library | kwolekr | 2013-09-15 |
| | |||
* | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | 2013-08-14 |
| | |||
* | Set of changes to build mineTest using Visual Studio 11.0. These affect | Mukul Sati | 2013-03-24 |
| | | | | | | | | | | | | | the following: 1. String concatenation in guiMainMenu.cpp - it is required for all individual strings to be of the same type <unicode/non-unicode>; adding explicit L qualifier before the other strings. 2. Correcting type of BlockMakeData to struct in place of class forward declarations. This information is used for name decoration by Visual Studio, leading to linker errors in case of mismatches. 3. Windows headers define max as a macro somewhere, leading to a compile time error in profiler.h; using () around function to prevent macro match from occurring. | ||
* | Migrate to STL containers/algorithms. | Ilya Zhuravlev | 2013-03-11 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | Add ScopeProfilerType SPT_GRAPH_ADD | Perttu Ahola | 2012-03-21 |
| | |||
* | Profiler graph | Perttu Ahola | 2012-03-21 |
| | |||
* | F1 toggles HUD, F2 toggles chat, F5 toggles debug info, F6 toggles profiler ↵ | Kahrl | 2012-02-01 |
| | | | | pages | ||
* | Some more profiler stuff to get the hang on what really uses CPU | Perttu Ahola | 2011-10-16 |
| | |||
* | Improve debug profiler usage for investigating CPU usage of server | Perttu Ahola | 2011-10-16 |
| | |||
* | Reduced the CPU usage of the sent block selector algorithm | Perttu Ahola | 2011-05-31 |