Contrabang and GitHub
1504ed98be
massive burndown ( #29894 )
2025-07-27 20:52:39 +00:00
DGamerL and GitHub
3db0b5d98d
Changes over all instances of new/list() to something more sensible ( #25569 )
...
Signed-off-by: DGamerL <108773801+DGamerL@users.noreply.github.com >
2024-06-06 20:23:33 +00:00
23ad8a48fa
Adds true observing -- letting you see what your target sees ( #24855 )
...
* bring it back now y'all
* adds a bunch of other changes
* pretty much works at this point
* grep
* Fixes some bugs, still chasing some down
* Add observers to recursive mob check, ensuring they can see messages from their orbitted atom
* tidy some things up
* resolve
* remove unnecessary checks
* Address todos, minor cleanups
* oh dear
* initial testing
* Fix some vulnerabilities (oops)
* Fix some other bugs from testing
* ci fixes
* Add some contingencies against clicking things you shouldn't
* fix some noted bugs
* Add observe to admin jump, improve messaging
* add a few more fixes that should mostly address some runtimes
* oh this wasn't really great
* one last thing
* Fix suit inventory problem
* Remove merge artifact
* Add some missing parens
* Prevents you from observing other ghosts, and should fix the getting stuck outside of your body issue.
* we love testing
* adds to player panel
* Fix more bugs with observers getting stuck outside of their body
* cleans up player panel, verb offerings
* shit
* Update code/_onclick/hud/alert.dm
welp
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Fixes some targeting issues
* Fixes targeting on aobserve
* Fix some weird storage bugs
* clean up some doulbed up follow links
* Update code/modules/admin/player_panel.dm
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Adds some checks for ghost observe
* Remove mentor debug log
* ahhhhhhhhh that'll do it
* Cleans up some additional checks that were not quite what they should have been
* better logging, too
* mochi review
* one more thing
* Gets robot huds mostly working
* hopefully fix folks not getting observe
* Fix order of operations causing a runtime on qdeleting
* Remove some unnecessary stack traces
* Apply suggestions from code review
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
* Fix bug with items in your inventory disappearing on changing HUD modes
* Fix some bugs with the observe verbs
* possibly fix nullspace issues
* funny review
* missed one
---------
Signed-off-by: Luc <89928798+lewcc@users.noreply.github.com >
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GDN <96800819+GDNgit@users.noreply.github.com >
Co-authored-by: S34N <12197162+S34NW@users.noreply.github.com >
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com >
2024-05-23 15:46:43 +00:00
GDN and GitHub
6b5de292dc
Removes datum redeclares ( #23950 )
...
* Removes datum redeclares
* conflicts
* thanks vsc
* compile fix
2024-03-10 17:55:29 +00:00
87a318a7de
Refactors screen objects to /atom/movable ( #24068 )
...
* introduce helper + remove unused proc
* we love compatibility
* Update code/_onclick/hud/action_button.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/action_button.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/alert.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/blob_overmind.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/blob_overmind.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/blob_overmind.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/modules/martial_arts/martial.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/modules/mining/lavaland/loot/tendril_loot.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/modules/mob/living/carbon/human/species/shadow.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/modules/mob/living/carbon/human/species/shadow.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/modules/mob/living/living_update_status.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/screen_objects.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/screen_objects.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/_onclick/hud/screen_objects.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/game/objects/items/weapons/storage/internal.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/game/machinery/computer/camera_advanced.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/game/machinery/computer/camera_advanced.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/game/objects/items/weapons/storage/internal.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* Update code/game/mecha/mecha.dm
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
* deconflict
---------
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com >
2024-03-03 17:37:51 +00:00
13a2630028
Removes comparisons to true and false ( #24083 )
...
* Removes comparisons to true and false
* Update .github/CONTRIBUTING.md
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
---------
Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com >
2024-02-14 19:45:37 +00:00
8fe36f60e2
feat: add different background planet based on current lavaland theme. Refactor lavaland themes to datums ( #23611 )
...
* feat: add different background planet based on current lavaland theme. Refactor lavaland themes to datums
* fix: adjust to linter
* fix: replace `istype` with `ispath` in `/datum/lavaland_theme` validation
* refactor: apply `Contrabang` review
* Update code/modules/lavaland/lavaland_theme.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
---------
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2024-01-14 12:37:10 +00:00
48d7b00a0d
CI now bans the use of weird spacing in conditionals ( #22777 )
...
* no more spaces
* Matthew 10:22
* fixes
* dgamerl review
* Update code/modules/hydroponics/plant_genes.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* Update code/modules/mob/living/simple_animal/bot/ed209bot.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/mob/mob.dm
* Update code/modules/pda/PDA.dm
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* fuck
* bah
* Update tools/ci/check_grep2.py
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
* oops
* guh
---------
Co-authored-by: Henri215 <77684085+Henri215@users.noreply.github.com >
2023-11-12 20:59:43 +00:00
9ecfd05267
Parallax in Darkness ( #22136 )
...
* you can now see parallax in darkness
* moved parallax_darkness to toggles2
* uh oh
* one more thing
* total value
* Update code/modules/client/preference/link_processing.dm
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
---------
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com >
2023-10-01 12:06:08 +01:00
Kugamo and GitHub
8d61d0c940
Commit 1 ( #21260 )
2023-06-14 21:04:59 +01:00
AffectedArc07 and GitHub
48b0210064
[READY] Widescreen ( #20861 )
...
* TM Needed - Widescreen
* A lot of fixes
* TM notice
* Feedback thread
* Minor tweaks
* Expans silicon view stuff
* Fix viewmods
* The preferential option
* Why were these global
* Fix clickcatch sizing, fix parallax issues
* Maybe fixes the runtime
* READY
2023-06-07 21:09:16 +01:00
warriorstar-orion and GitHub
19d759b257
Whitespace cleanup part 1. ( #19890 )
2022-12-24 18:36:07 +01:00
S34N and GitHub
667dd5d4ac
515 Compatibility ( #19636 )
...
* 515 compat
* double spaces
* Callback documentation, aa review
* spacing
* NAMEOF_STATIC
* big beta
2022-11-08 23:08:40 +00:00
Charlie and GitHub
16e845a81b
Fixes parallax being visible in the "fog of war" ( #19474 )
...
* the most genius solution to a stupid problem
* help me
* perfect hatred
2022-10-23 15:48:09 +01:00
Kugamo and GitHub
eaf8e0c736
💯 ( #17880 )
2022-05-27 20:15:50 +01:00
Fox McCloud and GitHub
65f28dcfa5
Removes Parallax Animate ( #17083 )
2021-11-13 16:19:01 +01:00
Fox McCloud and GitHub
e6d64f320c
Ports Improved Parallax ( #15679 )
...
* Ports Improved Parallax
* no initialization
2021-03-20 21:15:52 +00:00
Fox McCloud and GitHub
b3d69aac9b
Moves to BYOND 513 ( #13650 )
...
* Fixes Orbiting
* moves to 513
* travis update
* check for minor version too
2020-06-26 01:15:59 -06:00
AffectedArc07 and GitHub
04ba5c1cc9
File standardisation ( #13131 )
...
* Adds the check components
* Adds in trailing newlines
* Converts all CRLF to LF
* Post merge EOF
* Post merge line endings
* Final commit
2020-03-17 18:08:51 -04:00
Coul
d89d4dbc38
fixes some missing arguments and runtimes
2019-09-16 16:18:16 -04:00
Tayyyyyyy
d6b85396c2
Fix parallax null turf runtime
2019-08-24 11:53:06 -07:00
Fox McCloud
1a52416e6f
Fixes Parallax
2019-08-23 18:59:46 -04:00
Tayyyyyyy
4fa093fb2c
Improve shuttle parallax stopping
2019-08-19 21:29:13 -07:00
Tayyyyyyy
c73f0aafd2
Shuttle parallax!
2019-08-19 18:01:45 -07:00
Tayyyyyyy
7b8e0ca905
Update for parity with tg's parallax implementation
2019-08-14 17:53:15 -07:00
tayyyyyyy
760009a0cb
Fix style
2019-08-13 16:32:31 -07:00
Floyd and Tayyyyyyy
dee792b396
Lavaland parallax!
2019-08-13 16:32:31 -07:00
AffectedArc07 and Tayyyyyyy
cd57a4605e
P A R A L L A X
2019-08-13 16:32:31 -07:00
Tigercat2000
288af9f92c
Revert "Merge pull request #4739 from monster860/vg-parallax"
...
This reverts commit 451c934379 , reversing
changes made to 64f26d999f .
Conflicts:
SQL/paradise_schema.sql
SQL/paradise_schema_prefixed.sql
2016-07-28 15:48:27 -07:00
monster860
da14ffbd79
Line nutes
2016-07-08 14:53:15 -04:00
monster860
311d68f520
adds trange, comments out define for vars
2016-06-30 19:39:52 -04:00
monster860
b0d1af7f12
Fine, be picky about what kinds of comments I can put.
2016-06-30 15:59:32 -04:00
monster860
bd3d3b1d9c
Remove smoothing for now
2016-06-30 15:37:09 -04:00
monster860
da68b76154
Trange isn't a thing anymore...
2016-06-22 14:57:25 -04:00
monster860
51503af97e
line notes
2016-06-22 14:36:23 -04:00
monster860
399a700285
Parallax Smoothing
2016-06-22 14:22:26 -04:00
monster860
be37311cb9
Fixes the opacity problem
2016-06-21 15:46:40 -04:00
monster860
120e470458
Ports /vg/ parallax
2016-06-21 14:58:49 -04:00