Commit Graph
3713 Commits
Author SHA1 Message Date
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 fc035e2b61 Merge pull request #6407 from Citadel-Station-13/upstream-merge-37176
[MIRROR] Removes startup message in sql log
2018-04-14 20:38:33 +00: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
JordieandCitadelStationBot 9ce8aae7dd removes startup message in sql log (#37176) 2018-04-14 08:11:20 -05: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 6b3a59b028 Merge pull request #6372 from Citadel-Station-13/upstream-merge-37117
[MIRROR] Removes some duplicated code
2018-04-14 07:45:15 -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
LetterJayandGitHub 8e293a20aa Update asteroid.dm 2018-04-12 07:04:33 -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
deathride58andGitHub d8e3200d6c Merge pull request #6287 from Citadel-Station-13/upstream-merge-36953
[MIRROR] Stack Sheets Cancel Button
2018-04-11 21:40:22 +00:00
deathride58andGitHub 2658200472 Merge pull request #6337 from Citadel-Station-13/upstream-merge-37070
[MIRROR] Fixes eminences not being recognized as servants of ratvar
2018-04-11 21:39:39 +00:00
DennokandCitadelStationBot 105e55068b RPD pipe autowrenching (#36417)
* RPD autowrenching

* up

add toggle, remove auto unwrenching
2018-04-11 16:36:56 -05:00
deathride58andGitHub ce946619b3 Merge pull request #6348 from Citadel-Station-13/upstream-merge-37088
[MIRROR] Fix double-fullstop in the jukebox's description
2018-04-11 21:35:21 +00:00
deathride58andGitHub 6d1ee7c6e9 Merge pull request #6351 from Citadel-Station-13/upstream-merge-36604
[MIRROR] Code improvements on bullet damage decals
2018-04-11 21:34:32 +00:00
deathride58andGitHub 6c107f538a Merge pull request #6361 from Citadel-Station-13/upstream-merge-37107
[MIRROR] Fixes jukebox ghost message spam
2018-04-11 21:29:28 +00:00
deathride58andGitHub 1f44356e49 Merge pull request #6364 from Citadel-Station-13/upstream-merge-37120
[MIRROR] [s] Adds a centcom level check to launchpad.
2018-04-11 21:28:50 +00:00
ninjanomnomandCitadelStationBot 5af97c3edc Removes some duplicated code 2018-04-11 15:01:10 -05:00
vuonojenmustaturskaandCitadelStationBot d559fc1bd3 remove 512 version checks 2018-04-11 14:26:41 -05:00
kevinz000andCitadelStationBot 9da197469b Fixes interaction AI stuff 2018-04-11 14:10:50 -05:00
Dax DupontandCitadelStationBot b6396256db [s] Adds a centcom level check to launchpad. (#37120)
* Adds a centcom level check to launchpad

* Account for space americans
2018-04-11 08:58:50 -05:00
ShizCalevandCitadelStationBot f344bc76fe Fixes jukebox ghost message spam (#37107) 2018-04-11 07:31:57 -05:00
nicbnandCitadelStationBot f45a552c42 Code improvements on bullet damage decals (#36604)
Now fixing the dents is instant too

Maybe fixes #36601
2018-04-11 05:21:03 -05:00
Tad HardestyandCitadelStationBot ae16d62178 Fix double-fullstop in the jukebox's description (#37088) 2018-04-11 05:15:19 -05:00
YPOQandCitadelStationBot 42372b8d04 Fixes eminences not being recognized as servants of ratvar (#37070)
* Fixes eminences not being recognized as servants of ratvar

* Readds istype check
2018-04-10 20:21:37 -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
deathride58andGitHub e0d7630c19 Merge branch 'master' into synctesting 2018-04-09 21:43:26 +00:00
LetterJayandGitHub 859cf53869 Merge pull request #6324 from Citadel-Station-13/upstream-merge-37059
[MIRROR] Makes spacemove check location.
2018-04-09 16:38:57 -05:00
AnturKandCitadelStationBot daeca4892e Makes spacemove check location. 2018-04-09 11:06:17 -05:00
vuonojenmustaturskaandCitadelStationBot d0075b37b3 Fixes a turf runtime (#37038) 2018-04-08 19:22:14 -05: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
deathride58andGitHub bae5e5c81d Merge pull request #6291 from Citadel-Station-13/upstream-merge-36997
[MIRROR] Fixes dead chat announcements not using real name.
2018-04-07 00:49:33 +00:00
deathride58andGitHub 475fba9bd9 Merge pull request #6294 from Citadel-Station-13/upstream-merge-36627
[MIRROR]  fixes #34388 by adding cam
2018-04-07 00:46:51 +00:00
AnturKandCitadelStationBot 45a8c65739 Adds kickback to mecha weapons. (#36999) 2018-04-06 14:43:11 -05: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 554ed22603 Merge pull request #36997 from DaxDupont/is-this-real-life
Fixes dead chat announcements not using real name.
2018-04-06 09:08:48 -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