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
2015-03-04
ClientInterface::getClientIDs doesn't need a std::list. Use a std::vector for...
Loic Blot
2015-03-04
We always know playerSAO when calling SendInventory. Using it instead of sear...
Loic Blot
2015-03-04
Send Position packet on event, don't check it at each AsyncRunStep.
Loic Blot
2015-03-04
ASyncRunStep doesn't need to lock when do setTimeOfDaySpeed.
Loic Blot
2015-03-04
Send Inventory packet on event, don't check it at each AsyncRunStep.
Loic Blot
2015-03-03
Remove unused m_wielded_item_not_sent
Loic Blot
2015-03-03
Send Breath packet on event, don't check it at each AsyncRunStep
Loic Blot
2015-03-03
Send Player HP when setHP (or a setHP caller) is called instead of looping an...
Loic Blot
2015-02-21
Fix some memory leaks on packet sending.
Loic Blot
2015-02-21
Move hex.h to util/
Loic Blot
2015-02-21
Move sha1.hpp and base64.hpp to util/
Loic Blot
2015-02-18
Fix unused (and so, broken) enable_rollback_recording. This option must be re...
Loic Blot
2015-02-16
[Patch 2/4] Network rework: packet writing, sending and cleanups
Loic Blot
2015-02-10
Replace getPlayer(playername) by getPlayer(peer_id) in some possible cases. o...
Loic Blot
2015-02-10
Network Layer 7 rework (Packet handling)
Loic Blot
2015-02-05
Give full breath after death
SmallJoker
2015-01-27
Fix a crash (assert) when client set serial version < 24 in INIT
Loic Blot
2015-01-24
Fix uninitialized variable Server::m_next_sound_id
Kahrl
2015-01-23
Send real port to server list
ShadowNinja
2015-01-13
Performance fixes.
onkrot
2015-01-04
NodeResolver: Perform callback immediately if node registration phase finished
kwolekr
2014-12-30
Fix map parameter load order
kwolekr
2014-12-29
Expose mapgen parameters on scripting init
kwolekr
2014-12-29
Fix -Wtype-limits warnings and remove disabling of -Wtype-limits
Craig Robbins
2014-12-27
Redefine NodeResolver interface and replace with callback mechanism
kwolekr
2014-12-12
Use std::string::empty() instead of size() where applicable
Anton
2014-12-12
Fix typo in mapblock.h
Craig Robbins
2014-12-07
Add space between client names in status text (client)
Muhammad Rifqi Priyo Susanto
2014-11-19
Clean up rollback
ShadowNinja
2014-11-14
Remove most exceptions from getNode() (and variants)
Craig Robbins
2014-11-10
Serverlist: announce mg_name from map_meta.txt instead of minetest.conf
Kahrl
2014-11-08
Replace setting unlimited_player_transfer_distance with player_transfer_distance
SmallJoker
2014-11-01
Split up mapgen.cpp
kwolekr
2014-10-26
Add NodeResolver and clean up node name -> content ID resolution system
kwolekr
2014-10-21
Recalculate normals for cached meshes.
RealBadAngel
2014-10-01
Make players check inventory modification properly
ShadowNinja
2014-10-01
Simplify player modification checks
ShadowNinja
2014-09-21
Fix locking bugs and make inventory deserialization errors more specific
ShadowNinja
2014-08-22
Fix to to too two times
sapier
2014-08-22
Add player name length checks
sapier
2014-08-22
Fix "ghost" blocks if block update is "on wire" while player digs nodes
sapier
2014-08-21
Don't call a player event without having player to do a event for
sapier
2014-07-16
Fix error handling on inconsistent client ready message
sapier
2014-06-30
Fix serverlist code style, const-correctness, and types
ShadowNinja
2014-06-29
Don't spam server console on player/playersao error but just drop the affecte...
sapier
2014-06-29
Add formspec api versioning
sapier
2014-06-28
Add prefixes to enum values and fix style issues
kwolekr
2014-06-23
Only keep players loaded while they're connected
ShadowNinja
2014-06-22
Fix uncought deserialization error on receiving data
sapier
2014-06-21
Fix server assert in case of invalid message from client, just kick that client.
sapier
[next]