minetest/src/network
Loïc Blot 4fd9715876
Cleanup sound manager class (#7158)
* Cleanup sound manager client

* Use some const refs
* Use auto on iterators
* Drop unused parameters
* Move sound_openal.* to client folder
* Move sound.cpp + OnDemandSoundFetcher to client/ folder + reorganize includes properly
2018-03-24 15:45:25 +01:00
..
CMakeLists.txt Initial Haiku support (#6568) 2017-10-30 08:17:43 +01:00
address.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
address.h Fix compile error in openbsd (#6430) 2017-09-20 23:29:47 +02:00
clientopcodes.cpp Remove legacy chat network code. (#6954) 2018-02-17 19:23:21 +01:00
clientopcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
clientpackethandler.cpp Cleanup sound manager class (#7158) 2018-03-24 15:45:25 +01:00
connection.cpp Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connection.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connectionthreads.cpp Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
connectionthreads.h Move files to subdirectories (#6599) 2017-11-08 23:56:20 +01:00
networkexceptions.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
networkpacket.cpp Fix undefined behaviour on getting pointer to data in empty vector 2017-12-22 10:39:25 +00:00
networkpacket.h Add session_t typedef + remove unused functions (#6470) 2017-09-27 19:47:36 +02:00
networkprotocol.h Connected Nodeboxes: Add `disconnected` boxes 2018-01-03 04:05:21 +00:00
peerhandler.h Travis: Update clang from 4.0 to 5.0 (#6467) 2017-10-09 11:32:06 +02:00
serveropcodes.cpp Implement mod communication channels (#6351) 2017-09-26 00:11:20 +02:00
serveropcodes.h C++ modernize: Pragma once (#6264) 2017-08-17 22:19:39 +02:00
serverpackethandler.cpp Fix an alone if to be with a missing else 2018-03-16 08:40:21 +01:00
socket.cpp Network cleanup (#6302) 2017-08-24 08:28:54 +02:00
socket.h Network cleanup (#6302) 2017-08-24 08:28:54 +02:00