Move KeyList & InputHandler from game.h to client/inputhandler.h (#5752)
[oweals/minetest.git] / src / game.cpp
2017-05-13 Loïc BlotMove KeyList & InputHandler from game.h to client/input...
2017-05-13 Loic BlotAndroid build fix
2017-05-13 red-001Minor pause/escape menu improvements (#5751)
2017-05-11 red-001Rework escape/pause menu (#5719)
2017-05-06 WuzzyAdd configurable key bindings for hotbar scrolling...
2017-05-06 red-001[CSM] add `on_item_use` (#5544)
2017-05-06 TeTpaAkaMake players respect makes_footstep_sound in the object...
2017-05-05 Loïc BlotSave minetest screen width/height options when modified...
2017-05-04 red-001Add function to get server info.
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-04-29 Ben DeutschAdd clouds API
2017-04-29 Loïc BlotClient & ClientEnvirnment: don't create fake events...
2017-04-29 Vincent Glize[CSM] Add event on_place_node API lua (#5548)
2017-04-28 youFix click-digging torches (#5652)
2017-04-27 Louis PearsonSearch user path for sounds (#5657)
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-25 Loïc BlotFix various points reported by cppcheck (#5656)
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-19 Hybrid DogTools: Fix tool digging speed limit
2017-04-18 Loïc BlotFix various variables passed by copy instead of const...
2017-04-16 Loïc BlotAndroid progressbar fix (#5601)
2017-04-07 EkdohibsFix spacing
2017-04-07 EkdohibsFix problems when overriding the hand:
2017-04-06 orwell96Show media download progress in percent on progress...
2017-03-26 red-001Change command prefix to "." and add "help" command.
2017-03-22 Loïc BlotSome performance optimizations (#5424)
2017-03-20 Ben DeutschRefactored client event if-else cascade to switch statement
2017-03-19 Loïc BlotRefactor Game class (part 2) (#5422)
2017-03-18 ShadowNinjaServer list cleanup
2017-03-18 Loic BlotTOGGLE_CHAT keymap should togglechat not HUD
2017-03-17 Loïc BlotReduce memory & function cost of Game class functions...
2017-03-17 Loïc Blot[CSM] Fix minimap problems (#5405)
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-13 nerzhul[CSM] Add enable_client_modding param (default: false)
2017-03-13 red-001[CSM] Add `on_punchnode` callback
2017-03-13 red-001[CSM] Add `on_dignode` callback (#5140)
2017-03-13 red-001[CSM] Add local formspecs. (#5094)
2017-03-13 Loïc Blot[CSM] Add on_death, on_hp_modification & oh_damage_take...
2017-03-13 Loic Blot[CSM] Client side modding
2017-02-18 Dániel JuhászFixes for colorwallmounted and colorfacedir nodes
2017-02-12 paramatFootsteps: Fix offset footstep and shallow water sound...
2017-01-30 Dániel JuhászRe-add halo highlight (#5130)
2017-01-29 EzhhAdd console height setting (#5136)
2017-01-29 Zeno-Rename height to scale for openConsole() (#5139)
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-09 Ner'zhulEnvironment & IGameDef code refactoring (#4985)
2017-01-04 Dániel JuhászImprove getPointedThing() (#4346)
2016-12-26 sfan5Irrlicht 1.9 support
2016-12-12 rubenwardyFix camera jumping on Android when panning past 0/360... 4893/head
2016-12-12 RogierView range: Set maximum to 4000 nodes
2016-12-11 Rogier-5Fix computation of viewing range (in blocks) sent to...
2016-12-07 Lars HofhanslFog: Make fraction of visible distance at which fog...
2016-11-26 TeTpaAkaWieldhand: Allow overriding the hand
2016-11-22 orwell96Make supplying empty formspec strings close the formspe...
2016-11-22 ShadowNinjaFix superflous shader setting updates (#4800)
2016-11-12 RealBadAngelHalo: Highlight selected face
2016-11-04 lhofhanslCycle directly to nothing shown instead of showing...
2016-11-04 lhofhanslAdd debug priv, and allow player to display the scene...
2016-10-30 Hugo LocurcioRename testsounds/ directory to sounds/ (#1984)
2016-10-21 paramatDamage flash: Reduce maximum alpha. Avoid fade overload
2016-10-17 Lars HofhanslRevert changes to toggleNoClip and toggleFreeMove
2016-10-17 Lars HofhanslDon't use day light sky unless noclip and free_move...
2016-10-13 Lars HofhanslUse range-based fog instead of z-plane based.
2016-10-12 sfan5Don't use unordered maps for ProfilerGraph (fixes flick...
2016-10-09 RuiRemove unused parameter of GUIVolumeChange
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-05 Loic BlotReplace various std::map with UNORDERED_MAP + various...
2016-08-22 est31Client: disable pre v25 init sending by default 4461/head
2016-08-10 Esteban I. Ruiz... Add zoom, tweakable with zoom_fov, default key: Z ...
2016-07-05 sfan5Use mathematical function to determine yaw direction
2016-07-03 est31Remove top left minetest watermark
2016-06-03 est31Initial Gamepad support
2016-06-03 est31Input related generalisations
2016-05-31 EkdohibsAdd colored text (not only colored chat).
2016-05-31 TriBlade9Colored chat working as expected for both freetype...
2016-05-26 est31Tell irrlicht if we handle a key or not.
2016-04-23 EkdohibsEscape more strings: formspecs, item descriptions,...
2016-04-14 TriBlade9Add option to disable entity selectionboxes. (#3992)
2016-03-21 Auke KokFix connected nodes' selection boxes.
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-03-03 ShadowNinjaAdd Android chat form
2016-03-03 ShadowNinjaUnlock cursor when opening console
2016-03-03 Esteban I. Ruiz... Use the console instead of a dedicated window when...
2016-02-22 RealBadAngelFix getting pointed node
2016-02-21 RealBadAngelCamera: remove auto tune FPS, single view range setting
2016-02-18 RealBadAngelMove object nametags to camera
2016-02-14 RealBadAngelUse proper variable types for uniform sampler layers
2016-02-08 RealBadAngelCleanup selection mesh code, add shaders for halo and...
2016-01-18 RealBadAngelShow infotext with description for item entities
2016-01-09 Dalai FelintoNew 3D Mode: Pageflip
2015-12-29 est31Fix client crashing when connecting to server
2015-12-28 est31shutdown when requested from lua in singleplayer too
2015-12-18 SapierAndroid: Implement Autohiding button bars to cleanup... 2132/head
2015-12-17 SapierAndroid: Fix pressed buttons not beeing cleared on...
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-15 AmazAdd a status text for autorun
2015-11-07 BlockMenAdd support for audio feedback if placing node failed 3288/head
2015-11-02 gregorycuSpeed up saving of profiling data by 27x
2015-10-29 Duane RobertsonWoW-style Autorun
2015-10-24 BlockMenFix on_rightclick() being called directly after placing... 3283/head
next