Skip to content

Commit

Permalink
[MDB IGNORE] You can have your cake and eat it too. Remake of tgstati…
Browse files Browse the repository at this point in the history
…on#66406 (Splitting up areas.dmi + code related stuff) (tgstation#66726)

Areas.dmi right now houses all of our mapped turfs icons (which is roughly 400 icons). Not an issue, but it's incredibly large and clunky to navigate right now. This isn't an issue for the average coder and/or player code diving, but it is for mappers wanting to add new turfs. Currently, the file has some organization, but its still an overall mess. This PR aims to slice the behemoth with multiple .dmi files corresponding to specific areas.

I also plan to repath /area/* -> /area/station/* for station turf only. This is to clean it up, as most other turfs follow this format (that being /area/turf_zone/*).

I'm also writing an update paths file as I go along.
  • Loading branch information
Jolly committed May 6, 2022
1 parent eba1c0f commit b4fb8f3
Show file tree
Hide file tree
Showing 117 changed files with 44,563 additions and 44,255 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
# san7890

/code/game/area/ @san7890
/icons/turf/areas.dmi @san7890
/icons/area/ @san7890

# stylemistake

Expand Down

0 comments on commit b4fb8f3

Please sign in to comment.