Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Mapgen Flat: Fix and improve getSpawnLevelAtPoint() (#8756) | Paramat | 2019-08-06 |
| | | | | | | Previously, this wrongly returned ground level (a position containing a solid node) as spawn level. Return ground level + 2 (+ 2 to spawn above biome 'dust' nodes). Improve codestyle and make more consistent with generateTerrain(). | ||
* | Update curl dependency in buildbot | sfan5 | 2019-08-05 |
| | |||
* | Fix binary-string confusion in client network code | sfan5 | 2019-08-04 |
| | |||
* | Clean up FindOpenGLES2.cmake | sfan5 | 2019-08-04 |
| | |||
* | Unify GLES support in gui scaling filter | sfan5 | 2019-08-04 |
| | |||
* | Unify OpenGL ES support | sfan5 | 2019-08-04 |
| | |||
* | Let ENABLE_GLES appear in cmake_config.h and change its functionality | sfan5 | 2019-08-04 |
| | |||
* | Add formspec testing to test mod in minimal | rubenwardy | 2019-08-03 |
| | |||
* | Add styles to most elements | rubenwardy | 2019-08-03 |
| | |||
* | Add style[] tag with button support | rubenwardy | 2019-08-03 |
| | |||
* | Add custom colorable GUIButton implementation | rubenwardy | 2019-08-03 |
| | |||
* | Fix negative offsets not being supported by container[] | rubenwardy | 2019-08-03 |
| | |||
* | Builtin: Forward old return values | SmallJoker | 2019-08-02 |
| | | | | Was forgotten in 69bf964. | ||
* | Correct ServerActiveObject's virtual getArmorGroups() to be const. | Beha | 2019-08-01 |
| | | | | | | Due to commit ec3142a , UnitSAO's getArmorGroups() did not match ServerActiveObject's, notably resulting in the lua get_armor_groups() call returning nothing. | ||
* | Mainmenu: Use textarea in error formspecs | SmallJoker | 2019-08-01 |
| | |||
* | Group "immortal" also protects players from damage | Wuzzy | 2019-08-01 |
| | | | | | | | | | | Document new meaning of immortal=1 for players Disable breathing if player is immortal Hide builtin statbars if player immortal (delayed) Co-authored-by: ClobberXD <ClobberXD@gmail.com> | ||
* | Allow toolcaps to override the built-in times for dig_immediate | sfan5 | 2019-07-31 |
| | |||
* | Silence invalid clang format warnings in guiScrollBar.cpp (#8724) | Paramat | 2019-07-31 |
| | |||
* | Sky: Refactor of moon and sun drawing (#8683) | Methacrylon | 2019-07-30 |
| | | | Split sun and moon render parts from the main render function. | ||
* | Move the clamping of hp/breath when their maximums change to ↵ | Beha | 2019-07-30 |
| | | | | | read_object_properties(). (#8689) This prevents set_properties() calls that have nothing to do with hp_max or breath_max overriding the saved hp before another mod has the chance to set a player's intended hp_max (such as in on_joinplayer). | ||
* | README: make -j$(nproc) (#8699) | Zaoqi | 2019-07-30 |
| | |||
* | Rename guiScrollBar to GUIScrollBar | DS-Minetest | 2019-07-29 |
| | |||
* | ContentCAO: Fix broken attachments on join (#8701) | SmallJoker | 2019-07-29 |
| | | | | | | | | | | | | | What happened: 1) Object data is received. Client begins to read the data 2) Client initializes all its children (gob_cmd_update_infant) 3) Children try to attach to parent (yet not added) 4) Parent initializes, is added to the environment And somewhere in between, Irrlicht wrecks up the attachments due to the missing matrix node. The solution here is to: 1) Use the same structure as ServerActiveObject 2) Attach all children after the parent is really initialized | ||
* | lua_api.txt clarifications regarding mapgen object index IDs and handles. ↵ | Beha | 2019-07-29 |
| | | | | (#8713) | ||
* | guiScrollBar: move directly to clicked pos if clicked into tray | DS-Minetest | 2019-07-28 |
| | |||
* | Check for 'action' field in ABMs & LBMs | SmallJoker | 2019-07-27 |
| | |||
* | Prefix RecipePriority elements with PRIORITY_ | Paul Ouellette | 2019-07-27 |
| | |||
* | Initialize priority in CraftDefinition constructors | Paul Ouellette | 2019-07-27 |
| | | | | | The priority is used by getCraftResult, which may be used before initHash is called. | ||
* | minimal: Move get_craft_result tests to test mod | Paul Ouellette | 2019-07-27 |
| | |||
* | Fix missing item images clipping in formspecs (#8652) | Pierre-Yves Rollo | 2019-07-26 |
| | | | | | | | | * Fix clipping of itemimage * Code style * More code styling | ||
* | Document 'wield_item' entity property (#8694) | Alex | 2019-07-26 |
| | |||
* | Make FindCURL ready for vcpkg (#8295) | adrido | 2019-07-26 |
| | | | This allows to find and use curl with the vcpkg toolchain file. | ||
* | Initialise 'seabed_height' to avoid compilation warning (#8715) | Paramat | 2019-07-26 |
| | |||
* | Re-order mapgens in mainmenu and 'all settings' mapgen selection (#8705) | Paramat | 2019-07-25 |
| | | | | | | v6 always last to discourage selection. Special mapgens flat, fractal, singlenode, next to last. Of these, singlenode last to discourage selection. Of the remaining, v5 last due to age, v7 first due to being the default. | ||
* | Mgfractal: Make non-fractal terrain optional (#8702) | Paramat | 2019-07-25 |
| | | | | | | Enabled by default. Only allow spawn on fractal, not on seabed terrain. Various codestyle and comment improvements. | ||
* | Removed debug.upvaluejoin to prevent leak of insecure environment | y | 2019-07-24 |
| | |||
* | Update README.md (#8700) | Zaoqi | 2019-07-21 |
| | |||
* | Add /help formspec for commands and privileges (#8385) | SmallJoker | 2019-07-20 |
| | | | | | * Trigger for 'all' as well * Add description textarea, double-click to copy | ||
* | Improve documentation of mapgen aliases (#8693) | Paramat | 2019-07-20 |
| | |||
* | Document the deprecation of hardcoded cave liquids (#8692) | Paramat | 2019-07-20 |
| | |||
* | travis: Disable macOS build | sfan5 | 2019-07-17 |
| | | | | | 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. | ||
* | Optimize getting active objects a bit. #8674 | Lars Hofhansl | 2019-07-16 |
| | |||
* | Use vector.dot and vector.cross in vector.angle | HybridDog | 2019-07-16 |
| | |||
* | Add vector.dot and vector.cross | HybridDog | 2019-07-16 |
| | | | | Mostly copied from MarkuBu's code | ||
* | Dungeons: Make multiple large rooms possible (#8678) | Paramat | 2019-07-16 |
| | | | | | | | | | 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. | ||
* | Docs: Clarify where to check for 'protection_bypass' (#8675) | SmallJoker | 2019-07-14 |
| | |||
* | Move more dungeon parameter selection to mapgens (#8653) | Paramat | 2019-07-09 |
| | | | | | | | | | | 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. | ||
* | Do predict when sneak-place to node with on_rightclick | DS-Minetest | 2019-07-08 |
| | |||
* | Improve ABM time budget handling. #8645 | Lars Hofhansl | 2019-07-07 |
| | |||
* | Document ObjectRef:remove under Lua entity (#8659) | ANAND | 2019-07-08 |
| | | | | | 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`. |