#332 closed bug (no change required)
GameSound classes need code audit and cleanup
Reported by: | marcusoverhagen | Owned by: | nobody |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Kits/Game Kit | Version: | R1/alpha2 |
Keywords: | Cc: | diver | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
All GameSound classes need code audit and cleanup
Change History (13)
comment:1 by , 19 years ago
Status: | new → assigned |
---|
comment:2 by , 19 years ago
blocked: | → 310 |
---|
comment:3 by , 19 years ago
blocked: | → 339 |
---|
comment:4 by , 19 years ago
Cc: | added |
---|
comment:5 by , 18 years ago
blocked: | → 575 |
---|
comment:6 by , 18 years ago
Owner: | removed |
---|---|
Platform: | → All |
Status: | assigned → new |
comment:7 by , 14 years ago
Version: | → R1/alpha2 |
---|
comment:8 by , 14 years ago
Because BGameSoundDevice API was never made public by Be Inc. Haiku have his own, but currently it's internal to the game kit, not yet public. Look in src/kits/game to see BGameSoundDevice.cpp/.h and how BGameSound use it internally.
comment:9 by , 13 years ago
Component: | - General → Kits/Game Kit |
---|
comment:10 by , 9 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:11 by , 6 years ago
Owner: | changed from | to
---|
comment:12 by , 5 years ago
Resolution: | → no change required |
---|---|
Status: | assigned → closed |
This ticket is too generic to be helpful. Let's fix bugs as we find them.
comment:13 by , 5 years ago
Milestone: | R1 |
---|
Remove milestone for tickets with status = closed and resolution != fixed
Note:
See TracTickets
for help on using tickets.
Hi, i'm looking at this Ticket, it seems a good opportunity to learn more about the media_kit. Since the description is too generic, i'm beginning from TODOs. The GameSound class, has a TODO in constructor that say "BeBook documents that BGameSoundDevice must currently always be NULL..." what does mean that? the argument is simply ignored or checked for NULL and in the case it is not null, the init fail?
http://www.haiku-os.org/legacy-docs/bebook/BGameSound.html