26 Commits
Author SHA1 Message Date
WildkinsandGitHub bad60b2f67 Revert new lobby ui. (#21494)
Reverts #20467

For some reason, if you put a png into icon() and then show that to a
client, it uses a colossal amount of GPU. No idea.

Reverts to our older lobby system pending TGUI update.

Fixes #21489
2025-10-14 23:04:18 +00:00
courierbravoandGitHub d6dd9f35dc Title Screen - Your Good Pal, Hazel! (#21164)
Adds a new title screen to the IPC rotation depicting Hazel IPCs.
<img width="1920" height="1920" alt="hazelchibi"
src="https://github.com/user-attachments/assets/9ab9d825-f798-4939-92bb-d5a5b4f790c3"
/>
2025-08-15 13:52:32 +00:00
55f4e12614 Codeside Cargo Refactor (#20030)
**NOTE TO SYSADMINS: See "SQL Details" section below for information on
SQL modifications.**

Moves the data containing cargo items (i.e. the ones you order from ops
and get in the cargo shuttle) from the online database to the codebase.
Everything from suppliers to categories to individual items is now
code-side and editable by developers/contributors.

Refactors cargo items to use `singletons` instead of `datums` for
`cargo_supplier`, `cargo_category`, and `cargo_item`. Multiple-instnace
things like cargo_orders, etc. still use `datums`.

Fixed a bunch of strange discrepancies in categories, suppliers, and
pricing for various cargo items. I did a little bit, but it's exhausting
to go through all of it right now.

Clicking the 'Details' button on the Cargo Order app now actually gives
you details instead of bluescreening. Also added some UI elements to the
Cargo Order app - Cargo Control and Delivery remain untouched.

Overhauled the Cargo Order console TGUI window. It now has tabs on the
left, displays restricted access, supplier information, and boasts
search functionality.

### SQL Details
<details>
<summary>SQL Details [Click to Expand]</summary>

The following SQL tables should be deleted or deprecated from the server
database, as they are no longer in use:

- `ss13_cargo_items`
- `ss13_cargo_categories`
- `ss13_cargo_suppliers`

The included migration file, `V011__codeside_cargo`, creates a new table
`ss13_cargo_item_orderlog` to the DB. This **replaces**
`ss13_cargo_orderlog_items`. Because of this,
`ss13_cargo_orderlog_items` is deprecated and should either be deleted
or locked & preserved for logging purposes.

</details>

## Screenshots


![image](https://github.com/user-attachments/assets/79129923-1fb6-4cee-ac8d-5505a52270a4)

![image](https://github.com/user-attachments/assets/a323be35-8ce6-4ec4-98f7-ee701d0931a3)

![image](https://github.com/user-attachments/assets/5ddb02c5-152f-4715-b2da-20903fa11c93)

![image](https://github.com/user-attachments/assets/420e45b0-6a9f-4420-beb8-a2c8423a5be4)

![image](https://github.com/user-attachments/assets/114f4755-ee51-41e6-8670-07aacc5326ae)

---------

Signed-off-by: naut <55491249+nauticall@users.noreply.github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2025-03-04 18:18:00 +00:00
88d2958ecd Updates Lobby UI (#20467)
![dreamseeker_l6iQkKYgId](https://github.com/user-attachments/assets/6e901739-032e-48f3-aafd-d23591f2ad8b)

---------

Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
2025-02-25 17:46:34 +00:00
hazelratandGitHub 8ca6459ab5 Adds radio channels to the Badlands (#19882)
Adds a few lore radio channels to the Badlands. Credit to Schwann for
the writing!
2024-09-21 11:25:11 +00:00
c03efa6661 Changes mentions of New Ankara to Tabiti (#19609)
As per NEWLORE.

---------

Signed-off-by: lavillastrangiato <63124803+lavillastrangiato@users.noreply.github.com>
Co-authored-by: La Villa Strangiato <mangodeity@gmail.com~>
2024-07-27 10:09:52 +00:00
AlberykandGitHub dd136a25ac Adhomai Soul Injection: radio and lobby music (#18966)
This pr adds some minor soulful additions to Adhomai, including radio,
lobby music, and custom survey results for the planets.
2024-05-05 13:58:48 +00:00
nautandGitHub 80d79a585c Consolidates text files into their own, central folder (#19063)
Sorts the various .TXTs of the game (currently so far the lore radio
stations as well as the "verse books" (Biesel constitution, religious
scriptures, etc)) to a master `texts` file in Aurora's root directory.
Should help with config issues as well as consolidate all the texts in
one place, especially for use in future endeavors where bits of text
like these need to be made.

Should theoretically fix #19060. If it doesn't then, well, I'm stumped.
2024-05-02 16:42:57 +00:00
RustingWithYouandGitHub 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
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
c59b7fa6d4 Re-adds the MOTD and adds mechanical support for ports of call. (#18570)
* Re-adds the message of the day.

* Re-adds the MOTD and adds mechanical support for ports of call.

* sddsds

* Destroy it all!

* incorrect info

* grammar and shit

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2024-03-06 23:06:45 +00:00
6f9140382f Exoplanet Random Plants (#17967)
* icons

* and now, we suffer

* i keep screaming but god wont answer

* adapt seed

* Update code/modules/hydroponics/trays/tray_update_icons.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>

* Update code/modules/hydroponics/trays/tray_update_icons.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>

* Update code/modules/hydroponics/trays/tray_update_icons.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>

* Update code/modules/hydroponics/trays/tray_update_icons.dm

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>

* addresses requested changes

---------

Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
2023-12-19 11:45:10 +00:00
71a56b850b Adds the Weeping Stars, some Coalition regions, new start sound effects (#16322)
* starting out

* HEWWP

* fixing the list

* adding away sites

* bumping the stargazer down

* fix this fucking away site

* fix 2

* fix 3

* oops

* im at my limit

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
2023-05-26 10:43:17 +00:00
connorjg1andGitHub 6e8239478d Adhomian Mapping Tweaks (merge conflicts resolved) (#15939)
* First set of mapping changes

* Further mapping changes

* quick fix

* Create connorjg1.yml

* Fix CL

* Update raskara_okon.dmm

* NKA base

* force fix merge

* Update adhomai_hunting.dmm

* Update nka_base.dmm

* Update nka_base.dmm

* fix PSIS outpost

* outpost fix

* move cyberdogs

* Update psis_outpost.dmm

* icelance for PSIS

* Epistol

* sink!

* Fix the hunting oversight

* fix map bot

* map-bot you gonk

* floor decal fix

* shovel fix

* hopefully final fixes

* PSIS force spawn

* Update psis_outpost.dm

* Update srandmarr.dm

* Update badlands.dm

* big final sweep of bugs

* Update adhomai_raskariim_hideout.dmm

* Update adhomai_raskariim_hideout.dmm

* NKA base fix

* Update psis_outpost.dmm

* Update pra_base.dmm

* Update ala_base.dmm

* Hopefully final test for venting fix

* The final fixes to put things back
2023-03-06 13:00:48 +00:00
CaelphonandGitHub c7363964ee Desert Exoplanet 3.0 (#15811)
* Desert Exoplanet

* Update aurorastation.dme
2023-03-01 17:36:18 +00:00
Matt AtlasandGitHub 4a0466972d Adds a Horizon roundstart report with overmap bearings, sensor tweaks. (#15765) 2023-02-14 22:52:47 +01:00
TheDanseMacabreandGitHub 7b4fda16ae Starlight changes (#15780) 2023-02-12 18:55:57 +01:00
AlberykandGitHub ab44759f82 Adhomai Glow Up (#15746) 2023-02-09 00:22:08 -03:00
AlberykandGitHub fdb8d1f1c5 Space Sector Lobby Elements (#15712) 2023-02-07 12:44:27 +01:00
AlberykandGitHub ff229569ae Under the Twin Suns: the S'rand'marr Sector (#15295) 2023-02-02 14:51:06 -03:00
TheDanseMacabreandGitHub b915e8b8fb Colored starlight bugfix. (#15510) 2023-01-07 12:39:37 +01:00
AlberykandGitHub 86b99c95eb Adds lava exoplanets (#15023) 2022-11-11 12:03:53 -03:00
kyres1andGitHub 0fae4f1043 Adds an Idris Stargazer event map (#14753) 2022-09-24 12:44:34 +02:00
AlberykandGitHub 9b14f8f6aa Adds some new exoplanets (#14502) 2022-08-07 15:25:50 -03:00
Matt AtlasandGitHub 6dd891b07d Adds new skyboxes made by Kyres1. (#14478) 2022-07-30 22:03:24 +02:00
AlberykandGitHub f66d8b9d83 Space Sector: Badlands (#11985) 2021-08-05 13:03:49 -03:00