aboutsummaryrefslogtreecommitdiff
path: root/src/gui/profilergraph.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-07-24Removed debug.upvaluejoin to prevent leak of insecure environmenty1-1/+0
2019-07-21Update README.md (#8700)Zaoqi1-6/+6
2019-07-20Add /help formspec for commands and privileges (#8385)SmallJoker3-7/+146
* Trigger for 'all' as well * Add description textarea, double-click to copy
2019-07-20Improve documentation of mapgen aliases (#8693)Paramat1-9/+10
2019-07-20Document the deprecation of hardcoded cave liquids (#8692)Paramat4-1/+14
2019-07-17travis: Disable macOS buildsfan51-4/+4
The build often hits the 50m time limit or fails with spurious errors. It can be re-enabled when/if we figure out how to solve this.
2019-07-16Optimize getting active objects a bit. #8674Lars Hofhansl3-6/+11
2019-07-16Use vector.dot and vector.cross in vector.angleHybridDog1-5/+3
2019-07-16Add vector.dot and vector.crossHybridDog2-0/+16
Mostly copied from MarkuBu's code
2019-07-16Dungeons: Make multiple large rooms possible (#8678)Paramat4-41/+51
Re-add the random size range for large rooms. Remove 'first_room_large' bool. Add 'large_room_chance' parameter that can disable large rooms, specify 1 large room, or specify a chance for large rooms. If 1 or a chance is specified, the first generated room is large, to take advantage of the intersection checks that are done for the 1st room only.
2019-07-14Docs: Clarify where to check for 'protection_bypass' (#8675)SmallJoker2-16/+9
2019-07-09Move more dungeon parameter selection to mapgens (#8653)Paramat4-64/+62
Move 'num_dungeons' to 'DungeonParams'. Add new parameter 'num_rooms' to replace 'rooms_min' and 'rooms_max', so that the mapgen has complete control over the number of rooms. Add new bool 'first_room_large' so that the mapgen chooses this instead of a hardcoded 1 in 4 chance. Add new parameter 'room_size_large' to replace 'room_size_large_min' and 'room_size_large_max', so that the mapgen has complete control over this.
2019-07-08Do predict when sneak-place to node with on_rightclickDS-Minetest1-1/+2
2019-07-07Improve ABM time budget handling. #8645Lars Hofhansl2-38/+54
2019-07-08Document ObjectRef:remove under Lua entity (#8659)ANAND1-4/+3
This was previously documented under the general ObjectRef section with a note that this won't work on players. So I think this would fit better with Lua entity-only methods. This PR also changes the title of the Lua entity-only section from `LuaEntitySAO-only` to `Lua entity only`.
2019-07-05Improve grammar and formatting in the READMEHugo Locurcio1-54/+52
This also clarifies the fact that Minetest saves `minetest.conf` when closing Minetest for the first time, rather than when starting it for the first time. This also fixes the default key for the pitch move mode which is now P.
2019-07-01Update biome definition dungeon node documentation (#8650)Paramat1-1/+3
2019-06-30Dungeongen: Remove most hardcoded dungeon nodes (#8594)Paramat4-121/+45
Biome-defined dungeon nodes was added as a feature to MT 5.0.0. So now remove most of the hardcoded dungeon node code that assumes a game has stone, sandstone, desert stone, and no other stone types. If biome-defined dungeon nodes are not found, dungeon nodes fall back to the 'cobble' mapgen alias if present, if not present they fall back to biome-defined 'stone'. Remove now-unnecessary mapgen aliases from MapgenBasic. Non-mgv6 games now only need to define 3 to 5 mapgen aliases. Document dungeon parameters. Make c_lava_source fallback to c_water_source as both are used as cave liquids.
2019-06-28Optimize and unify mesh processing (#7851)Vitaliy1-130/+63
2019-06-27Add compatible, consistent coordinate system to FormSpecs. (#8524)v-rob3-153/+541
2019-06-27Increase upper limit of display_gamma to 10 (#8618)ANAND2-2/+2
2019-06-22Add support for 9-sliced backgrounds (#8600)rubenwardy5-13/+137
9-slice textures are commonly used in GUIs to allow scaling them to match any resolution without distortion. https://en.wikipedia.org/wiki/9-slice_scaling
2019-06-21Fix segfault on quitting with open node formspec (#8608)SmallJoker1-5/+4
2019-06-21Improve buildbot scriptPierre-Yves Rollo7-29/+57
PR created under the employment of EvidenceBKidscode * Variables to set git repositories urls (allows to build from another repo) * Variables to set git branch to build from (allows to build from non-master branch) * Variables to change built name * Make -j uses the proper number of processors (autodetect) * Changed toolchain from win32 to adpat it to non-debian distros
2019-06-21Fix handling of --color and --worldlist command line argumentsMarkus Mattes1-17/+20
They verify the provided value and error if a wrong value got provided command line description for color was differnt on win32 but code did not handle any differenc extended the command line description for world and worldname that it is clear that they only start a local game if used with --go Fixes #7875
2019-06-21Exclude vscode editor files from sourceMarkus Mattes1-0/+2
2019-06-19Update README copyright notice to 2019 (#8606)Vilhelm Prytz1-1/+1
2019-06-19Mapgen Carpathian: Add optional rivers (#7977)Paramat3-60/+167
Rivers are disabled by default and will not be added to existing worlds. Rewrite getSpawnLevelAtPoint() to be simpler and more consistent with generateTerrain().
2019-06-15Android: Use system provided path for default TMPFolder setting (#8505)stujones111-1/+1
2019-06-13Update Github templates (#8593)rubenwardy5-7/+72
2019-06-10Use CDB author and name in installed package's config (#8550)Paul Ouellette1-16/+13
They are used for tracking the package, so should match ContentDB.
2019-06-10Settings: Disallow space characters entirelySmallJoker1-1/+3
Lua API: > Setting names can't contain whitespace or any of ="{}#
2019-06-10Formspecs: Close on metadata removal (#8348)SmallJoker4-39/+85
Formspecs will now close as soon the formspec string in the node metadata turns invalid.
2019-06-10Add disable_jump to liquids and ladders (#7688)SmallJoker4-44/+60
Remove second nodedef check by improving the colliding node detection Also remove the 2nd check in old_move, correct standing node a bit
2019-06-10Add compatibility to vcpkg buildsystem (#8317)adrido6-261/+189
2019-06-10Save forceloaded blocks file periodically (#8535)Thomas Rudin1-2/+33
saves the forceloaded blocks periodically. checks every 10 seconds if the forceloaded blocks got changed in-game and persists them on-disk if that's the case
2019-06-09Damage: Play no damage sound when immortal (#8350)SmallJoker4-38/+29
Add isImmortal server-side for proper enable_damage handling Rework log messages
2019-06-07Remove modstore leftovers. Fix core.show_path_select_dialog documentation ↵DS2-15/+5
(#8572) This was forgotten in #5852.
2019-06-06HTTP API: Allow binary downloads and headers (#8573)SmallJoker6-15/+17
Add minetest.features.httpfetch_binary_data
2019-06-01Dungeons: Settable density noise, move number calculation to mapgens (#8473)Paramat19-100/+159
Add user-settable noise parameters for dungeon density to each mapgen, except V6 which hardcodes this noise parameter. Move the calculation of number of dungeons generated in a mapchunk out of dungeongen.cpp and into mapgen code, to allow mapgens to generate any desired number of dungeons in a mapchunk, instead of being forced to have number of dungeons determined by a density noise. This is more flexible and allows mapgens to use dungeon generation to create custom structures, such as occasional mega-dungeons.
2019-05-26Fix persistent ^[brighten after damage again (#5739)SmallJoker2-15/+6
The old texture modifier is restored by passing `m_previous_texture_modifier`. Either copy it manually or let the function parameter do that. Victims so far: 8e0b80a Apr 2018 eb2bda7 May 2019
2019-05-25override.txt: Fix crash due to CRLF endings (#8439)David G1-1/+4
2019-05-25Do not drag-place stack into 'craftpreview' slot (#8514)SmallJoker1-1/+1
2019-05-24Add IGUIScrollbar implementation with variable bar sizes (#8507)stujones1110-14/+543
2019-05-21Fix forgotten PlayerSAO cast in a90f2efSmallJoker1-5/+6
2019-05-21Make autoforward simulate the 'up' key (#8249)DS2-11/+8
2019-05-21Check for out-of-bounds breath when setting breath_max (#8493)ANAND ツ1-1/+10
2019-05-21Fix API site build (#8551)Paul Ouellette3-34/+11
2019-05-21l_mapgen.cpp: Fix LINT broken since b1b40feSmallJoker1-1/+1
2019-05-20Prioritise craft recipesHybridDog2-15/+62
When multiple recipes are applicable, the recipes are prioritised in this order: toolrepair < shapeless with groups < shapeless < shaped with groups < shaped For cooking and fuel, items are prioritised over item groups