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
Graph
1a32e5585f542a400c48e6befbbb0aade631e506
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Jun
25
23
22
20
19
18
17
16
8
7
5
4
3
2
1
2
1
31
May
30
29
30
29
24
23
22
23
22
21
20
19
18
17
16
15
14
9
6
3
30
Apr
29
27
26
25
24
23
22
21
19
15
12
11
10
9
8
6
5
4
3
2
2
Mar
1
28
Feb
27
26
24
23
21
19
18
17
16
15
14
13
12
11
10
8
6
5
4
3
2
1
30
Jan
29
28
26
25
24
23
21
18
17
16
15
10
9
8
7
29
Dec
27
26
25
24
23
22
21
20
19
18
14
13
12
11
1
30
Nov
29
27
fixed block unloading from memory (a better fix coming next)
Made the initial loading screen slightly more alive
added screenshot key F12 (from spongie)
Added CPT_FACEDIR_SIMPLE calculation, finally, as figured out by spongie
changed one "if" to "else if" in content_mapblock.cpp
reorganized stuff
tuned mapgen
changed water color in farmesh
updated noise stuff
reorganized a lot of stuff and modified mapgen and objects slightly while doing it
improved player fall damage detection
backported cactus, papyrus and clay
backported cactus, papyrus and clay
small fix
small fix
Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into upstream_merge
Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git into upstream_merge
added and commented out some debug output
even more code refactoring
more reorganizing of map code
cleaned map stuff
moved mapgen stuff around abit
moved map generator to separate source files
added minetestmapper in utils/
mapgen stuff
added correct data to new images, added comments in main.cpp
New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
Reorganizing stuff (import from temporary git repo)
disabled farmesh in default settings
fixed servermain.cpp lacking filesys.h
path_userdata is now created before potentially creating debug.txt in there
moved the mac include in porting.cpp out of namespace
fixed a segfault in case of wrong input from network on the server (reported by spongie)
uh oh, forgot to add treeprop.png to the repo
Modified the mesh update thread's sleep time to speed it up (it was way too high)
lol, i have apparently used python too much...
added a small php example
Added endianess to procotol.txt
Fixed typo in protocol.txt
updated protocol.txt
Loading