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.
4f2c1e36a10ee00c6779a02dd4441fa680fb3497
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
30
Mar
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
1
31
Dec
28
11
9
4
3
2
1
30
Nov
29
Fix walking sound of other players (and other objects)
ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on players too!
ObjectProperties
minetest.register_chatcommand(cmd, def)
Raise the player fall damage threshold to a much more fun level
Improve the look of fences
[transformN image modifier
Simple fix for camera blinking black when jumping into ceiling with current smaller collision box
Use GenericCAO in place of LuaEntityCAO and PlayerCAO
Add GenericCAO and player armor groups, but don't use them yet
on_joinplayer + on_leaveplayer + scriptapi_run_callbacks + bugfix
added PlayerSAO and RemotePlayer, removed ServerRemotePlayer
Modify minimal/give_initial_stuff to always give stuff
Rework tool_capabilities a bit (maxwear->uses, scale dig time according to leveldiff)
Try a default day+night length of 20 minutes instead of 15
Generate beaches
Generate blobs of dirt and gravel in stone
Remove unnecessary debug output
Area-based MapEditEvent ignore and that put to use for on_generate too
Reduce EnvRef:set_node() time tenfold by postponing the dayNightDiff update until it is actually needed
Fix on_generate minp/maxp (was broken due to chunkymapgen)
Add EnvRef:set_node()
Add range option to PseudoRandom:next()
Add blockseed to on_generated
Default to having fancy trees and 3d clouds turned on
Add minetest.is_singleplayer()
doc/lua_api.txt: minetest.get_worldpath(modname) -> minetest.get_worldpath()
Correctly lock mutexes when the server sends MapEditEvents (could cause memory corruption)
No occlusion culling when free_move is on and camera is inside ground
Make mapgen use mapgen_* node aliases rather than the LEGN macro
Add PseudoRandom in Lua API
Tune skybox
Try to make background/fog/sky color selection work better
Set default minimum viewing range of 35 nodes
Unrelated, but anyway: tune light levels again
Tune caves
Fix deep ground cave generation a bit
Fix mapgen block_is_underground heuristic
Tune mapgen
Set default maximum viewing range to a bit more than default server send range to make fog work well
Loading