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.
44ee97a1bbd436804ef8bfafb8f492f9d8cefef1
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
16
Mar
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
14
13
12
11
9
8
7
6
5
4
3
2
1
31
Oct
29
27
26
25
26
25
24
23
22
19
18
17
16
17
15
14
12
11
10
9
7
6
5
4
3
2
30
Sep
29
26
27
26
23
22
21
19
18
17
16
15
14
13
12
10
8
7
6
3
2
1
31
Aug
30
29
27
25
24
23
21
20
19
18
16
15
14
13
12
10
9
7
6
5
3
Set EXAMPLE_CONF_DIR to DOCDIR if DOCDIR gets customized
Remove chat escape sequences from chat messages, for future colored chat.
Add option to not send pre v25 init packet
Fix two reconnect bugs
Much better API for auth.{cpp, h}
Mapgen: Fix light in tunnels at mapchunk borders
Fix player teleportation bug whilst sneaking
Connected nodes: fix 2 minor bugs
Resend blocks when modified while sending to client
Add options for screenshot format and quality
Allow nodes to specify which sides to connect to.
Nodebox: Allow nodeboxes to "connect"
Fix chat console not opening after formspec opened over it
Documentation: Auto-update conf.example and settings_translation_file.cpp
Fix ask_reconnect_on_crash option being ignored
Documentation: Clarify global and mapgen-specific mapgen flags
Introduce "protection_bypass" privilege.
Avoid try/catch for settings.
Add consistent monotonic day counter - get_day_count()
Add AreaStore custom ID API
Implement AreaStore serialization
Fix SpatialAreaStore not freeing removed areas
Add basic AreaStore method documentation
Sort AreaStore header
Clean up VectorAreaStore
Move AreaStore container selection logic into getOptimalImplementation
Move AreaStore to util
Make AreaStore cache setting private
Simplify AreaStore ID management
s_env.{cpp, h} cleanups
Add minetest.register_lbm() to run code on block load only
Use LuaErrors in security check macros
Settings Tab: Regroup dropdown datas in tables
Faster insertion into table
Add forgotten valleys mapgen in mapgen name
Update settings tab + some misc. clean-up
Update Android dependencies, -O3 optimization, remove old ARMv5 config
Mgvalleys: Correct spawn problems
Decoration API: Allow force_placement of simple decorations
Require minetest.request_http_api to be called from the mod's main scope
Loading