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-04-25
Rename Scripting API files for consistency
ShadowNinja
2017-04-25
Fix various points reported by cppcheck (#5656)
Loïc Blot
2017-04-19
Fix various copy instead of const ref reported by cppcheck (#5615)
Loïc Blot
2017-04-19
Tools: Fix tool digging speed limit
Hybrid Dog
2017-04-19
Fix various variables passed by copy instead of const ref (#5610)
Loïc Blot
2017-04-16
Android progressbar fix (#5601)
Loïc Blot
2017-04-06
Fix spacing
Ekdohibs
2017-04-06
Fix problems when overriding the hand:
Ekdohibs
2017-04-07
Show media download progress in percent on progress screen (#5498)
orwell96
2017-03-26
Change command prefix to "." and add "help" command.
red-001
2017-03-22
Some performance optimizations (#5424)
Loïc Blot
2017-03-20
Refactored client event if-else cascade to switch statement
Ben Deutsch
2017-03-19
Refactor Game class (part 2) (#5422)
Loïc Blot
2017-03-18
Server list cleanup
ShadowNinja
2017-03-18
TOGGLE_CHAT keymap should togglechat not HUD
Loic Blot
2017-03-17
Reduce memory & function cost of Game class functions (#5406)
Loïc Blot
2017-03-17
[CSM] Fix minimap problems (#5405)
Loïc Blot
2017-03-16
[CSM] Add minimap API modifiers (#5399)
Loïc Blot
2017-03-13
[CSM] Add enable_client_modding param (default: false)
nerzhul
2017-03-13
[CSM] Add `on_punchnode` callback
red-001
2017-03-13
[CSM] Add `on_dignode` callback (#5140)
red-001
2017-03-13
[CSM] Add local formspecs. (#5094)
red-001
2017-03-13
[CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)
Loïc Blot
2017-03-13
[CSM] Client side modding
Loic Blot
2017-02-18
Fixes for colorwallmounted and colorfacedir nodes
Dániel Juhász
2017-02-12
Footsteps: Fix offset footstep and shallow water sound bugs
paramat
2017-01-30
Re-add halo highlight (#5130)
Dániel Juhász
2017-01-30
Add console height setting (#5136)
Ezhh
2017-01-29
Rename height to scale for openConsole() (#5139)
Zeno-
2017-01-23
Add hardware node coloring. Includes:
Dániel Juhász
2017-01-09
Environment & IGameDef code refactoring (#4985)
Ner'zhul
2017-01-04
Improve getPointedThing() (#4346)
Dániel Juhász
2016-12-26
Irrlicht 1.9 support
sfan5
2016-12-12
Fix camera jumping on Android when panning past 0/360 mark
rubenwardy
2016-12-12
View range: Set maximum to 4000 nodes
Rogier
2016-12-11
Fix computation of viewing range (in blocks) sent to server (#4882)
Rogier-5
2016-12-07
Fog: Make fraction of visible distance at which fog starts configurable
Lars Hofhansl
2016-11-26
Wieldhand: Allow overriding the hand
TeTpaAka
2016-11-23
Make supplying empty formspec strings close the formspec (#4737)
orwell96
2016-11-23
Fix superflous shader setting updates (#4800)
ShadowNinja
2016-11-12
Halo: Highlight selected face
RealBadAngel
2016-11-04
Cycle directly to nothing shown instead of showing the profiler graph again
lhofhansl
2016-11-04
Add debug priv, and allow player to display the scene as wire-frame. (#4709)
lhofhansl
2016-10-30
Rename testsounds/ directory to sounds/ (#1984)
Hugo Locurcio
2016-10-21
Damage flash: Reduce maximum alpha. Avoid fade overload
paramat
2016-10-17
Revert changes to toggleNoClip and toggleFreeMove
Lars Hofhansl
2016-10-17
Don't use day light sky unless noclip and free_move are enabled
Lars Hofhansl
2016-10-13
Use range-based fog instead of z-plane based.
Lars Hofhansl
2016-10-12
Don't use unordered maps for ProfilerGraph (fixes flickering)
sfan5
2016-10-09
Remove unused parameter of GUIVolumeChange
Rui
[next]