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
/
remoteplayer.h
Age
Commit message (
Expand
)
Author
2022-03-26
Add API to control shadow intensity from the game/mod (#11944)
x2048
2022-02-17
Clean up ClientReady packet handling
sfan5
2022-01-22
Allow resetting celestial vault elements by leaving its arguments empty (#11922)
Zughy
2021-09-27
Various code improvements
SmallJoker
2021-01-29
Settings: Proper priority hierarchy
SmallJoker
2021-01-29
RemotePlayer: Remove Settings writer to Files database
SmallJoker
2020-03-05
Fix code style to make clang-format happy
sfan5
2020-03-05
set_sky improvements, set_sun, set_moon and set_stars
Jordach
2019-09-14
Formspecs: Introduce formspec_version to mods
SmallJoker
2019-08-24
Inventory: Send dirty lists where appropriate (#8742)
SmallJoker
2019-01-04
Fix on_successful_save -> onSuccessfulSave
Loïc Blot
2019-01-04
Fix various player save issues (performance penalty on sql backends + bugs)
Loïc Blot
2018-03-08
Cleanup: drop Server::hudGetHotbarImage()
Loic Blot
2017-10-29
Fix day_night_ratio_do_override not being initialised server-side
rubenwardy
2017-09-30
Make Player::peer_id server-side only and add getters and setters (#6478)
Loïc Blot
2017-08-19
Code modernization: src/p*, src/q*, src/r*, src/s* (partial) (#6282)
Loïc Blot
2017-08-17
C++ modernize: Pragma once (#6264)
Loïc Blot
2017-06-18
Cpp11 patchset 11: continue working on constructor style migration (#6004)
Loïc Blot
2017-05-04
LINT fix since cloud API merge
Loic Blot
2017-05-02
Set sky API: Add bool for clouds in front of custom skybox
paramat
2017-04-30
Add clouds API
Ben Deutsch
2017-04-23
Fix lint since recent player to db merge
Loic Blot
2017-04-23
Player data to Database (#5475)
Loïc Blot
2017-04-07
Clang-format: fix some header files and remove them from whitelist
Loic Blot
2017-01-27
Implement player attribute backend (#4155)
Loïc Blot
2016-10-30
PlayerSAO/LocalPlayer refactor: (#4612)
Ner'zhul
2016-10-09
Environment cleanup
Loic Blot
2016-10-08
Move RemotePlayer code to its own cpp/header
Loic Blot