Commit Graph
759 Commits
Author SHA1 Message Date
Fox McCloud 0e521388d8 Merge pull request #3936 from Tastyfish/captain-ian
Improves pet collars
2016-03-21 21:05:42 -04:00
Fox McCloud 29b875ae96 Merge pull request #3942 from TheDZD/stop-being-chucklefucks-when-it-comes-to-user-input
Fixes Some HTML Chucklefuckery
2016-03-20 19:34:07 -04:00
TheDZD 45876728df Fixes some HTML chuckelfuckery 2016-03-20 18:59:42 -04:00
Tastyfish e98484e103 allows collars to be used as id for doors 2016-03-20 09:34:36 -04:00
Tigercat2000 7c4fb674d9 Fix my broken ass allowed() proc
mob.get_access() now returns a list of all the accesses a mob has in X
slots
.... basically it behaves the same as it used to.
2016-03-19 20:45:42 -07:00
Tigercat2000 009bef4420 Refactor allowed() proc. 2016-03-18 12:02:38 -07:00
Fox-McCloud 4d9627e986 Removes Halloss 2016-03-03 23:26:41 -05:00
Fox McCloud 879f4a9530 Merge pull request #3745 from Tastyfish/announce-fix
Newlines 2 - IC Notes Boogaloo
2016-02-29 22:43:39 -05:00
Tastyfish 402b6a3096 Also adding memories 2016-02-29 22:09:57 -05:00
Fox-McCloud e2bb00a5b1 Miming Refactor 2016-02-28 22:40:00 -05:00
Tigercat2000 0c9a469f2c 510: HUD, Flash Refactor, Rip out unused pain system 2016-02-28 18:09:43 -08:00
Tastyfish 386db45948 Fixes stun code to not allow one get stuck stunned/paralyzed etc 2016-02-28 00:03:28 -05:00
Tastyfish c714f14b28 Shuttle fixes 2016-01-30 22:29:42 -05:00
Crazylemon 07a62934e4 Brainmobs can no longer ethereal jaunt 2016-01-25 19:21:40 -08:00
KasparoVy 5f72fff880 Final Pass
Breaks Facial Hair updates into their own proc and puts facial hair on
its own layer.
Works through everything that calls update_hair with the intention of
updating facial hair and adds update_fhair
Fixes the sprite names and colouring on all 'facial' and 'body marking'
aspects.

Fixes/implements proper ID photo/preferences preview picture generation.

To do: Tail marking customization possible rework, gutting in the
meantime
2015-12-27 05:45:25 -05:00
Aurorablade ccd6d2641b Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into HudRefactor 2015-12-17 22:43:09 -05:00
Tigercat2000 e014f4a1b6 Merge remote-tracking branch 'upstream/master' into I_WILL_FUCKING_NUKE_THIS_GODDDDAMMMNIIITTT 2015-12-17 07:26:41 -08:00
Tastyfish f39649be57 added hear_message, like hear_talk but for audible emotes, voice analyzer & newscaster support 2015-12-13 04:36:41 -05:00
Aurorablade c590958f2d Hud refactor 2015-12-10 01:01:54 -05:00
Tigercat2000 c3f476f62c Supply shuttle, initial_move() fixes, dock fixes
Supply has been almost completely replaced by -tg-'s system.

No fancy UI, unfortunately, but modifying bay's directly was not possible.
2015-12-04 21:48:40 -08:00
Tigercat2000 27a011e44f fix stunned shit 2015-11-13 20:47:18 -08:00
Tigercat2000 67e20ff5d5 -tg- Life() refactors
This commit does a *lot*
Main points of shit changed:
 - Breathing for carbons is now partially handled at a carbon/Life()
   level; Humans still use their species bullshit and all.
 - Most shit has been pushed up the chain to living/Life().
 - Simple_animals no longer use the fucking stupid Die() proc, they use
   death() like a consistant fucker.
 - Human vision is now handled via species.
 - Lots and lots of robot copypasta cleaned
  - AI is still a terrifying mess, not even -tg- touches it

I have tested this, and everything I thought to test worked:
 - Aliens breathing
 - Humans breathing
 - Human vision
 - Robot HUD
 - human HUD
 - Simple animals automatic systems
 - Simple animals dying properly
 - Robot goggles working
2015-11-04 16:32:57 -08:00
Fox-McCloud 6d2a2f3eba tweaks 2015-10-19 17:20:35 -04:00
Fox-McCloud aabdfc3924 Reagent Scanner/Seeing 2015-10-18 00:44:15 -04:00
TheDZD cbe21922ef Merge pull request #2346 from Fox-McCloud/suspicious-dereferencing
More Dereferencing
2015-10-12 16:36:14 -04:00
Fox-McCloud 81cfcd7af3 More Dereferencing 2015-10-12 02:37:52 -04:00
Tigercat2000 ccdae149bb -tg- pull refactor
This commit does the following:
 - Overhauls how pull works. It is now based on a mob verb,
   mob/verb/pulled()
 - Makes the pull icon much more responsive. It is now updated whenever a
   mob starts or stops pulling an object, and instantly updates.
   - This required HUD changes. God help me.
