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.
dc414091e736badc6fd2faa6a2583639a3458818
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
22
May
21
20
19
18
17
16
15
14
9
6
3
30
Apr
29
27
26
25
24
23
22
21
19
15
12
11
10
9
8
6
5
4
3
2
2
Mar
1
28
Feb
27
26
24
23
21
19
18
17
16
15
14
13
12
11
10
8
6
5
4
3
2
1
30
Jan
29
28
26
25
24
23
21
18
17
16
15
10
9
8
7
29
Dec
27
26
25
24
23
22
21
20
19
18
14
13
12
11
1
30
Nov
29
27
Added the ability to change your password (via pause menu)
mud placed in sunlight no longer instantly turns to grass; also tuned transforming speed a bit (will be made a lot longer when testing is complete)
Preliminary "active block" stuff + set up test code to grow grass.
Fixed a small memory leak in ServerEnvironment and cleaned the code a bit
fixed a small memory leak in game.cpp
fixed a small memory leak in mapnode.cpp
updated readme a bit
added a delay to menu loop
Cleaned networking code a bit (had this one on the to-do list for like 4 months already)
fix in readme
some documentation updates
and the changelog
All textures are are now searched first from the directory specified by the texture_path setting.
updated changelog
Merge: New map directory structure and player passwords
Passwords - a few corrections to the previous commit
Passwords - password entry at main menu, stored and checked by server
change default sneak key from RSHIFT to LSHIFT
Moved the temporary mapgen test files and added a modified map.cpp too... These are probably useful in the next mapgen update and shouldn't be lost.
Add (possibly non-compatible) work-in-progress noise.{h,cpp} so that they won't be accidentally lost. These are useful for upcoming mapgen updates.
add recent major changes to changelog
Don't say 'Creating server and client' if the server is remote, so not being created
put the wstring stoi too in the ignore-on-vc2010 #if
(hopefully) fixed stoi/stof compile problems on vc2010
small comment update
New map directory structure that avoids map size being limited by filesystem
Added libIrrlicht.dll.a to searched library names for non-MSVC windows
merged fix to readlink ignored return value warning
merged CiaranG's stuff again: auto-admin powers to local user, DSTACK macro -Wformat warnings
Get rid of ignored return value warning
Get rid of all the string format warnings caused by the DSTACK macro
added -Wno-unused-but-set-variable, which hides a new warning in gcc 4.6 which only slows down development with no effect on security or anything.
Restored the auto-admin powers of the local user (via name= in the config)
Fixed two compiler warnings
merged CiaranG's changes (player privileges)
Server commands without classes
Privileges to/from string conversion functions standalone, not static members
Better synchronisation of build/mine attempts when the player isn't allowed to
Allow "all" to be specified in player config file for privileges
Improved server commands and added player permissions.
Loading