lp:~minetestdevs/minetest-c55/upstream

Created by Minetest Developers and last modified

This Bazaar branch is deprecated. Please see https://code.launchpad.net/~minetestdevs/minetest-c55/+git/upstream.

Get this branch:
bzr branch lp:~minetestdevs/minetest-c55/upstream

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Minetest Developers
Project:
Minetest
Status:
Abandoned

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at https://github.com/minetest/minetest.git.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on juju-1e3bde-prod-lp-code-import-12 and finished taking 8 minutes — see the log
Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log

Recent revisions

5452. By Loïc Blot <email address hidden>

Reduce memory & function cost of Game class functions (#5406)

GameRunData is passed on many game functions, or one of its attributes whereas it's a member of the class. Remove it from functions arguments and call object directly from concerned functions.
This will reduce a little bit the Game class loop usage & very little bit the memory usage (due to non creation of pointer/references)

5451. By zeuner <email address hidden>

avoid crashing when accessing mapgen early (#5384)

5450. By red-001 <email address hidden>

Give CSM access to use `core.colorize()` (#5113)

5449. By Loïc Blot <email address hidden>

[CSM] Fix minimap problems (#5405)

This fixes issue #5404

5448. By Loïc Blot <email address hidden>

[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)

* [CSM] Add core.get_timeofday & core.get_day_count env calls

* [CSM] Add core.get_node_level, core.get_node_max_level, core.find_node_near

5447. By Loïc Blot <email address hidden>

Fix indentation problem since merge resolution

Github merge conflict resolution is not the best with indent

5446. By Loïc Blot <email address hidden>

[CSM] Add minimap API modifiers (#5399)

* Rename Mapper (too generic) to Minimap
* Add lua functions to get/set position, angle, mode for minimap
* Client: rename m_mapper to m_minimap
* Add minimap to core.ui namespace (core.ui.minimap)
* Add various functions to manage minimap (show, hide, toggle_shape)
* Cleanup trivial declaration in client

5445. By Loïc Blot <email address hidden>

Add ModStorageAPI to client side modding (#5396)

mod storage is located into user_path / client / mod_storage

5444. By paramat <email address hidden>

Get biome list: Downgrade missing biome message to infostream

It is harmless for a biome listed in an ore or decoration registration
to be missing.
Now that we are registering certain biomes or not based on options
(such as floatland biomes), the biome lists in ore and decoration
registrations trigger these error messages, avoiding these error
messages would need a large amount of duplication of ore and decoration
registrations.

5443. By Sfan5

Sneak: Fix various problems with sneaking

Sneaking won't actually hover you in the air, releasing shift guarantees not
falling down (same as in MC).
Sneak-jump no longer goes higher than a normal jump (^ was required for this).
Sneaking no longer avoids fall damage.
You can sneak on partial nodes (slabs, sideways slabs) correctly.
Sneaking doesn't "go out" as far anymore (0.29 instead of 0.4).
Can't jump when sneaking out as far as possible (breaks the sneak ladder).

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.