Raptor007 / aq2-tng

Action Quake 2: The Next Generation. Raptor007's sandbox for testing changes. When verified stable, this code is pushed to the official aq2-tng repo:
https://github.com/aq2-tng/aq2-tng/tree/bots
4 stars 2 forks source link

Warmup crash fix and enhancements. #15

Closed Raptor007 closed 2 years ago

Raptor007 commented 7 years ago

Original issue title: Fix warmup mode crash.

I've been told that when a server has lots of people, the warmup mode can crash the server.

Raptor007 commented 7 years ago

Warmup commits: https://github.com/Raptor007/aq2-tng/commit/0c03e6eab4cb95d5a57d40cc9b09c2f70bd80227 https://github.com/Raptor007/aq2-tng/commit/c48a4ff7243b3680142da2d3cad7da8468ecdc90 https://github.com/Raptor007/aq2-tng/commit/5383b30fa08ac721b05c04a97b02af946e02af18

Raptor007 commented 7 years ago

If this is related to transparent_list, it's possible this was fixed when #36 got fixed: https://github.com/Raptor007/aq2-tng/commit/89d1fee8a1547e90924155b26335b7041d25faf0

stan0x commented 7 years ago

Great haven't seen it crash on my servers ! Can u add this so it will be more smooth for public servers.

Raptor007 commented 7 years ago

Warmup also probably shouldn't add to player stats.

Raptor007 commented 7 years ago

Warmup dm_shield: https://github.com/Raptor007/aq2-tng/commit/859e1ded4763b4dedf9e06e624f678589e9106c5 Don't change stats in warmup: https://github.com/Raptor007/aq2-tng/commit/62e468bb1d8340f8491c7c7d50b22d28ca2bd2b2 Always show death messages in warmup: https://github.com/Raptor007/aq2-tng/commit/d9b79b6cc3b8c311854d1ec6b2cafc1dc7b4e80f

Raptor007 commented 7 years ago

I've opened a new issue for auto-balance: #55

So the last to-do item here is spectating warmup mode, which would be kind of messy, but I think it could be done.

Raptor007 commented 2 years ago

I'm going to close this issue (since it contains a lot of unrelated chatter) and keep issue #126 open for spectating warmup.