Commit Graph
23966 Commits
Author SHA1 Message Date
MagmaRam bdf3dde514 Readd bleeding from open surgery stages. 2016-10-12 07:28:22 -05:00
MagmaRam 0fd5631c27 Bloodloss now depends on wound type and limb 2016-10-12 07:20:35 -05:00
MagmaRam 59d2608fbb Bruises now bleed at a much higher damage threshold. 2016-10-11 22:28:57 -05:00
AnewbeandGitHub cab561ef78 Merge pull request #2538 from Neerti/9/24/2016_port_of_port_of_circuits
Ports the Port of Integrated Circuits
2016-09-24 20:40:44 -05:00
NeertiandGitHub 40eff1ccc1 Merge pull request #2533 from redstryker/MakingSomePurseTheirLips
Handbags
2016-09-24 21:38:53 -04:00
Neerti b8df2a03ff Fixes some problems from port, mainly ref stuff. 2016-09-24 20:01:55 -04:00
AnewbeandGitHub 70fa92cd5a Merge pull request #2534 from Eearslya/limit-supply-orders
Fix supply shuttle overflow
2016-09-24 17:09:56 -05:00
Neerti 801a162ba7 Ports the Port of Circuits
Ports PsiOmegaDelta's port of integrated circuits, which has several improvements in code quality.
Ports a few small things like the weakref datum and some macros.
2016-09-24 18:06:11 -04:00
Neerti 6f8603e042 Pulling & Size Fixes
Fixes inability for mobs to pull certain structures like mining crates.
Fixes w_class numbers I missed.
2016-09-24 16:18:32 -04:00
Eearslya ce19948fd1 Excessive supply orders will no longer be lost 2016-09-24 05:26:11 -07:00
redstrykerandGitHub 6ab9bee9ee Fixed Var 2016-09-24 00:34:11 -04:00
redstryker 83b080f65c Handbags 2016-09-24 00:20:48 -04:00
AnewbeandGitHub 57c5de6d1c Merge pull request #2532 from redstryker/SomeoneShootMe
Colorable Flats
2016-09-23 20:36:22 -05:00
Kholdstare34 d5a849a3aa Adds the "Zieglertail" hairstyle. 2016-09-23 20:03:49 -05:00
redstryker a1c4dc58ae Colorable Flats 2016-09-23 20:32:10 -04:00
Kholdstare34 a37dcc8be2 Adds the "Oxton" hairstyle. 2016-09-23 16:38:45 -05:00
NeertiandGitHub 40ada04530 Revert "Revert "Revert "Revert "Adds hub passwordu"""" 2016-09-23 16:15:30 -04:00
AnewbeandGitHub 2b81c0ed63 Merge pull request #2525 from Neerti/9/21/2016_w_class_defines
Centralizes weight class / inventory definitions
2016-09-22 16:46:05 -05:00
Neerti 828dacf485 Centralizes weight class definitions
A lot of new defines are now in inventory_sizes.dm, which contains;
All the size identifiers (the thing that tells the game if something is bulky, or w/e).
Storage costs for all the sizes, which are exponents of two, as previously.
A few constants for inventory size.

Also changes all storage item's capacity definitions by basing it off of how many 'normal slots' exist for it.  This allows one to change the definition for all of the defines in the file, and everything will follow along without needing to change 500 files.  In testing, I made all ITEMSIZE_COST_* defines doubled, and nothing had broke.

The benefit of doing all of this is that it makes adding new weight classes in the future much simpler, and makes knowing how much space a container has easier, as seeing ITEMSIZE_COST_NORMAL * 7 means it can hold seven normal items.
2016-09-22 00:51:51 -04:00
AnewbeandGitHub 296d88114e Merge pull request #2517 from Yoshax/smokes
Makes cigs branded too
2016-09-21 20:45:52 -05:00
NeertiandGitHub 130357e29c Merge pull request #2410 from SpadesNeil/elevator-fix
Fixes Elevator terrain behavior.
2016-09-21 18:56:39 -04:00
NeertiandGitHub b5c2d6bcbe Merge pull request #2522 from Yoshax/organpressure
Adds the ability to apply pressure to bleeding wounds
2016-09-21 18:53:18 -04:00
NeertiandGitHub 038fe05a47 Merge pull request #2515 from Yoshax/vents
Ported ventcrawling from vg.
2016-09-21 18:39:34 -04:00
NeertiandGitHub 1b098b08fd Merge pull request #2513 from Yoshax/wheresyourtool
Adds shanking
2016-09-21 18:37:23 -04:00
AnewbeandGitHub debddc7b03 Merge pull request #2523 from redstryker/Shooo!SHOOO!
Shoes
2016-09-21 17:23:36 -05:00
AnewbeandGitHub 172ea8ce9c Merge pull request #2512 from redstryker/TimeToBeEdgy
Ripped Jeans (And White Shorts)
2016-09-21 17:18:17 -05:00
redstryker adf4d6a00e Shoes 2016-09-21 18:08:52 -04:00
AnewbeandGitHub a55698ef50 Merge pull request #2519 from SpadesNeil/commando-fix
Fixes Death Commando having Loyalty implants
2016-09-21 16:48:29 -05:00
Yoshax 653610e194 Adds the ability to apply pressure to bleeding wounds 2016-09-21 22:22:47 +01:00
Spades b6a288ed35 Removes implants from Deathsquad 2016-09-21 12:51:09 -04:00
Yoshax 153199f08e The door hacker now only pings the user 2016-09-21 17:39:39 +01:00
commaandYoshax 7af5606bab Adding a article 2016-09-21 17:30:32 +01:00
commaandYoshax 297a5a936c Makes cigs branded too
Description of cig/cigbutt would reveal its brand for dastardly murdersolving revelations.
2016-09-21 17:26:51 +01:00
Yoshax 95533dd3cb Long, time-consuming not one-line fix 2016-09-21 17:16:51 +01:00
PsiOmegaDeltaandYoshax 79baa0258e Tweaks vent crawling.
The ability to ventcrawl is now checked by the /handle_ventcrawl() proc, making it possible to properly check before and after the do_after() call.
Moves various checks into the base can_ventcrawl proc.
Now lists the first object that prevents a mob from ventcrawling, making it easier to correct the exception list.
Removes the issmall() check, instead checks if the crawling mob has the relevant verb. Fixes #14081.
2016-09-21 17:16:12 +01:00
ZuhayrandYoshax 18c2f33eab Ported ventcrawling from vg. 2016-09-21 17:16:03 +01:00
Yoshax fbf645afd9 Removes a stray world << 2016-09-21 04:44:11 +01:00
Yoshax 22e46e08bb Adds shanking 2016-09-21 03:34:51 +01:00
redstryker 840801c684 Ripped Jeans (And White Shorts) 2016-09-20 21:42:25 -04:00
NeertiandGitHub 34cc19cf1e Merge pull request #2510 from Anewbe/riot_armor
Tweaks Riot armor
2016-09-20 21:21:51 -04:00
Mark9013100 3367a5ff94 Fixes a typo in the DNA Modifier 2016-09-20 20:44:39 -04:00
Anewbe a13f438836 Tweaks Riot armor 2016-09-20 19:31:21 -05:00
AnewbeandGitHub 8693f7b89b Merge pull request #2509 from SinTwo/Fixes-9-14-16
Fixes
2016-09-20 18:55:02 -05:00
AnewbeandGitHub 02032690b2 Merge pull request #2504 from Neerti/9/19/2016_daily_circuits
Circuit UI and Assembly Tweaks
2016-09-20 18:25:03 -05:00
SinTwo c24f14374a Fixes #2431 2016-09-20 18:40:51 -04:00
Yoshax cb4c5cc42b Re-adds a nice, useful macro 2016-09-20 23:30:34 +01:00
NeertiandGitHub 0a389a418b Revert "Ported ventcrawling from vg." 2016-09-20 17:21:58 -04:00
Neerti 72cc5f0646 Circuit UI and Assembly Tweaks
Adds new drone assembly, which has stats between the medium and large assembly.  Sprites by Mechoid.
Assemblies now have a light UI when examined while opened, which displays what's inside, as well as how close to the cap for parts or complexity you are getting.  Click the names of a component to open the wiring interface for that component.  You can also rename each component from the UI.  Bonus:  Having multiple components of the same name will no longer appear as one component.
Adds ability to rename the assembly, using the new UI.
2016-09-20 13:40:54 -04:00
MementoVile c5297e65ce Use sanitizeName for the guest pass terminal name input to prevent excessively long names. 2016-09-19 15:04:00 +01:00
AnewbeandGitHub 0bb15b2732 Merge pull request #2502 from Neerti/9/18/2016_shotgun_tweak
Shotgun Reloading Tweak
2016-09-18 22:38:46 -05:00