Skip to content

Commit

Permalink
Merge branch 'cargo-postal-update' of https://github.com/Hanzdegloker…
Browse files Browse the repository at this point in the history
…/docs into cargo-postal-update
  • Loading branch information
Hanzdegloker committed Feb 7, 2024
2 parents 41cdfb7 + 7875fbd commit 7b38a6a
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Design Proposals
- [Grid Inventory](en/proposals/emogarbage-grid-inventory.md)
- [Atmos Roadmap](en/proposals/notafet-atmos.md)
- [Cargo Postal Update](en/proposals/hanzdegloker-cargo-postal-update.md)
- [Cleanup Crew](en/proposals/mirrorcult-repair-crew-gamemode.md)
- [Cleanup Crew](en/proposals/mirrorcult-cleanup-crew-gamemode.md)
- [Exterminator](en/proposals/deltanedas-exterminator.md)
- [Power Generation Pattern](en/proposals/tday93-power-generation.md)
- [Turf War](en/proposals/deltanedas-turf-war.md)
Expand Down
3 changes: 2 additions & 1 deletion src/en/community/admin/wizards-den-banning-policy.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ Rule violations not in the offense table can still have bans applied, but have n
| Non-grouping | [Slurs, excluding "retard" and variants](https://wiki.spacestation14.io/wiki/Server_Rules#No_hate_speech,_slurs,_bigotry,_racism,_specism,_sexism,_etc.) | Indef GB | | | |
| Non-grouping | ["Retard" and variants](https://wiki.spacestation14.io/wiki/Server_Rules#No_hate_speech,_slurs,_bigotry,_racism,_specism,_sexism,_etc.) | W | 1d - 3d GB | Indef GB | |
| Non-grouping | [Bigotry/discrimination](https://wiki.spacestation14.io/wiki/Server_Rules#No_hate_speech,_slurs,_bigotry,_racism,_specism,_sexism,_etc.)[^discrimination] | Indef GB | | | |
| Non-grouping | [ERP/Sexual content](https://wiki.spacestation14.io/wiki/Server_Rules#No_erotic_roleplay_(ERP)_or_sexual_content/themes) | Indef GB | | | |
| Non-grouping | [ERP](https://wiki.spacestation14.io/wiki/Server_Rules#No_erotic_roleplay_(ERP)_or_sexual_content/themes) | Indef GB | | | |
| Non-grouping | [Sexual content](https://wiki.spacestation14.io/wiki/Server_Rules#No_erotic_roleplay_(ERP)_or_sexual_content/themes) | W - 3d GB | 7d GB | Indef GB | |
| Non-grouping | [Ban Evasion](https://wiki.spacestation14.io/wiki/Server_Rules#Do_not_attempt_to_evade_bans) | Voucher Ban | If after an accepted voucher ban, permanent ban.<br/>Otherwise, extend voucher ban to 6 months from evasion attempt. | | |
| Language | [Non-english chat](https://wiki.spacestation14.io/wiki/Server_Rules#English_only) | W | W - 12hr GB | 3d GB | **7d** - 7.5d GB |
| Language | [Solely non-english chat](https://wiki.spacestation14.io/wiki/Server_Rules#English_only) | W | Indef GB | | |
Expand Down
2 changes: 1 addition & 1 deletion src/en/general-development/setup/howdoicode.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# How do I code? (I don't know how to program.)
Below are some useful links for learning programming. If you get stuck, don't be afraid to ask us questions in the `#howdoicode` channel on our [discord](https://discord.gg/ujWSuN). If you can't find what you're looking for in one of these links, try googling "how to do X in csharp". You'll usually find several examples.
Below are some useful links for learning programming. If you get stuck, don't be afraid to ask us questions in the `#howdoicode` channel on our [discord](https://discord.gg/ss14). If you can't find what you're looking for in one of these links, try googling "how to do X in csharp". You'll usually find several examples.

If you have some experience (read: understand things like "classes" and "control flow") and would rather learn by doing, try looking at the Issues marked as [Beginner Friendly](https://github.com/space-wizards/space-station-14/labels/Beginner%20Friendly) on the Github repo. They are usually pretty simple and someone can always help you out on the discord.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ Check that python is installed from the website and not the Microsoft Store. If

If you are on Windows and get redirected to the Microsoft Store or encounter a message in your terminal claiming that Python is not installed. This issue may be caused by a stupid Microsoft shortcut. Which you can disable by searching for `Manage App Execution Aliases` and disabling the two python references

### py not found
If python was installed from the website and the `python` command works, but you still get the error 'py is not installed', then check if `C:\WINDOWS\py.exe` works. If so, then add `C:\WINDOWS` to your path.

## System.DllNotFoundException: Unable to load DLL 'freetype6' or one of its dependencies: The specified module could not be found.

```PS C:\Users\Larme\Downloads\space-station-14> dotnet run --project Content.Client
Expand Down
93 changes: 93 additions & 0 deletions src/en/maintainer-meetings/maintainer-meeting-2024-02-03.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
# Maintainer Meeting (03 Feb 2024)
```admonish info
Any decisions taken in these notes may no longer be applicable.
```

**Time:** 03 Feb 2024 18:00 UTC

**Attendees:**
- DrSmugleaf
- ShadowCommander
- Lank
- Chief_Engineer
- Jezithyr
- faint
- EmoGarbage
- notafet
- Julian
- Ed

## Singleton entities | metalgearsloth
- I've had to use these before so stuff serializes properly (e.g. arrivals map, centcomm map)
- Do we add engine support (atm I have been using AllEntityQuery\<T> and returns but would be nice to reduce duplication)
- **Sure WYCI**
- Gamerules are doing something similar as well (e.g. making nukeops exclusive or whatever if it's a nukeops round)
- **Game rules shouldn't all be singletons, but it's fine if someone codes one that is.**

## Freezing pet clothing | metalgearsloth
- Copy-paste pngs and shift pixels everywhere
- Massive code debt
- Just use displacement maps dear god
- **We freeze new sprites (gas tank sprites are still allowed)**

## Handling deleted entities on datafields for refs | metalgearsloth
- So for example device networks don't cleanup data and have a bunch of invalid entity references which maploader prunes but this is mid
- There's other instances of this too where you need to do bi-directional entity termination handling
- Do we just add some way to subscribe to a particular entity deleting as an easier way to handle this E.G
- **Yes WYCI, but also when any disconnection not just deletion**
- >EntityA references EntityB
- >EntityB has no practical reason to reference EntityA besides cleanup
- >EntityA subscribes to EntityB termination (like a dictionary or something) and cleans itself up, meaning you don't need to add any extra handling on EntityB and the datafield stays clean
- This would also handle cases where it might be EntityA + EntityC + EntityD referencing EntityB and you don't need to add some list to bloat out EntityB
- Alternative we just keep storing references in components ig

## Design docs | Lank
- **We allow docs that won't be implemented by the author as long as either the design doc is good or someone else wants to implement it.**
- If a design doc is left accepted but not implemented for a long time we can remove it later.
- This gives a list of things to implement for contributors and maintainers.

## Current freezes
- Vehicles are restricted.
- New pet clothing is frozen (except for gas tanks).

## Current admin issues
- Ahelp relay does not tell you whether the player has disconnected or not. [23716]
- Ahelp window should tp you to the last character if the player is disconnected [20189]
- Specific admin actions can only be performed on logged in players(e.g. Erase) [23796]

## Early Access Roadmap
- **nothing on this roadmap matters except early access trailer and admin issues.**
- A trailer for Steam
- ask enrico about the trailer
- [**game admin items**](https://github.com/space-wizards/space-station-14/issues/23246) [c#23985](https://github.com/space-wizards/space-station-14/pull/23985)
- gamemodes/antags
- dynamic [c#16548](https://github.com/space-wizards/space-station-14/pull/16548)
- wizard (keron)
- Steam account linking
- The game runs like shit how do people play this
- "IDK but maybe when I fix the watchdog you can figure it out easier" | 09/09/2023
- "I only played VRChat since last time and VRChat runs like shit so I don't know how people play this" | 23/09/2023
- "" | 21/10/2023
- Miros runs fine | 16/12/2023
- I am 5 parallel universes ahead of you
- We have a new Minecraft server it runs fine now (SS14 runs fine, really)
- Here lies Minecraft long live Satisfactory
- PJB is skiing

Crashes / Critical bugs: (when are we moving these to GitHub)
- Crashes the server reliably.
- Something that bricks your client often (needs a client restart).
- Example: Blackscreens the client until you reconnect.
- If something ruins the round and is disabled because of it.
- Example: Communal lung bug.
=> till next time
like and subscribe
smash that button
~~did you know only 6% of contribs join this meeting?~~ According to YouTube's statistics,

## PJB personal roadmap
- Audio rework DONE NO WAY
- Fix infra
- Watchdog rework: testmerges, **better way to get traces from game servers**
- Fix perf oh god
- PJB is reading about window scaling

0 comments on commit 7b38a6a

Please sign in to comment.