Commit Graph
2074 Commits
Author SHA1 Message Date
LetterJayandGitHub fb267270ec Merge pull request #6478 from Citadel-Station-13/upstream-merge-37315
[MIRROR] Gives beer and soda dispensers their own circuitboards and Design ID's
2018-04-22 22:22:03 -05:00
iksypandCitadelStationBot e8698ab798 Gives beer and soda dispensers their own circuitboards and Design ID's (#37315)
* new boards

* new boards installed

* new designs (wow) (woah)

* added the new design ids to the biotech node

* tested

it works, also, that typo fucking stopped it from compiling
2018-04-22 19:19:51 -05:00
AnturKandCitadelStationBot 1c390cbbc5 Fixes falsewall letting through air. (#37306)
* Fixes falsewall letting through air.

* define
2018-04-22 19:15:51 -05:00
LetterJayandGitHub 2b70e9a3ae Merge pull request #6466 from Citadel-Station-13/upstream-merge-37312
[MIRROR] [s] You can no longer buckle anchored mobs to things.
2018-04-22 02:46:53 -05:00
LetterJayandGitHub 68a1d541b1 Merge pull request #6441 from Citadel-Station-13/upstream-merge-37223
[MIRROR] Fixes some defines and value
2018-04-22 02:43:26 -05:00
LetterJayandGitHub d0db0f0c85 Merge pull request #6436 from Citadel-Station-13/upstream-merge-37141
[MIRROR] Repeat of "I don't recall an arcade machine being th... GLORF (Chameleon Projector Change)"
2018-04-22 02:41:57 -05:00
LetterJayandGitHub d2ce7da6cb Merge pull request #6453 from Citadel-Station-13/upstream-merge-37251
[MIRROR] Adds new window spawners
2018-04-22 02:35:09 -05:00
Jordan BrownandCitadelStationBot 0586f69637 Merge pull request #37312 from DaxDupont/tendril
[s] You can no longer buckle anchored mobs to things.
2018-04-20 10:47:28 -05:00
ShizCalevandCitadelStationBot 79863a5ffb Adds new window spawners 2018-04-18 13:51:53 -05:00
PKPenguin321andCitadelStationBot ddb6f7ebae Esword cig lighting messages fix (#37216)
* fix esword cig lighting message

`Jeb Ray swings their the energy sword. They light the cigarette in the process.` becomes `Jeb Ray swings their energy sword. They light their cigarette in the process.`

* fix desword cig lighting message

`Jeb Ray swings his the double-bladed energy sword (Wielded). he lights the cigarette in the process.` becomes `Jeb Ray swings their double-bladed energy sword (Wielded). They light their cigarette in the process.`

* check fix

* desword check fix

* suggested message replacement

* suggested message change desword
2018-04-16 19:20:26 -05:00
AnturKandCitadelStationBot 31efa96a01 Fixes some defines. (#37223) 2018-04-16 08:32:48 -05:00
Grandmother of 50andCitadelStationBot 0fca7cf7f0 Repeat of "I don't recall an arcade machine being th... GLORF (Chameleon Projector Change)" (#37141)
* Update chameleonproj.dm

* Pseudo Lings need not apply

* Update chameleonproj.dm

* Update chameleonproj.dm
2018-04-16 04:39:57 -05:00
John GinnaneandCitadelStationBot d63b549302 Sender of PDA messages is told when their message is sent (#37055)
* Adds "sent message" to the sender of PDA messages

* Added span to message
2018-04-14 16:13:50 -05:00
deathride58andGitHub 6923c83762 Merge pull request #6377 from Citadel-Station-13/upstream-merge-36417
[MIRROR] RPD pipe autowrenching
2018-04-14 20:37:42 +00:00
LetterJayandGitHub a861726664 Merge pull request #6379 from Citadel-Station-13/upstream-merge-37125
[MIRROR] Shuttle window spawner name fix
2018-04-14 07:46:04 -05:00
LetterJayandGitHub 86ca6b424d Merge pull request #6366 from Citadel-Station-13/upstream-merge-37122
[MIRROR] Fixes interaction AI stuff
2018-04-14 07:44:50 -05:00
LetterJayandGitHub 5d5dc5483e Merge pull request #6399 from Citadel-Station-13/upstream-merge-37158
[MIRROR] Cleans up CENTCOM morgue/chapel/library doors
2018-04-14 07:42:57 -05:00
ShizCalevandCitadelStationBot 5dfd1f7d42 grunge airlock 2018-04-13 09:04:55 -05:00
ShizCalevandCitadelStationBot 38b2460760 Fixes bad span class for cham projector warning (#37140) 2018-04-13 07:49:54 -05:00
LetterJayandGitHub 3cd0591d90 Merge pull request #6334 from Citadel-Station-13/upstream-merge-36858
[MIRROR] Use a rust DLL for logging
2018-04-12 07:06:08 -05:00
vuonojenmustaturskaandCitadelStationBot bc68ed8536 Merge pull request #37125 from 81Denton/shuttle-window-name
Shuttle window spawner name fix
2018-04-12 06:37:25 -05:00
DennokandCitadelStationBot 105e55068b RPD pipe autowrenching (#36417)
* RPD autowrenching

* up

add toggle, remove auto unwrenching
2018-04-11 16:36:56 -05:00
kevinz000andCitadelStationBot 9da197469b Fixes interaction AI stuff 2018-04-11 14:10:50 -05:00
Bjorn NeergaardandCitadelStationBot f56e139fda Use a rust DLL for logging (#36858)
By moving our logging to a DLL we see a drop in CPU/real time of 2-3 orders of magnitude. This is due to BYOND opening and closing file handles on every write, causing incredible amounts of unneeded overhead. The logging library also handles timestamps for us, further increasing performance gains.

This library will also allow for further offloading in the future, such as completely replacing file2text() and friends.

A pre-compiled DLL is bundled, but Linux users will have to compile manually. Directions can be found at the rust-g repo.

Log output is enhanced with millisecond time stamps:

[2018-04-01 15:56:23.522] blah blah blah

This includes runtimes as well, which benefit from the same timestamp improvements and no longer have hacky splitting code to add their own timestamps.

Log shutdown is handled in a dedicated proc called as late as possible, as rust-g integration expands this will be factored out into a generic native code shutdown proc.
2018-04-10 17:02:44 -05:00
deathride58andGitHub 5669e6a0a1 Merge branch 'master' into upstream-merge-36953 2018-04-10 07:21:55 +00:00
deathride58 87365ee74b getStaminaLoss() 2018-04-07 23:39:48 -04:00
Poojawaanddeathride58 5fa001c10f things with stuff (#6233)
* buncha things from upstream

* datums globals, onclick

* datums

* game folder, holy shit mirror bot why

* modules

* icons

* dme

* compiles cleanly

* tools purge

* updates maps

* double check just because. and wew lad

* incidentally, this needs more work first

* some things

* weh

* sound cleanup and icons

* reeeee

* compile issues

* oh look, fresh code sync

* cleans up some unused icons

* dirty vars

* reeeeeeeeeeeeeeee

* wew lad. fuck off with this already
2018-04-07 23:07:09 -04:00
deathride58andGitHub 1d1c0a5ebb Merge pull request #6284 from Citadel-Station-13/upstream-merge-36560
[MIRROR] [READY]AI latejoins
2018-04-08 02:25:10 +00:00
deathride58andGitHub 71344ce953 Merge pull request #6281 from Citadel-Station-13/upstream-merge-36975
[MIRROR] Removes a sound
2018-04-07 00:54:31 +00:00
deathride58andGitHub e54029a382 Update stack.dm 2018-04-06 20:51:39 -04:00
deathride58andGitHub 4739836bd9 Merge pull request #6283 from Citadel-Station-13/upstream-merge-36994
[MIRROR] Fixes window spawner names
2018-04-07 00:51:12 +00:00
deathride58andGitHub 36c9094155 Merge pull request #6289 from Citadel-Station-13/upstream-merge-36956
[MIRROR] Fixes trash bin wrenching message
2018-04-07 00:49:53 +00:00
TlaltecuhtliandCitadelStationBot 4f7d35ec4f fixes #34388 by adding cam (#36627)
* wip fixes #34388

🆑 
fix:stuff
🆑

* vv

* ASDASD

* daikshu

* wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww

* wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww

* 99999999999999999999999999999

* *tabs*

* Update comp_board_designs.dm
2018-04-06 09:24:47 -05:00
Jordan BrownandCitadelStationBot 4dbd06b9a2 Merge pull request #36956 from vuonojenmustaturska/anchorbin
Fixes trash bin wrenching message
2018-04-06 09:07:20 -05:00
Davidj361andCitadelStationBot 1164cec64d Stack Sheets Cancel Button 2018-04-06 03:46:47 -05:00
kevinz000andCitadelStationBot 38ae8beefc [READY]AI latejoins 2018-04-06 00:44:31 -05:00
vuonojenmustaturskaandCitadelStationBot aaf3bb66cf Merge pull request #36994 from 81Denton/window-spawner-names
Fixes window spawner names
2018-04-06 00:44:16 -05:00
Jordan BrownandCitadelStationBot 7cddf61b94 Merge pull request #36975 from KorPhaeron/sound2
Removes a sound
2018-04-06 00:43:56 -05:00
deathride58andGitHub a8a7754b22 Merge pull request #6256 from Citadel-Station-13/upstream-merge-36598
[MIRROR] Fixes bloodbath effects not working on people in crit
2018-04-04 21:16:21 +00:00
deathride58andGitHub 5f215ff2b4 Merge pull request #6257 from Citadel-Station-13/upstream-merge-36733
[MIRROR] podpeople, wishgranter victims, and clones no longer get 0 as one of their affixes (?)
2018-04-04 21:15:55 +00:00
John GinnaneandCitadelStationBot 80fee95dab Fixed sometimes using items on full storage items (#36711)
* Fixed sometimes using items on full storage items

* Removed redundant code and fixed spray being used on container
2018-04-03 22:02:39 -05:00
ArmhulenandCitadelStationBot fff22d5409 podpeople, wishgranter victims, and clones no longer get 0 as one of their affixes (?) (#36733)
* yeeeeeeeeeeap

* i turned myself into a commit morty!

* I'M COMMIT RICKKKKKKKK

* tinydwarfy was an inside job

* *reels in pain* you KNOW I DON'T LIKE PISTACHIOS

* WOO
2018-04-03 22:02:17 -05:00
kevinz000andCitadelStationBot 4fb2e612df Fixes bloodbath effects not working on people in crit (#36598)
Also some minor improvements to performance by caching the nearby mobs list once
2018-04-03 22:01:59 -05:00
deathride58andGitHub edccb8b3e4 Merge pull request #6153 from Citadel-Station-13/upstream-merge-36442
[MIRROR] Refactors Spell and Martial Art Books to use Action Granters!
2018-04-03 08:16:11 +00:00
iksypandCitadelStationBot 496f73bc56 implant_loyality.dm has been changed to implant_mindshield.dm, better reflecting it's contents and removing a typo (#36855)
* loyality

*fixed a bug that made coding relating to loyalty implants basically impossible

* did i say loyalty i meant mindshield

* and the .dme as well

this commit and last were webeditor but it should work
2018-04-02 19:46:01 -05:00
Jordan BrownandCitadelStationBot 5142076ea7 Merge pull request #36901 from KorPhaeron/beeper
Fixes morgue beeper message
2018-04-02 08:32:33 -05:00
LetterJayandGitHub 022ac2e6c3 Merge pull request #6178 from Citadel-Station-13/shit
sanity
2018-04-01 19:51:39 -05:00
LetterJayandGitHub dd579e35bc Merge pull request #6183 from Citadel-Station-13/upstream-merge-36548
[MIRROR] Added a new ability to sentient diseases
2018-04-01 19:50:43 -05:00
LetterJayandGitHub f7be23e78a Merge branch 'master' into upstream-merge-36442 2018-04-01 19:50:37 -05:00
vuonojenmustaturskaandCitadelStationBot 76a9540f80 Merge pull request #36851 from 81Denton/bs-polycrystal-name
Adds singular_name to BS polycrystals
2018-04-01 07:27:45 -05:00