Commit Graph

32832 Commits

Author SHA1 Message Date
TheChosenEvilOne 711af982e4 Fix loading templates in new z-levels being off by one turf (#54135)
Due to how byond maps start at 1,1 and not 0,0 when loading a map that 
is the same size as the world the map will start loading at 0,0 in the 
world which is outside the map. load_map defaults the x and y offsets 
to 1 for a reason!

Though you can load a map that is larger (257 x 257) than the world as 
a band aid for issue.
2020-10-03 10:58:43 -07:00
nemvar f9602fa5bf Merge pull request #53976 from nicbn/something-refactor
Makes cameras process transforms instead of reading mob angles
2020-10-03 17:51:16 +02:00
MIK517 192e9aa941 No more magical transformation of condiment containers on reagent change (#54102)
* Removal of magical transformation of condiment containers on reagent change.

Instead allows to set specific style for condiment bottle when creating via CondiMaster.

* Codestyle fixes

* DMDOC comments.

Also removed var/useramount and proc/isgoodnumber from /chem_master

* Recompiled tgui.bundle.js after rebase
2020-10-03 09:36:10 +03:00
ShizCalev d99de1f54b Merge pull request #54137 from Mickyan/paystand_imp
Adds visible feedback to paystand payments
2020-10-03 00:40:07 -04:00
Qustinnus c796a7eb0b changes your cursor to an eye when you are holding shift to indicate you will examine (#54083) 2020-10-02 16:09:57 -07:00
Nicolas Nattis 8d2db7eeee Improves code 2020-10-02 14:34:32 -03:00
Nicolas Nattis b0bac2ea64 some improvement maybe 2020-10-02 14:19:24 -03:00
Nicolas Nattis ef152036c0 nemvar sugestion 2020-10-02 14:15:57 -03:00
Timberpoes 96debc2112 Feex (#54116) 2020-10-02 11:50:32 -04:00
nemvar bedcdcbc8f Merge pull request #53702 from zxaber/kiltborg
[READY] Highlander mode now includes silicons
2020-10-02 17:39:16 +02:00
nemvar a9845915a0 Merge pull request #54060 from ATH1909/zoomies
After 2 long years, shades are zoomers again
2020-10-02 17:31:17 +02:00
nemvar e37d517a36 Merge pull request #54126 from Timberpoes/warp-whistle-fix
Fix warp whistle permanently immobilising its user.
2020-10-02 17:28:48 +02:00
NightRed 400890a5ec NT Software Hub shows programs you do not have permissions to download (#54075)
* Show disabled downloads so you know what exists

* sorted list of apps
2020-10-02 12:36:12 +03:00
Rob Bailey a0b784e0e2 fix chat HARDER (#54030)
* fix HARDER

* Remove ping case since the hard method already does a better job.

* Update code/modules/tgui_panel/external.dm

Co-authored-by: Fikou <piotrbryla@onet.pl>

Co-authored-by: Aleksej Komarov <stylemistake@gmail.com>
Co-authored-by: Fikou <piotrbryla@onet.pl>
2020-10-02 12:33:35 +03:00
spookydonut cfd08435d5 Fix incorrect Initialize arguments again (#54123)
Fixes #54013 because loc is not the second arg
2020-10-01 21:49:20 -07:00
TiviPlus a30377f4bb More deletion cleanup (#53681)
- Observer mobs not delling correctly
- AI delling basically nothing
- pods not delling glow effect
- minor slime cleanup
2020-10-01 20:30:51 -07:00
Dennok 8b72ef9aae Completely FIX Hilbert's Hotel and its associated ruin to the game. (#53830)
Reverts the removal in #53790.
Broken in #53586.

Because turfNumber++ must be incremented on turf, not on every ATOM it 
EVERY TURF, and anyway it don't trigger since first turfs don't have 
atoms in it.

Fix #53794, Hilbert's Hotel peephole runtime.
Fix #53795, hhmysteryRoomNumber generates only once.
2020-10-01 18:32:32 -07:00
LemonInTheDark 0be337d01c Makes some things that rely on atmos adjacency more sane/faster. (#54096)
* Replaces some CANATMOSPASS calls with a new define that checks if the turfs are in each others atmos adjacent list, as that's the same info that they want.
2020-10-01 13:19:52 -07:00
Qustinnus 3c145788d0 Fixes monkeycube size and organ callback and microwaves (#54095)
* fixes

* dumb runtime

* fixes eggs
2020-10-01 15:24:42 -04:00
EdgeLordExe 5d65bdba20 Heretic tweak patch: changes a few false descriptions and balances a few things. (#53952) 2020-10-01 15:17:36 -04:00
Mickyan 6a54a62fd7 paystand fixes 2020-10-01 20:24:43 +02:00
ShizCalev 9ccd53dda2 Merge pull request #54099 from Hamcha/skirt-dyeing-fix Add jumpskirt dye flag to all jumpskirt
Add jumpskirt dye flag to all jumpskirt
2020-10-01 12:52:20 -04:00
ShizCalev 8d92a7f54f Merge pull request #54101 from Couls/silence-wench
unbinding movement and communication should work now
2020-10-01 12:49:19 -04:00
Timberpoes dd9c475503 Feex? 2020-10-01 13:29:50 +01:00
Timberpoes ded66a3e10 Feex 2020-10-01 10:47:29 +01:00
Ghilker 1c6911cab3 Crystal invasion no longer random event but delamination event (#53921)
This PR makes the crystal invasion event a delamination event only, so no more random events (can still be admin triggered).
The chance for the delamination to trigger the event depends on the power of the SM, the closer it is to the tesla delamination (near 5000) the higher the chance.
2020-10-01 06:32:54 +01:00
Bobbahbrown 7b1bed7fc0 Adds Cross-Server Communication Network Option (PAID* CODE) (#54070) 2020-09-30 22:25:54 -07:00
Iamgoofball 36108f9666 Space Cops now spawn with a Disabler alongside their existing weapon, and no longer have Gang HUDs. (#54068)
Space Cops now spawn with a Disabler alongside their existing weapon, and no longer have Gang HUDs.
2020-10-01 02:18:37 +01:00
ATH1909 db98207630 replaces the two "sorry, you don't get to have fun this round" revenant fluff objectives with better ones (#54077) 2020-09-30 14:03:53 -07:00
ShizCalev 8371bd12f4 Merge pull request #54049 from kriskog/auxbase
Adds separate aux base access
2020-09-30 11:27:06 -04:00
ShizCalev 58fd94636f Update code/modules/jobs/access.dm 2020-09-30 11:26:44 -04:00
ShizCalev 19b3a059a8 Merge pull request #54079 from Dennok/map_template-load-hidding-things-fix
Fix visible template loaded hidden tings.
2020-09-30 11:24:18 -04:00
ShizCalev 0984552526 Merge pull request #54072 from Timberpoes/ssu-dump-feex - Minor machine item dumping code cleanup and proc implementation.
Minor machine item dumping code cleanup and proc implementation.
2020-09-30 11:23:05 -04:00
ShizCalev 16503229be Merge pull request #53983 from nightred/chemmaster
ChemMaster does not need beaker to destroy chems
2020-09-30 11:08:44 -04:00
Coul ac8061a099 unbinding movement and communication should work now
not sure why'd you ever want to do that though.. weirdo.
2020-09-30 09:10:46 -04:00
Hamcha 01324d4934 Add jumpskirt dye flag to all jumpskirt 2020-09-30 13:38:22 +02:00
ArcaneMusic d65714e9f1 Nice, Corgi Pinning Action for the whole family. (#53913)
Adds pin the tail on the corgi, a basic party game last seen at the summer ball, that I had lying around on one of my branches since then. The corgi is a poster that functions like most other posters, but has an interaction with the fake "Corgi tail" object, which can be pinned onto the poster to visually place the tail onto the poster.

Are you a bad enough dude to pin the tail on the corgi blindfolded?

Fun, cheap entertainment. Might make for a cheap thrill, or help set the scene of a birthday party. Works as a very player driven basic activity.

Also, the tail pins are harmless embeds. I'll leave that here for you to think about.
2020-09-29 23:18:54 -07:00
Rohesie 7ad9394efe Fixes some keybind setting ambiguity (#53992) 2020-09-29 21:29:33 -07:00
Qustinnus eca964db35 Ports soup, snacks, icecream, salads and meat to newfood (#54028)
Ports soup, snacks, icecream, salads and meat to newfood
2020-09-29 20:36:27 -07:00
Timberpoes 7da6ae5da5 Processor fix 2020-09-30 03:52:04 +01:00
Timberpoes 4d947b1906 Uberfeex 2020-09-30 03:52:04 +01:00
NightRed 48324f59c6 Fixes up addictions reporting on scanners, and admin full heal (#54056) 2020-09-29 19:26:29 -07:00
zxaber 75ce411c3b Fixes borg flashlight color picker not working (#53996) 2020-09-29 19:23:18 -07:00
Couls bef647660b Communication hotfix of a hotfix (#54091)
remove an endless recursive loop
2020-09-29 19:20:01 -07:00
anconfuzedrock cbc6842e8c adds a new default "dance" suicide. (#54040)
About The Pull Request

This adds a new default help intent suicide, a dance.
Why It's Good For The Game

I think fondly of our suicides getting more and more fun over time, and even the defaults go from "bites his tongue" to now "getting high on life" and I think this is a fun new default suicide.
Changelog

cl
add: adds a new default suicide, a dance.
/cl
2020-09-30 14:07:58 +13:00
ArcaneDefence 70b081510e Fixes visual bugs with mothpeople markings (#54051) 2020-09-29 15:53:56 -07:00
Couls ed02f99f92 Communication hotfix (#54084) 2020-09-29 15:28:22 -07:00
nemvar 232bd02efe Merge pull request #54044 from kriskog/linter
Fixes linter issue
2020-09-29 19:35:54 +02:00
Dennok fd883e5f1f fix hidden load 2020-09-29 19:34:21 +03:00
Couls 6855fb9fa8 newly added keybinds no longer need savefile updates (#54050)
Keybinds check if there are any new keybinds when loading preferences now
If there's a conflict it doesn't bind the key to anything
2020-09-29 13:21:13 -03:00