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.cpp
Age
Commit message (
Expand
)
Author
2017-04-23
Player data to Database (#5475)
Loïc Blot
2017-04-21
Soft node overlay (#5186)
Dániel Juhász
2017-04-19
Fix various variables passed by copy instead of const ref (#5610)
Loïc Blot
2017-04-17
MeshUpdateQueue: Add a MapBlock cache that minimizes the amount of MapBlock c...
Perttu Ahola
2017-04-16
Android progressbar fix (#5601)
Loïc Blot
2017-04-08
LocalPlayer api lua
Vincent Glize
2017-04-08
[CSM] Add event on_connect player API lua (#5540)
Vincent Glize
2017-04-01
[CSM] Add function and chat command to disconnect from server. (#5487)
red-001
2017-03-26
Add mesh generation delay
number Zero
2017-03-19
Refactor Game class (part 2) (#5422)
Loïc Blot
2017-03-17
[CSM] Fix minimap problems (#5405)
Loïc Blot
2017-03-17
[CSM] Add core.get_timeofday & core.get_day_count env calls (#5401)
Loïc Blot
2017-03-16
[CSM] Add minimap API modifiers (#5399)
Loïc Blot
2017-03-16
Add ModStorageAPI to client side modding (#5396)
Loïc Blot
2017-03-13
[CSM] Add enable_client_modding param (default: false)
nerzhul
2017-03-13
[CSM] Add `get_node` and `get_node_or_nil`
red-001
2017-03-13
[CSM] implement client side mod loading (#5123)
Loïc Blot
2017-03-13
[CSM] sound_play & sound_stop support + client_lua_api doc (#5096)
Loïc Blot
2017-03-13
[CSM] Add client-sided chat commands (#5092)
red-001
2017-03-13
[CSM] Add method that display chat to client-sided lua. (#5089) (#5091)
red-001
2017-03-13
[CSM] Client side modding
Loic Blot
2017-01-17
Remove client-side chat prediction. (#5055)
red-001
2017-01-09
Environment & IGameDef code refactoring (#4985)
Ner'zhul
2017-01-04
Improve getPointedThing() (#4346)
Dániel Juhász
2017-01-01
Breath cheat fix: server side
Loic Blot
2016-12-12
View range: Set maximum to 4000 nodes
Rogier
2016-12-11
Fix computation of viewing range (in blocks) sent to server (#4882)
Rogier-5
2016-12-03
Optimize block sent: Fix rendering issue
Lars Hofhansl
2016-11-30
Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...
lhofhansl
2016-11-12
Add control information to player interacts (#4685)
raymoo
2016-10-09
Environment cleanup
Loic Blot
2016-10-08
More code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
Loic Blot
2016-10-08
Player/LocalPlayer/RemotePlayer inheritance cleanup (part 2 on X)
Loic Blot
2016-10-06
Use more unordered_maps to improve performance in c++11 builds
Loic Blot
2016-10-05
Replace various std::map with UNORDERED_MAP + various cleanups
Loic Blot
2016-08-11
Use the standard to_string() functions for C++11 (#4279)
Rogier-5
2016-04-10
Hud: Cache hud_scaling, fix minor style issues
kwolekr
2016-03-15
Add option to not send pre v25 init packet
est31
2016-03-15
Much better API for auth.{cpp, h}
est31
2016-03-12
Add options for screenshot format and quality
Diego Martinez
2016-02-21
Remove preload_item_visuals code
RealBadAngel
2016-02-18
Move object nametags to camera
RealBadAngel
2016-02-15
Use vertices with tangents only when its needed.
RealBadAngel
2016-02-11
v2d & aabbox3d<f32> & sky cleanups
nerzhul
2016-02-08
Cleanup selection mesh code, add shaders for halo and selection boxes
RealBadAngel
2015-12-02
Add on_secondary_use when right clicking an item in the air
Alex Ford
2015-10-14
Rename macros with two leading underscores
ShadowNinja
2015-09-30
Fix some SRP issues
est31
2015-09-01
Hide minimap if it has been disabled by server
est31
2015-08-25
Change i++ to ++i
David Jones
[next]