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.
92ae11bd3b5e95ff837f98463931e7772c455ad3
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
4
Nov
3
2
1
31
Oct
18
9
Sep
7
5
4
3
2
1
31
Aug
19
12
28
Jul
27
26
25
24
23
22
21
19
19
Jun
18
17
16
11
10
9
8
7
6
5
4
3
31
May
21
20
19
12
15
Apr
14
13
10
9
8
7
6
5
4
3
2
1
31
Mar
30
29
28
27
26
25
24
23
22
21
20
19
18
16
15
13
12
11
10
8
7
28
Feb
27
24
7
6
5
4
2
1
25
Jan
24
22
15
14
13
12
6
4
3
2
Formspec: Draw images before inventories. Allows to use image as background.
Merge pull request #274 from PilzAdam/falling
Merge pull request #243 from xyzz/liquid_renewable
Merge pull request #273 from PilzAdam/air
Make air and ignore drop nothing
Fix a bug in falling code where entities get stuck
Don't leak textures all over the place
Fix flowing liquid animation direction calculation
Merge pull request #272 from PilzAdam/pow
Replace pow() with multiplikation to improve speed
Merge pull request #270 from PilzAdam/master
Add functions to the default mod of minimal game to support old code
Add falling_node to special groups in lua-api.txt
Remove a useless comment
Move falling to builtin
Allow transparent image_buttons
Add nodedef.on_blast() to lua_api.txt in order to support chained explosions of any explosives
Statically store always_collect field of __builtin:item
Add dtime_s to entity activation
Fix ServerActiveObject stuff
Fix wielditem entity drawtype brightness control
Fix ObjectRef:punch()
Add liquid_renewable property.
Version 0.4.3
0.4.3
0.4.3
Prevent world creation if the world already exists
Enforce stricter world names using a blacklist
Add aux1_descends to key change menu
Version 0.4.3-rc0; increase PROTOCOL_VERSION due to backwards-incompatible InventoryList width field
Remove "Unknown inventory identifier" deserialization errors, because they can break forward compatibility
Reorganize ClientMap rendering code for a bit more performance
Fix shift-descend to ladders from a floor
Fix moving stuff into a mismatched stack in a "infinite" inventory
Make inventory GUI do sane things when server-side inventory acts unusually
Fix bug in moving a larger sized stack in inventory on top of another
Add overridable function for handling dropped items from nodes
Fix github issue #224
Fix issue with openal mac os x compile
Fix GUIKeyChangeMenu so that '/' can be inserted on a finnish keyboard
A bunch of GUIKeyChangeMenu fixes
Attempt to fix flying gravel and dirt
Loading