aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Autorun: Change to 'autoforward' (#5926)Paramat2017-06-081-10/+10
* Fix segmentation fault with tool capabilities (#5899)ShadowNinja2017-06-031-1/+1
* Snake case for screen options in minetest.conf (#5792)Vincent Glize2017-06-031-4/+4
* Close formspec on client shutdown. (#5811)red-0012017-05-251-0/+2
* Client crashfix: load meta after digging (#5801)Paramat2017-05-231-9/+10
* Fix instant digging (#5785)you2017-05-201-10/+10
* When minimap is disabled in configuration, really disable it (#5771)Loïc Blot2017-05-191-11/+15
* No cursor lock when window inactive (#5754)SmallJoker2017-05-131-3/+3
* Limit properly the sound setting at updateSound runtime step (#5753)Loïc Blot2017-05-131-1/+9
* Move KeyList & InputHandler from game.h to client/inputhandler.h (#5752)Loïc Blot2017-05-131-18/+7
* Android build fixLoic Blot2017-05-131-2/+2
* Minor pause/escape menu improvements (#5751)red-0012017-05-131-14/+17
* Rework escape/pause menu (#5719)red-0012017-05-111-12/+66
* Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy2017-05-061-2/+33
* [CSM] add `on_item_use` (#5544)red-0012017-05-061-1/+2
* Make players respect makes_footstep_sound in the object propertiesTeTpaAka2017-05-061-4/+10
* Save minetest screen width/height options when modified (#5683)Loïc Blot2017-05-051-0/+16
* Add function to get server info.red-0012017-05-041-2/+2
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-021-0/+3
* Add clouds APIBen Deutsch2017-04-301-0/+13
* Client & ClientEnvirnment: don't create fake events (#5676)Loïc Blot2017-04-291-3/+2
* [CSM] Add event on_place_node API lua (#5548)Vincent Glize2017-04-291-0/+3
* Fix click-digging torches (#5652)you2017-04-281-13/+21
* Search user path for sounds (#5657)Louis Pearson2017-04-271-14/+22
* Rename Scripting API files for consistencyShadowNinja2017-04-251-1/+1
* Fix various points reported by cppcheck (#5656)Loïc Blot2017-04-251-1/+2
* Fix various copy instead of const ref reported by cppcheck (#5615)Loïc Blot2017-04-191-7/+2
* Tools: Fix tool digging speed limitHybrid Dog2017-04-191-7/+0
* Fix various variables passed by copy instead of const ref (#5610)Loïc Blot2017-04-191-8/+10
* Android progressbar fix (#5601)Loïc Blot2017-04-161-5/+9
* Fix spacingEkdohibs2017-04-061-2/+2
* Fix problems when overriding the hand:Ekdohibs2017-04-061-8/+18
* Show media download progress in percent on progress screen (#5498)orwell962017-04-071-2/+4
* Change command prefix to "." and add "help" command.red-0012017-03-261-0/+3
* Some performance optimizations (#5424)Loïc Blot2017-03-221-1/+1
* Refactored client event if-else cascade to switch statementBen Deutsch2017-03-201-102/+138
* Refactor Game class (part 2) (#5422)Loïc Blot2017-03-191-262/+216
* Server list cleanupShadowNinja2017-03-181-1/+1
* TOGGLE_CHAT keymap should togglechat not HUDLoic Blot2017-03-181-1/+1
* Reduce memory & function cost of Game class functions (#5406)Loïc Blot2017-03-171-271/+217
* [CSM] Fix minimap problems (#5405)Loïc Blot2017-03-171-1/+1
* [CSM] Add minimap API modifiers (#5399)Loïc Blot2017-03-161-4/+4
* [CSM] Add enable_client_modding param (default: false)nerzhul2017-03-131-8/+13
* [CSM] Add `on_punchnode` callbackred-0012017-03-131-4/+7
* [CSM] Add `on_dignode` callback (#5140)red-0012017-03-131-13/+21
* [CSM] Add local formspecs. (#5094)red-0012017-03-131-58/+9
* [CSM] Add on_death, on_hp_modification & oh_damage_taken callbacks (#5093)Loïc Blot2017-03-131-4/+3
* [CSM] Client side moddingLoic Blot2017-03-131-0/+2
* Fixes for colorwallmounted and colorfacedir nodesDániel Juhász2017-02-181-1/+2
* Footsteps: Fix offset footstep and shallow water sound bugsparamat2017-02-121-1/+1