Commit Graph

7 Commits

Author SHA1 Message Date
Wildkins 5b38b93a93 Fix Extended not being selected if no votes are cast (#21975)
see title
Odyssey is both a votable mode and added manually (to put it at the top)
so default_choices length != winners length, thus it was picking a
random winner rather than defaulting to Extended

(also fixed a changelog not having the right name format)
2026-03-05 01:54:16 +00:00
Ben 9de1a2b522 Moves Odyssey Gamemode near Secret in Vote (#20586)
Moves Odyssey up to the other big gamemodes (Secret and Extended). 

![image](https://github.com/user-attachments/assets/81b657b2-4a14-4b2e-8f5c-af9fb95b3e48)

---------

Co-authored-by: Ben10083 <Ben10083@users.noreply.github.com>
2025-03-13 19:41:28 +00:00
Fluffy 7265630dde Turn more unmanaged global vars into GLOB (#20446)
Turned a ton of unmanaged globals into managed globals.
Refactored some UT output.
Removed some unused things, including vars.
Added a test to ensure people don't keep adding new unmanaged vars.
2025-02-17 23:34:02 +00:00
Matt Atlas 1da20ad33f Adds the Odyssey gamemode. (#18972)
https://forums.aurorastation.org/topic/20198-mission-briefing-auroras-gamemode-revolution

To-do:

- [x] Finish storyteller verbs.
- [x] Storyteller landmarks.
- [x] Proper storyteller spawning. Right now the gamemode system is
happy with just picking one storyteller and no actors.
- [x] Antagonist whitelists code.
- [x] Adding the Storyteller whitelist.
- [x] Mission map loading code.
- [x] Map in a bunch of missions.
- [ ] Storyteller adminhelps.

---------

Co-authored-by: Matt Atlas <liermattia@gmail.com>
Co-authored-by: DreamySkrell <>
2024-11-26 20:18:43 +00:00
Fluffy e8a007bf14 Fix some gamemodes from not being votable (#18791)
For some cursed reason the gamemode selection uses the config tag
instead of the name, that sometimes is the same as the config tag,
either way this should fix some gamemodes from not being votable and
thus the system reverting to extended
2024-04-08 08:35:40 +00:00
Llywelwyn b493529404 wow (#18698) 2024-03-21 22:37:09 +00:00
Fluffy 2e5b9a9a42 Updated vote subsystem (#18563)
* sadf

* toworld_count

* fix voting for normal users

* jhkjhb

* gdsfgds

* sdaf
2024-03-06 07:10:41 +00:00