Skip to content

Commit

Permalink
Refactor: extract window_explorer_utils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Feb 26, 2024
1 parent 7a8de98 commit 775e111
Show file tree
Hide file tree
Showing 9 changed files with 352 additions and 377 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,10 @@ file(GLOB_RECURSE HYPERSOMNIA_HEADERS_WITH_INTROSPECTED_CLASSES
# Conditional inclusion of source files happens here.

if(BUILD_WINDOW_FRAMEWORK)
list(APPEND HYPERSOMNIA_CODEBASE_CPPS
"src/augs/window_framework/window_explorer_utils.cpp"
)

if(USE_GLFW)
message("Using GLFW as the window framework.")

Expand Down
2 changes: 0 additions & 2 deletions docs/pages/todo/brainstorm_now.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ permalink: brainstorm_now
summary: That which we are brainstorming at the moment.
---

- dont kick spectators during ranked
- disable enemy highlight when dead
- we'll have to update to the latest version of yojimbo at some point

- optimize de_rambo
Expand Down
2 changes: 2 additions & 0 deletions docs/pages/todo/todo_done.md
Original file line number Diff line number Diff line change
Expand Up @@ -6880,3 +6880,5 @@ This will discard your redo history."
- test over 192.168.0.1
- show enemy silhouettes in spectator

- dont kick spectators during ranked
- disable enemy highlight when dead
4 changes: 0 additions & 4 deletions src/application/gui/leaderboards_gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,9 @@
#include "augs/log.h"
#include "application/setups/debugger/detail/maybe_different_colors.h"
#include "augs/misc/date_time.h"
#include "augs/network/netcode_sockets.h"
#include "application/nat/nat_detection_settings.h"
#include "application/network/resolve_address.h"
#include "application/masterserver/masterserver_requests.h"
#include "application/masterserver/gameserver_command_readwrite.h"
#include "augs/misc/httplib_utils.h"
#include "application/network/resolve_address.h"
#include "augs/readwrite/json_readwrite.h"
#include "application/setups/editor/detail/simple_two_tabs.h"
#include "augs/window_framework/shell.h"
Expand Down
Loading

0 comments on commit 775e111

Please sign in to comment.