Commit Graph

298 Commits

Author SHA1 Message Date
RustingWithYou
6957bc34f1 Blueprints Rework (#18947)
Reworks blueprints to use an eye component for area selection and
changing. Blueprints will now work on whichever overmap site they spawn
on if overmap is enabled, though currently they have only been added to
the Horizon.

Adds shuttle-modifying blueprints for altering shuttle areas and
exoplanet outpost blueprints for creating areas on exoplanets. A set of
outpost blueprints and a lockbox containing blueprints for the Horizon's
shuttles have been added to the CE's locker.

Moves eye creation to a component.

Ported from:
https://github.com/NebulaSS13/Nebula/pull/465
https://github.com/NebulaSS13/Nebula/pull/564
https://github.com/NebulaSS13/Nebula/pull/3046
2024-04-19 21:56:26 +00:00
Fluffy
ab23fbdb70 Function overloads condensation (#18939)
Unified most of the procs into one definition, so there are no duplicate
around the codebase.
Marked some of the above as overridable if a good enough case can be
made for them (eg. external dependency or unlikely to be used).
2024-04-19 21:19:41 +00:00
RustingWithYou
08945fb517 Bruiser Ammo Tweaks (#18955)
Real HE Bruiser rounds now make a bigger explosion, on par with similar
high-explosive ship ammunition. The old values have been applied to the
makeshift bruiser shell.

Renames the makeshift bruiser rounds to make the differences more
apparent, and adds new descriptions to the guns and shells providing
up-to-date lore.
2024-04-18 22:55:36 +00:00
Fluffy
958155bbe8 Reduced engine volume (#18959)
Reduced engine volume

Fixes #18946
2024-04-18 22:54:23 +00:00
RustingWithYou
f4d6deaf23 Fixes Missing Open Space Landmarks (#18980)
Open space landmarks were placed on the wrong z-levels for shuttles not
using mapped zs. Fixes the issue of #18978
2024-04-18 22:50:58 +00:00
RustingWithYou
a066384247 Uueoa-Esa, Part 1: Sector & Planets (#18941)
Adds the Uueoa-Esa system, its skybox and stargazer, and its lore
planets, currently without ruins for ease of review.
2024-04-18 14:03:05 +00:00
Fluffy
19e0a88d03 Fixed exoplanet turf icons for floors (#18976)
Fixed exoplanet turf icons for floors
2024-04-17 21:09:07 +00:00
RustingWithYou
7ddea887b2 Adds More Exoplanet Turfs & Marble Walls (#18945)
Adds several more exoplanet versions of normal turfs, intended for use
in future Uueoa-Esa ruins.
These include diona biomass, silver, gold, more wood types and marble.

Also adds marble walls for mapping.
2024-04-17 08:25:06 +00:00
RustingWithYou
1c0318a7f4 Overmap shuttles no longer need empty sectors (#18898)
Overmap shuttles can now be mapped onto their "Open Space" z-level,
without the need for empty sectors
2024-04-16 09:39:50 +00:00
Alberyk
6a193f69a1 Adds Biesel as an exoplanet (#18902)
This pr adds biesel as a visitable exoplanet.

Animals and some ruins will come in their own prs.

---------

Signed-off-by: Alberyk <Alberyk@users.noreply.github.com>
Co-authored-by: Geeves <ggrobler447@gmail.com>
2024-04-15 08:39:08 +00:00
RustingWithYou
effca26701 Buildable Fuel Ports (#18922)
Fuel ports can now be constructed out of steel and attached to walls.
This means that a shuttle losing its fuel port will no longer require
admin intervention to fix.

Fuel ports can also be now be removed from shuttles by welding and
wrenching them.
2024-04-14 06:54:21 +00:00
Cody Brittain
c1d241594b Planes & Layers part 2: Plane Masters (#18749)
Part 2 of the PR series to bring /tg/'s and bay's plane masters to
Aurora, the lack of which is blocking several features we want.

This ports over the easier to understand Bay version of plane masters,
which is detailed in the relevant readme file in the code. Example
effect code for a warp effect is also in, which has been implemented for
gravity catapults.

Relies on #18741

---------

Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Cody Brittain <cbrittain10@live.com>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2024-04-13 18:07:51 +00:00
RustingWithYou
bb03336315 non-natural exoplanet turfs no longer generate resource deposits (#18937)
The exoplanet turf variants of non-exoplanet turfs (tiles, wooden
floors, etc) will no longer generate underground resource deposits. This
prevents underground resource images from showing up on these turfs,
because it generally looks weird to see a gold deposit pop up on
someone's floorboards.
2024-04-13 17:33:22 +00:00
Fluffy
5888de6ea0 Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.) (#18874)
Implemented SI prefixes (KILO, MEGA, GIGA, TERA etc.)
2024-04-12 22:22:14 +00:00
Alberyk
539e2fb01f Hailstorm fixes and console updates (#18863)
-fixes the hailstorm shuttle not docking
-fixes the hailstorm pipes not connecting to the vents
-added primitive versions for the ship computers using sprites we had
but were never implemented
2024-04-08 08:28:21 +00:00
Alberyk
b2dfb35453 Adds weather to the exoplanets (#18855)
This pr adds weather to some exoplanets:
-snow exoplanets, including adhomai, can go from calm to light snow,
medium snow, and heavy snow
-jungle planets, including konyang, can go from calm to light rain,
regular rain, and storm
-lava planets can go from calm to ash

---------

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-04-06 18:23:01 +00:00
RustingWithYou
18de68f654 More Bugfixes (#18838)
Fixes #18227 and #18172
Fixes the Tempest SMG not using its wielded icon state.
Fixes exoplanet plants looking for the wrong number of growth stages and
constantly runtiming.
2024-04-05 22:26:15 +00:00
Alberyk
9f458cd0bc Revisits Adhomai and other sector content (#18703)
This pr fixes and updates some old space systems contents.

---------

Signed-off-by: Alberyk <Alberyk@users.noreply.github.com>
Co-authored-by: Greenjoe12345 <33647525+Greenjoe12345@users.noreply.github.com>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
2024-04-02 01:46:14 +00:00
RustingWithYou
8ec5407027 Various bugfixes (#18823)
Fixes #18750, saving the lives of countless hangar technicians.
Prevents the Haneunim shuttle crash from leaving its thrusters behind.
Fixes ice exoplanet turfs being invisible.
Fixes the human mercenary helmet accidentally using the old sprites.
2024-04-01 21:44:40 +00:00
Cody Brittain
ddb14f4036 Planes & Layers part 1: The Re-Layering Redux (#18741)
This is part 1 of a project to, eventually, bring the render planes
system from /tg/ and bay into Aurora. This is a prerequisite and blocker
for many things the development team and community want to have, and
this was long overdue.

Many objects have been re-assigned layers, which are now thoroughly
defined. Maps have had their custom layer defines purged, as we should
be moving away from this in favor of saner definitions in the base
items.

This should be a test-merge due to the sheer amount of layers changed,
which will very likely create issues that I cannot possibly discover and
debug in a reasonable amount of time myself.

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
2024-04-01 14:50:27 +00:00
Fluffy
9e537a8b87 asf (#18795) 2024-04-01 14:45:30 +00:00
Fluffy
995dbaf430 sadf (#18782) 2024-03-27 09:02:06 +00:00
Fluffy
1b40dbce82 Updated the sound system (#18724)
* sdaf

* sdaf

* sdfa

* sadf

* sfda

* gfd

* reduce thrusters volume

* sdafsadsdaf

* sdfa

* Reduced some sound ranges and made some/more not ignore walls for loops

* health analyzers too

* ivdrip adjustment

* most tools now use play_tool_sound to have the sound played, reduced range for it
2024-03-25 20:40:36 +00:00
Matt Atlas
57067892d8 Ports the weather system from Nebula. (#18706)
* part 1

* compiles?

* IT WORKS

* vis contents

* fixes

* umbrelloid

* umbrella 2

* dsasdd

* stuff

* lmao

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-03-24 14:05:00 +00:00
Fluffy
2455785fd9 Bots revamp (#18649)
* revamp logic

* ui, navbeacons

* JPS, buildable navbeacons, heap, more pain

* sdf

* sdaf

* Update html/changelogs/fluffyghost-botsnavbeaconspath.yml

Co-authored-by: Ben <91219575+Ben10083@users.noreply.github.com>
Signed-off-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>

* sdf

* sd

* SSmove_manager, navbeacon and cleanbot fixes

* sdaf

* swap most mobs to use movement loops

* dfgs

---------

Signed-off-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
Co-authored-by: Ben <91219575+Ben10083@users.noreply.github.com>
2024-03-21 20:11:56 +00:00
Cody Brittain
9af6b74e99 Added Lead, Plastic, and Aluminium as new materials for the Autolathe (#18684)
* Added Lead and Aluminium as new materials, and added them and Plastic to the Autolathe

* Fix Spaceman.dmm lint

* CL

* Remove bad merge

* Mapped in Aluminium and Plastic to operations, mapped in Aluminium for Engineering

---------

Co-authored-by: Cody Brittain <cbrittain10@live.com>
2024-03-21 11:41:50 +00:00
SleepyGemmy
aaf73d3d40 Exoplanet Turf Flag Fix (#18699) 2024-03-20 23:37:43 +00:00
RustingWithYou
950998d241 Exoplanet Water Mechanics (#18425)
* water moment

* changelog

* hgh

* sewer poison

* get owned lol

* yeah

* init

* g

* huh

* more infectious more infectious

* whitespace

* fixes overlays

* Update code/modules/overmap/exoplanets/decor/turfs/water.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* grates, wash procs, and requested changes

* DMDocs

* reagent amount check

* Update code/modules/overmap/exoplanets/decor/turfs/water.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* Update code/modules/overmap/exoplanets/decor/turfs/water.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* Update code/modules/overmap/exoplanets/decor/turfs/water.dm

Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* requested changes

---------

Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>
Co-authored-by: SleepyGemmy <99297919+SleepyGemmy@users.noreply.github.com>
2024-03-17 21:55:58 +00:00
Fluffy
32cafb6e22 sdaf (#18625) 2024-03-10 10:52:19 +00:00
Fluffy
bd04fc5fe7 The CI should now load balance the exoplanets to test across 3 pods (#18608)
* sdfas

* sd f

* sfda

* hbjjhb
2024-03-10 00:29:34 +00:00
Ben
a58283353d Hard deletes fun from Konyang (Point Verdant Radio Changes) (#18560)
* Konyang Radio

* Changelog spell

* Requested Changes (kill me)

* more

---------

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
2024-03-05 18:06:03 +00:00
Fluffy
cf056641d3 dgdsg (#18575) 2024-03-03 19:52:57 +00:00
Fluffy
4fe26b6f6d Fixed sound tokens still listening to destroy events (#18573)
* fsdaf

* sdf
2024-02-29 17:37:29 +00:00
RustingWithYou
81ca3c4058 Adds an area flag to prevent turf destruction (#18399)
* point verdant can no longer be vented

* exoplanet

* check if area exists & adds flag to konyang ruins

* Update code/game/turfs/simulated/floor_acts.dm

Co-authored-by: Geeves <ggrobler447@gmail.com>
Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>

* Update code/game/turfs/simulated/floor_attackby.dm

Co-authored-by: Geeves <ggrobler447@gmail.com>
Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>

---------

Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: Geeves <ggrobler447@gmail.com>
2024-02-25 20:36:51 +00:00
DreamySkrell
2aeb0f7593 Small potted plants (#18432)
* t423efwgvd

* 3tgwev

---------

Co-authored-by: DreamySkrell <>
2024-02-21 12:30:37 +00:00
Matt Atlas
e063223199 Fixes the exosuit mounted autolathe. (#18440)
* autolathe1

* cl

* Oops

* pay the price

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-02-20 11:58:39 +00:00
Fluffy
ebbe79d457 Ruins UT should not randomly allow broken ruins to pass the test anymore (#18406)
* sdfa

* pain

* hb

* sdaf

* hjkb

* fsda

* sdaf

* sdfa

* dfg

* safd

* gdfg

* sadfas

* even in death we serve the omnissiah

* asdf

* sfad

* sadf
2024-02-15 16:21:22 +00:00
DreamySkrell
81e7565431 Survey Probe (#18359)
* s

* cc

* hhh

* generate_survey_result -> generate_ground_survey_result

* hhh4

* h64

* htr

* 3

* tt

* 4

* c

* h

* Update code/game/objects/structures/survey_probe.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com>

* Update code/game/objects/structures/survey_probe.dm

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com>

* review

* 5thng

* 54yhtgn

---------

Signed-off-by: DreamySkrell <107256943+DreamySkrell@users.noreply.github.com>
Co-authored-by: DreamySkrell <>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2024-02-13 20:48:50 +00:00
Fluffy
9afe761db3 Some refactors, DMDoc and UT (#18365)
* dsfa

* accessories fix

* fixed "has been hit by" message with intent check

* sdfa
2024-02-12 15:32:23 +00:00
Matt Atlas
4423d03f2f Adds examine boxes. (#18370)
* Adds examine boxes.

* lint

* what kind of dreams did you dream?

* unlimited

* midgardsormr

* sdsd

* fixes

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-02-11 21:58:20 +00:00
DreamySkrell
d54addff98 s5hrth (#18358)
Signed-off-by: Matt Atlas <mattiathebest2000@hotmail.it>
Co-authored-by: DreamySkrell <>
Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2024-02-09 12:20:26 +00:00
Matt Atlas
b44e3554bd Fixes an exoplanet runtime. (#18372)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-02-08 15:02:24 +00:00
Fluffy
849340274d sdaf (#18321) 2024-02-08 12:38:28 +00:00
Fluffy
25dc248979 Updated statpanel and added client pings (#18337)
* SSatlas.current_map

* hardsuit spell tab appears to clear correctly

* sdfsa

* from the moment i understood the weakness of my flesh, it disgusted me

* sdf
2024-02-08 12:29:42 +00:00
RustingWithYou
e7fd40d18d Konyang: The Haneunim System (#18075)
* it begins.

* more away sites for the road

* yeah

* refugee shuttle

* ghghhg

* ok ok ok ok

* consistent ghostrole costs

* changelog

* ghgh

* Update code/modules/maps/planet_types/lore/konyang.dm

Co-authored-by: Geeves <ggrobler447@gmail.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* Update code/modules/maps/planet_types/lore/konyang.dm

Co-authored-by: Geeves <ggrobler447@gmail.com>
Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>

* addresses requested changes

* geeves changes

---------

Signed-off-by: RustingWithYou <63625389+RustingWithYou@users.noreply.github.com>
Co-authored-by: Geeves <ggrobler447@gmail.com>
2024-02-05 20:23:57 +00:00
DreamySkrell
e99b793647 Crystal Planet Outpost (#18308)
* a

* 3

* m

* 754

* hm

* 1234

* hh

* hmmmm

* 4262643

* 4663

* 43gf34g

* aaa

* huhhh???

* 54hg56u456s

* bbvxnfgnhrst

* h

* hj

* mmmmm

* cc

* 436y

* ugh

* aaaaaaaaaaa

* hhh5555555

* reyahg5reha54eh5raethre

* tests rerun please

* a

---------

Co-authored-by: DreamySkrell <>
2024-02-01 11:04:05 +00:00
Fluffy
1da2f6e7b8 Added a ruins UT (#18290)
* sdfa

* fas

* the godness guides, the godness protects

* sadf

* sdf

* fsa

* exoplanets_ruins config for UT

* sdaf

* sdf

* curse upon me
2024-01-30 11:00:23 +00:00
DreamySkrell
ae01e80fbe Targeting console shows scan of target (#18212)
* a

* a

* aa

* :)

* cc

* f

---------

Co-authored-by: DreamySkrell <>
2024-01-19 11:32:05 +00:00
Fluffy
ca6b04e1d7 Updated SSgarbage (#18173)
* pain

* sadfas

* sdfa

* sdfasf

* sfa

* sdf

* might the lord have mercy on our soul

* i cri everidai

* adeste fideles

* sdf

* where will this lead, what's coming next, from your inventions

* dear lord

* gjvhk

* i cri everidai

* fsgf

* sdfa

* sdaf

* hiuhi
2024-01-15 14:08:27 +00:00
Matt Atlas
cf298ddad8 Fixes window panes, suppressors, exoplanet runtimes. (#18195)
Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-01-13 22:41:18 +00:00