Commit Graph
16205 Commits
Author SHA1 Message Date
Tigercat2000 7d103f5bd5 Add light color defs for more things
This commit adds custom color definitions to almost every computer that
did not already have them. It also causes cigarretes to very dimly glow.

Also contains custom colors for candles, flashlights, and the mentioned
cigarretes.

Oh, and beepsky flashes red and blue now while in hunt mode. FTW
2015-05-12 05:27:28 -07:00
Krausus 159a12bc64 Fixes mech and pod fabricators
I have no idea how this code ever worked in the past.
2015-05-12 03:37:37 -04:00
Fox-McCloud 5fe4b0db02 Merge pull request #1015 from ZomgPonies/library
Library Fixes
2015-05-11 23:49:13 -04:00
ZomgPonies 0cf968785f Added rules to upload computer, better logging, cleaned out DB of non-fluff books 2015-05-11 23:28:32 -04:00
Tigercat2000 741da037fb Prevent divide by 0 runtime, fix supply shuttle
This commit adds a small sanity check to the falloff calculations of
lights, to prevent them from dividing by 0. This may cause undiscovered
strangeness, but strangeness is better than filling the runtime log.

This commit also fixes the supply shuttle, which was not spawning any
ordered items. It did this because it had a very basic contents.len check
which the lighting overlays triggered. The sanity check to not spawn stuff
on top of other stuff is now a for(atom) loop on the turfs, which has
snowflake checks for lights and lighting overlays.
2015-05-11 19:37:15 -07:00
ZomgPonies e8782f90bd Merge pull request #1003 from Fox-McCloud/sound-tweak
Black Powder Sound Tweak
2015-05-11 21:54:31 -04:00
ZomgPonies 884fb4e4ca Merge pull request #981 from tigercat2000/ContextBasedGrab
Context-Based: Grab Intent (Bayport)
2015-05-11 17:44:33 -04:00
Tigercat2000 7ca4eeb703 Fix headbutting and remove drawback 2015-05-11 14:43:45 -07:00
ZomgPonies 303a664f78 Merge pull request #1000 from Fox-McCloud/species-touchup
Species Touchups
2015-05-11 17:06:52 -04:00
ZomgPonies 1b9cd2dfe4 Merge pull request #999 from Fox-McCloud/hiding
Potted Plant Hiding
2015-05-11 17:06:40 -04:00
ZomgPonies f22ae3acbe Merge pull request #998 from tigercat2000/LightShit
Baystation12's Lighting Overhaul
2015-05-11 17:06:30 -04:00
Krausus 035b873c0e Fixes missing alien-on-space pod attack cooldown 2015-05-11 09:23:50 -04:00
Krausus 9d712fe623 Fixes pill bottles not grouping their contents 2015-05-11 09:11:11 -04:00
Krausus 65ce3e4c20 Fixes numbered contents grouping different things
Also fixes a runtime from the black powder fix. Whoops!
2015-05-11 08:53:14 -04:00
Krausus 264244630c Fixes black powder decals not exploding away 2015-05-11 08:36:25 -04:00
Krausus c4d59070f6 Fixes camera upgrades not working properly
Important updates were being done in the malf AI's Upgrade Camera proc,
instead of in the actual upgrade procs
2015-05-11 08:17:08 -04:00
Tigercat2000 a3a1236c23 CBGI: Comment out every controversial thing
This commit comments out all of the controversial code from the new grab
system. The code is being left non-hard-deleted as an example, the
framework would be a shame to kill.
2015-05-11 04:43:09 -07:00
Krausus ae864b0a2e Fixes captain's medal of captaincy spawning wrong 2015-05-11 07:35:41 -04:00
Krausus 520699c4ae Fixes spawning as NPC/drone before game start 2015-05-11 07:16:34 -04:00
Krausus e54c4d07e5 Fixes setting airlock electronics for engieborgs 2015-05-11 07:00:10 -04:00
Krausus 9978831f0e Fixes AIs tracking people who show cameras papers 2015-05-11 06:51:07 -04:00
Krausus 64f39bb871 Fixes AIs and ghosts not being able to follow bots
This probably touches more files than it really should, but I can't
think of a better way to do it that isn't overhauling the saycode.
2015-05-11 06:38:14 -04:00
Tigercat2000 5ff292fe47 Flashlight icon fix
I left out an icon-updating line. Whoopsies.
2015-05-10 20:41:46 -07:00
Fox-McCloud 99f315c87c LINDA-Fix: Mobs On Fire 2015-05-10 22:42:57 -04:00
Fox-McCloud e2ee01b621 Black Powder Sound Tweak 2015-05-10 21:51:50 -04:00
Tigercat2000 fd799d6844 Starlight
This commit ports baystation12's implementation of starlight, modified to
rely on the master-controller due to differences between us, -tg-, and
bay12. Starlight allows space tiles to give off light, the amount of light
can be configured in config.txt.
2015-05-10 18:31:21 -07:00
ZomgPonies 6fe5db524a Fixes reflecting projectiles 2015-05-10 20:10:27 -04:00
ZomgPonies 1ecdb14fa3 Merge pull request #987 from Fox-McCloud/unathi-tail
Adds in Unathi Tail Wagging
2015-05-10 19:59:41 -04:00
ZomgPonies 44cba43cbc Merge pull request #986 from Robertha89/patch-4
Updating Resource to /tg/ standars along with factory
2015-05-10 19:59:10 -04:00
Tigercat2000 c2038640f7 Lighting Overhaul Map stuff
This commit fixes up the map to account for the new shuttle lighting
system brought by the lighting overhaul.

