warriorstar-orion
0ffa8303a7
Rename all non-snake_case types. ( #27268 )
...
* refactor: Rename all non-snake_case types (not procs or vars (yet)).
* completely dynamic update script
* might help to include the data
* update aa's scuffed python
* oh
* set script PR number
* run updatepaths again
* Add other table updates with JSON columns
* bump SQL version
* just fucking end my life
* move JSON data
2024-11-30 19:08:45 +00:00
warriorstar-orion
db4dda0fdf
Make lavaland bridges hover over rivers. ( #27402 )
...
* feat: Make lavaland bridges hover over rivers.
* just use the normal AO as shadows
* change return
* kill reference to shadows
2024-11-30 16:28:53 +00:00
chuga-git
32b97afbec
fixes some bad html ( #27481 )
2024-11-29 10:46:51 +00:00
warriorstar-orion
e37b83a0b9
Enforce ruin cost as factor of ruin size. ( #27198 )
...
* refactor: Enforce ruin cost as factor of ruin size.
* remove cost-related comment
* bump up space ruin numbers based on testing
* remove old lavaland_ruin_budget setting
* one more tiny tweak down
* Update config/example/config.toml
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* Update config/example/config.toml
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Signed-off-by: Burzah <116982774+Burzah@users.noreply.github.com >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2024-11-24 14:10:15 +00:00
warriorstar-orion
c4e4487452
API: Spawn pools, a distributed loot manager. ( #27199 )
...
* api: Spawn pools, a distributed loot manager.
* meh
* documentation and cleanups
* how do numbers work
* word wrapping
* fixes found from prototyping
2024-11-22 19:00:23 +00:00
warriorstar-orion
16672e4f3d
refactor: Elementize decals. ( #27104 )
...
* refactor: Elementize decals.
* fix for cases of managed_overlay being a single item
* Update code/datums/elements/decal_element.dm
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* review comments
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-11-19 18:16:56 +00:00
warriorstar-orion
105a2fa617
feat: dynamic Lavaland bridge lengths. ( #27173 )
2024-11-19 10:38:06 +00:00
warriorstar-orion
8e4732922a
config: allow disabling default SSweather events ( #27300 )
...
* config: allow disabling default SSweather events
* Update config/example/config.toml
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
* debug log
---------
Signed-off-by: warriorstar-orion <orion@snowfrost.garden >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
2024-11-14 20:28:53 +00:00
Qwertytoforty
da630e1b63
Impliments a new voting system for weekends and wednesday: Hybrid FPTP weighted random from preferences ( #26879 )
...
* temporary wip
* the rest of the fucking owl
* Replaces Nodupes with FPTP, and wensday
* ok you are still a little stupid
* c-c-c-changes
* Create 60-61.sql
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* woe up to date apon thee
* make that up to date
* contras changes!
* thanks contra!
* Update code/__DEFINES/misc_defines.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
* last thing
---------
Signed-off-by: Qwertytoforty <52090703+Qwertytoforty@users.noreply.github.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-11-14 17:57:58 +00:00
Chap
d90a70ecda
[REFACTOR] Consolidates SLOT_FLAG and SLOT_HUD into one ITEM_SLOT flag ( #26743 )
...
* IT WORKS UP UNTIL THIS POINT
* Consolidates SLOT_FLAG and SLOT_HUD into one
* Remove cover_both_ears
* SLOT_HUD to ITEM_SLOT
* Remove clothing_trait changes for the time being
* Remove accidental copy-paste
* Re-add no-slip var
* More failure to copy-paste correctly
* Leftover flag
* Combine left and right slot flags where possible
* UNGOOF MY DEFINES, PHAND IS NOT A THING
* Minor spacing changes
* Some more fixes from merge
* Seperates ITEM SLOT AMOUNT into two defines
* ON SECOND THOUGHT LETS NOT DO THAT.
* Addresses Contra's review
* Thank you GREP
* Rename ITEM_SLOT_FEET to ITEM_SLOT_SHOES
* Added a comment to the bitmasks in clothing defines
* Rename ITEM_SLOT_TIE to ITEM_SLOT_ACCESSORY
* These are for a seperate PR.
* Magboot fixes
* Requested changes
* Re-add accidental removal
* Wrong flags
* Update code/__DEFINES/clothing_defines.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: Chap <erwin@lombok.demon.nl >
* Requested changes
* Merge fixes
* Fix double headset
* Fixes multiple accessories
---------
Signed-off-by: Chap <erwin@lombok.demon.nl >
Co-authored-by: Adrer <adrermail@gmail.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-11-13 13:02:29 +00:00
warriorstar-orion
017a56f808
blackbox: mark biohazard events affected by admin spawns ( #27196 )
2024-11-10 04:35:44 +00:00
Contrabang
c4521dc955
[s] Fixes a lot of stuff ( #27238 )
2024-10-30 04:36:48 +00:00
warriorstar-orion
08d30efbad
fix: don't spawn salvage on flipped tables ( #27205 )
2024-10-27 01:21:39 +00:00
warriorstar-orion
f27feae258
blackbox: Record biohazard pop at intervals. ( #26930 )
...
* blackbox: Record biohazard pop at intervals.
* associative fine here
* don't use recursive timer callbacks
2024-10-22 12:09:36 +00:00
warriorstar-orion
4c937d62ff
refactor: Only sort named machine lists at mapload end. ( #27081 )
2024-10-22 09:33:16 +00:00
ROdenFL
f6298184f5
[FIX] return some classes and standardize some class=\" ( #27051 )
...
* [FIX] return some classes and standardize some class=\"
* cultspeech
2024-10-12 16:38:35 +00:00
PopeDaveThe3th
e657597b1c
[LORE] Replaces most uses of "Russian" with "Soviet" ( #26822 )
...
* no russian
* space
* more spaces
* Update walls_mineral.dm
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
* Update space_ruins.dm
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
---------
Signed-off-by: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
2024-10-10 09:57:42 +00:00
warriorstar-orion
62b65f8a91
Rework Lavaland tunnel themes. ( #26599 )
...
* Rework Lavaland tunnel themes.
* Fix deeprock mob density; ensure 1 vetus/bubblegum
* goddamnit
* bring spawn odds closer in line to head, fix tendril collapse range
* Move define to global dir
* don't need initial here
* define magic number properly
* make type of var clear
* CHECK_TICK during procgen
* less tendril cities, no tendrils in oasis centers
* revert no_lava helpers for now
* add NO_LAVA_GEN flag check back to safe_replace
* add blackbox feedback for themes
2024-10-10 00:05:29 +00:00
DGamerL
89796a055b
Makes RemoveComponent more sane ( #26877 )
...
* Makes RemoveComponent more sane
* An even better wrapper
* Update code/datums/components/surgery_initiator.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/datums/components/_component.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/datums/components/_component.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/datums/components/_component.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/datums/components/_component.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-10-09 18:46:04 +00:00
Contrabang
6faa31a307
Removes an unneeded proc ( #26997 )
...
* Removes an unneeded proc
* yeea
* Update code/modules/mob/mob_misc_procs.dm
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
---------
Signed-off-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-10-08 16:51:30 +00:00
Qwertytoforty
1d447c5592
fuck me whyyy ( #26988 )
2024-10-06 23:39:33 +00:00
Code-Lyoko0
0d79dc63e5
New sounds for welcoming the crew to the station ( #26666 )
...
* new welcome sounds
* went with S34NW idea, added NSS and removed crew, made Crebron sound better
* added diagoras welcome sound
2024-09-30 00:29:50 +00:00
Charlie Nolan
d6529434ff
Prevent sleeps in key handling from blocking SSinput ( #26761 )
...
* Prevent sleeps in Move from blocking SSinput
* Switch to watifor = FALSE
* Move SHOULD_NOT_SLEEP
* Whoops, that one's a redefine, too.
2024-09-29 10:54:31 +00:00
warriorstar-orion
a42b91ea99
blackbox: Add accumulating feedback types for numeric and text values. ( #26645 )
...
* blackbox: Add accumulating feedback types for numeric and text values.
* correct introduction
* i swear to god i can count to 7
* bloody VSC formatting on save
* formatting changes and doc additions
2024-09-27 17:05:53 +00:00
warriorstar-orion
3eb0c0dcd5
fix: move pipe icon manager out of SSair ( #26867 )
2024-09-27 05:22:17 +00:00
Aylong
9d968e6ba9
Port DmIcon & Image components from TG ( #26623 )
...
* Port DmIcon & Image components from TG
* Documentation
* Uh oh
* I hate it
* I will bang you
2024-09-23 21:04:37 +00:00
Mikhail Dzianishchyts
a450ad9b9c
Move global access procs to the mapping subsystem ( #26664 )
...
* Move global access procs to the mapping subsystem
* Apply requested changes
2024-09-12 16:58:31 +00:00
Luc
3d0e8f760b
Debug logs an admin log about things taking too long to del ( #26748 )
2024-09-11 14:41:28 +00:00
warriorstar-orion
fbcdb2375b
fix: Unintentional night-shift despite disabled in configuration. ( #26659 )
2024-09-10 22:52:01 +00:00
Paul
a00a036841
add option to disable end of round sound ( #26014 )
...
* add option to disable end of round sound
* fix sleep position
* add EOR sound to enable/disable preferences
* invert logic so that existing players don't mute the sound
* fix inconsistent mute/hear variable
---------
Co-authored-by: pwbokie <pmerkamp@butler.edu >
2024-09-10 22:50:40 +00:00
AffectedArc07
03bc64ad13
R&D Rework PT1 - The network refactor ( #26420 )
...
* R&D Rework PT1
* Give robotics access too
* Run prettier
* More lints
* This is INCREDIBLY ironic
* Re-add blacklisting
* Oops
* Review changes
* Some fixes
* Fix outstanding issues
* Warriorstar fixes
* Tiny tweak
2024-09-08 16:38:17 +00:00
Sean
73e861b7c0
Dev team chat ( #26669 )
...
* dev team chat initial
* oops
* refactor who code
* allow discord relay
* yeet some un-needed stuff
* tweak the role colour
* Update code/__DEFINES/admin_defines.dm
Co-authored-by: ROdenFL <ROdenFL@yandex.ru >
Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com >
* .Add to +=
* Update config/example/config.toml
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com >
---------
Signed-off-by: Sean <12197162+S34NW@users.noreply.github.com >
Co-authored-by: ROdenFL <ROdenFL@yandex.ru >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
2024-09-03 16:49:45 +00:00
AffectedArc07
b962a243c3
Balls ( #26652 )
2024-08-30 21:31:34 +00:00
DGamerL
0552368581
Fixes count xenomorphs ( #26580 )
2024-08-25 16:27:06 +00:00
Adrer
0ea2abc952
Drunk station trait can no longer spawn you in the AI core. ( #26561 )
...
Co-authored-by: adrermail@gmail.com <adrermail@gmail.com >
2024-08-21 10:46:42 +00:00
AffectedArc07
3a3768bac3
Using explosives at end round now gibs you ( #26465 )
...
* Using explosives at end round now gibs you
* More tweaks
* Tweaks
2024-08-17 22:24:21 +00:00
warriorstar-orion
7aba1cfddc
blackbox: Add station traits. ( #26502 )
2024-08-16 04:04:22 +00:00
Burzah
c434f08f4f
Replaces info class with notice and purges info ( #26421 )
2024-08-13 09:46:58 +00:00
warriorstar-orion
2a3a84b438
refactor: Biohazard stats (again) ( #26424 )
2024-08-08 16:35:12 +00:00
warriorstar-orion
78ef86989f
Fix: Bespoke DCS elements use all requested args. ( #26387 )
2024-08-06 19:29:39 +00:00
1080pCat
efb735af1e
Adds/ports the AI Triumvirate station trait. (triple ai mode as a VERY rare trait) ( #25957 )
...
* yippie itt works
* Update tripAI.dm
* Update code/modules/admin/verbs/tripAI.dm
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
* Update code/datums/station_traits/neutral_traits.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
---------
Signed-off-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Co-authored-by: Matt <116982774+Burzah@users.noreply.github.com >
2024-07-30 14:11:33 +00:00
AffectedArc07
f639e2cc1c
Completely bans sleep from Initialize and LateInitialize ( #25801 )
...
* GOD DAMN I WAS COOKING
* Makes portal less dumb
2024-07-26 13:57:10 +00:00
DGamerL
3f8aff4374
Delays handing out of Traitor objectives ( #24857 )
...
* Idk man
* IT WORKS
* SO CLOSE TO GREATNESS
* IT ALL WORKS AAAAAA
* Actually add a random timer
* Oopsie
* Removes empty proc
* Update code/game/gamemodes/traitor/traitor.dm
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
* Contra requested changes
* Adds randomness to random_time
* Whoops
* Contra + AA Review
* Removes TODO
* Reverts standard mode
* Makes CI not fail
* Removes unused proc
* FUCK
* Fixes a kit bug (Thanks Erik)
* Tourte Review
* Matt review
* Changes text, adds admin logs
* Clarifies the log
* New and improved version!
* Fixes
* Revert "Fixes"
This reverts commit ea29aa92b2 .
* Revert "New and improved version!"
This reverts commit ea053f3b94 .
* Properly rerolls objectives at handout
* Adds trifecta support
* Contra and Sirryan review
* Forgor this
* Fix CI
* Final fixes
* Update code/game/gamemodes/traitor/traitor.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/gamemodes/trifecta/trifecta.dm
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Steel review
* Wow I was silly
* Less whitespace
* Dumbest bug in a while
* No more lavaland player getting autobalanced
* Streamlines a proc + another fix
* AAAAA FUCK
* Update code/game/gamemodes/objective.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Update code/game/gamemodes/objective.dm
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Contra review
* Faire review
* Forgor to push this
* Farie + Contra review
* Hal + Contra review
* Uses `replaceobjective` now + Fix
* Farie review
* Farie review
* Farie review 2: electric bogaloo
* Fix
* Update code/game/gamemodes/objective_holder.dm
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
* Contra review
* Update code/game/gamemodes/objective_holder.dm
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
---------
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
Co-authored-by: SteelSlayer <42044220+SteelSlayer@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
Co-authored-by: Farie82 <farie82@users.noreply.github.com >
2024-07-24 08:09:14 +00:00
Charlie Nolan
fb93e5a74a
Assorted performance improvements ( #25649 )
...
* Improved efficiency of playsound.
* Improve performance of turf/Enter
* Improve performace of thrown objects.
* Improved performance of /atom/movable/CanPass.
* Improved pipeline destruction performance.
* Apply suggestions from code review
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
---------
Signed-off-by: Charlie Nolan <funnyman3595@gmail.com >
Co-authored-by: FunnyMan3595 (Charlie Nolan) <funnyman@google.com >
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
2024-07-16 10:12:13 +00:00
BiancaWilkson
ec88636e6c
Cyborg Damage, Movement, and Power Overhaul ( #25252 )
...
* Adding defines
* More signals for external power
* Gets the reboot working
* renaming a proc
* config stuff
* Working on cyborg movement
* Update code/modules/mob/living/silicon/robot/robot_damage.dm
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update code/modules/mob/living/silicon/robot/robot_damage.dm
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* Update code/modules/mob/living/silicon/robot/robot_damage.dm
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
* IOSYS where'd you come from
* begon return 0
* VTEC caps slowdown
* Adjusting EMPs
* Funny arm is GONE
* Oh yeah regenerating stamina might be a good thing
* Forgot you could uninstall vtec
* icon machine broke
* Cell-less borgs can enter chargers to stay powered
* oh that was almost bad
* Fixes some logic
* its a surprise tool that will help us later
* Adjusting some numbers
* Adds a sound to go along with the text alarm
* dead things can still charge
* Another logic error
* Xenos too
* sorry linter
* fixes CL
* Slightly more slowdown on stam damage
* neurotoxin won't stun
* SOUNDS!
* 3 flashes to stun instead of 4
* Slightly longer stun
* SPEEDING UP BORGS JUST FOR THE TM SINCE CONFIG DONT WORK
* Keep borgs stunned forever
* Power loss is more dangerous
* Adds a stamina hud to borgs
* Cyborgs now heal up properly
* Removes an outdated comment
* Replacing parts works better now
* EMPs disable components for a brief time
* More missed rebalances
* When you forget to remove debug messages
* WHAT
* Cult magic works + borgs can be silenced
* 2 flashes to stun, flashes confuse now
* Update code/game/objects/items/devices/flash.dm
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Signed-off-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
* Abductors can stun borgs
* Watcher/cyro rays deal stam to brog
* Fixes a rounding error when healing borgs back to full HP
* Fixed span
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
* Fixed whitespace
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Signed-off-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
* Guard clausify
* Indents a message
* Update code/modules/mob/living/silicon/robot/robot_damage.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
Signed-off-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
* Update code/modules/mob/living/silicon/robot/component.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
Signed-off-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
* Update code/modules/mob/living/silicon/robot/robot_damage.dm
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
Signed-off-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
* that's not what stat does
* No more hardcoded speed, don't TM this branch
---------
Signed-off-by: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com >
Co-authored-by: CRUNCH <143041327+Fordoxia@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
Co-authored-by: Ryan <80364400+Sirryan2002@users.noreply.github.com >
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
2024-07-09 17:44:50 +00:00
chuga-git
c1e97f712c
Minor throwing fixes ( #26179 )
...
* fix treadmill throwat
* fixes dropdel runtimes and end_throw() not being called
* dgl review
2024-07-08 21:07:18 +00:00
warriorstar-orion
ca93f6bc77
Retrofit TG pathfinder with upstream improvements ( #25583 )
...
* Retrofit TG pathfinder with upstream improvements
* i know how things work
* don't use HAS_TRAIT for things that aren't traits
* unique filenames
* i'm just a goofy lil moron
* use new block syntax
* apparently values don't need clamping with new block syntax?
* silence invalid JPS dest runtime
* fix runtime passing ID instead of access list
2024-07-08 15:48:43 +00:00
RomainzZ
e386cfd9bf
Lamp Bloom, Exposure and Glare ( #24534 )
...
* Light Update
* Not failing tests I hope
* Whitespace Removal
* Tweaking here and there
* Merge Conflict Fix
* Rebuild TGUI Bundle to Fix Merge Conflict
* Settings are now in "Game Preferences" too
* ColorMatrix formatting and removal of unused procs
* A little mistake on matrices
* A little mistake x2 (last I hope)
* Moving Glare under every other effect, tweaking values, playing with blending
* Update TGUI Bundle for Merge Conflict
* Apply suggestions from code reviews
* Fuck it, it just works
* No tabs cool
* Remove unused
* Am I retarded
* We better return
* Whitespace we need
* oh
* New SQL update version
* Missing comma fix and recompiled tgui.bundle
* Updating SQL version in misc_defines and config
* Remove datum in holder
* BloomEdit empty lines removal
* No more unneeded functions calls
* Tgui.bundle rebuild
* SQL Changes
* SQL Version = 56 now
* Documentation and some formatting
* tgui.bundle.js rebuild
* Remove unused layers and variables
* Allow cameras to render backdrops
* Possible runtime issue fix
* Remove "baked" bloom from the lamps
* Revert the "remove". Make it low on alpha channel
* Shuttle rotation light update fix
* We don't need this
* Possible runtime issue fix x2
* tgui.bundle.js update
* tgui.bundle.js update
* tgui.bundle.js update
* Revert config.toml changes
* Revert the revertion of config.toml changes
* Bring that config changes back!
* Entry added
* tgui.bundle.js update
* Prettier possible fix (?)
* Runtime fix (and broken tubes now have light after reinstalling them)
* config update
---------
Co-authored-by: Mikhail Dzianishchyts <mikhail.dzianishchyts@gmail.com >
2024-07-05 21:16:16 +00:00
DGamerL
6f0f9a2e9c
Various fixes for xenomorph logging ( #26006 )
...
* Various fixes for biohazard logging
* Better ways of counting xenos
2024-07-01 01:35:33 +00:00
chuga-git
aba3c743f6
updates GetIdFromArguments so that it works ( #25972 )
2024-06-29 18:01:28 +00:00