Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gc fixes #5653

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions code/___compile_options.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@

/// Run a lookup on things hard deleting by default.
// #define GC_FAILURE_HARD_LOOKUP
#ifdef GC_FAILURE_HARD_LOOKUP
/// Don't stop when searching, go till you're totally done.
#define FIND_REF_NO_CHECK_TICK
#endif //ifdef GC_FAILURE_HARD_LOOKUP

/// Don't stop when searching, go till you're totally done.
#define FIND_REF_NO_CHECK_TICK

#endif


Expand Down
2 changes: 1 addition & 1 deletion code/controllers/subsystem/garbage.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SUBSYSTEM_DEF(garbage)
runlevels = RUNLEVELS_DEFAULT | RUNLEVEL_LOBBY
init_order = INIT_ORDER_GARBAGE

var/list/collection_timeout = list(0, 2 MINUTES, 10 SECONDS) // deciseconds to wait before moving something up in the queue to the next level
var/list/collection_timeout = list(2 MINUTES, 10 SECONDS) // deciseconds to wait before moving something up in the queue to the next level

//Stat tracking
var/delslasttick = 0 // number of del()'s we've done this tick
Expand Down
2 changes: 2 additions & 0 deletions code/modules/admin/view_variables/reference_tracking.dm
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
testing("Beginning search for references to a [type].")
last_find_references = world.time

DoSearchVar(world, "!world!") // world
DoSearchVar(global, "!global!") // unmanaged globals
DoSearchVar(GLOB) //globals
for(var/datum/thing in world) //atoms (don't beleive its lies)
DoSearchVar(thing, "World -> [thing]")
Expand Down
49 changes: 13 additions & 36 deletions maps/minitest/levels/minitest.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -521,14 +521,9 @@
},
/area/tcommsat/chamber)
"bi" = (
/obj/structure/cable{
icon_state = "4-8"
},
/turf/simulated/floor/bluegrid{
name = "Mainframe Base";
initial_gas_mix = "n2=100;TEMP=80"
},
/area/tcommsat/chamber)
/obj/landmark/spawnpoint/overflow/station,
/turf/simulated/floor/tiled,
/area/bridge)
"bj" = (
/obj/machinery/light{
dir = 1
Expand Down Expand Up @@ -1231,12 +1226,6 @@
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
/turf/simulated/floor/tiled,
/area/medical/medbay)
"cP" = (
/obj/structure/cable{
icon_state = "1-2"
},
/turf/simulated/floor/tiled,
/area/medical/medbay)
"cQ" = (
/obj/machinery/alarm{
pixel_y = 22
Expand Down Expand Up @@ -1932,18 +1921,6 @@
},
/turf/simulated/floor/tiled,
/area/medical/medbay)
"eA" = (
/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
dir = 4
},
/turf/simulated/floor/tiled,
/area/medical/medbay)
"eB" = (
/obj/machinery/atmospherics/pipe/simple/hidden/supply{
dir = 9;
Expand Down Expand Up @@ -3026,7 +3003,7 @@
"hx" = (
/obj/machinery/computer/shuttle_control/web{
dir = 2;
my_doors = list("webdemo_docker_hatch" = "Hatch");
my_doors = list("webdemo_docker_hatch"="Hatch");
name = "Web-Demo Console";
shuttle_tag = "Web-Demo"
},
Expand Down Expand Up @@ -5288,7 +5265,7 @@ gj
gf
gr
gf
gf
bi
gz
gf
gf
Expand Down Expand Up @@ -5390,7 +5367,7 @@ gk
gf
gr
gf
gf
gB
gf
gf
gf
Expand Down Expand Up @@ -5443,7 +5420,7 @@ aj
aj
aD
aR
bi
bk
bu
bu
bu
Expand Down Expand Up @@ -6889,7 +6866,7 @@ cO
de
dr
dF
cP
et
eb
du
cM
Expand Down Expand Up @@ -6985,9 +6962,9 @@ cz
cA
cc
cH
cP
cP
cP
et
et
et
df
ds
du
Expand All @@ -6996,7 +6973,7 @@ ec
ek
et
et
eA
df
et
eG
eO
Expand Down Expand Up @@ -7604,7 +7581,7 @@ dh
cM
dG
dF
cP
et
en
cM
cM
Expand Down