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
Commits
5698e2baf8008b11706a4bbc4d62c8b584703834
Select Git revision
0 results
minetest
Author
Search by author
Any Author
authors
0 authors
Mar 07, 2015
Fix Android text bug (no text displaying)
· 5698e2ba
Zeno-
authored
10 years ago
5698e2ba
Dungeongen: Optionally set ignore to be untouchable to disable floating dungeons
· ffdf8ded
paramat
authored
10 years ago
ffdf8ded
Mar 06, 2015
Don't start a server for map migration
· e9eda2b0
ShadowNinja
authored
10 years ago
e9eda2b0
Clean up database API and save the local map on an interval
· 708337df
ShadowNinja
authored
10 years ago
708337df
Biome API: Enable decorations placed on water
· c7454d47
paramat
authored
10 years ago
c7454d47
Mar 05, 2015
Improve group-based connection between raillike nodes
· b65c7ab4
BlockMen
authored
10 years ago
b65c7ab4
l_get_modnames: Compare using std::sort instead of a custom function which does same work
· 40c2c18a
Loïc Blot
authored
10 years ago
40c2c18a
collisionMoveSimple: use std::vector instead of std::list, this improve the performances
· c00eed90
Loïc Blot
authored
10 years ago
c00eed90
ProfilerGraph: Use std::list instead of std::vector
· 6c09b34e
Loïc Blot
authored
10 years ago
6c09b34e
Fix mapgen using unitialised height map values
· daa1c30b
Zeno-
authored
10 years ago
daa1c30b
Use std::queue for HTTPFetchRequest and std::vector for log_output instead of std::list
· 3d505b2b
Loïc Blot
authored
10 years ago
3d505b2b
Fix issue #2441: crash on respawn, since a conversion std::list to std::vector on Environment.cpp
· 9749d9fe
Loïc Blot
authored
10 years ago
9749d9fe
Replace std::list to std::vector into tile.cpp (m_texture_trash) and move tile.hpp to src/client/
· 0d1eedcc
Loïc Blot
authored
10 years ago
0d1eedcc
Server.cpp Use std::list instead of std::vector for playSound, fillMediaCache,...
· aa474e45
Loïc Blot
authored
10 years ago
aa474e45
Server::AsyncRunStep: buffered_messages now uses std::vector instead of...
· 82482ecd
Loïc Blot
authored
10 years ago
82482ecd
Fix some rendering glitches
· 36e8ba9c
BlockMen
authored
10 years ago
36e8ba9c
Performance improvement: Use std::list instead of std::vector for...
· 365e4ae0
Loïc Blot
authored
10 years ago
365e4ae0
Remove Queue class which uses std::list and use native std::queue
· b214cde5
Loïc Blot
authored
10 years ago
b214cde5
Fix memory leak in MapgenV6
· 9e675793
Zeno-
authored
10 years ago
9e675793
Cavegen, mgv5: Cleanup code
· eb7482fd
paramat
authored
10 years ago
eb7482fd
Mar 04, 2015
Use std::vector instead of std::list in StaticObjectList and MutexedMap::getValues()
· cd684497
Loïc Blot
authored
10 years ago
cd684497
ABMHandler and player_collisions use sequential read/write. Switch from std::list to std::vector
· 06f32820
Loïc Blot
authored
10 years ago
06f32820
ClientInterface::getClientIDs doesn't need a std::list. Use a std::vector for better perfs
· 2066655a
Loïc Blot
authored
10 years ago
2066655a
We always know playerSAO when calling SendInventory. Using it instead of searching it via peer_id
· 7e088fdf
Loïc Blot
authored
10 years ago
7e088fdf
Radius parameter for /deleteblocks here
· bbed01ab
SmallJoker
authored
10 years ago
bbed01ab
Send Position packet on event, don't check it at each AsyncRunStep.
· 40bf1d7b
Loïc Blot
authored
10 years ago
40bf1d7b
ASyncRunStep doesn't need to lock when do setTimeOfDaySpeed.
· 7f8f9785
Loïc Blot
authored
10 years ago
7f8f9785
Send Inventory packet on event, don't check it at each AsyncRunStep.
· 1b2f6447
Loïc Blot
authored
10 years ago
1b2f6447
Mar 03, 2015
Remove unused m_wielded_item_not_sent
· 038d3a31
Loïc Blot
authored
10 years ago
038d3a31
Send Breath packet on event, don't check it at each AsyncRunStep
· 7e56637e
Loïc Blot
authored
10 years ago
7e56637e
Send Player HP when setHP (or a setHP caller) is called instead of looping and...
· 64ff966b
Loïc Blot
authored
10 years ago
64ff966b
Mar 02, 2015
Fix occlusion
· 056e8f78
Miguel Almeida
authored
10 years ago
056e8f78
Fix narrow_to_wide_c (ANDROID)
· aefe8076
Zeno-
authored
10 years ago
aefe8076
Mgv6: Add heightmap. Do not make large caves that are entirely above ground
· 773aa8c5
paramat
authored
10 years ago
773aa8c5
Feb 27, 2015
Add /setpassword and /clearpassword logging
· 1a175c69
est31
authored
10 years ago
1a175c69
Add Turkish language
· d4a6dedc
mahmutelmas06
authored
10 years ago
d4a6dedc
Update minetest.po
· 7b7cd0ec
Rui
authored
10 years ago
7b7cd0ec
Revert "Fix particles draworder" (issue #2388)
· 3b1ac5b8
Loïc Blot
authored
10 years ago
3b1ac5b8
Change find_surface_nodes_in_area to find_nodes_in_area_under_air
· fdb91408
Zeno-
authored
10 years ago
fdb91408
Add find_surface_nodes_in_area LUA call which permit to only get the nodes...
· 0f556d0c
Loïc Blot
authored
10 years ago
0f556d0c
Loading