Bug 5174 - Demo menu: show demos of all supported protocol extensions
Status: RESOLVED WONTFIX
Alias: None
Product: ioquake3
Classification: Unclassified
Component: Misc
Version: GIT MASTER
Hardware: All All
: P3 enhancement
Assignee: Zachary J. Slater
QA Contact: ioquake3 bugzilla mailing list
URL:
Depends on:
Blocks:
 
Reported: 2011-08-10 20:50 EDT by cyrri
Modified: 2011-09-19 19:06:57 EDT
1 user (show)

See Also:


Attachments
oops (4.50 KB, patch)
2011-08-10 20:51 EDT, cyrri

Description cyrri 2011-08-10 20:50:14 EDT
Currently the demo menu shows demos that have the legacy or the current protocol extension. The patch shows demos that have any of the protocol versions listed in demo_protocols[].
It also adds the legacy and current protocol version to demo_protocols[], maybe that's not the best way to do it.
Comment 1 cyrri 2011-08-10 20:51:36 EDT
Created attachment 2936 [details]
oops
Comment 2 Thilo Schulz 2011-09-19 19:06:57 EDT
Nope. This is only a static solution. What if the engine changes and drops support for old protocols, but the VMs stay the same?
It's really not that important, but thanks anyways.