Killian
805ec533c7
chest targeting fixes
2022-05-08 23:13:33 +01:00
atermonera
18c044e119
SSOverlays cuts queue from start to count, not count to end
2022-05-01 00:02:51 -08:00
Atermonera
58284cca9f
Merge pull request #8590 from Spookerton/spkrtn/fix/lingering-overlay-odds
...
fix overlay odds
2022-04-30 15:30:46 -08:00
atermonera
690bb5d6cd
Fixes AI subsystems being NOFIRE
2022-04-30 13:44:06 -08:00
spookerton
56f3758f1d
fix overlay
...
using a shared renderer image was breaking things that used their own
images, if they set properties on those images - this resolves that by
removing the shared renderer and instead using a fresh image when a
cache entry is created, or by simply using the raw appearance of
uncacheable things like atoms and images without passing them through
another image for no real reason anyway.
2022-04-30 08:54:01 +01:00
spookerton
a0813040f5
rewrite gun cabinet overlay building
...
not a fix, just preferable to build a list first
2022-04-30 08:50:01 +01:00
spookerton
28dba8aba8
fix hydroponics trays
...
editing the file re-saved it as utf8, direct change is L15
2022-04-30 07:39:26 +01:00
Killian
1862b54013
Atmospheric Retention Fields Port ( #8582 )
...
* atmospheric retention fields
* arf updates
* Update atm_ret_field.dm
* Update circuits.dm
thought I got this one but oops
* Update polaris.dme
totally didn't forget to uncheck testmap
* Update atm_ret_field.dm
* fix a runtime, add examplemap demo area
2022-04-29 16:28:20 -08:00
Sypsoti
661b83e61d
Drug Expansion ( #8575 )
...
* adds drugs and means to make them
* nutmeg sprite and hallucination changes
* adjustments + sounds courtesy of serithi
* nit nack paddy wack
2022-04-29 16:24:16 -08:00
Atermonera
60c189933a
Merge pull request #8583 from Spookerton/spkrtn/sys/workspace-settings-improvement
...
workspace improvements
2022-04-28 22:11:09 -08:00
Atermonera
063fcf5a81
Merge pull request #8581 from Cerebulon/befure
...
Befure
2022-04-26 22:50:59 -08:00
Atermonera
a72aa86402
Merge pull request #8580 from Cerebulon/deathgasp
...
Fixes doubled name when deathgasping
2022-04-26 22:50:35 -08:00
Atermonera
0226b7ec6a
Merge pull request #8579 from Sypsoti/changelingmenucostfix
...
Changeling Menu Now Shows Cost
2022-04-26 22:49:52 -08:00
Atermonera
517e0ce981
Merge pull request #8577 from Sypsoti/vehicleruntimes
...
Vehicle Runtime Fix
2022-04-26 22:49:32 -08:00
Cerebulon
e37f6a7b9f
Adjusts frequency of anomalies and weights effect rarity ( #8572 )
...
* Adjusts frequency of anomalies and weights effect rarity
* Nested if
2022-04-26 22:48:35 -08:00
spookerton
1b13c8dd9f
fix files with invalid utf-8
2022-04-27 01:02:04 +01:00
spookerton
c6dfdeaae2
remove unused sources in code/*
2022-04-26 21:17:59 +01:00
spookerton
78db65f13f
move some readme files in .dm sources into .md
2022-04-26 21:17:23 +01:00
Cerebulon
da63550263
Befure
2022-04-25 22:13:15 +01:00
Cerebulon
4d981ec635
Fixes doubled name when deathgasping
2022-04-25 21:02:15 +01:00
Sypsoti
66e71b6148
oops
2022-04-25 14:11:37 -05:00
Sypsoti
db81985a13
adds cost to evolution menu
2022-04-25 14:07:17 -05:00
Sypsoti
039329a7b0
fixes runtimes
2022-04-25 13:27:59 -05:00
Atermonera
66c6dd7961
Merge pull request #8567 from Cerebulon/xenoarchapril
...
Replaces/Expands Upon Xenoarch Sprites
2022-04-24 21:44:54 -08:00
Atermonera
21bd8477c7
Merge pull request #8531 from Spookerton/spkrtn/sys/global-agenda
...
updates all bare globals to use /global/ semantics, and all shared members to /static/
2022-04-24 19:56:07 -08:00
Atermonera
2a494dcb66
Merge pull request #8530 from Spookerton/cerebulon/ssoverlay
...
alt of 8336
2022-04-24 18:57:19 -08:00
Atermonera
b8f4f620d2
Merge pull request #8518 from Spookerton/spkrtn/sys/ssalarm
...
improved fire loop behavior of SSalarm
2022-04-24 18:16:37 -08:00
Atermonera
f7d6a66ebc
Merge pull request #8542 from Spookerton/spkrtn/sys/mercenary-behavior
...
avoid the most common ci runtime by preventing ai running freely during unit tests
2022-04-24 18:08:53 -08:00
spookerton
beec187978
clean up odd list attribute order, add tests
2022-04-24 07:54:35 +01:00
spookerton
556331a6a3
use /global/ sugar for bare globals, no leading /
2022-04-24 07:54:34 +01:00
spookerton
ee67e174fb
use static for shared member vars
2022-04-24 07:52:32 +01:00
spookerton
1f3ffc2433
non-flagged, non-complex overlay -> ssoverlays
2022-04-24 07:51:12 +01:00
spookerton
2572f042a3
redo behavior of ssoverlays and atom overlay procs
2022-04-24 07:50:46 +01:00
spookerton
1ccb2df2de
trivial 1:1 overlays -> overlay proc changes
...
NB. In some cases we go from a more complex image() to a single icon_state string and I assume this works for every case but do not care to check because of the sheer scale of extra fiddly effort. Buyer beware, not my code.
2022-04-24 07:50:21 +01:00
spookerton
a930f4eb7c
move filter_data to atoms def, add get_overlays
2022-04-24 07:41:01 +01:00
spookerton
a495456e36
fire loop behavior of SSalarm, GLOB alarm handlers
2022-04-24 07:40:38 +01:00
spookerton
4c9dbff719
removed nonsense /Recover overrides
2022-04-24 07:40:15 +01:00
spookerton
fbd8d3c46b
standardize & document controller/subs definitions
...
renames "PreInit" to OnNew because that's what it actually is.
2022-04-24 07:40:14 +01:00
spookerton
cdf7c84c06
clean up subsystem/Initialize impl inconsistencies
2022-04-24 07:40:14 +01:00
spookerton
d29a95b5a4
add subsystem/DoInitialize & move base behavior to
2022-04-24 07:40:14 +01:00
spookerton
52afcb3625
avoid ci runtimes by preventing ai running freely
2022-04-24 07:39:45 +01:00
spookerton
ac440b3a3d
fix pickweight, add pickweight_index
2022-04-24 07:38:53 +01:00
Cerebulon
355395ffbf
Fixes ALL random tech components having a chance of being anomalous
2022-04-23 21:04:11 +01:00
Cerebulon
5105c124fc
Replaces/Adds To Xenoarch Sprites
2022-04-23 00:29:13 +01:00
Sypsoti
1ed445bb34
Merge pull request #8563 from Atermonera/phased-SA_vuln
...
Readds SA_ANIMAL vulnerability to phase projectiles
2022-04-20 01:42:35 -05:00
atermonera
091c04efc8
Readds SA_ANIMAL vulnerability to phase projectiles
2022-04-19 22:30:22 -08:00
Atermonera
e0371fa0bc
Merge pull request #8559 from Atermonera/update_inv_head-runtime-fix
...
Patches runtime when update_icon() is called without a user on hats
2022-04-19 22:07:38 -08:00
Atermonera
a17ed4ec65
Merge pull request #8562 from Sypsoti/ponchofix_v2
...
Poncho Custom Item compatibility
2022-04-19 22:07:23 -08:00
Sypsoti
66ea17763e
copies code and fixes small bug introduced
2022-04-20 00:36:51 -05:00
Felix
76b195f1a9
HE pipe turf interaction ( #8409 )
...
* HE pipe turf interaction
* Update code/ATMOSPHERICS/pipes/he_pipes.dm
Co-authored-by: Spookerton <spkrtn@pm.me >
* Update code/ATMOSPHERICS/pipes/he_pipes.dm
Co-authored-by: Spookerton <spkrtn@pm.me >
Co-authored-by: Spookerton <spkrtn@pm.me >
2022-04-19 21:29:09 -08:00