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
Graph
3e78b29cae00b763e3350bccb27ad48ec3141ef5
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
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
8
Sep
7
6
4
2
1
31
Aug
30
25
24
23
22
16
15
14
13
12
11
8
11
2
1
8
5
3
2
1
31
Jul
30
29
25
24
23
24
23
22
21
20
19
18
17
16
15
14
13
11
9
4
2
1
27
Jun
26
25
23
22
20
19
18
17
16
8
7
5
4
3
2
1
2
1
31
May
30
29
30
29
24
23
22
23
trying something else... also replaced M_PI by PI everywhere
attempting to merge Queatz/the-wielded-tool and kahrl/viewbobbing, something doesn't work right yet
minor view bobbing improvements
make it slightly less annoying :o)
Implemented view bobbing (testing simple lemniscate shape)
Commented out debug statements again
Collected and moved existing camera infrastructure from game.cpp to camera.cpp and camera.h. Introduced configuration settings 'fov' which chooses the camera's (vertical) field of view and 'view_bobbing' which currently does nothing. Other code refactored to not expect the FOV to be a build time constant.
Removed unused camera_position and camera_direction fields from Client. Moved ClientEnvironment::drawPostFx to ClientMap::renderPostFx -- this will make the camera management classes easier to write, as ClientMap already knows the camera position but ClientEnvironment doesn't and has to be told about it. This also eliminates the need for Client::getEnv(). Made the post effect color a content feature defined in content_mapnode.h.
Display which tool the player is holding
Note about texture atlas
Add note about trans_table_19.
Remove block file from disk when saved to database
Pause in unloaded territory instead of collide
Make Connection::Send cancel silently if peer doesn't exist.
Update version number to something more proper for this stage of development (0.2.201109xx_dev)
Speed up periodical map unloading by moving beginSave() and endSave() to outer loop in Map::timerUpdate()
Merge remote-tracking branch 'queatz/sqlite-map'
Fix bug in posix file/directory removal wrapper, as pointed out by kahrl
Fix some texture stuff: remove item_fence.png, use fence.png, remove inexisting cactus.png from texture atlas (replace with nothing because cactus is rare)
allow specifying a fixed seed in the config file for generating the map (fixed_map_seed)
Now SAOs will reflect changes to their temporary inventory object
Cull empty lines...
Files to database converter
These numbers were well exceeding 2^32...
Initial sqlite3 maps.
Furnace was crashing stuff again
Merge branch 'master' of /media/Field/Software/minetest-queatz/minetest-sqlite/.. into sqlite-map
Update to SQLite 3.7.7.1
* Furnace would say it was overloaded when it had a non-cookable source
Merge remote-tracking branch 'queatz/furnace-fix'
Updated changelog
If there was no source item in a furnace it would cause a segmentation fault.
Merge remote-tracking branch 'kahrl/dissector'
Merge remote-tracking branch 'queatz/mmb10'
Merge remote-tracking branch 'queatz/furnace-is-not-blackhole'
Merge remote-tracking branch 'queatz/furnace-is-not-out-nor-can-rat-escape'
Merge remote-tracking branch 'queatz/privs'
Merged 2 branches because they relied on each other.
dissector branch: fix for doc/protocol.txt: CONTROLTYPE_DISCO is 3
dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h
Loading