2015-10-10 11:15:52 -07:00
Fox-McCloud b312ff41db More Destroying Tweaks 2015-10-06 23:29:51 -04:00
Fox McCloud 18a19df30f Merge pull request #2292 from tigercat2000/fancy
-tg- style inventory update, stripping update
2015-10-06 18:49:08 -04:00
Fox McCloud 73b2fc122a Merge pull request #2291 from Markolie/movefix
Fixes and pinpointer update
2015-10-05 16:01:02 -04:00
Tigercat2000 8c97846746 -tg- style inventory update, stripping update
This commit does the following:
 - Updates a few of our inventory procs to -tg-'s latest
 - Nukes the equip_e system from orbit
 - Fancy UI for stripping people now
 - Nuked fucking kitten ears from their snowflakey bullshit update_icons
   shitty fuck fuck FUCK
 - NUKED FUCKING METAL DETECTORS AHHHHHHHHHHHHHHHHHHHHHHHHHH
2015-10-04 16:53:48 -07:00
Markolie b24f5ff979 Fixes and pinpointer update 2015-10-05 00:26:43 +02:00
Crazylemon ede190fc6d Does a small amount of further tweaking Topic()
Watches out for NODROP trickery here. Haven't found where looting for
aliums or robots resides, though.
2015-10-03 16:55:58 -07:00
Fox McCloud 62d25caec7 Merge pull request #2252 from tigercat2000/atommovablebuckling
Move buckling to /atom/movable, can now buckle to mobs if adminbooze
2015-10-01 19:01:39 -04:00
Markolie 9ec1f3987c Make darkness clickable 2015-10-01 01:35:59 +02:00
Tigercat2000 575362b0f4 Move buckling to /atom/movable, can now buckle to mobs if adminbooze
Also changed:
 - Comment clarifying what buckle_lying = -1 means
 - Changes direction of lying on operating tables, somehow missed it
2015-09-30 15:29:47 -07:00
Markolie b914544a87 Fixes 2015-09-27 22:50:09 +02:00
Tigercat2000 4f3938d68b -tg- buckling system
This commit overhauls a bunch of systems so that buckling works for
any subtype of /obj. This means that space vines and chairs and beds all
use the same system. A lot of stuff has been touched.
2015-09-24 15:52:10 -07:00
TheDZD b27753e163 Merge pull request #2088 from Fox-McCloud/point-rework
Point Rework
2015-09-18 22:30:22 -04:00
Markolie a52b371e22 Flavor text examine fix 2015-09-18 18:16:20 +02:00
Fox-McCloud 4a37aaecfa CD fixup 2015-09-17 22:53:32 -04:00
Fox-McCloud 480613208d Point Rework 2015-09-17 22:26:03 -04:00
Tigercat2000 c562680098 Merge remote-tracking branch 'origin/master' into bay_examine
# Conflicts:
#	code/game/objects/structures/displaycase.dm
2015-09-15 14:08:36 -07:00
Tigercat2000 0603f73232 Bay12 examine overhaul.
This commit overhauls the examine system to baystation's latest system,
including a more efficient verb approach, and a new status panel tab,
which shows more information for pre-defined objects.
2015-09-14 11:51:40 -07:00
Markolie 59b78376e9 Display case update, some forceMove updates 2015-09-14 20:21:56 +02:00
Fox-McCloud 9695509908 Merge pull request #1919 from tigercat2000/funlittletgthings
Progress bars
2015-09-01 16:45:10 -04:00
Tigercat2000 7f4ac72910 Progress bars + Wall Rationalization
This commit does the following:
 - Ports progress bars from -tg- (tgstation/-tg-station#9921)
 - Refactors wall attackby code to make it 100% less insane; Instead of
   manually checking every little thing, it uses do_after,
   consequentially, making the new progress bars affect dealing with walls
   as well.

Wall code makes a tiger sad.
2015-08-31 13:38:51 -07:00
Markolie 5afc4c9cf1 Re-add respawn verb 2015-08-31 20:42:14 +02:00
Markolie 508d1315f6 Fix flavor text encoding issues 2015-08-14 20:17:23 +02:00
Fox-McCloud 541c662296 Merge pull request #1540 from Krausus/ProcessSchedulerTweaks
Process and Process Scheduler Tweaks
2015-08-08 20:46:23 -04:00