aboutsummaryrefslogtreecommitdiff
path: root/src/client/game.cpp
AgeCommit message (Collapse)Author
2021-04-05Game: Scale damage flash to max HPSmallJoker
The flash intensity is calculated proportionally to the maximal HP.
2021-03-31Irrlicht support code maintenancesfan5
2021-03-30Consistent title bar + render information in mainmenu (#10764)SmallJoker
2021-03-26Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-03-21Restore minimal normal texture support (for minimap shading)Vitaliy
2021-03-19Scale mouse/joystick sensitivity depending on FOV (#11007)Elias Åström
2021-03-09Use place_param2 client-side for item appearance & prediction (#11024)sfan5
2021-03-06Clean up ClientEvent hudadd/hudchange internalssfan5
2021-03-05Pause animations while game is paused (#10658)Vitaliy
Pauses all mesh animations while game is paused.
2021-02-26Fix hud_change and hud_remove after hud_add (#10997)savilli
2021-02-24Use "Aux1" key name consistently everywhereWuzzy
2021-02-18Forcefully place items when minetest.place_node is usedElias Fleckenstein
2021-02-10Merge minetest changesElias Fleckenstein
2021-02-10Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2021-02-08Pause menu: Fix segfault on u/down key inputJean-Patrick Guerrero
2021-01-07Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-24Fix some minor code issues all over the placesfan5
2020-12-19Fix some more joystick issues (#10624)Markus
2020-12-19Cleanup shader generation code (#10663)Vitaliy
Shader generation is a mess. This commit cleans some parts up, including dropping remains of HLSL support which was never actually implemented.
2020-12-12Rework RangeElias Fleckenstein
2020-12-12Merge branch 'master' of https://github.com/minetest/minetestElias Fleckenstein
2020-12-12Make GitHub Actions Happy try 1Elias Fleckenstein
2020-11-29Input: Fix on_rightclick called when placing into airSmallJoker
2020-11-29Remove NextItemElias Fleckenstein
2020-11-28Added minetest.close_formspecElias Fleckenstein
2020-11-28Fixed FastPlace and AutoPlaceElias Fleckenstein
2020-11-28Improved FreecamElias Fleckenstein
2020-11-28EntityESP, EntityTracers, PlayerESP, PlayerTracersElias Fleckenstein
2020-11-28Merged MinetestElias Fleckenstein
2020-11-26Sky: support GLES2numzero
IrrLicht built-in shader is broken, have to write my own
2020-11-24Added JetPack and AutoHit (-> Credits to Code-Sploit and cora)Elias Fleckenstein
2020-11-23Add sound to press event of some formspecs elements (#10402)Pierre-Yves Rollo
2020-11-09Joystick: Remap joystick-specific KeyTypes to generic onesMarkus Koch
According to the following table: * MOUSE_L -> DIG * MOUSE_R -> PLACE * SCROLL_UP -> HOTBAR_NEXT * SCROLL_DOWN -> HOTBAR_PREV This commit entirely removes the special KeyTypes used for joysticks. Support for the MOUSE KeyTypes had already been removed in the main game code without adapting the joystick code, breaking joystick input. This commit restores joystick functionality.
2020-11-08Possibility to use cheat menu while pressing other keysElias Fleckenstein
2020-11-05Several EnhancementsElias Fleckenstein
2020-11-05Added NodeESPElias Fleckenstein
2020-11-04Revert "Make Lint Happy"Elias Fleckenstein
This reverts commit ad148587dcf5244c2d2011dba339786c765c54c4.
2020-11-04Make Lint HappyElias Fleckenstein
2020-11-04Added CheatHUDElias Fleckenstein
2020-11-04Moved Killaura to Lua; Added ForceField; Added Friendlist; Added ↵Elias Fleckenstein
ClientObjectRef:is_local_player(); Documented LocalPlayer:get_object()
2020-11-02Reverted accidental commit in wrong repoElias Fleckenstein
This reverts commit 00d51fbd56743a4ee091d2956a70d6d5e6e1fda3.
2020-11-02Armor textures supportElias Fleckenstein
2020-10-21Fix Media... 0% on loading screen (#9478)Maksim
2020-10-19Added ThroughWalls, InventoryActions API and AutoTotemElias Fleckenstein
2020-10-17Periodically release all mesh HW buffers to avoid an Irrlicht bottleneck.Lars
2020-10-17Remove all bump mapping and parallax occlusion related code.Lars
2020-10-17New Mod SystemElias Fleckenstein
2020-10-05Improved X-Ray, added AutoEjectElias Fleckenstein
2020-10-05Added ESP, fixed Tracers, improved JesusElias Fleckenstein
2020-10-04Added Tracers, NoSlow and NoForceRotate; GUI Colors changedElias Fleckenstein