Commit Graph

35003 Commits

Author SHA1 Message Date
oranges 3f0331c698 Merge pull request #26287 from MrStonedOne/patch-345
Removes 7 seconds from world init
2017-04-19 11:03:39 +12:00
Joan Lung 17f1536f05 Merge pull request #26322 from Cyberboss/LightingGC
Normalizes how some lighting things GC
2017-04-18 19:02:11 -04:00
Joan Lung b9e512915a Merge pull request #26323 from Cyberboss/LightingSetupSpeedup
Speeds up lighting initialization
2017-04-18 19:01:46 -04:00
Cyberboss 8a8b2c1c6c Fixes proximity monitor runtimes (#26313)
* Fixes proximity monitor runtimes

* Makes a thing use a define

* Show me the carfax
2017-04-18 18:07:28 +02:00
Cyberboss 5a9f4906d0 Moves a temp file to the data tree (#26281) 2017-04-18 10:46:36 +02:00
QualityVan 9c114b993b Adds suppression to the foam pistol, smg, and c20r (#26288) 2017-04-17 18:43:47 -04:00
oranges 3802aac356 Slight shotgun tweak to lose a spawn (#26296) 2017-04-17 18:43:01 -04:00
Cyberboss 828443d876 Can't stop fucking up spacevine PRs (#26291) 2017-04-17 18:40:49 -04:00
oranges 5747abfbe2 Merge pull request #26301 from coiax/ties-comments
Removed commented code from ties.dm
2017-04-18 09:15:58 +12:00
Kyle Spier-Swenson 0829bba0f2 fixes the garbage subsystem not working, at all. 2017-04-17 13:27:01 -07:00
Cyberboss 58e2bc01d6 Fix 2017-04-17 14:02:45 -04:00
Cyberboss 0c5011934f Makes this use the right list 2017-04-17 13:37:43 -04:00
Cyberboss c64a489378 Remove more datum accesses 2017-04-17 13:37:09 -04:00
Cyberboss 950e4b663a Speeds up lighting initialization 2017-04-17 13:24:27 -04:00
Cyberboss 72d0271f94 Normalizes how some lighting things GC 2017-04-17 13:15:39 -04:00
coiax 02fa74903d Moves tesla_ignore from var on /mob/living to secondary flag (#26273)
Only granted by wizards learning the spell lightning bolt, so I don't
think it needs to be a var on /mob/living.
2017-04-17 10:13:02 -04:00
coiax 60268f8fc3 Cultists can no longer delay the shuttle after Nar'sie is summoned (#26275)
🆑 coiax
add: The shuttle's arrival can no longer be delayed after Nar-Sie's
arrival. The End cannot be delayed.
/🆑

- Also, I have a feeling that it might be possible if timed well to
actually recall the shuttle with the use of two shuttle curses after
Nar-Sie's arrival. And that would be bad.
2017-04-17 10:12:05 -04:00
coiax 0b660c19aa Removes rogue GLOB from message (#26276) 2017-04-17 10:11:01 -04:00
Jack Edge b543233717 Removed commented code from ties.dm
All of this stuff has been ported to new ties, I don't know why we need
to keep the code.
2017-04-17 14:19:36 +01:00
Leo f5e11ea48c Merge pull request #26270 from Core0verload/say_fix
Makes radio keys table more compact and easy to change
2017-04-17 09:39:06 -03:00
coiax f30163b365 Configuration option for number of roundstart mice (#26133)
This was actually requested, because it turns out testing powernets is
hard if mice randomly chew wires sometimes.
2017-04-17 02:09:36 -06:00
Jordie 76b2a70835 Merge pull request #26228 from Cyberboss/ShutdownOrder
Standardizes subsystem Shutdown order
2017-04-17 15:21:54 +10:00
Cyberboss 3c3f7d3b60 Refactors dbcon into a subsystem (#26134)
* Refactors dbcon into a subsystem

* Swear I got that already...
2017-04-17 15:18:17 +10:00
Jordie 926c39c1fa Merge pull request #26231 from Cyberboss/InvSMProj
Adds investigative logging for shooting the SM
2017-04-17 15:16:01 +10:00
Kyle Spier-Swenson f3cc52a5be Removes 7 seconds from world init 2017-04-16 17:42:50 -07:00
Cyberboss c57cf28478 Fix spacevines again (#26279)
* Move list instatiation

This commit was supposed to be in #26256 but was never pushed

* FUCKING THIS TOO
2017-04-17 03:14:23 +03:00
Cyberboss e8567cd7c9 Fix 2017-04-16 17:04:39 -04:00
Cyberboss 6717c08a6e Done 2017-04-16 17:01:43 -04:00
Joan Lung fa2a5bf021 Fixes a bug (#26232)
* Fixes #26223

* compress
2017-04-16 14:51:22 -06:00
Joan Lung 5f46ed40a2 partake (#26259) 2017-04-16 14:50:30 -06:00
Cyberboss 4f14ca7a49 Proximity sensing refactor (#26260)
* New proximity monitor datum

* Replace the old systems

* Fixes #26254

* Ports a New and spawn to Initialize

* Switch to Moved

* Remove unused var

* Speedup and fixes

* More speed

* qdel in movable

* Uneeded now

* Fix

* Use the faster RANGE_TURFS
2017-04-16 14:48:29 -06:00
BeeSting12 99ec6fdeac Adds an xenobiology access shield wall generator to all maps' except Cerestation's xenobiology (#26262)
* shield gens now xenobio access except for cere

* forgot to add the name oops
2017-04-16 14:41:29 -06:00
Cyberboss 67d8d2a09f Fixes kudzu (#26256) 2017-04-16 21:45:40 +03:00
coiax 5173b67b27 Drones see pAIs in mobile form without filters (#26246)
Consistency. Drones are allowed to interact with pAIs, code should
reflect that.

🆑 coiax
add: Since drones are allowed to interact with pAIs, pAIs in mobile
chassis form are no longer distorted to drone viewpoints.
/🆑
2017-04-16 13:36:10 -04:00
Leo fe2bff898a Merge pull request #26245 from Profakos/inconsistent
Makes a change_bodypart_status call use defines
2017-04-16 12:18:40 -03:00
Leo a849d60b4c Merge pull request #26242 from AnturK/badcode
Fixes Orion Trail
2017-04-16 12:18:04 -03:00
Robustin 356180170e Fixes Emitters: Quickmerge Edition (#26237)
* Fucking wew

* Fixing my awful working code
2017-04-16 12:57:08 +02:00
c0 403bc1f5f8 Makes radio keys table more compact and easy to change 2017-04-16 12:22:39 +03:00
Cyberboss 944fd9463c Afk fixup (#26181)
* Fixes inactivity/afk semantics and config

* Fixes people in the lobby not getting afk kicked

* Bluh

* Fax

* Doy

* Yes
2017-04-15 13:11:03 -06:00
bawhoppen 121968d6b4 Kills off inconsistent shuttle paths (#26221) 2017-04-15 15:44:13 -03:00
Cyberboss 34248e4b0e Fixes master (#26255) 2017-04-15 15:39:52 -03:00
AnturK 02398f5e97 PIXEL_SCALE (#26056)
Adds pixel scale appearence flag for mobs
2017-04-15 14:51:58 -03:00
Kyle Spier-Swenson f172c9006a Remove atom stat cooldown (#26222)
We already do this in client/Stat, doing it per-atom as well was excessively costly
2017-04-15 11:32:44 -06:00
coiax 625fc7f398 Fixes embed messages starting with lowercase "the" (#26220) 2017-04-15 11:32:16 -06:00
Kyle Spier-Swenson a39ba1a230 Makes the map loader immune to sleeps in the shit it creates (#26219)
* Makes the map loader immune to sleeps in this shit it creates

* Fix mistake
2017-04-15 11:31:46 -06:00
Kyle Spier-Swenson 260cf251ba Removes 10 seconds from world init time. (#26218) 2017-04-15 11:31:23 -06:00
Jalleo 1ac86f3fb4 [s] Fixes RCD,RCLD & ARCD (#26215)
* Fixes RCD RLD AND ARCD simple mistake on two things easily done.

* Does what Robustin says

* Does even more of what Robustin says
2017-04-15 11:29:04 -06:00
Jalleo a775ff91c8 Cleans up some commented code and adds some undef's to apc.dm (#26211) 2017-04-15 11:27:30 -06:00
Joan Lung aec8142a12 some grammar fixes (#26208) 2017-04-15 11:26:55 -06:00
Cyberboss 6a9fa3d35a Adds a proc to check if the current thread is from an admin advanced proc call (#26191)
* Admin proc call guards

* Adds a db warning

* Better this way

* leftover

* )=

* Fix

* Wew

* Better runtime handling

* Make callback use it if var_edited
2017-04-15 11:24:35 -06:00