Commit Graph

24424 Commits

Author SHA1 Message Date
Novacat
bea9f3b3c9 Merge pull request #7315 from Verkister/refixtallbois
Re-fixes scaling offsets for tall sprites
2020-04-17 20:35:07 -04:00
Aronai Sieyes
747530aacb Fixes #7316 2020-04-17 19:26:05 -04:00
Verkister
8fa42e08c3 Re-fixes scaling offsets for tall sprites
Turns out fixing the busted update_transform proc revealed it lacked the thing that the previous scaling offset fix gave to the other size procs that did function back then.
2020-04-18 01:36:31 +03:00
Aronai Sieyes
429d33fc29 Merge pull request #7306 from Novacat/nova-ert
Deployable Escape Pods
2020-04-17 14:13:22 -04:00
Aronai Sieyes
01f57d4245 Merge pull request #7310 from VOREStation/vplk-lazy-landables
Lazy ship/landable Overmap Levels
2020-04-17 14:13:04 -04:00
Aronai Sieyes
3551edd8cc Improve ship scanners 2020-04-17 13:11:03 -04:00
Leshana
1f21e7c0f2 Automatic landmarks respect mapped-in name overrides.
If a mapper puts an automatic landmark and overrides the name var, that is now respected instead of overwritten.
Note that initial(name) does *not* reset to mapped in values, but the value in code.
2020-04-17 12:09:33 -04:00
Leshana
45e71373d3 Mapped in shuttle landmarks won't append their own coordinates to their name.
- Could be meta-info in some circumstances, and redundant in most well-named landmarks. Automatics still do it.
2020-04-17 12:09:33 -04:00
Leshana
796c406965 Lazily create landable ship's overmap z-level on first use.
- Create the landmark as normal, but instead of allocating a z-level and placing it, register a pre_move listener on the shuttle and setup the z-level only when the shuttle is about to move to its overmap landmark.
- Change when shuttles fire the shuttle_pre_move_event to before calculating translation list to give us a chance to allocate the z-level.
2020-04-17 10:22:22 -04:00
Leshana
0c3126ffad Fix overmap spacemove not actually re-using deepspace sectors. 2020-04-17 10:22:22 -04:00
Unknown
5d2186cafd Fixfix Travis 2020-04-17 09:27:31 -04:00
Unknown
d1e2412d76 Deployable Escape Pods
- Adds Surfluid Escape Pod Capsule
Adds one to the cruiser
Updates some contents
Adds Support for unique deployables
Removes redundant global vars
Better error message
Sets a var correctly
2020-04-17 09:17:46 -04:00
Leshana
64eb2cf552 Ports the disperser beam from Baystation. 2020-04-16 21:31:49 -04:00
Aronai Sieyes
92ae9dca42 Move skybox representation into procs and vars 2020-04-16 18:08:41 -04:00
Aronai Sieyes
3f03b72ea2 Adjust icon 2020-04-16 13:50:43 -04:00
Aronai Sieyes
3ea7696c38 Adds autosaving 2020-04-16 12:40:30 -04:00
Heroman
1ddbab789a Removes species restrictions from shadekin tails 2020-04-16 14:29:00 +10:00
Aronai Sieyes
2289e8d177 Fix protean observe runtime 2020-04-15 18:51:55 -04:00
Aronai Sieyes
c3d406a47c Merge pull request #7274 from VOREStation/aro-parallaxfix
Fix parallax slide and admin jump skybox
2020-04-15 17:12:43 -04:00
Aronai Sieyes
13b5238ca0 Merge pull request #7273 from VOREStation/sscleanup/remove-processScheduler
Remove the processScheduler
2020-04-15 15:25:46 -04:00
Aronai Sieyes
5199e07ed9 Fix parallax slide and admin jump skybox 2020-04-15 15:23:23 -04:00
Heroman
b72e727d89 Ports tg cablecoils instead of bay's 2020-04-15 14:38:51 +10:00
Aronai Sieyes
e023cf2a8f Merge pull request #7263 from VOREStation/aro-mcalarm
Make nonmodular atmos alert computers useless
2020-04-14 22:58:08 -04:00
Unknown
929df3b1de Merge remote-tracking branch 'VOREStation/master' into nova-pathfinder 2020-04-14 22:23:34 -04:00
Novacat
9492dcdc3f Merge pull request #7221 from VOREStation/aro-powersprites
Port some power sprites from Bay
2020-04-14 22:22:50 -04:00
Unknown
23e95899a6 Adds nuclear reactor, Fixes
- Adds Nuclear Reactor, 200 kw safe power, very efficient fuel usage. Emits radiation, should be designed around accordingly.
- Adds Old point defense batteries which use the old sprite.
- Fixes path errors on cruiser.dmm
2020-04-14 22:10:53 -04:00
Aronai Sieyes
86177808ce Show all alarms on modular alarm monitor and mark major ones 2020-04-14 22:09:03 -04:00
Aronai Sieyes
0931f202ed Merge pull request #7259 from VOREStation/vplk-sundry-fixes-xii
Fix Sundry Runtime Errors XII
2020-04-14 21:30:52 -04:00
Aronai Sieyes
1c9df07e07 Merge pull request #7256 from VOREStation/aro-fightermove
Allow fighters to traverse overmap ships predictably
2020-04-14 18:48:04 -04:00
Leshana
15665eea2a Another fix for Runtime in update_icons.dm,254: Cannot execute null.GetUIState().
- This time lets just ensure dna is instantiated no matter who is calling dress_preview_mob().
2020-04-14 18:18:33 -04:00
Leshana
61b0a23d65 Fix Runtime in vorepanel_vr.dm,50: Cannot execute null.set content(). 2020-04-14 17:07:21 -04:00
Aronai Sieyes
de621558c3 Update adminpaper.dm 2020-04-14 17:07:21 -04:00
Leshana
13d7408058 Fix null values being present in mob_list. 2020-04-14 17:03:42 -04:00
Aronai Sieyes
a1dcd049b8 Adds a fax machine to the ITV Talon
Also adds 'trader' reply fax choice
2020-04-14 16:40:21 -04:00
Leshana
3be0330db2 Remove the goonstation /datum/controller/processScheduler as it is no longer used. 2020-04-14 16:17:32 -04:00
Aronai Sieyes
01d6b87d69 Allow fighters to traverse overmap ships predictably 2020-04-14 15:56:40 -04:00
Novacat
13353294f2 Merge pull request #7239 from Heroman3003/headband-maid
Adds maid headband to loadout
2020-04-13 18:04:29 -04:00
Heroman
fa5422cc63 Adds a comment for future 2020-04-14 07:27:44 +10:00
Heroman
87a65a09c6 Fixes Azura's collar 2020-04-14 07:16:31 +10:00
Heroman
2073af57f1 Adds maid headband to loadout 2020-04-14 06:48:18 +10:00
Unknown
4238aabcb8 Fixes broken netgun sprite 2020-04-13 13:41:56 -04:00
Aronai Sieyes
d5d0d98163 Merge pull request #7232 from VOREStation/aro-talonpref
Talon job pref saving
2020-04-13 11:31:56 -04:00
Aronai Sieyes
9368dd2736 Talon job pref saving 2020-04-13 11:05:27 -04:00
Unknown
5468301dc5 Ports Polaris 6992 and some Urist backpacks
- Reenables Dual Wielding penalties on most heavy guns.
- Adds wielded sprites for all weapons with dual-wield penalties.
- Ports a ton of gun sprites from Urist McStation
- Removes mention of requires_two_hands in code since that is not used anymore.
- Adds some Urist mcstation backpacks (VS only)
2020-04-13 10:40:24 -04:00
Aronai Sieyes
68b527b518 Merge pull request #7222 from VOREStation/aro-shieldbeep
Make shield sprites look nicer hopefully
2020-04-13 10:05:27 -04:00
Aronai Sieyes
b1bf1a7e93 Merge pull request #7211 from VOREStation/vplk-shuttle-construction
Ship/Shuttle Console Construction
2020-04-13 10:01:56 -04:00
Aronai Sieyes
074116fa7c Merge pull request #7212 from Novacat/nova-pathfinder
Gun Refactors and Changes
2020-04-13 09:45:37 -04:00
Aronai Sieyes
d9b3739669 Merge branch 'master' into vplk-shuttle-construction 2020-04-13 09:30:05 -04:00
Aronai Sieyes
0d39c5535e Merge pull request #7200 from VOREStation/aro-offmap-rebase2
ITV Talon offmap spawn jobs
2020-04-13 09:28:19 -04:00
Novacat
2c1030b3e6 Merge pull request #7224 from VOREStation/upstream-merge-6878
[MIRROR] A Tale of Blobs and Man
2020-04-13 08:14:41 -04:00