Commit Graph
15980 Commits
Author SHA1 Message Date
Remie RichardsandTigercat2000 b2bba39a68 Fixes the scope of the 4 Continue statements to correctly end the turfPath and atomPath loops, Corrects define bitflags 2015-05-01 04:15:18 -07:00
Remie RichardsandTigercat2000 88faef42ea Adjusts some code to reduce the rapid increase of clustering accidentally somehow caused in this improvement PR
Conflicts:
	code/modules/procedural mapping/mapGeneratorModules/nature.dm
2015-05-01 04:14:53 -07:00
Remie RichardsandTigercat2000 0bcdcd037b Fixes atoms not spawning, Corrects defineCircularRange() to produce proper spheres when given differing Z coords. 2015-05-01 04:13:09 -07:00
Remie RichardsandTigercat2000 baa758921b Made defineRegion() procs additive instead of overwriting, overwriting has been moved to a "replace" argument, adds undefineRegion() which makes the map list a new list. 2015-04-30 17:56:19 -07:00
Remie RichardsandTigercat2000 7a0a724d6c Fixes a bug where turf cluster checks checked for atoms instead of turfs, adds proc to define a circular region, CIRCLES! 2015-04-30 17:56:11 -07:00
TheDZD 92a7c44bad Merge pull request #902 from Fox-McCloud/rings
Adds in Rings
2015-04-30 19:22:58 -04:00
TheDZD cdd8309827 Merge pull request #910 from Fox-McCloud/projectile-fix
Fixes Projectile Effects
2015-04-30 18:30:35 -04:00
Fox-McCloud 7b309778aa Fixes Projectile Effects 2015-04-30 17:56:53 -04:00
Tigercat2000 4e4285dccf Fix plasma windows breaking due to temperature
So uh, I forgot to define fire_act AND temperature_act as returns for the
plasma windows, so the toxins chamber kept breaking open. Whoopsies.
2015-04-30 13:49:32 -07:00
ZomgPonies 37fa1108d4 Merge pull request #895 from tigercat2000/okayletstrysomethingslightlydifferent
LINDA
2015-04-30 13:18:48 -04:00
ZomgPonies fd735cdfb5 Merge pull request #904 from Fox-McCloud/exploits
Exploit Fix
2015-04-30 12:16:56 -04:00
Fox-McCloud 8f686aab46 Merge pull request #898 from SirBloodBuske/SirBloodBuske-Alarm-Deconstuct-Fix
Update alarm.dm
2015-04-30 03:09:34 -04:00
SirBloodBuske 797ec2377f Update alarm.dm 2015-04-29 23:52:09 -07:00
SirBloodBuske ae79fce8e8 Update alarm.dm
Fix'd spans
2015-04-29 23:42:43 -07:00
Tigercat2000 b91d86abcd Makes RCD qdel doors
This still doesn't fix the turf-not-updating bug, but it does make the RCD
qdel doors.
2015-04-29 20:26:59 -07:00
Fox-McCloud ec3bf7d5fd Exploit Fix 2015-04-29 23:15:03 -04:00
Tigercat2000 e5d95ba55e Adjust LINDA airflow push speed
This commit adds a small, 2 cycle delay between LINDA pushing a certain
object. This is due to differences between ours and -tg-'s processing
speed, which was causing strange teleportation.
2015-04-29 18:40:06 -07:00
Tigercat2000 627c600b81 Restore CLF3 to standard level
Whoops. Forgot to reintegrate a fire_stacks multiplication when I
reintegrated mob fire.
2015-04-29 17:17:34 -07:00
Tigercat2000 dfc74ebde6 Modify fire_act to temperature_expose where needed
This commit changes a bunch of objects fire_act's to temperature_expose,
to allow for superhot gas to act like an actual hotspot. This behaviour is
consistant with -tg-.
2015-04-29 16:56:12 -07:00
Fox-McCloud 1b0ea1e226 Adds in Rings 2015-04-29 19:05:43 -04:00
TheDZD cd8efd5c8c Merge pull request #901 from tigercat2000/icantwritebranchnames
Fix Programmable Unloader circuit
2015-04-29 19:01:28 -04:00
Tigercat2000 43a09daddc Merge remote-tracking branch 'Fox/fixessssss' into okayletstrysomethingslightlydifferent
Conflicts:
	code/modules/reagents/reagent_containers/glass_containers.dm
	maps/cyberiad.dmm

Fawwkss wai ;-;
2015-04-29 15:31:21 -07:00
Tigercat2000 b9d9684238 Fix Programmable Unloader circuit
This machine is glitchy, one might even call it entirely broken, but I
doubt an outdated circuit board is the intentional way to remove it. This
commit repairs the programmable unloader circuit, so that they are
actually buildable now.
2015-04-29 15:25:38 -07:00
Fox-McCloud c1826deeda Various Fixes 2015-04-29 18:12:24 -04:00
Tigercat2000 38ab273dda Fix up reagent bombs, remove carbon fire_act
Carbon mobs do not actually need a fire_act, all it was doing was breaking
things with hardsuits. Reagent bombs are supposed to have a unique proc
instead of fire_act, so fixed.
2015-04-29 14:42:57 -07:00
Tigercat2000 173bdc4c27 Mob life fix, firedoors
This commit does the following;
 - Repairs mob breathing by adding a new ticker process, mob_master, as
   air_master is an unreliable ticker with it's customizable speed
 - Restore firedoor attack_hand access
  - You can now open and close firedoors by using no item, provided you
    have access to them and they aren't locked.
