Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Upstream 26.12.2024 #1714

Merged
merged 40 commits into from
Dec 26, 2024
Merged

Merge Upstream 26.12.2024 #1714

merged 40 commits into from
Dec 26, 2024

Conversation

ss220app[bot]
Copy link

@ss220app ss220app bot commented Dec 25, 2024

This pull request merges upstream/master. Resolve possible conflicts manually and make sure all the changes are applied correctly.

Changelog

🆑 ParadiseSS13
add: Добавлен трейт UNKNOWN - трейт, который скрывает имя персонажа, информацию в sechud, голос, а также предотвращает возможность его изучения (examine).
fix: Предметы больше не будут воспламеняться при их перемещении между руками, помещении в сумки/коробки/ремни и извлечении из них над лавой.
fix: Предметы больше не будут падать в пропасть при их перемещении между руками, помещении в сумки/коробки/ремни и извлечении из них над пропастью.
tweak: Изменение размера области экрана в настройках теперь автоматически обновляет его размер.
fix: Окно настроек теперь немного больше.
add: Добавлена футболка Great Wave — доступна в выборе нижнего белья в редакторе персонажа.
tweak: Кошельки теперь могут хранить конфетные деньги и шоколадные монеты.
fix: Турели на руинах мясокомбината больше не сбрасывают энергетические пушки при разборке.
add: Добавлены новые плюшевые игрушки для всех видов.
add: Добавлено новое заклинание, превращающее людей в плюшевые игрушки.
add: Добавлены новые плюшевые игрушки в лодаут.
fix: Звук «пух» больше не использует pick-wight при попадании.
tweak: Плюшевые игрушки всегда уничтожаются, если внутри них взрывается граната, включая светошумовые гранаты, химические гранаты и т.д.
tweak: Плюшевые игрушки воксов и ниан теперь активируют гранаты внутри себя, даже если произносится их «кодовое слово для обнимашек».
fix: Карты и ремни больше нельзя надевать при активном импланте антидроп.
fix: Попугаи больше не левитируют, пока сидят.
fix: Попугаи теперь могут класть вещи на компьютеры и забирать их.
tweak: Попугаи могут покидать своё любимое место и находить новое спустя время.
fix: Обновлён спрайт голозначка на бронежилете, чтобы он соответствовал иконке.
fix: Простые торты теперь называются «простые торты», а не «ванильные торты» (так как уже существуют ванильные торты, это изменение убирает дублирование).
fix: Если вы теряете необходимость дышать, то соответствующий индикатор на экране больше не будет «зависать».
fix: КПБ больше не паникуют, думая, что им нужно дышать, хотя они этого не могут делать.
tweak: Трейт станции Рейв теперь распространяется на каторгу и аванпост.
imageadd: Обновлены спрайты квантумпадов и каргопадов.
tweak: Квантумпады больше не создают искры.
tweak: Формулировка закона «Pranksimov» изменена с «если это будет смешно» на «если это будет смешно для экипажа».
/:cl:

Qwertytoforty and others added 30 commits December 19, 2024 19:10
* fixes a few typos on emeraldstation's camera list

* removed an accidentally placed camera

* fixed one more typo
* refactor: Movement cross/uncross implementation.

* wrong var name

* fix unit tests dropping PDAs into nowhere

* Add documentation.

* remove unused constants

* say which procs are off limits

* fix simpleanimal z change runtime

* helps not to leave merge conflicts

* kill me

* fix typecast

* fix projectile/table collision

* treadmills don't cause MC to crash anymore

* connect_loc is appropriate here

* fix windoors and teleporters

* fix bonfires and clarify docs

* fix proximity sensors

Tested with sensors in crates, sensors in modsuits
Tested new proximity component with firing projectiles at singularity
Tested new proximity component with portable flashes
Tested new proximity component with facehuggers

* lint

* fix: polarized access helper false positives

* Revert "fix: polarized access helper false positives"

This reverts commit 9814f98.

* hopefully the right change for mindflayer steam

* Changes following cameras

* fix glass table collision

* appears to fix doorspam

* fix ore bags not picking up ore

* fix signatures of /Exited

* remove debug log

* remove duplicate signal registrar

* fix emptying bags into locations

* I don't trust these nested Move calls

* use connect_loc for upgraded resonator fields

* use moveToNullspace

* fix spiderweb crossing

* fix pass checking for windows from a tile off

* fix bluespace closet/transparency issues

* fix mechs not interacting with doors and probably other things

* fix debug

* fix telepete

* add some docs

* stop trying to shoehorn prox monitor into cards

* I should make sure things build

* kill override signal warning

* undef signal

* not many prox monitors survive going off like this

* small fixes to storage

* make moving wormholes respect signals

* use correct signals for pulse demon

* fix pulse heart too

* fix smoke signals

* may have fucked singulo projectile swerve

* fix singulo projectile arcing

* remove duplicate define

* just look at it

* hopefully last cleanups of incorrect signal usage

* fix squeaking

* may god have mercy on my soul

* Apply suggestions from code review

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* lewc review

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* burza review

* fix bad args for grenade assemblies

* Update code/__DEFINES/is_helpers.dm

Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

---------

Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: DGamerL <daan.lyklema@gmail.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
* unit->game tests, /tg/ assertions and allocations

* whoopsies

