| .. |
|
CClientIterator.cpp
|
Fixed settings DIR and FLAGS not sending a full client update, minor change to client update packet.
|
2024-10-13 18:30:13 +02:00 |
|
CClientIterator.h
|
Huge cleanup of header files, now removing useless includes.
|
2024-09-21 12:01:27 +02:00 |
|
CIPHistoryManager.cpp
|
Fix state buffer usage for nested conditional expressions.
|
2025-05-22 11:56:43 +02:00 |
|
CIPHistoryManager.h
|
Cleanup:
|
2025-05-28 09:34:58 +02:00 |
|
CNetState.cpp
|
Cleanup:
|
2025-05-28 09:34:58 +02:00 |
|
CNetState.h
|
Changed: how the client versions are handled internally (now use CUOClientVersion), since newest clients have a revision number > 100 and it broke compatibility with previous internal representations.
|
2024-06-08 19:53:41 +02:00 |
|
CNetworkInput.cpp
|
Made VarDef overwrite warning be issued only during startup script parsing.
|
2025-09-23 20:10:26 +02:00 |
|
CNetworkInput.h
|
Split into multiple files the networking code, moved out nword/ndword code from sphereproto.h/common.cpp. moved linuxev from sphere/ to network/.
|
2019-10-14 17:56:37 +02:00 |
|
CNetworkManager.cpp
|
Minimal threading refactoring
|
2025-10-24 12:58:37 +02:00 |
|
CNetworkManager.h
|
- Fixed: script cacher ignored newlines, causing wrong script line context data in server logs.
|
2024-08-17 10:35:42 +02:00 |
|
CNetworkOutput.cpp
|
Cleanup:
|
2025-05-28 09:34:58 +02:00 |
|
CNetworkOutput.h
|
Cleanup:
|
2025-05-28 09:34:58 +02:00 |
|
CNetworkThread.cpp
|
Minimal threading refactoring
|
2025-10-24 12:58:37 +02:00 |
|
CNetworkThread.h
|
Updated threading. Fixed several threading system inconsistencies. Tested on Linux.
|
2025-10-24 12:58:37 +02:00 |
|
CPacketManager.cpp
|
Registration of Packet 0xBE (#1304)
|
2024-10-14 21:52:19 +02:00 |
|
CPacketManager.h
|
Split into multiple files the networking code, moved out nword/ndword code from sphereproto.h/common.cpp. moved linuxev from sphere/ to network/.
|
2019-10-14 17:56:37 +02:00 |
|
CSocket.cpp
|
Moved some networking headers inclusion from CSocket.h to .cpp.
|
2025-06-11 14:55:47 +02:00 |
|
CSocket.h
|
Moved some networking headers inclusion from CSocket.h to .cpp.
|
2025-06-11 14:55:47 +02:00 |
|
linuxev.cpp
|
Cleanup:
|
2025-05-28 09:34:58 +02:00 |
|
linuxev.h
|
Cleanup:
|
2025-05-28 09:34:58 +02:00 |
|
net_datatypes.cpp
|
Add .clang-tidy stub.
|
2024-09-08 21:20:42 +02:00 |
|
net_datatypes.h
|
common.h (enhancement): rewritten some byte/word/dword manipulation macros into functions, to get better type safety and get warnings for type and sign mismatches.
|
2025-05-03 07:30:14 +02:00 |
|
packet.cpp
|
Cleanup:
|
2025-05-28 09:34:58 +02:00 |
|
packet.h
|
Added TODO (style-related) about PacketEffect usage
|
2025-11-19 07:10:15 +01:00 |
|
PingServer.cpp
|
Removed duplicate thread data for PingServer.
|
2025-06-11 14:55:46 +02:00 |
|
PingServer.h
|
Added some static qualifiers, moved some functions from spheresvr.cpp to CServer.cpp
|
2024-10-13 18:30:11 +02:00 |
|
receive.cpp
|
Remove Party Member update (#1476)
|
2025-09-30 19:09:21 +02:00 |
|
receive.h
|
send.cpp/h: cleaned includes in .h, moved away some methods implementation to .cpp.
|
2025-06-11 14:55:48 +02:00 |
|
send.cpp
|
Display percentual hitpoints in PacketObjectStatus (0x11) (#1573)
|
2026-05-19 22:42:49 +02:00 |
|
send.h
|
Added TODO (style-related) about PacketEffect usage
|
2025-11-19 07:10:15 +01:00 |