Altoids1

Results 16 issues of Altoids1

Fixes #846. ## Summary This was a huge and confusing rabbit hole for me that took up an unhealthy portion of my evening, but here you go. Added a unit...

## Summary Here, `operator~=` was implemented by rewriting things a little so that equivalence is handled within MetaObjects rather than relying on snowflake behaviour hard-wired into the operator itself. This...

```dm /datum/beta var/poop /datum/alpha var/poop /datum/beta/parent_type = /datum/alpha ``` The above code causes a compile-time in BYOND (due to the duplicate var definition) but not in OD. This is because...

Compiler

Previously there were some issues with downloading videos whose titles contained parentheses like `(featuring Zac Oyama)` or apostrophes (such as `Don't Laugh`). I went ahead and added filtering for those...

Basic CI stuff for this lil project! :heart: For those unfamiliar, that means that Github will test that incoming PRs compile successfully. (Really I just feel uncomfy when I don't...

![image](https://github.com/user-attachments/assets/516b85fc-b6c6-4106-bc96-70d8c3d59ec0) Fixes #26, as promised c: ## User-facing changelog - Fixes the "output file is empty" bug by improving how we calculate the base_url to use for accessing the video's...