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
/
client
/
client.cpp
Age
Commit message (
Expand
)
Author
2020-04-25
Add server side translations capability (#9733)
EvidenceB Kidscode
2020-04-14
Refactor texture overrides and add new features (#9600)
Hugues Ross
2020-04-11
A few initialization cleanups
sfan5
2020-04-08
Overall improvements to log messages (#9598)
sfan5
2020-04-06
Allow relative directories for `screenshot_path`, tweak default path (#9122)
Hugo Locurcio
2020-02-16
Basic model shading (#9374)
Danila Shutov
2020-02-01
Improve core.sound_play with ephemeral sounds and player exclusion
sfan5
2020-01-11
Map download: Escape ':' to '_' (#9235)
Montandalar
2019-11-25
Improve client-side packet receiving
sfan5
2019-11-11
Fix clang-tidy and lint travis checks
sfan5
2019-11-11
[CSM] Expose more env functions
sfan5
2019-11-11
Refactor CSM restriction code a bit
sfan5
2019-11-09
Be lenient with extra slashes for CSM paths
sfan5
2019-11-09
Corrections to client_lua_api.txt
sfan5
2019-11-09
Load client mods into memory before execution.
sfan5
2019-10-08
Revert Client::sendPlayerPos optimization (part of 81c7f0a) (#9025)
ANAND
2019-09-14
client.cpp: Fix code-style in Client::sendPlayerPos
ANAND
2019-09-14
Send ActiveObjects once right after Init2
ANAND
2019-09-14
Formspecs: Introduce formspec_version to mods
SmallJoker
2019-09-14
Load CSM environment after the restrictions are known
SmallJoker
2019-08-24
Inventory: Send dirty lists where appropriate (#8742)
SmallJoker
2019-08-21
Revert "Don't send position update packet if player is dead"
sfan5
2019-08-20
Don't send position update packet if player is dead
ANAND
2019-08-13
Better F6 profiler (#8750)
SmallJoker
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2019-08-07
Client::Interact: Use InteractAction enum instead of numeric constants
ANAND
2019-08-07
Unify wield item handling (#8677)
SmallJoker
2019-08-07
Optimize usage of TOSERVER_GOTBLOCKS packet
sfan5
2019-04-28
Remove unnecessary CSM warning (#8485)
Paramat
2019-02-15
Revert RTT fixes (#8187)
ANAND
2019-02-10
Consistent HP and damage types (#8167)
SmallJoker
2019-01-03
CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)
Paramat
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin