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

Rename all non-snake_case types. #27268

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0a3c5a1
refactor: Rename all non-snake_case types (not procs or vars (yet)).
warriorstar-orion Nov 2, 2024
366e749
completely dynamic update script
warriorstar-orion Nov 2, 2024
c50cb4f
might help to include the data
warriorstar-orion Nov 2, 2024
c556f23
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 2, 2024
9c856ed
update aa's scuffed python
warriorstar-orion Nov 3, 2024
ae68eac
oh
warriorstar-orion Nov 3, 2024
088af21
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 14, 2024
1080197
set script PR number
warriorstar-orion Nov 14, 2024
21bc077
run updatepaths again
warriorstar-orion Nov 14, 2024
502760c
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 22, 2024
a1ed71d
Add other table updates with JSON columns
warriorstar-orion Nov 22, 2024
989236d
bump SQL version
warriorstar-orion Nov 22, 2024
3dafa00
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 24, 2024
33712a8
just fucking end my life
warriorstar-orion Nov 24, 2024
0155e4c
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 24, 2024
6a963b7
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 25, 2024
d58dced
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 26, 2024
dbfb737
Merge remote-tracking branch 'upstream/master' into hell-is-empty-and…
warriorstar-orion Nov 30, 2024
24ab1b4
move JSON data
warriorstar-orion Nov 30, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
/turf/simulated/floor/lubed/lavaland_air,
/area/ruin/powered/clownplanet)
"bq" = (
/obj/machinery/disposal/deliveryChute{
/obj/machinery/disposal/delivery_chute{
dir = 1
},
/obj/structure/disposalpipe/trunk,
Expand Down Expand Up @@ -890,7 +890,7 @@
/turf/simulated/floor/carpet/lavaland_air,
/area/ruin/powered/clownplanet)
"bN" = (
/obj/machinery/disposal/deliveryChute,
/obj/machinery/disposal/delivery_chute,
/obj/structure/disposalpipe/trunk{
dir = 1
},
Expand Down Expand Up @@ -1103,7 +1103,7 @@
/turf/simulated/floor/light/lavaland_air,
/area/ruin/powered/clownplanet)
"LH" = (
/obj/machinery/disposal/deliveryChute{
/obj/machinery/disposal/delivery_chute{
desc = "The following is engraved upon the chute: A FATE WORSE THAN DEATH LIES WITHIN";
dir = 1;
name = "THE TRIAL OF HONKITUDE"
Expand Down
2 changes: 1 addition & 1 deletion _maps/map_files/RandomRuins/SpaceRuins/clownmime.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
/turf/simulated/floor/mineral/titanium,
/area/ruin/space/clown_mime_ruin)
"Dj" = (
/obj/item/toy/AI,
/obj/item/toy/ai,
/obj/item/toy/plushie/lizardplushie,
/obj/item/toy/plushie/voxplushie,
/obj/item/toy/plushie/greyplushie,
Expand Down
6 changes: 3 additions & 3 deletions _maps/map_files/RandomRuins/SpaceRuins/deepstorage.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4819,9 +4819,9 @@
dir = 1
},
/obj/structure/closet/crate/freezer,
/obj/item/reagent_containers/iv_bag/blood/OMinus,
/obj/item/reagent_containers/iv_bag/blood/OMinus,
/obj/item/reagent_containers/iv_bag/blood/OMinus,
/obj/item/reagent_containers/iv_bag/blood/o_minus,
/obj/item/reagent_containers/iv_bag/blood/o_minus,
/obj/item/reagent_containers/iv_bag/blood/o_minus,
/obj/item/reagent_containers/iv_bag/blood/random,
/obj/item/reagent_containers/iv_bag/blood/random,
/obj/item/reagent_containers/iv_bag/blood/random,
Expand Down
Loading