2015-04-29 12:47:23 -07:00
SirBloodBuske 2f78018091 Update alarm.dm 2015-04-29 12:42:20 -07:00
Tigercat2000 b56d1cf06c LINDA patch- Airlock atmospass fix, Runtime fix
This commit fixes the bug encountered wherein airlocks were not checked
before gas was allowed to move onto their tile- but only if opened and
closed. The problem was that they did not issue the correct atmos updating
command when they closed, but they did when they opened, and when they are
created.

The runtime was seemingly random, but the small sanity check will prevent
it from happening again.
2015-04-29 07:16:54 -07:00
Tigercat2000 635cf3ad60 Remove FEA files
These are useless now, the FEA code for gas datums is in the datums
folder. These aren't even in the compile.
2015-04-29 06:11:53 -07:00
Krausus 4915d7067e Fixes setting default language through Check Known Languages
Also removes some non-functional code from the previous "fix".
2015-04-29 09:01:44 -04:00
Krausus 5e9e2cbd16 Fixes Cyborg Analyzer not showing destroyed components 2015-04-29 08:09:30 -04:00
Krausus e9e4cda991 Fixes "An Unknown Servent" Typo 2015-04-29 07:59:17 -04:00
Krausus 57cd8f69c7 Fixes Colorful Reagent coloring non-simple mobs 2015-04-29 07:52:56 -04:00
Krausus fc9607d17b Fixes Portable Chem Dispenser recharge delay
Now calculates properly, and matches up with the recently-reduced
recharge delay of the full-size dispensers
2015-04-29 07:38:26 -04:00
SirBloodBuske 1cf4a707f7 Update alarm.dm 2015-04-28 23:05:54 -07:00
Tigercat2000 32ecfbafea Update firedoor sprite, minor door Move() change
This commit updates the firedoor sprite to the -tg- glass firedoors. It
also changes the fire overlay back to a firey overlay instead of the
greyscaled version. The door Move() has been changed to help any possible
unforseen scenarios.
2015-04-28 18:32:02 -07:00
Tigercat2000 6e0bfbbbfa Merge remote-tracking branch 'upstream/master' into okayletstrysomethingslightlydifferent
Conflicts:
	maps/cyberiad.dmm
2015-04-28 14:26:43 -07:00
Tigercat2000 62657448d4 Reintegrate mob fire
I took out the entire on_fire system to work on LINDA. This commit readds
it.
2015-04-28 13:57:58 -07:00
Tigercat2000 9b7b4ae656 Apply most/all of LINDA's updates
This commit ports most, if not all of LINDA's updates on -tg-, and fixes a
few bugs that appear to be unique to paradise's codebase.
2015-04-28 12:45:58 -07:00
Tigercat2000 4f1053f5b7 LINDA, Stage 1
This commit ports the base system of LINDA from TG. This version of linda
is the original version, with none of -tg-'s fixes, rewrites, or other
such improvements attached.

The mob ignite system has been 100% removed, as LINDA does not support
this normally. It may be added back in when the improvements and refactors
to LINDA have been ported.
2015-04-28 08:43:42 -07:00
Fox-McCloud 837538ce95 Reverts a Few Chem Changes 2015-04-27 17:41:13 -04:00
Fox-McCloud f620fab569 [Goonchem] Fixes 2015-04-27 13:50:50 -04:00
ZomgPonies 50cabacb29 Merge pull request #886 from veganzombeh/vampire
Prevents vampires getting fat by drinking too much blood.
2015-04-27 11:08:02 -04:00
TheDZD 7d1c0c510e Merge pull request #888 from Fox-McCloud/sofa
Better Sofa
2015-04-27 06:04:22 -04:00
Fox-McCloud 5cf111c7ca Merge pull request #884 from tigercat2000/poniesfixes
Refactor pony code
2015-04-26 17:26:53 -04:00
Fox-McCloud 4025495782 Merge remote-tracking branch 'upstream/master' into sofa 2015-04-26 15:10:09 -04:00
ZomgPonies 58b0497569 Merge pull request #887 from Fox-McCloud/shirtfix
Fixes Shirts+Underwear---Adds Dressers
2015-04-26 10:08:36 -04:00
ZomgPonies 96d015cc06 Merge pull request #878 from tigercat2000/Curtains
4 Baystation12 PR's
2015-04-26 10:08:06 -04:00
ZomgPonies 100789f6ec Merge pull request #877 from Fox-McCloud/beakerbomb
[Goonchem] Beaker Bombs
2015-04-26 10:07:46 -04:00
ZomgPonies 0342e4306c Merge pull request #870 from veganzombeh/digitalcamera
Adds digital camera to the protolathe construction menu.
2015-04-26 10:07:31 -04:00