-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
port: Aurora mapmanip library for map templates, and documentation. (#…
…26803) * refactor: wrap MILLA in general Rust library * port: Aurora mapmanip library and documentation. * update CI libs and TGS build rule * pass filename properly, raise map helper layer * Update rust/src/mapmanip/core/mod.rs Co-authored-by: Luc <[email protected]> Signed-off-by: warriorstar-orion <[email protected]> * add a bit more documentation * make doc more para-centric * these don't need to be images at all --------- Signed-off-by: warriorstar-orion <[email protected]> Co-authored-by: Luc <[email protected]>
- Loading branch information
1 parent
4e3e225
commit b066c95
Showing
53 changed files
with
2,643 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -73,7 +73,7 @@ $RECYCLE.BIN | |
*.swp | ||
|
||
# Rust output. | ||
/milla/target/* | ||
/rust/target/* | ||
|
||
# mkdocs output. | ||
site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/obj/effect/map_effect/marker/mapmanip | ||
name = "mapmanip marker" | ||
layer = POINT_LAYER | ||
|
||
/obj/effect/map_effect/marker/mapmanip/Initialize(mapload) | ||
. = ..() | ||
qdel(src) | ||
|
||
/obj/effect/map_effect/marker/mapmanip/submap/extract | ||
name = "mapmanip marker, extract submap" | ||
icon = 'icons/effects/map_effects_96x96.dmi' | ||
icon_state = "mapmanip_extract" | ||
pixel_x = -32 | ||
pixel_y = -32 | ||
|
||
/obj/effect/map_effect/marker/mapmanip/submap/insert | ||
name = "mapmanip marker, insert submap" | ||
icon = 'icons/effects/map_effects_96x96.dmi' | ||
icon_state = "mapmanip_insert" | ||
pixel_x = -32 | ||
pixel_y = -32 | ||
|
||
/obj/effect/map_effect/marker_helper/mapmanip/submap/edge | ||
name = "mapmanip helper marker, edge of submap" | ||
icon = 'icons/effects/mapping_helpers.dmi' | ||
icon_state = "mapmanip_submap_edge" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.