Things changed:
 - Shuttles now all have lightbulbs in them
 - Syndicate Mothership now uses lighting as well, for a dark-forest look.
2015-05-10 16:58:41 -07:00
ZomgPonies cc679371c3 Merge pull request #985 from tigercat2000/WeaponCleanup
Cleanup code/defines/ folder.
2015-05-10 18:39:00 -04:00
ZomgPonies 6aee3366ff Merge pull request #984 from tigercat2000/Pfixes
Pool Controller update: Hippie Edition
2015-05-10 17:45:56 -04:00
Fox-McCloud 1325bd562e tweak 2.0 2015-05-10 17:42:25 -04:00
Tigercat2000 82d615f5b3 Merge remote-tracking branch 'upstream/master' into ContextBasedGrab
Conflicts:
	code/game/atoms.dm
2015-05-10 14:28:03 -07:00
Tigercat2000 e7ec8a7e2d Compile-fix 2015-05-10 14:21:44 -07:00
Fox-McCloud 1e32bd1205 Species Touchups 2015-05-10 17:19:22 -04:00
Tigercat2000 40bd004923 Merge remote-tracking branch 'upstream/master' into WeaponCleanup
Conflicts:
	code/defines/obj/weapon.dm
	code/modules/hydroponics/trays/tray_tools.dm
2015-05-10 14:15:51 -07:00
Tigercat2000 92c5d0139a Fix hydroponics to use the right light system
This commit updates hydroponics to the new light system, so it stops
compile-error'ing
2015-05-10 14:09:57 -07:00
Tigercat2000 625dbb5295 Merge remote-tracking branch 'upstream/master' into LightShit
Conflicts:
	code/modules/hydroponics/trays/tray.dm
	code/modules/hydroponics/vines.dm
2015-05-10 13:56:28 -07:00
ZomgPonies 68d4b98af4 Merge pull request #996 from Robertha89/patch-5
Adds service radio to ai
2015-05-10 16:15:58 -04:00
ZomgPonies 8a3c2ef2fe Merge pull request #993 from Fox-McCloud/ooooops
Health Analyzer Name Fix
2015-05-10 16:15:41 -04:00
ZomgPonies 6610e0965e Merge pull request #983 from tigercat2000/water_act
Water_act system - for all your watery needs
2015-05-10 16:14:55 -04:00
Tigercat2000 4642f76d33 Colored Fire
This commit adds a colored fire system based on baystation12's system.
2015-05-10 13:12:22 -07:00
ZomgPonies 45d433c50c Merge pull request #982 from tigercat2000/anothergibberthing
Autogibber, Gibber patches
2015-05-10 16:07:21 -04:00
ZomgPonies 23b2fac794 Merge pull request #980 from FalseIncarnate/master
Botany / Xenobotany Update [Feature][Sprites]
2015-05-10 16:05:57 -04:00
Tigercat2000 a46518f120 Increase very low probability to escape grabs
This commit raises two probability values in resist code, namely for
resisting out of grabs. The previous probabilities were 25 and 5, they are
now 60 and 15.
2015-05-10 12:09:58 -07:00
Tigercat2000 e1249fc640 Lighting overhaul.
This commit overhauls the lighting system to Bay12 standards. It is better
in pretty much every way.
2015-05-10 12:03:27 -07:00
Fox-McCloud 428dde8047 Potted Plant Hiding 2015-05-10 14:41:06 -04:00
Robertha89 6cda382c5e Adds service radio to ai
Fixes an oversight.
2015-05-10 17:10:17 +02:00
Tigercat2000 0e948ffeec Remove Jointbreaking, Joint fracturing, and Knifing
This commit removes Jointbreaking, Joint fracturing, and Knifing from the
grab system due to near-universal dislike of the features.
2015-05-10 06:46:58 -07:00