-
Notifications
You must be signed in to change notification settings - Fork 550
Expands Notice Boards For Persistency #21211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Arrow768
merged 29 commits into
Aurorastation:master
from
KingOfThePing:new_noticeboards
Sep 8, 2025
Merged
Changes from all commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
da2fc7a
15 new noticeboards
KingOfThePing 6a9a9d6
Merge branch 'master' into new_noticeboards
KingOfThePing 01987bd
all the fucking sprites
KingOfThePing 9cc9394
this shit is on crack
KingOfThePing 222baa3
changelog
KingOfThePing 0d75e1d
Update KingOfThePing - 21211.yml
KingOfThePing c6f7d2a
Update code/game/objects/structures/noticeboard.dm
KingOfThePing 096012a
Update code/game/objects/structures/noticeboard.dm
KingOfThePing fc29137
missing directionals + duplicate icon fix
KingOfThePing f62659c
actually fixing duplicate icon
KingOfThePing 537cfbb
re-imlementing glass shattering
KingOfThePing c17acff
includes some missing if-else to the glass shattering
KingOfThePing fc318cf
fixes access restrictions
KingOfThePing a4494a5
spriting mistake fixes
KingOfThePing 2d0aa68
first requested changes batch
KingOfThePing b238888
implements requested changes
KingOfThePing 8dcc22e
implements all requested changes
KingOfThePing 852cc3e
updated changelog
KingOfThePing e4c1c16
additional comment
KingOfThePing 99500d7
Merge branch 'master' into new_noticeboards
KingOfThePing e4c9f61
removes glass shattering code
KingOfThePing 494dce8
Update KingOfThePing - 21211.yml
KingOfThePing 062e77c
implements Arrow's requested change
KingOfThePing 571640f
undestroys the initialize
KingOfThePing d1c1fa9
please work
KingOfThePing 1347dbf
Merge branch 'master' into new_noticeboards
KingOfThePing 623a6d5
kicking the tests
KingOfThePing f9ec50a
Merge branch 'master' into new_noticeboards
KingOfThePing 072c413
ich habe keine Lust mehr
KingOfThePing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
################################ | ||
# Example Changelog File | ||
# | ||
# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. | ||
# | ||
# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) | ||
# When it is, any changes listed below will disappear. | ||
# | ||
# Valid Prefixes: | ||
# bugfix | ||
# - (fixes bugs) | ||
# wip | ||
# - (work in progress) | ||
# qol | ||
# - (quality of life) | ||
# soundadd | ||
# - (adds a sound) | ||
# sounddel | ||
# - (removes a sound) | ||
# rscadd | ||
# - (adds a feature) | ||
# rscdel | ||
# - (removes a feature) | ||
# imageadd | ||
# - (adds an image or sprite) | ||
# imagedel | ||
# - (removes an image or sprite) | ||
# spellcheck | ||
# - (fixes spelling or grammar) | ||
# experiment | ||
# - (experimental change) | ||
# balance | ||
# - (balance changes) | ||
# code_imp | ||
# - (misc internal code change) | ||
# refactor | ||
# - (refactors code) | ||
# config | ||
# - (makes a change to the config files) | ||
# admin | ||
# - (makes changes to administrator tools) | ||
# server | ||
# - (miscellaneous changes to server) | ||
################################# | ||
|
||
# Your name. | ||
author: KingOfThePing, FabianK3 | ||
|
||
# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. | ||
delete-after: True | ||
|
||
# Any changes you've made. See valid prefix list above. | ||
# INDENT WITH TWO SPACES. NOT TABS. SPACES. | ||
# SCREW THIS UP AND IT WON'T WORK. | ||
# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. | ||
# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. | ||
changes: | ||
- imageadd: "Resprites and greatly expanded the sprites for notice boards. Added a new subtype of notice boards." | ||
- imagedel: "Removed the old notice board sprites." | ||
- rscadd: "Added functionality for said new notice board subtype." | ||
- qol: "Replaced the hardcoded notice board in Xenoarcheology with a proper persistent one." |
Binary file not shown.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.