Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
67063ed59f91d2feae5011ca0c3767dc182bf38d
Select Git revision
Branches
4
master
default
stable-0.2
stable-0.3
stable-0.4
Tags
20
0.4.15
0.4.14
0.4.13
0.5.0-dev
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7-MSVC
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2-rc1
0.4.1
0.4.0
0.4.dev-20120606
0.4.dev-20120603
24 results
Begin with the selected commit
Created with Raphaël 2.2.0
5
Mar
4
3
2
27
Feb
26
25
24
23
21
20
19
18
17
18
17
16
15
14
13
12
13
12
11
10
8
7
6
5
4
5
4
2
1
31
Jan
28
27
25
24
23
22
21
20
21
20
18
19
18
17
16
15
16
15
14
13
12
11
10
9
10
9
8
7
8
7
6
5
4
5
4
3
2
1
30
Dec
31
30
29
30
29
28
27
26
24
25
24
23
22
21
20
21
19
18
17
18
16
15
14
15
14
13
14
13
12
13
12
13
12
11
10
9
10
9
8
7
8
7
6
7
6
5
4
3
2
1
30
Nov
29
28
27
26
27
26
25
23
22
21
20
19
18
15
14
13
12
13
11
10
9
8
3
2
1
30
Oct
29
28
27
26
24
23
22
21
20
19
18
9
8
7
5
3
2
1
30
Sep
28
25
22
21
20
19
18
19
18
17
14
11
6
3
1
29
Aug
25
24
23
22
21
19
16
15
14
10
5
29
Jul
25
24
22
20
Radius parameter for /deleteblocks here
Send Position packet on event, don't check it at each AsyncRunStep.
ASyncRunStep doesn't need to lock when do setTimeOfDaySpeed.
Send Inventory packet on event, don't check it at each AsyncRunStep.
Remove unused m_wielded_item_not_sent
Send Breath packet on event, don't check it at each AsyncRunStep
Send Player HP when setHP (or a setHP caller) is called instead of looping and testing the state change.
Fix occlusion
Fix narrow_to_wide_c (ANDROID)
Mgv6: Add heightmap. Do not make large caves that are entirely above ground
Add /setpassword and /clearpassword logging
Add Turkish language
Update minetest.po
Revert "Fix particles draworder" (issue #2388)
Change find_surface_nodes_in_area to find_nodes_in_area_under_air
Add find_surface_nodes_in_area LUA call which permit to only get the nodes which touch air. This permit to massively improve performance for mods like plantlife
Wrap lines longer than 80 characters in lua_api.txt ...and minor formating changes
Fix minor memory leak (Android)
Biome API: Re-calculate biome at every surface in a mapchunk column
Fix CMake version
0.5.0-dev
0.5.0-dev
Add camera smoothing and cinematic mode (F8)
Rename --do-unittests to --run-unittests as @Zeno- and @sfan5 requested
Optimise MapBlockMesh related functions
Fix wrapDegrees family of functions
Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore
Disallow object:remove() if the object is a player
Fix serialization of floating point numbers
Improve FindIrrlicht.cmake module
Add mod.conf file support This new file only permits to specify a mod name for now
Fix android build
Fix some memory leaks on packet sending.
Move hex.h to util/
Fix particles draworder
Move sha1.hpp and base64.hpp to util/
Use skin font for usernames (fixes #2363)
Use proper CMakeLists.txt for network and client directories
Update Japanese Translation
Unit tests must be done at integration process.
Mgv5: Remove blobgen. Remove crumble and wetness noises
update README.txt
Loading