48 Commits
Author SHA1 Message Date
siliconsandGitHub 63ec32b070 fixes light range CI (#7625) 2026-07-03 18:07:08 +02:00
c0c51707f5 Lighting: Reject absurd values (#7583)
Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
2026-06-07 16:58:56 +02:00
siliconsandGitHub 60db51850c experimental gc / init fixes and optimizations, and fixes emotes (#7431) 2025-12-15 09:13:19 +01:00
LohikarandGitHub 07f4677059 Z-Mimic: Fix recursive lighting copy (#7356)
changes:
- Glass turfs now actually work properly.
- `hard_reset()` now resets harder.
- ZM now avoids some redundant lighting copies.
- `update_above()` will now force a discovery if the movable is
undiscovered.
- `NO_SHADOW` is more reliable.
2025-10-18 12:42:10 -04:00
LohikarandGitHub ec8c7f337c Lighting: Full Z support for ambient lights (#7342)
Upwards lights now go up more than one Z-level, but for real this time.

Supersedes #5302.
2025-10-11 10:54:03 -04:00
siliconsandGitHub 794d9aaab0 refactors / brsuhes up a lot of update_icon calls, fixes mineral wall icon updates, replaces mat scanners with meson scanners (#6963) 2025-01-16 18:59:43 +01:00
siliconsandGitHub 6037dd194c shuttles/storytellers - maploader injections and context (#6464)
i decided to atomize my prs a little

- map obfuscation module upgraded
- obfuscation now happens via mangling id, inspired by nebula. atoms loaded with the same mangling id will generate the same obfuscated ids from a given and matching input id
- /datum/map_injection added; it's a composition-based system for modifying maps during spawn
- /datum/map_injection/starting_gear; inspired by barotrauma, pretty much just injects starting gear as necessary with a given configuration. multiple of these can be stacked in a given maploading.
- /obj/map_helper/gear_marker; markers for where starting_gear should populate things.
2024-06-04 20:47:18 +02:00
e2dae42dc4 runtime maploading 2/3: multiz update (#6145)
3/3 is world structs and the fun that comes with that

this pr has:

- transitions
- new multiz system
- lookup optimizations
- misc updates

---------

Co-authored-by: silicons <no@you.cat>
2023-11-26 18:55:55 -08:00
f00535983e [MDB IGNORE] [IDB IGNORE] atom damage (#5235)
## About The Pull Request

adds generic system for atom health / integrity / damage

everything that isn't flagged with not-bludgeonable can, well, now be
bludgeoned.

## Why It's Good For The Game

more interactive game world through the means of making people able to
break Everything.

## Changelog

🆑
add: atom damage - (almost) everything is now breakable.
refactor: new /atom level materials system
refactor: a lot of the combat system / click code
refactor: melee attack styles
/🆑

---------

Co-authored-by: silicons <no@you.cat>
2023-11-11 17:33:57 -07:00
abad04c75d sculpting update + major stack crafting improvements (#5950)
Co-authored-by: silicons <no@you.cat>
2023-09-22 22:15:31 +02:00
siliconsGitHubVM_USER <VM_USER>silicons
fd5e67ff71 runtime maploading: fifth time is the charm (#5524)
Co-authored-by: VM_USER <VM_USER>
Co-authored-by: silicons <no@you.cat>
2023-06-15 19:21:14 +02:00
siliconsandGitHub a91fd78259 fixes a lighting bug (#5563) 2023-06-04 20:22:27 +02:00
62fb1f9e05 reworks rendering, night vision, planes, etc (#5384)
Co-authored-by: silicons <no@you.cat>
2023-06-03 19:58:47 +02:00
ZandarioandGitHub 63eff3988a Impromptu Living Statue Rework (#5416)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

Just was supposed to be a port of tgstation/tgstation#73630, but I felt
like fixing the other things.

- Their spells function and are added.
- Their main gimmick is now a component, so that can be reused for other
objects/mobs.

## Changelog


🆑
refactor: Living Statues properly function.
/🆑

<!-- Both 🆑's are required for the changelog to work! You can put
your name to the right of the first 🆑 if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
2023-04-25 22:23:24 -07:00
LohikarandGitHub be7c1b3f64 Ambient Lights: Multiple-Source Ambience (#5019) 2023-02-03 17:16:52 +01:00
1a524b77eb SSao, Z-Mimic, and O7 Lighting (#4846)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Z-Mimic is nice.

Currently just SSao atm, why SSao? Filter-based ao doesn't really work
with Z-Mimic

O7 Lighting cause I got tired of trying to make ours work with this. But
hey, we got directional lights now so that's cool.

🆑 @Zandario & @Lohikar
add: SSzmimic
add: O7 Lighting
add: SSao
del: SSopenspace
tweak: Lights now can shine in angles between 0 and 180
/🆑

Co-authored-by: Lohikar <lohikar@protonmail.com>
2023-01-01 05:04:11 -08:00
siliconsGitHubVM_USER <VM_USER>
1e309c0898 emissives (#4831)
Co-authored-by: VM_USER <VM_USER>
2022-12-15 18:54:58 +01:00
siliconsGitHubVM_USER <VM_USER>
fa3856bf7f renames flags to atom_flags for, well, atoms; transitions some reasonable atom flags to be more, well, obvious (#4837)
Co-authored-by: VM_USER <VM_USER>
2022-12-15 18:54:20 +01:00
ZandarioandGitHub 7bf4c2a34f Early Assets, Lateloaded Assets, and Debugging Tools (#4696)
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
Various asset systems I want in before more TGUI work. and also
byond-tracy support... and also light update debugging...
## Changelog
🆑
tweak: Chem Master UI has been reworked slightly.
2022-11-20 17:36:24 -07:00
siliconsGitHubVM_USER <VM_USER>
a90d92df2b converts ex_act to legacy_ex_act, plants the seeds for new explosions (#4662)
Co-authored-by: VM_USER <VM_USER>
2022-11-02 20:45:16 +01:00
siliconsGitHubfake_vm_user <fake_vm_user>VM_USER <VM_USER>
934ad25bfe refactors: inventory, mousedrag, stripping, species bodytypes, inventory HUD, and probably some unrelated things (#4092)
* start

* i hate people who pack shit into one file

* sigh

* regex

* inventory rework

* stubs

* regex

* this is insanity

* oh no

* backend moment

* a

* changes

* wild

* regexing

* changes

* put in hands

* more errorS

* attackby

* more helpers

* replacements

* wild

* fixes

* pain

* fxies

* fixes

* unneeded

* ape

* ape

* wild

* wild

* more

* wild

* there

* fixes

* fixes

* l

* wild

* more

* moer

* fixes

* enough for todayd

* regexing

* long time coming

* shaking and crying

* end me

* fixes

* fixes

* e

* fxies

* rig refactor moment

* fixes

* fixes

* fixes

* fixes

* out with the shitcode

* thanks git

* partial rig rewrite here we go

* more

* fixes

* WWWW

* ok

* wild

* bitfield defines

* nobludgeon

* pain

* pain

* fixes

* more

* wild

* wild

* fixes

* pain

* move behaviorsr

* fixes

* next up, finishing core procs

* y

* .

* time to finish this

* time to finish this

* propagate accessories

* hate this accursed engine

* hate this accursed engine

* pain

* more

* cancer

* epic

* genuinely hate

* wild

* that

* why

* circuitry is my bane

* y

* how

* sort

* logging

* logging

* im dying

* fixes

* next

* f

* more

* epic style

* fixes

* on meta

* fix

* wild

* uh

* quirky

* fixes

* agh

* pain

* fixes

* fix

* sigh

* a

* epic1

* fixes

* ugh

* epic

* fixes

* uhh.

* is this even a fix

* fix

* fixes

* fixes

* we love optimization

* wear over system

* correct

* worn over stuff

* just augments

* coggy

* implant magnetic catch

* implant magnetic catch

* fixe

* a

* g

* t

* fix

* fix

* wack!

* fix

* a

* semantics

* fix

* that

* fixes

* handle denesting

* w

* fixes

* e

* bugs

* fixes

* fixes

* unit tests

* absolutely wild

* fixes

* fix

* fix

* fixes

* on god this is bad

* fixes

* fixes

* fix

* fix

* wacky!

* fix

* wack

* manual

* fixes

* closets

* OOPS

* wack

* pain

* pain

* flags

* regex

* fixes

* wakc

* changes

* more

* augh

* more

* replaces

* more

* that

* acc

* acc

* fix

* fix

* fix

* oh woops that was important

* wack

* epic

Co-authored-by: fake_vm_user <fake_vm_user>
Co-authored-by: VM_USER <VM_USER>
2022-07-29 00:20:47 -07:00
ZandarioandGitHub b8a9fcb6b4 Does the neutral trait thing for everyone, and also updates Shadekin a lil (#4148)
* Auuugh

* Fixes shi
2022-06-03 14:38:04 -07:00
siliconsGitHubfake_vm_user <fake_vm_user>
c85571f7f4 adds wave automata, reworks sonar (#4042)
* start

* stuff

* stuff

* rm

* gotta be fucking kidding me i hate byond

* a

* a

* sigh i just remmebered why i didn't do that

* a

* a

* stub

* Shadowcast

* Shadowcast

* Shadowcast

* uh oh

* uh oh

* Wild

* Wild

* Wild

* automata stuff

* stuff

* let's go

* that

* that

* fixes

* fix

* fxies

* fixes

* that works

* diagonals

* diagonals

* diagonals

* diagonals

* diagonals

* diagonals

* diagonals

* diagonals

* diagonals

* diagonals

* diagonals

* wild

* wild

* i hate lummox

* ihate you byond

* wow.

* refactor that

* why

* fix

* mistakes

* thank you bhijn

* wild

* i'm an idiot

* adjust

* adjust

* that

* blacklist that too

* what if we

* Fix

* fin

Co-authored-by: fake_vm_user <fake_vm_user>
2022-05-19 21:33:17 -07:00
ZandarioandGitHub ed27a01b58 Massive backend updoot: Juke Build, TGUI upgrades, Soft Ping, and too much to list! (#3990)
* Time to become our TGUI God.

* Visually sprucing the copyrights.

These shouldn't be ignored :)

* babababa

* https://github.com/tgstation/tgstation/pull/50422

* dooootdooot

* Holy fuck

Updates the tools folder
Updates our build tooling
Updates TGUI MASSIVELY
I'm going to go scream in a hole now

* ??

* Was it this dum thing?

* orrrr

* It's this isn't it

* Did it manually

* hubah

* TGUI Changelog

* oops

* What if I use the original?

* Lets try this again

* Shit commenting out for now

* asdasd

* Fuck it use the old one and remember to replace later

* Updates yarn.lock

* Lets try something horrid

* Nope it HATES THAT

* fucc

* The great eslinting

* HOLY SHIT

* Final?

* ?

* asd

tgstation/tgstation/pull/59914
tgstation/tgstation/pull/66317

* Improved Asset handling.

* Oops

* Subsystem stuff

* Recompiles the Changelong again.

* Finally Fixed Communicators

* Compiled Changelogs... AGAIN
2022-05-09 18:02:09 -07:00
siliconsGitHubfake_vm_user <fake_vm_user>
71889b4f65 rendering update (#3695)
* rnedering update

* fixes

* wack

* wack

* placeholder

* sigh

* sigh

Co-authored-by: fake_vm_user <fake_vm_user>
2022-04-23 21:12:54 -07:00
siliconsandGitHub 6914539bae Update lighting_source.dm 2021-03-23 19:17:57 -07:00
siliconsandGitHub 5784110aa2 replaces lighting system with modern tg/vglights (#2830)
* initial

* defines file

* changes

* changes

* whew

* a

* ok

* more stuff

* alphacolors

* sigh

* compile errors

* runtime fix

* debug data

* fixes

* fixes

* let's go

* funny

* funny

* funny

* Update lighting_object.dm
2021-03-08 14:45:49 -08:00
silicons 158bd5740e mmm 2021-03-02 18:27:10 -07:00
silicons 054cd3b652 holy fuck 2021-02-25 03:19:54 -07:00
silicons abcdebbf4f all 2021-02-25 03:18:52 -07:00
silicons 060c49b9a6 more 2021-02-21 23:18:34 -07:00
silicons 5edda181ad more 2021-02-21 23:07:23 -07:00
silicons c3de692726 let's do that 2021-02-21 22:17:30 -07:00
Zandario 9dcaed5484 *Rolls Dice* 2020-10-12 21:07:31 -05:00
Zandario 45e9ab6513 Checkpoint 2020-08-19 19:02:19 -05:00
kevinz000 37ea4a129b ok 2020-04-14 00:08:39 -07:00
kevinz000 e5c2a40482 Exited 2020-04-14 00:00:30 -07:00
kevinz000andGitHub 71248e19a4 Revert "Revert "New to Initialize pass #1 - Turfs and some random stuff" kevinz doesn't know what DNM is" 2020-04-12 16:14:45 -07:00
nik707andGitHub 1eff56c8c5 Revert "New to Initialize pass #1 - Turfs and some random stuff" 2020-04-12 17:19:47 -05:00
kevinz000 bbbb2154d8 i hate vorecode 2020-04-11 18:54:37 -07:00
kevinz000 7a924211a0 lighting changes 2020-04-11 10:21:31 -07:00
kevinz000 3407ef9bcd k 2020-04-02 04:01:26 -07:00
kevinz000 6c1c339191 Updates code to November 2019 Vorecode 2020-02-08 00:41:54 -07:00
kevinz000 b6885af570 everything is breaking helpies 2019-09-05 14:53:47 -07:00
kevinz000 f12ef3354e yawn 2019-09-05 08:17:21 -07:00
kevinz000 1f2fbeb336 Still WIP 2018-10-17 10:42:25 -07:00
deathride58 3cf4f70f3d manual sync with upstream 2018-05-31 01:45:40 -04:00
deathride58 f1893fa0a0 initial commit - Straight pull from Virgo's master branch from 5/6/2018 at 6:00 PM EST 2018-05-06 19:05:49 -04:00