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.
f21291211caaaa22ee5673adf46615dd46a36285
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
9
Apr
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
1
31
Dec
28
11
9
4
3
2
1
30
Nov
29
Allow redefining minetest.item_place and the like
Make client know about reverted disallowed diggings
Add basic_privs privilege
Improve doc/lua_api.txt and add minetest.get_item_group(name, group)
Fix unable to join server first time with a password
Call this 0.4.dev-20120408
0.4.dev-20120408
0.4.dev-20120408
Add minimal documentation about the $world/game/ addition
Support placing a minetest game inside $world/game to allow creating proper adventure maps
Fix crash after 'LuaEntity name "particles:smoke" not defined' and similar errors
minetest.get_node_group(name, group)
EnvRef:find_nodes_in_area(minp, maxp, nodenames)
Allow looping of local and positional sounds
Make lava brighter by showing light sources at their full emitted light level
Improve texture atlas generation
Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is experimental atm, causes visible spaces between blocks.
Improve doc/lua_api.txt
Tune mapgen
Fix collision code getting stuck if speed is 0
Fix segfault when setting privileges of a non-connected player
Fix fabs() brainfart
Tune desert beaches
Fix MSVC ambiguous fabs() call errors
Add deserts to map generator
Tune mapgen a bit
PerlinNoise for Lua.
Support custom textures installed as /textures/all/*.png
Add EnvRef:find_node_near(pos, radius, nodenames)
Add missing mapgen.lua to games/minimal
Handle failing openal init properly, add enable_sound and sound_volume settings
Add #include <unistd.h> to filesys.cpp
experimental:soundblock dig_immediate=3
Attempt to fix sound left-right channels
Make the minimal development test somewhat playable by adding ore generation and removing the player visual switch test
Fix crash when inputting only / in chat
Fix super-small size of regular item entities
Show reported map seed on debug info (F5)
Minimally update compiling on Windows in README.txt
Add to README.txt's example dependencies on Linux: libogg-dev libvorbis-dev libopenal-dev
Fix visual='cube' size
Fix sound direction and add experimental:soundblock alias sb in minimal for testing
Loading