Commit Graph

11 Commits

Author SHA1 Message Date
Kashargul 45bd1930ec obj screen to atom movable screen (#18434)
* obj screen to atom movable screen

* .
2025-09-22 00:31:30 +02:00
Kashargul ab31632830 even more local defines (#16033) 2024-06-12 12:57:31 +10:00
Aronai Sieyes 035bab4708 Fix security cameras showing weird space thing 2021-07-07 17:01:44 -04:00
MarinaGryphon 385fa640af Linter diagnostics + bans non-var relative pathing 2021-06-20 18:16:45 -04:00
ShadowLarkens a20eef5bfb TGUI Camera Console - Part 1; Plain console done
# Conflicts:
#	code/_onclick/hud/skybox.dm
#	code/controllers/subsystems/skybox.dm
#	code/game/machinery/computer/camera.dm
#	tgui/packages/tgui/public/tgui.bundle.js
2020-07-16 16:17:36 -07:00
Aronai Sieyes d64a922437 Refactor spacemoves 2020-05-18 22:30:27 -04:00
Aronai Sieyes 5199e07ed9 Fix parallax slide and admin jump skybox 2020-04-15 15:23:23 -04:00
Aronai Sieyes 31f7f5b256 Fix shuttles not updating skybox 2020-04-14 17:31:32 -04:00
Leshana 9d517f469f Simplify skybox parallax code and add support for scaling for larger client.view sizes.
- Hooked up skybox to recalculate it's scaling when the view changes.
 - Added constant defines to clarify where the magic numbers are coming from.
2020-03-15 17:59:20 -04:00
Arokha Sieyes b18e974e4c Skybox tweaks
Use instances on maps so they can be edited later
2020-03-12 14:36:16 -04:00
Leshana 86c435f4b7 Ports Skybox Parallax
- Port based on Baystation's implementation and customized for our code and usages.
- Switched space icon_state permutation to a "dust" overlay that is permutated the same way. As an overlay, the dust can be *above* the parallax planes. Space turfs are now white to allow skybox to BLEND_MULTIPLY onto them.
- Added skybox hud effect that replaces background space turfs with an image moved to create a parallax effect.
- Added skybox subsystem to generate and manage skybox parallax images, and lots of images for it!
2020-03-11 11:11:40 -04:00