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
/
server.cpp
Age
Commit message (
Expand
)
Author
2017-01-18
Add particle animation, glow
sfan5
2017-01-17
Remove client-side chat prediction. (#5055)
red-001
2017-01-15
Added lua tracebacks to some errors where you have been blind to what… (#5043)
sapier
2017-01-09
Environment & IGameDef code refactoring (#4985)
Ner'zhul
2017-01-01
Breath cheat fix: server side
Loic Blot
2016-12-26
Various anticheat improvements
sfan5
2016-11-30
Optimize/adjust blocks/ActiveObjects sent at the server based on client setti...
lhofhansl
2016-11-28
Allow restricting detached inventories to one player
sfan5
2016-11-23
Make supplying empty formspec strings close the formspec (#4737)
orwell96
2016-11-14
Revert "Adding particle blend, glow and animation (#4705)"
sfan5
2016-11-15
Adding particle blend, glow and animation (#4705)
Foghrye4
2016-11-05
PlayerSAO saving fix (#4734)
Ner'zhul
2016-10-30
PlayerSAO/LocalPlayer refactor: (#4612)
Ner'zhul
2016-10-13
Attached particle spawners
raymoo
2016-10-08
Move RemotePlayer code to its own cpp/header
Loic Blot
2016-10-08
RemotePlayer/LocalPlayer Player base class proper separation (code cleanup) (...
Loic Blot
2016-10-08
Optimize ClientIface::getPlayerNames(): return const ref instead a copy of al...
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-08
Remove some unused attributes/class functions in server.cpp/h
Loic Blot
2016-10-08
Player/LocalPlayer/RemotePlayer inheritance cleanup (part 1 on X)
Loic Blot
2016-10-06
use unordered containers where possible (patch 4 on X)
Loic Blot
2016-10-06
Fix narrow string compiling issue on MSVC2010
SmallJoker
2016-10-06
Use more unordered_maps to improve performance in c++11 builds
Loic Blot
2016-10-06
Fix crash regression when chatting in the ncurses console
est31
2016-10-05
Replace various std::map with UNORDERED_MAP + various cleanups
Loic Blot
2016-10-05
Chat: new settings to prevent spam
Loic Blot
2016-08-22
Move on join and on leave messages to lua (#4460)
Xunto
2016-07-03
Add MapSettingsManager and new mapgen setting script API functions
kwolekr
2016-06-11
Server: Add reason for leave to `on_leaveplayer` callbacks
Diego Martinez
2016-05-28
Particles: Add option to remove particles on collision
Auke Kok
2016-05-08
Fixes #4098 ce8a9ed didn't quite go far enough, and left this bug in
gregorycu
2016-04-28
Handle particle spawners in env and delete expired ids
obneq
2016-03-12
Nodebox: Allow nodeboxes to "connect"
Auke Kok
2016-03-11
Fix ask_reconnect_on_crash option being ignored
orwell96
2016-03-07
Add minetest.register_lbm() to run code on block load only
est31
2016-02-26
Cache some settings
rubenwardy
2016-02-09
FindSpawnPos: Let mapgens decide what spawn altitude is suitable
paramat
2015-11-22
Update HUD flags on server like on client
est31
2015-11-13
Only allow players with shout to chat
est31
2015-11-09
Put ChatEvent handler into own function
est31
2015-11-08
Write new line character sequence at end of print()
est31
2015-11-06
Add server side ncurses terminal
est31
2015-11-03
Time: Remove serverside getter, and use atomic operations
est31
2015-10-31
Fix server crashing on Lua errors
ShadowNinja
2015-10-29
findSpawnPos: Add setting for max height above water level
paramat
2015-10-27
Environment: Time of day fixes and add serverside getter
est31
2015-10-14
Rename macros with two leading underscores
ShadowNinja
2015-10-14
Always use errorstream for DEBUG_EXCEPTION_HANDLER
ShadowNinja
2015-10-14
Use warningstream for log messages with WARNING
ShadowNinja
[prev]
[next]