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.
64cdbae6dff170a0a8ecb0f8a5bc1080ad09e579
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
13
12
11
10
9
8
7
6
5
6
5
4
5
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
Server::step throw is never catched. Replace it with an errorstream + assert
Android: Fix auto-entry of server address and port in mainmenu
Android: Fix auto-entry of server address and port in mainmenu
Move client packet generators to dedicated functions for:
Move TOCLIENT_ACTIVE_OBJECT_REMOVE_ADD and TOCLIENT_ACTIVE_OBJECT_MESSAGES to private functions
Rename packethandler/{client,server}.cpp to {client,server}packethandler.cpp
If player is dead, permit it to respawn, even if damages are not enabled
SendPlayerHPOrDie everytime at client connection, damage enabled or not, this will fix the player which stay dead at connection
Finer progress bar updates when initializing nodes
Android Makefile update backported from stable-0.4 with minor changes
Android: update makefile and backport language fix from master
Fix narrow_to_wide_c (ANDROID)
mg_decoration: Raise highest allowed deco top to max edge of voxelmanip
Android: Backport changes from stable-0.4
Releasing android
Android: fix package name in JAVA sources
Fix package name in AndroidManifest.xml
AndroidManifest.xml version bump
Disable double-click -> ESC translation for main menu
client.cpp: typo fix and break; fix to make some compilers happy
Replace NetworkPacket pointers to references
Prepare Protocol v25 init & authentication.
Handle the newly added TOCLIENT_ACCESS_DENIED and TOCLIENT_DELETE_PARTICLESPAWNER
Rename some packet and handlers to <packet>_Legacy name for compat layer between new network changes and old network clients
Use the new Player::isDead function when it's the case
Update Indonesian Language
handleCommand_Breath mustn't update breath is player is dead. A dead player doesn't breath.
Don't handle PlayerPos packet coming from client if player is dead
Mgv5/mgv7: Add desert temples if desert stone detected in mapchunk
Unescape tooltip texts
Mgv6: Fix uninitialised heightmap used by cavegen
lua_api/l_mapgen: Fix overlapping areas of minetest.generate_ores/decorations
Silence Clang warning
Ensure that heightmap is initialized before use
Stop formspecs closing with double-click in empty area
Fix memleak pointed by issue #2439.
Fix unitialized data when creating TOSERVER_INIT packet
Make the dummy backend only look up blocks once
Update Android Makefile
Heightmaps: Fix uninitialised values in mgv5/mgv6. findGroundLevel: Return -MAP_GENERATION_LIMIT if surface not found
Loading