Commit Graph

55 Commits

Author SHA1 Message Date
Purpose 4d7dd5a6c9 dayum dats defined 2018-10-08 22:48:00 +01:00
Crazylemon64 b2d0bb1c0b Fixes maploading so that the cyberiad and space hotel load cleanly again 2018-07-24 20:58:38 -07:00
Alffd fc800c587f Add space check to atmos throwing 2018-06-08 22:03:51 +02:00
Alffd 39d93654f4 Remove stun 2018-03-25 22:47:12 -04:00
Alffd 8c86e9a08d Changes to pathing calculations, prevent wasted calculations 2018-03-25 22:46:22 -04:00
Alffd 82c20d0041 Updated for SSair 2018-03-25 21:49:02 -04:00
tigercat2000 dca16e60cf PS -> SMC Ports: LINDA, Spacedrift, Throwing
This commit ports LINDA, spacedrifting, and throwing to the SMC.
2018-03-02 23:58:57 -08:00
Alffd e16cf64267 less weaken
Makes maximum atmospherics stun 4 seconds and reduces all other atmospheric stuns less then 4 seconds by 80%
2018-02-02 23:11:02 -05:00
Alffd 7b67eec6f0 Fastest linda 2017-10-14 23:38:39 -04:00
Fox-McCloud 5631d36ff8 Converts Most Destroys to use QDEL_NULL 2017-04-04 23:08:41 -04:00
uraniummeltdown 9eb7eea1e9 removes fourth argument air_group of CanPass() as it's not used and is a leftover from FEA 2017-03-10 22:46:02 +04:00
Fox McCloud e29f148ae2 Merge pull request #5333 from Alexshreds/gasfix
Hopefully *Fixes* the God Damn Gas Overlay...
2016-08-10 17:33:19 -04:00
Chakirski 67fcd5c700 Totally Not Hacky 2016-08-04 16:39:12 -05:00
FreeStylaLT 51dff7dd63 disco inferno 2016-08-02 02:18:27 +03:00
Crazylemon64 a779fc8663 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into space_ruins
All hail glorious leader tigercat
2016-07-08 00:16:28 -07:00
Tigercat2000 71e5344a98 Mass replace 2016-07-07 19:34:02 -07:00
Crazylemon64 2c4d8e9b6a You can now load the cyberiad runtime-free 2016-07-03 15:36:38 -07:00
Tastyfish a0ad6582a1 Updates maploader code to be in line with tg's, startup improvements 2016-04-10 02:57:58 -04:00
Fox-McCloud 20107e1147 tweak 2016-02-22 22:20:27 -05:00
Fox-McCloud 49cd05ff3c colored light removal 2016-02-18 01:37:52 -05:00
Fox-McCloud 5522786318 Makes Fires Much Cheaper 2016-02-18 00:18:28 -05:00
Fox-McCloud 4221d033ab Slipping Refactor and Floors 2016-01-04 21:22:59 -05:00
Tigercat2000 31aab5452b -tg- smoothing/floor refactor
Squashed:

Add plasteel goonplaque turf

Builtin_tile nulling

Levelupdate()

Fix falsewalls, update smoothing.dmm

fixes rwall decon
2016-01-03 19:24:13 -08:00
Fox-McCloud 9bc614ab8e Gas Mixture Refactor and Speedup 2015-12-27 18:58:16 -05:00
ZomgPonies 897d9dc56d Fixed Fox concerns about performance 2015-12-09 00:34:44 -05:00
ZomgPonies caf7bf11ac Bugfix 2015-12-08 20:04:12 -05:00
ZomgPonies 9e495089a1 Fix 2015-12-08 02:08:13 -05:00
ZomgPonies 4922d60054 Adds ice tiles to cold pressurized turfs 2015-12-08 01:24:38 -05:00
Mark van Alphen a223da65b8 Merge pull request #2324 from Fox-McCloud/hotspot-fix
Fixes Duplicate Hotspot New()'s
2015-10-09 01:06:02 +02:00
Fox-McCloud db485ce09c Fixes Duplicate Hotspot New()'s 2015-10-08 18:11:22 -04:00
Fox-McCloud 5c512793b9 Removes the Rest of Pooled Objects 2015-10-08 14:18:40 -04:00
Fox-McCloud b312ff41db More Destroying Tweaks 2015-10-06 23:29:51 -04:00
Fox-McCloud 6d978232d5 Merge remote-tracking branch 'upstream/master' into stupid-triggers 2015-10-06 18:25:26 -04:00
Fox-McCloud 57d78d35aa GC Gas Mixtures 2015-10-05 17:35:42 -04:00
Fox-McCloud 9c3e6f1ecd Removes Update Triggers File 2015-10-05 16:14:38 -04:00
Fox-McCloud 1b02495c22 Spacewind Tweaks 2015-08-10 18:51:08 -04:00
Mark van Alphen 027686ba52 Buff scrubbers and add widenet 3x3 scrubbing 2015-08-03 23:22:25 +02:00
Fox-McCloud 8302ab2e7f Heavily Optimizes Lighting 2015-07-16 08:10:54 -04:00
Tigercat2000 d3f6fc2932 Update LINDA to use a real process instead of using the scheduler as a
ticker
2015-07-10 07:49:02 -07:00
Fox-McCloud a25e052802 parents 2015-07-04 22:56:28 -04:00
Fox-McCloud ab28186d13 Kill is Kill 2015-07-04 19:27:43 -04:00
Fox-McCloud a878ccee30 Pools Hotspots 2015-07-04 09:34:03 -04:00
Tigercat2000 d20298e996 -tg- atom pooling system, qdel changes
This commit first and foremost ports the -tg- atom pooling system, and
removes the old experimental system entirely.

Secondly, this PR modifies the qdel system to use a -tg- lookalike
"destroy hint" system, which means that individual objects can tell qdel
what to do with them beyond taking care of things they need to delete.
This ties into the atom pooling system via a new hint define,
QDEL_HINT_PUTINPOOL, which will place the atom in the pool instead of
deleting it as per standard.

Emitter beams are now fully pooled.

Qdel now has semi-compatibility with all datum types, however it is not
the same as -tg-'s "Queue everything!" system. It simply passes it through
the GC immediately and adds it to the "hard del" lists. This means that
reagents can be qdel'ed, but there is no purpose as of yet, as it is more
or less the same as just deleting them, with the added effect of adding
logs of them being deleted to the garbage collector.
2015-06-21 15:47:57 -07:00
Fox-McCloud 190b1c8073 LINDA Fix for Turfs 2015-05-29 21:07:56 -04:00
Fox-McCloud fa051ff1ff Even more LINDA Fixes 2015-05-22 20:26:55 -04:00
Krausus e0349a17d0 Fixes air initialization for away missions
Away missions' turfs will now actually have their air initialize after
being loaded
2015-05-21 04:56:05 -04:00
Fox-McCloud 9238e44b22 LINDA Fixes 2015-05-17 21:24:47 -04:00
ZomgPonies f22ae3acbe Merge pull request #998 from tigercat2000/LightShit
Baystation12's Lighting Overhaul
2015-05-11 17:06:30 -04:00
Fox-McCloud 99f315c87c LINDA-Fix: Mobs On Fire 2015-05-10 22:42:57 -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