aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)Author
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` callbackred-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 moddingLoic Blot
2017-02-18Fixes for colorwallmounted and colorfacedir nodesDániel Juhász
2017-02-12Footsteps: Fix offset footstep and shallow water sound bugsparamat
2017-01-30Re-add halo highlight (#5130)Dániel Juhász
2017-01-30Add console height setting (#5136)Ezhh
2017-01-29Rename height to scale for openConsole() (#5139)Zeno-
2017-01-23Add hardware node coloring. Includes:Dániel Juhász
2017-01-09Environment & IGameDef code refactoring (#4985)Ner'zhul
2017-01-04Improve getPointedThing() (#4346)Dániel Juhász
2016-12-26Irrlicht 1.9 supportsfan5
2016-12-12Fix camera jumping on Android when panning past 0/360 markrubenwardy
2016-12-12View range: Set maximum to 4000 nodesRogier
2016-12-11Fix computation of viewing range (in blocks) sent to server (#4882)Rogier-5
2016-12-07Fog: Make fraction of visible distance at which fog starts configurableLars Hofhansl
2016-11-26Wieldhand: Allow overriding the handTeTpaAka
2016-11-23Make supplying empty formspec strings close the formspec (#4737)orwell96
2016-11-23Fix superflous shader setting updates (#4800)ShadowNinja
2016-11-12Halo: Highlight selected faceRealBadAngel
2016-11-04Cycle directly to nothing shown instead of showing the profiler graph againlhofhansl
2016-11-04Add debug priv, and allow player to display the scene as wire-frame. (#4709)lhofhansl
2016-10-30Rename testsounds/ directory to sounds/ (#1984)Hugo Locurcio
2016-10-21Damage flash: Reduce maximum alpha. Avoid fade overloadparamat
2016-10-17Revert changes to toggleNoClip and toggleFreeMoveLars Hofhansl
2016-10-17Don't use day light sky unless noclip and free_move are enabledLars Hofhansl
2016-10-13Use range-based fog instead of z-plane based.Lars Hofhansl
2016-10-12Don't use unordered maps for ProfilerGraph (fixes flickering)sfan5
2016-10-09Remove unused parameter of GUIVolumeChangeRui
2016-10-08Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)Loic Blot
2016-10-05Replace various std::map with UNORDERED_MAP + various cleanupsLoic Blot
2016-08-22Client: disable pre v25 init sending by defaultest31
2016-08-10Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno
2016-07-05Use mathematical function to determine yaw directionsfan5
2016-07-03Remove top left minetest watermarkest31
2016-06-03Initial Gamepad supportest31
2016-06-03Input related generalisationsest31
2016-05-31Add colored text (not only colored chat).Ekdohibs
2016-05-31Colored chat working as expected for both freetype and non-freetype builds. @...TriBlade9
2016-05-26Tell irrlicht if we handle a key or not.est31
2016-04-24Escape more strings: formspecs, item descriptions, infotexts...Ekdohibs
2016-04-14Add option to disable entity selectionboxes. (#3992)TriBlade9
2016-03-21Fix connected nodes' selection boxes.Auke Kok
2016-03-12Nodebox: Allow nodeboxes to "connect"Auke Kok
2016-03-02Add Android chat formShadowNinja
2016-03-02Unlock cursor when opening consoleShadowNinja