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.
fe349d401d2d414f1ddc02c471c01d948bd89ee6
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
8
Oct
6
5
4
3
2
1
30
Sep
29
25
23
21
19
17
15
14
13
12
10
9
8
30
Aug
29
27
26
22
21
20
19
18
14
12
11
10
5
4
3
30
Jul
29
28
27
26
24
21
12
10
8
7
5
4
3
28
Jun
24
17
14
11
9
8
7
5
4
3
2
31
May
30
28
27
26
23
24
23
22
21
17
16
15
14
13
12
11
10
11
10
9
8
7
6
5
4
3
2
1
30
Apr
28
29
28
26
25
24
23
22
21
20
15
14
12
11
10
8
7
6
3
2
31
Mar
30
29
27
25
24
21
19
16
15
14
12
11
9
7
6
5
4
3
2
3
1
28
Feb
27
26
25
23
22
21
20
19
18
16
15
14
13
11
10
9
8
7
4
2
31
Jan
29
28
25
23
20
19
18
16
15
14
11
10
9
8
7
4
3
1
30
Dec
29
26
25
23
22
21
20
19
18
17
15
11
10
7
6
5
3
2
1
29
Nov
24
23
22
21
16
15
Remove some unused attributes/class functions in server.cpp/h
Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)
Lua_api.txt: Add biome and nodeupdate documentation
Textures: Ignore unknown node in override.txt
Fix C++11 Windows build of threading code
use unordered containers where possible (patch 4 on X)
Fix narrow string compiling issue on MSVC2010
Use more unordered_maps to improve performance in c++11 builds
Use relative position for nametags
Fix macosx build by disabling postgresql upgrade
Fix crash regression when chatting in the ncurses console
Travis: build matrix improvements + CPP11 build
Compilation fix
Replace various std::map with UNORDERED_MAP + various cleanups
Make some maps unordered to improve performance
Chat: new settings to prevent spam
Mapblock_mesh_generate_special: Improve performance
Textures: New 'smoke puff' texture from TNT mod
Fix build/warning on non X11 platforms
Builtin/falling: Add fallback vector in case of nil 'wallmounted to dir'
Forceloading: Transient forceloads
Formspec: Add container[] and container_end[] elements
Allow nothing to be selected from formspec parameters
Fix typo in core.after (#4560)
Update default controls in README.txt
Mgv7: Avoid mid-air spawn on disabled mountain terrain, optimise function
Fix android build
Only include keycode unittests in client build (fixes #4559)
Add keycode.cpp unittests
Rewrite keycode.cpp (Keycode handling & names)
Conf.example: Re-add deleted noise parameter documentation
Update library versions in buildbot
Don't use ZLIB_WINAPI if the required DLL is not provided to CMake
Do not serialize empty NodeMetadata
Builtin: Change error to warning for light_source > 14
Increase default font size by 1
Fix a typo and use proper deprecation notification system
Register.lua: Throw error if node 'light_source' > core.LIGHT_MAX
Lua_api.txt: Add note of maximum value for node 'light_source'
Add an [invert:<mode> texture modifier
Loading