Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into skeleton-ghost-role
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusLarsson421 committed Sep 20, 2024
2 parents 2e13f82 + ddfa5e9 commit afcad91
Show file tree
Hide file tree
Showing 217 changed files with 20,111 additions and 20,035 deletions.
39,226 changes: 19,619 additions & 19,607 deletions _maps/map_files/EchoStation/EchoStation.dmm

Large diffs are not rendered by default.

46 changes: 27 additions & 19 deletions _maps/map_files/debug/multiz.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions code/_onclick/click.dm
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
transform = M

/atom/movable/screen/click_catcher
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
icon_state = "catcher"
plane = CLICKCATCHER_PLANE
mouse_opacity = MOUSE_OPACITY_OPAQUE
Expand All @@ -467,7 +467,7 @@
#define MAX_SAFE_BYOND_ICON_SCALE_PX (33 * 32) //Not using world.icon_size on purpose.

/atom/movable/screen/click_catcher/proc/UpdateGreed(view_size_x = 15, view_size_y = 15)
var/icon/newicon = icon('icons/mob/screen_gen.dmi', "catcher")
var/icon/newicon = icon('icons/hud/screen_gen.dmi', "catcher")
var/ox = min(MAX_SAFE_BYOND_ICON_SCALE_TILES, view_size_x)
var/oy = min(MAX_SAFE_BYOND_ICON_SCALE_TILES, view_size_y)
var/px = view_size_x * world.icon_size
Expand Down
6 changes: 3 additions & 3 deletions code/_onclick/hud/action_button.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@
/atom/movable/screen/movable/action_button/hide_toggle
name = "Hide Buttons"
desc = "Shift-click any button to reset its position, and Control-click it to lock it in place. Alt-click this button to reset all buttons to their default positions."
icon = 'icons/mob/actions.dmi'
icon = 'icons/hud/actions/action_generic.dmi'
icon_state = "bg_default"
var/hidden = FALSE
var/hide_icon = 'icons/mob/actions.dmi'
var/hide_icon = 'icons/hud/actions/action_generic.dmi'
var/hide_state = "hide"
var/show_state = "show"
var/mutable_appearance/hide_appearance
Expand Down Expand Up @@ -176,7 +176,7 @@
.["bg_state"] = "template"

//TODO : Make these fit theme
.["toggle_icon"] = 'icons/mob/actions.dmi'
.["toggle_icon"] = 'icons/hud/actions/action_generic.dmi'
.["toggle_hide"] = "hide"
.["toggle_show"] = "show"

Expand Down
4 changes: 2 additions & 2 deletions code/_onclick/hud/ai.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/atom/movable/screen/ai
icon = 'icons/mob/screen_ai.dmi'
icon = 'icons/hud/screen_ai.dmi'

/atom/movable/screen/ai/Click()
if(isobserver(usr) || usr.incapacitated())
Expand Down Expand Up @@ -201,7 +201,7 @@
upwards = FALSE

/datum/hud/ai
ui_style = 'icons/mob/screen_ai.dmi'
ui_style = 'icons/hud/screen_ai.dmi'

/datum/hud/ai/New(mob/owner)
..()
Expand Down
4 changes: 2 additions & 2 deletions code/_onclick/hud/alert.dm
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
qdel(alert)

/atom/movable/screen/alert
icon = 'icons/mob/screen_alert.dmi'
icon = 'icons/hud/screen_alert.dmi'
icon_state = "default"
name = "Alert"
desc = "Something seems to have gone wrong with this alert, so report this bug please"
Expand Down Expand Up @@ -388,7 +388,7 @@ or shoot a gun to move around via Newton's 3rd Law of Motion."

/atom/movable/screen/alert/bloodsense/Initialize(mapload)
. = ..()
narnar = new('icons/mob/screen_alert.dmi', "mini_nar")
narnar = new('icons/hud/screen_alert.dmi', "mini_nar")
START_PROCESSING(SSprocessing, src)

/atom/movable/screen/alert/bloodsense/Destroy()
Expand Down
8 changes: 4 additions & 4 deletions code/_onclick/hud/alien.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/atom/movable/screen/alien
icon = 'icons/mob/screen_alien.dmi'
icon = 'icons/hud/screen_alien.dmi'

/atom/movable/screen/alien/leap
name = "toggle leap"
Expand All @@ -11,21 +11,21 @@
AH.toggle_leap()

/atom/movable/screen/alien/plasma_display
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
icon_state = "power_display2"
name = "plasma stored"
screen_loc = ui_alienplasmadisplay


