Skip to content

Commit 464d5e1

Browse files
committed
Remove pulse-libs submodule and clean up repository
1 parent 6fde666 commit 464d5e1

File tree

11 files changed

+11
-151
lines changed

11 files changed

+11
-151
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ if(NOT ASIO_INCLUDE_DIR)
4141
endif()
4242

4343
# Add socket.io-client-cpp
44-
add_subdirectory(socket.io-client-cpp)
44+
add_subdirectory(src/engine/external/socket.io-client-cpp)
4545

4646
set(ORIGINAL_CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
4747
set(ORIGINAL_CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES})

cmake/checksummed_extra.txt

Lines changed: 0 additions & 22 deletions
This file was deleted.

socket.io-client-cpp

Submodule socket.io-client-cpp deleted from 30a6e34

src/engine/docs/client_time.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/engine/docs/prediction.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/engine/docs/server_op.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/engine/docs/snapshots.txt

Lines changed: 0 additions & 57 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit da779141a7379cc30c870d48295033bc16a23c66

src/game/client/components/comp_pulse/hover_notification.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <game/client/component.h>
55

66
// Maximum number of notifications that can be shown at once
7-
#define MAX_NOTIFICATIONS 5
7+
#define MAX_NOTIFICATIONS 10
88

99
struct SNotification
1010
{

src/game/client/components/comp_pulse/http_request.cpp

Whitespace-only changes.

0 commit comments

Comments
 (0)