Commit Graph

3 Commits

Author SHA1 Message Date
Fluffy
41a05bc196 Refactored the abstract meta propriety (#19797)
Refactored the abstract meta propriety into defines.
It's now more easy to spot/see abstract types thanks to the macro that
defines them.
Added a check on initialization of atoms to avoid spawning abstract
types.
Made the spawn_atom proc check for abstractness.
Made the spawn_atom proc use tgui_list for types list shorter than 1000
elements, which enables to search in them. It's too laggy on larger
lists so above 1000 it uses the builtin input.
Made the spawn_atom use a list subtraction instead of a double list,
it's lighter on memory and processing.
2024-08-23 10:49:28 +00:00
DreamySkrell
0e66421fa2 Tret Weather (#19330)
![2024-06-03--dreamseeker_11371_Ape6KRxyII](https://github.com/Aurorastation/Aurora.3/assets/107256943/5b44bc7f-5513-4639-ba7a-1e7877acf80f)

![image](https://github.com/Aurorastation/Aurora.3/assets/107256943/24107de5-07c4-476d-841d-f931fae80709)


changes:
  - rscadd: "Adds weather to Tret away site."

---------

Co-authored-by: DreamySkrell <>
2024-06-09 17:07:43 +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