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.
9c5e422d3a5fc3784d261a1effdb94a44b84a41c
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
20
May
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
1
31
Dec
28
11
9
4
3
2
1
30
Nov
29
Allow using --worldname for local game too
Comment out unnecessary debug output in Settings
--world list
Better description of static_spawnpoint in minetest.conf.example
Update minetest.conf.example a bit
Tune smooth lighting a bit
Log more stuff in Client::afterContentReceived()
Take out the "Privileges of foo are hidden from you." response of /privs
Update changelog and call this 0.3.2
0.3.2
0.3.2
Add wooden planks to creative inventory (...finally 8D)
Add #include <unistd.h> to filesys.cpp (needed by some linux distros now)
Add a hack to get rid of the rare "ERROR: StaticObjectList::insert(): id already exists" failure
Fix continuing to process TOSERVER_INIT2 even if player doesn't exist
Add "Registered definitions of stuff" to doc/lua_api.txt
Fix executing register_chatcommand-defined commands even in the middle of a chat line
Fix unhandled InvalidPositionException
basic_privs to allow granting/revoking interact_extra too
Support static_spawnpoint setting
Fix ABM handling on block activation
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
Loading