* fix lint
…ds. (ParadiseSS13#27694)

* Fixes for inserting/removing storage items/swapping items between hands.

* Apply suggestions from code review

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: warriorstar-orion <orion@snowfrost.garden>

* Fix doc comments

* kill old comment

---------

Signed-off-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
* fix turrets

* (not)new type of a turret
* Create interaction test harness.

* retrofit tests, add janicart attack chain tests

* extract puppeteer to separate file

* move puppeteer creation to constructor
* Plushie PR

TODO-
Fix borgs becoming mind
Add to smite list
Add diona plush effect

* Fixed Issues

Added alien plush
Added loadout
Yeah

* Apply suggestions from code review

Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com>

* WIP

Will finish later

* Fixed the various issues

Should be working now! Changed the bread smite to a 'generic item' smite and then made it a specifcally breaded smite.

* Minor typo fixing

And stuff

* WIP Conversion

Converting all the attacks into more sleek attacks, will need to finish.

* Fixes galore

Yippie!

* Russian revolver wasn't working

now you can self-shoot again! Horay!

* You can no longer eat spraycans

IPC clowns everywhere devistated

* Apply suggestions from code review

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com>

* A tinsy bit of touching up

:)

---------

Signed-off-by: Drakeven <50409888+Drakeven@users.noreply.github.com>
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
* Fix for anti drop being able to equip some items

* Forgot to save file)

* Clean up

* Remove config changes

* Update code/modules/mob/inventory_procs.dm

Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com>

---------

Signed-off-by: Drsmail <60036448+Drsmail@users.noreply.github.com>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
* Fix several parrot issues

* Bring effective path cache back
Co-authored-by: Bmon <no@email.com>
…seSS13#27685)

* Fixes the tiles in the space bar being broken

* Lints

* Update ussp.dmm

* Update boxstation.dmm
…eSS13#27686)

* Renames duplicate vanilla cake to plain cake

* Renames the slice too
…d to breath (ParadiseSS13#27731)

* Fixes oxygen related alerts sticking if you loose the ability to breath

* random runtime?

* random runtime i guess?

* Update code/modules/mob/living/carbon/human/species/_species.dm

Co-authored-by: DGamerL <108773801+DGamerL@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: DGamerL <108773801+DGamerL@users.noreply.github.com>
* Fixes IPCs thinking they need to breath. Woops.

* Update _species.dm
ExusA and others added 5 commits December 25, 2024 03:15
* Resprites Quantum Pads and Cargo Pads

Adds a new sprite and animation for teleporter pads

* Fix rendering layers

Makes quantum pads move to a higher layer while active
* Removes Vampire From Explorer

* updated traitor_vamp.dm and removed the change to vampire_chan.dm

* fixed a typo and moved vampire_gamemode's explorer to restricted so it carries over properly

* Moves Traitor Org/Lore to Intro Blurb

* Untangled prs

* Extended the blurb height and adjusted the blurb slightly to look nicer
* Removes schools

* QWERTYYYY :(
@ss220app ss220app bot added the 📃 Требуется изменение WIKI Эти изменения необходимо внести на нашу WIKI. label Dec 25, 2024
@github-actions github-actions bot added :neckbeard: Документация Улучшения и дополнения в документации 🗺️ Изменение Карты В этом ПРе затронут файл не станционной карты. Может и не один. 🖌️ Спрайты Вы заработали свою миска-рис и кошко-жена. Партия гордится вами! 🎸 Инструменты Мы выдаем себя за реальное сообщество разработчиков. 🙏 Слияние с восходящим потоком Боже, храни Короля! labels Dec 25, 2024
@ss220app ss220app bot added the 📜 CL валиден Этот чейнджлог будет успешно опубликован label Dec 25, 2024
@github-actions github-actions bot added Merge Conflict Ну блять... and removed Merge Conflict Ну блять... labels Dec 25, 2024
@m-dzianishchyts m-dzianishchyts force-pushed the merge-upstream branch 3 times, most recently from 00fd3aa to 55c5d76 Compare December 25, 2024 20:23
@github-actions github-actions bot added Кибериада Этот ПР изменил что-то на Кибериаде (BoxStation) and removed 🗺️ Изменение Карты В этом ПРе затронут файл не станционной карты. Может и не один. labels Dec 25, 2024
@m-dzianishchyts m-dzianishchyts changed the title Merge Upstream 25.12.2024 Merge Upstream 26.12.2024 Dec 25, 2024
@m-dzianishchyts m-dzianishchyts added the 🕛 Ждёт мержа Совсем скоро это будет залито label Dec 25, 2024
@dj-34 dj-34 merged commit 7a4f324 into master Dec 26, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🕛 Ждёт мержа Совсем скоро это будет залито 🎸 Инструменты Мы выдаем себя за реальное сообщество разработчиков. :neckbeard: Документация Улучшения и дополнения в документации 📃 Требуется изменение WIKI Эти изменения необходимо внести на нашу WIKI. 🖌️ Спрайты Вы заработали свою миска-рис и кошко-жена. Партия гордится вами! 🙏 Слияние с восходящим потоком Боже, храни Короля! 📜 CL валиден Этот чейнджлог будет успешно опубликован Кибериада Этот ПР изменил что-то на Кибериаде (BoxStation)
Projects
None yet
Development

Successfully merging this pull request may close these issues.