Commit Graph

20547 Commits

Author SHA1 Message Date
oranges
a47dc83a1b Merge pull request #31275 from kingofkosmos/moredeconhints
Adds deconstruction hints to various things
2017-10-05 10:33:09 +13:00
kevinz000
aeadbceb27 why plus a minus value and not just minus the value... (#31279)
* Update bullets.dm

* Update visuals_icons.dm

* Update asteroid.dm
2017-10-04 14:02:44 -05:00
Jordan Brown
fdfc4137ee Merge pull request #31245 from Robustin/swordfix
Fixes Cult 2H Sword Soulshards
2017-10-04 14:02:26 -04:00
bawhoppen
9b7f1ada6b Moves all stack object sprites from items_and_weapons.dmi to their own file (#31273)
* keeko

* forgot the file
2017-10-04 12:59:27 -04:00
ExcessiveUseOfCobblestone
9d3dcfbc55 Fixes Carpsie nullrod from being invisible (#31268) 2017-10-04 11:59:44 -04:00
AnturK
72f711cc70 Fixes mech fab runtime (#31232)
* Dunno what the initial was about, it's a list.

* Proper fixup

* Typo
2017-10-04 12:18:58 +13:00
XDTM
6ed612ce77 Adds the advanced medical scanner, gives one to the CMO (#31179)
* Adds the advanced medical scanner, gives one to the CMO

* MORE SCAN DOC

* dots
2017-10-04 12:15:43 +13:00
oranges
47a74d8cf3 Merge pull request #31135 from KorPhaeron/unconvertable
Adds a var to minds that makes them immune to conversion
2017-10-04 12:14:32 +13:00
oranges
196f1ddc5e Merge pull request #31208 from ShizCalev/AINT-NOTHIN-BUT-A-FIRE-STARTA
Makes mobs on fire light up
2017-10-04 12:12:49 +13:00
KorPhaeron
380413fb8b Ports dash weapons to the dash datum (#31222)
* Dash katanas

* Properly assign the action

* Speaking of copypaste

* Its own file
2017-10-04 12:10:39 +13:00
ShizCalev
2b89790dcb Fixes morgue maintenance radstorm protection (#31253)
* Morgue maint area

* Fixed typo
2017-10-03 17:11:06 -05:00
kingofkosmos
2e63bd3dbe Adds deconstruction hints for beds, chairs, closets, grilles, lattices, catwalks, tables, racks, floors, plating and the bookcase. Plus few span fixes. 2017-10-03 18:39:07 +03:00
Leo
f4dd50156e Merge pull request #31233 from kevinz000/patch-306
Fixes floating bullet holes
2017-10-03 08:18:02 -03:00
kevinz000
f8c8d43974 Fixes/tweaks wormholes event and portals (#30846)
* fix

* THERE WE GO

* Update portals.dm
2017-10-03 11:37:16 +02:00
vuonojenmustaturska
d1a1495925 makes /turf/Enter() faster, and also makes CollidedWith async (#31217)
* makes /turf/Enter faster, maybe

* waitfor false on atom/collidedwith
2017-10-03 11:32:58 +02:00
oranges
23d8387f96 Merge pull request #31225 from KorPhaeron/multiz_swarmers
Swarmers work with multiz stations
2017-10-03 16:05:11 +13:00
Robustin
92193ed933 Removed random newlines 2017-10-02 15:11:08 -04:00
Robustin
9772ac1817 Bastard Sword Soul Fix 2017-10-02 14:58:37 -04:00
kevinz000
1a360a971c Update closed.dm 2017-10-02 03:12:52 -07:00
ShizCalev
f82adb7238 Refactor quick create antag panel code, fixed AFK revs not properly ending the round. (#31103)
* Refactor quick create antag, fixed AFK revs not ending

* More cleanup

* Simplified one of the checks
The other half was covered by considered_alive already.

* Reordered check

Eliminate current antags sooner before running them through the rest of
the checks.

* removed switch
2017-10-02 09:48:42 +02:00
KorPhaeron
cc309236d9 ismecha define (#31192) 2017-10-02 02:03:40 -04:00
KorPhaeron
4178b702cf Swarmers work with multiz stations 2017-10-01 19:55:39 -05:00
ShizCalev
c64b11b446 Fixes gen scanner timer 2017-10-01 17:03:07 -05:00
bawhoppen
3e4d747b77 Adds desc to things lacking them. (#31086)
* Desc change

* Update girders.dm

* Update valve.dm

* Update machine_stacking.dm

* Update shuttle_engines.dm

* Update pipe_dispenser.dm

* Update lib_items.dm
2017-10-02 09:07:10 +13:00
ShizCalev
4b0d1a025a Makes mobs on fire light up 2017-10-01 15:15:26 -04:00
Jordan Brown
bdec5d5fc4 Merge pull request #31130 from MrDoomBringer/Doom
Adds the Cargo-Tech-of-the-Shift award
2017-10-01 10:42:31 -04:00
Jordan Brown
117cf2ee8b Merge pull request #31149 from kingofkosmos/nolegsbucklefix
Held items drop when falling over for not having legs
2017-10-01 10:29:07 -04:00
kevinz000
f594e400d2 Fixes recyclers removing brainmobs from holders, removes direct loc setting and src.loc in playsound too (#31163)
* Update recycler.dm

* Update recycler.dm

* Update recycler.dm

* Update recycler.dm
2017-10-01 10:25:45 -04:00
kevinz000
44261f5117 Update closed.dm 2017-10-01 08:42:24 -05:00
Jordie0608
0223e449a3 fixes master 2017-10-01 16:35:02 +11:00
kingofkosmos
6a1bb42630 You can now examine an airlock to find out how to construct/deconstruct it (#30605)
* Tweaks rwall construction examine-messages.

* Tweaks window construction examine-messages.

* Added airlock construction examine messages.

* Typo fix.

* Shortened the airlock electronics circuit message.

* Fixed examine text styles.

* Fixes.

* Fixed wall-examine showing on rwalls.

* Made wall and rwall decon hints into a proc. Probably overrode the examine() wrong.

* I missed a > in span. Reinforced falsewall now deconstructs with wirecutters and looks like a real rwall. Changed to a more classy istype-check.

* New reinforced fakewall examine- and attackby-subtypes to get rid of if-istype-reinforced-checks.

* Removed unnecessary rwall-examine.

* Sound full path.
2017-10-01 01:03:43 -04:00
Robustin
ec3f7623df 2H Sword to the Cult Forge - Robustin's Github Adventure (#30887)
* Automatic changelog generation for PR #30056 [ci skip]

* Updated old code

* Slowdown does nothing, removed

* Updated Sprites and Fixes

* Mysterious block issue fixed

* Update cult_items.dm

* Update buffs.dm

* Update book.dm

* Update cult_items.dm

* Delete whirlwind.ogg

* Add files via upload

* Delete items_and_weapons.dmi

* Add files via upload

* Shard list fix

* Final error fix

* Review changes, dash datum

* Why was this a diff

* Uses roundstart time for delay

* Simpler Soul Storage
2017-10-01 01:01:50 -04:00
Leo
2a5216ca74 Merge pull request #31132 from KorPhaeron/lingfix
Fixes changelings being able to transform sting mobs that are transform sting immune
2017-09-30 23:35:45 -03:00
KorPhaeron
1c08cb004a Fixes meteors not working with multi z (#31137) 2017-09-30 23:32:25 -03:00
ShizCalev
3358cbb3b6 Cleans up some antag/event landmark checks (#31129) 2017-09-30 22:32:04 -04:00
AnturK
d293ee7340 Fixes liches losing spells 2017-09-30 14:52:21 -05:00
AnturK
423e76c8f1 Fixes some hardset dna misuse 2017-09-30 14:51:01 -05:00
AnturK
69af4a34f7 Fixes dresser being unattackable (#31123) 2017-09-30 10:29:32 -05:00
vuonojenmustaturska
8b54685bd1 Cleanup to various loc assignments and nearby code (#31069)
* Let's hope i didn't break the game

* Requested changes

* missing one

* movetonullspace thing
2017-09-30 09:09:15 -04:00
nicbn
6fb896e4c3 Paper markdown (#30873)
* why it doesn't work

* list thing

* oops

* fixes list. maybe

* Less regex

* wip

* Done I think. I think

* return your functions

* Replace $10 by $a
2017-09-30 09:08:25 -04:00
oranges
d0774667f8 Small refactor to movement (#31071)
You can now move an object into nullspace, which will call exited on
it's parent and parent area but will not call any entered.

Note that you cannot pass null into forceMove it will crash, instead use
the new proc that will call the underlying logic with a null destination

Some of the force move procs have been refactored to check that their
parent move succeeded before doing updates
2017-09-30 14:22:35 +02:00
kingofkosmos
a0b6dc5924 Makes mob drop held items when falling over from not having legs. 2017-09-30 12:44:00 +03:00
ShizCalev
51c48409a6 Stops putting RCD, bluespace bags, and staves into ORM (#31093)
* Stops putting RCD, bluespace, and staves into ORM

* CB

* Chat message
2017-09-29 19:33:19 -05:00
ShizCalev
4f4008920f Fixes SM shard extraction (#31111)
* Fixes SM shard extraction

* Space-OSHA called. They want to have a word.
2017-09-29 18:42:40 -05:00
KorPhaeron
5e5ff73046 Adds a var to minds to make them immune to conversion 2017-09-29 16:59:56 -05:00
MrDoomBringer
8343c5c8a3 move around lockbox code hopelessly trying to fix merge conflicts 2017-09-29 17:43:44 -04:00
KorPhaeron
5fa6ea42af Fixes changelings being able to transform sting mobs that are transform sting immune 2017-09-29 16:36:58 -05:00
MrDoomBringer
b3f9669144 Add cargo lockbox 2017-09-29 16:12:50 -04:00
Jordan Brown
62f788fbc6 Server tools API v3.1 (#31000)
* New API for service communication

* Safer this way

* Gives the game the ability to kill itself

* tick_lag

* Sanity check

* Updates comment

* Formalization of the server tools API

* Fixes, finishes, and cleanup

* Remove unecessary scoping

* Compile fixes

* Didn't Ctrl+S

* Reimplement chat commands

* Fixup

* Required parameters

* Fax

* Testing

* Fix ON_TOPIC

* The more defines the more better

* That's bass ackwards

* Fix tgs2

* Fuck it, call him pichael

* Do this

* No, we only use the modern methods now

* Remove tgs2 relay support

* Remove kebab

* Kill kill kill

* This is back baby

* Missed a GLOB

* Remove DownloadPRDetails()

* Cache custom commands by name

* Adds "notify" chat command

* Use the official API

* Fix API misuse

* Readme licensing memes

* Fix API

* Moves chat new game announcement to when the API is confirmed compatible

* Add TGS3.json

* Fix the input options

* Removes notify command
2017-09-29 16:19:50 +13:00
ShizCalev
bc50c77570 Stops revheads from being metagamed with healthscanners & medical HUDs. (#31110)
* Stops revheads metagaming

* Added comment.
2017-09-29 15:59:57 +13:00