index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
game.cpp
Age
Commit message (
Expand
)
Author
2017-08-26
Check item_drop amount clientside (#6242)
rubenwardy
2017-08-24
Add clientside translations.
Ekdohibs
2017-08-24
Fix Android node selection distance (#6187)
Dániel Juhász
2017-08-24
Safe digging and placing (#6127)
Ben Deutsch
2017-08-20
Minimap: Add new HUD flag for minimap radar mode
paramat
2017-08-20
Modernize source code: last part (#6285)
Loïc Blot
2017-08-19
Fix shader.h inclusion place in game.cpp
Loïc Blot
2017-08-18
Optimize headers (part 2) (#6272)
Loïc Blot
2017-08-17
clientmap, clientmedia: code modernization
Loic Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-08-13
Trigger on_rightclick regardless on the formspec meta field
SmallJoker
2017-08-12
Full viewing range key message clarified
Fixer
2017-07-30
Make direct item selection keys freely bindable
Wuzzy
2017-07-18
In-cloud fog: Strengthen effect when small view range is used
Lars Hofhansl
2017-07-17
Chat: Move chat text down to not overlap 3rd line of debug text (#6145)
Paramat
2017-07-16
F5 debug display: Reformat and remove some information (#6125)
Paramat
2017-07-16
Chat protocol rewrite (#5117)
Loïc Blot
2017-07-07
Expose getPointedThing to Lua
Dániel Juhász
2017-07-05
Fog effect when camera is inside cloud
Ben Deutsch
2017-07-02
Fix crash due to missing pointer validation
Loic Blot
2017-07-02
Irrlicht cleanup: cleanup various object to use RenderingEngine (#6088)
Loïc Blot
2017-06-30
Create a filesystem abstraction layer for CSM and only allow accessing files ...
red-001
2017-06-26
Isolate irrlicht references and use a singleton (#6041)
Loïc Blot
2017-06-24
Game::showOverlayMessage: securise function
Loic Blot
2017-06-23
Show param1 and param2 in debug screen (#6031)
Wuzzy
2017-06-20
Automatic item and node colorization (#5640)
Dániel Juhász
2017-06-19
Client::makeScreenshot: remove device param
Loic Blot
2017-06-17
Cpp11 initializers 2 (#5999)
Loïc Blot
2017-06-11
Use thread_local instead from some static settings (#5955)
Loïc Blot
2017-06-10
Remove superfluous pointer null checks
QrchackOfficial
2017-06-08
Autorun: Change to 'autoforward' (#5926)
Paramat
2017-06-03
Fix segmentation fault with tool capabilities (#5899)
ShadowNinja
2017-06-03
Snake case for screen options in minetest.conf (#5792)
Vincent Glize
2017-05-25
Close formspec on client shutdown. (#5811)
red-001
2017-05-23
Client crashfix: load meta after digging (#5801)
Paramat
2017-05-20
Fix instant digging (#5785)
you
2017-05-19
When minimap is disabled in configuration, really disable it (#5771)
Loïc Blot
2017-05-13
No cursor lock when window inactive (#5754)
SmallJoker
2017-05-13
Limit properly the sound setting at updateSound runtime step (#5753)
Loïc Blot
2017-05-13
Move KeyList & InputHandler from game.h to client/inputhandler.h (#5752)
Loïc Blot
2017-05-13
Android build fix
Loic Blot
2017-05-13
Minor pause/escape menu improvements (#5751)
red-001
2017-05-11
Rework escape/pause menu (#5719)
red-001
2017-05-06
Add configurable key bindings for hotbar scrolling, and for changing volume.
Wuzzy
2017-05-06
[CSM] add `on_item_use` (#5544)
red-001
2017-05-06
Make players respect makes_footstep_sound in the object properties
TeTpaAka
2017-05-05
Save minetest screen width/height options when modified (#5683)
Loïc Blot
2017-05-04
Add function to get server info.
red-001
2017-05-02
Set sky API: Add bool for clouds in front of custom skybox
paramat
2017-04-30
Add clouds API
Ben Deutsch
[next]