/atom/movable/screen/alien/alien_queen_finder
icon = 'icons/mob/screen_alien.dmi'
icon = 'icons/hud/screen_alien.dmi'
icon_state = "queen_finder"
name = "queen sense"
desc = "Allows you to sense the general direction of your Queen."
screen_loc = ui_alien_queen_finder

/datum/hud/alien
ui_style = 'icons/mob/screen_alien.dmi'
ui_style = 'icons/hud/screen_alien.dmi'

/datum/hud/alien/New(mob/living/carbon/alien/humanoid/owner)
..()
Expand Down
4 changes: 2 additions & 2 deletions code/_onclick/hud/alien_larva.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/hud/larva
ui_style = 'icons/mob/screen_alien.dmi'
ui_style = 'icons/hud/screen_alien.dmi'

/datum/hud/larva/New(mob/owner)
..()
Expand All @@ -20,7 +20,7 @@
infodisplay += alien_queen_finder

pull_icon = new /atom/movable/screen/pull()
pull_icon.icon = 'icons/mob/screen_alien.dmi'
pull_icon.icon = 'icons/hud/screen_alien.dmi'
pull_icon.update_icon()
pull_icon.screen_loc = ui_above_movement
pull_icon.hud = src
Expand Down
2 changes: 1 addition & 1 deletion code/_onclick/hud/blob_overmind.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/atom/movable/screen/blob
icon = 'icons/mob/blob.dmi'
icon = 'icons/hud/actions/actions_blob.dmi'

/atom/movable/screen/blob/MouseEntered(location,control,params)
openToolTip(usr,src,params,title = name,content = desc, theme = "blob")
Expand Down
2 changes: 1 addition & 1 deletion code/_onclick/hud/constructs.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/datum/hud/constructs
ui_style = 'icons/mob/screen_construct.dmi'
ui_style = 'icons/hud/screen_construct.dmi'

/datum/hud/constructs/New(mob/owner)
..()
Expand Down
17 changes: 9 additions & 8 deletions code/_onclick/hud/fullscreen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
client.screen -= screen

/atom/movable/screen/fullscreen
icon = 'icons/mob/screen_full.dmi'
icon = 'icons/hud/fullscreen/screen_full.dmi'
icon_state = "default"
screen_loc = "CENTER-7,CENTER-7"
layer = FULLSCREEN_LAYER
Expand Down Expand Up @@ -134,27 +134,27 @@
icon_state = "impairedoverlay"

/atom/movable/screen/fullscreen/flash
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "flash"

/atom/movable/screen/fullscreen/flash/black
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "black"

/atom/movable/screen/fullscreen/flash/static
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "noise"

/atom/movable/screen/fullscreen/high
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "druggy"

/atom/movable/screen/fullscreen/color_vision
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "flash"
alpha = 80
Expand All @@ -169,7 +169,7 @@
color = "#0000ff"

/atom/movable/screen/fullscreen/lighting_backdrop
icon = 'icons/mob/screen_gen.dmi'
icon = 'icons/hud/screen_gen.dmi'
icon_state = "flash"
transform = matrix(200, 0, 0, 0, 200, 0)
plane = LIGHTING_PLANE
Expand All @@ -195,6 +195,7 @@
show_when_dead = TRUE

/atom/movable/screen/fullscreen/see_through_darkness
invisibility = INVISIBILITY_LIGHTING
icon_state = "nightvision"
plane = LIGHTING_PLANE
blend_mode = BLEND_ADD
Expand All @@ -215,7 +216,7 @@

/atom/movable/screen/fullscreen/blind_context_disable/Initialize(mapload)
. = ..()
var/icon/mask = icon('icons/mob/psychic.dmi', "click_mask")
var/icon/mask = icon('icons/hud/fullscreen/psychic.dmi', "click_mask")
add_filter("click_mask", 1, alpha_mask_filter(icon = mask, flags = MASK_INVERSE))

/atom/movable/screen/fullscreen/blind_context_disable/Destroy()
Expand Down
2 changes: 1 addition & 1 deletion code/_onclick/hud/ghost.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/atom/movable/screen/ghost
icon = 'icons/mob/screen_ghost.dmi'
icon = 'icons/hud/screen_ghost.dmi'

/atom/movable/screen/ghost/MouseEntered()
flick(icon_state + "_anim", src)
Expand Down
Loading

0 comments on commit afcad91

Please sign in to comment.