aboutsummaryrefslogtreecommitdiff
path: root/src/guiTable.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-21lua_api.txt: Remove tooltip checkbox[] elementJames Stevenson1-2/+1
2016-07-12HTTP lua API docs: correct some function referencesest311-3/+3
2016-07-12Builtin/profiler: Replace game profiler (#4245)Tim9-380/+851
Use the setting "profiler.load" to enable profiling. Other settings can be found in settingtypes.txt. * /profiler print [filter] - report statistics to in-game console * /profiler dump [filter] - report statistics to STDOUT and debug.txt * /profiler save [format [filter]] - saves statistics to a file in your worldpath * txt (default) - same treetable format as used by the dump and print commands * csv - ready for spreadsheet import * json - useful for adhoc D3 visualizations * json_pretty - line wrapped and intended json for humans * lua - serialized lua table of the profile-data, for adhoc scripts * /profiler reset - reset all gathered profile data. This can be helpful to discard of any startup measurements that often spike during loading or to get more useful min-values. [filter] allows limiting the output of the data via substring/pattern matching against the modname. Note: Serialized data structures might be subject to change with changed or added measurements. csv might be the most stable, due to flat structure. Changes to the previous version include: * Updated and extended API monitoring * Correct calculation of average (mean) values (undistorted by idleness) * Reduce instrumentation overhead. * Fix crashes related to missing parameters for the future and occasional DIV/0's. * Prevent issues caused by timetravel (overflow, timejump, NTP corrections) * Prevent modname clashes with internal names. * Measure each instrumentation individually and label based on registration order. * Labeling of ABM's and LBM's for easier classification. Giving several ABM's or LBM's the same label will treat them as one. Missing labels will be autogenerated based on name or registration order. * Configurable instrumentation and reporting. Skip e.g. builtin if you don't need it. * Profile the profiler to measure instrumentation overhead.
2016-07-12Lua_api.txt: Fix description of node drop behaviourDuane1-2/+2
2016-07-12Treegen: Improve use of signed vs. unsigned integersparamat1-3/+3
To fix GCC 6.1.1 compilation warning: 'assuming signed overflow does not occur when assuming that (X - c) > X is always false'
2016-07-12Run updatepo.shest3131-4478/+5607
2016-07-12Update minetest.conf.example, and settings_translation_file.cppest312-6/+35
2016-07-12Translated using Weblate (French)Onyx Steinheim1-138/+145
Currently translated at 100.0% (887 of 887 strings)
2016-07-12Translated using Weblate (Dutch)ikmaak1-2/+2
Currently translated at 89.6% (795 of 887 strings)
2016-07-12Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto1-120/+116
Currently translated at 55.8% (495 of 887 strings)
2016-07-12Translated using Weblate (Spanish)Roberto Mengíbar Fernández1-28/+39
Currently translated at 59.0% (524 of 887 strings)
2016-07-12Translated using Weblate (French)Guillaume Robert1-10/+11
Currently translated at 91.2% (809 of 887 strings)
2016-07-12Translated using Weblate (Chinese (China))arsdragonfly1-21/+19
Currently translated at 75.1% (667 of 887 strings)
2016-07-12Translated using Weblate (Serbian (cyrillic))Лазар Вукановић1-272/+306
Currently translated at 31.5% (280 of 887 strings)