Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Update tgs dmapi (Aurorastation#17789)
Browse files Browse the repository at this point in the history
* Update tgs dmapi

* Add basic tgs event handler

* Update to_world_count

---------

Co-authored-by: Werner <[email protected]>
  • Loading branch information
Arrow768 and Arrow768 committed Nov 15, 2023
1 parent c2a3afa commit ed47885
Show file tree
Hide file tree
Showing 28 changed files with 969 additions and 303 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/code/__defines/master_controller.dm @Arrow768
/code/controllers/master @Arrow768
/code/controllers/subsystems/fail2topic.dm @Arrow768
/code/world.dm @Arrow768
/code/game/world.dm @Arrow768
/code/modules/admin/ @Arrow768
/code/modules/web_interface/ @Arrow768
/code/modules/world_api/ @Arrow768
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/byond.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
env:
MACRO_COUNT: 0
GENDER_COUNT: 6
TO_WORLD_COUNT: 186
TO_WORLD_COUNT: 187

#These variables are filled from dependencies.sh inside the steps, DO NOT SET THEM HERE
BYOND_MAJOR: ""
Expand Down
4 changes: 3 additions & 1 deletion aurorastation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
#include "code\hub.dm"
#include "code\names.dm"
#include "code\stylesheet.dm"
#include "code\world.dm"
#include "code\__datastructures\stack.dm"
#include "code\__defines\_click.dm"
#include "code\__defines\_common.dm"
#include "code\__defines\_compile_helpers.dm"
#include "code\__defines\_layers.dm"
#include "code\__defines\_macros.dm"
#include "code\__defines\_unit_tests.dm"
#include "code\__defines\_world.dm"
#include "code\__defines\accessories.dm"
#include "code\__defines\admin.dm"
#include "code\__defines\antagonist.dm"
Expand Down Expand Up @@ -350,6 +350,7 @@
#include "code\datums\ruins.dm"
#include "code\datums\sound_player.dm"
#include "code\datums\statistic.dm"
#include "code\datums\tgs_event_handler.dm"
#include "code\datums\tgui_module.dm"
#include "code\datums\weakref.dm"
#include "code\datums\components\_component.dm"
Expand Down Expand Up @@ -498,6 +499,7 @@
#include "code\game\shuttle_engines.dm"
#include "code\game\sound.dm"
#include "code\game\supplyshuttle.dm"
#include "code\game\world.dm"
#include "code\game\antagonist\_antagonist_setup.dm"
#include "code\game\antagonist\antagonist.dm"
#include "code\game\antagonist\antagonist_add.dm"
Expand Down
3 changes: 3 additions & 0 deletions code/__defines/_world.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#define WORLD_ICON_SIZE 32
#define PIXEL_MULTIPLIER WORLD_ICON_SIZE/32
#define WORLD_MIN_SIZE 32
Loading

0 comments on commit ed47885

Please sign in to comment.