MantisBT - VCMI |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0001978 | VCMI | Sound, music, videos | public | 2014-11-24 16:07 | 2022-12-17 15:05 |
|
Reporter | SXX | |
Assigned To | Ivan | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 0.97 | |
Target Version | | Fixed in Version | 1.next | |
|
Summary | 0001978: Music should not restart or pause if player changed to other town of same type |
Description | When on town screen player click on other town in right bottom list music theme playback restart even if this town have exactly same type as previous one.
It's looks like simple change that would only require code like this in "/client/windows/CCastleInterface.cpp:910"
if (!from || from->subID != town->subID)
CCS->musich->playMusic(town->town->clientInfo.musicTheme, true);
Though I still need to find how to prevent music change to terrain theme while game changing between towns. |
Steps To Reproduce | - Start on map where you own 3 towns of 2 different types.
- Now go into town screen.
- Try to change between towns of same type. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0001634 | closed | Ivan | Music should not restart in some cases | has duplicate | 0002207 | resolved | Ivan | Music stops on town switching |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-11-24 16:07 | SXX | New Issue | |
2014-11-24 16:15 | SXX | Summary | Music should not restart if player changed to other town of same type => Music should not restart or pause if player changed to other town of same type |
2014-11-24 16:15 | SXX | Relationship added | related to 0001634 |
2014-11-24 16:39 | SXX | Note Added: 0005162 | |
2014-11-24 16:40 | SXX | Note Edited: 0005162 | bug_revision_view_page.php?bugnote_id=5162#r2728 |
2014-11-24 16:40 | SXX | Note Edited: 0005162 | bug_revision_view_page.php?bugnote_id=5162#r2729 |
2015-12-14 09:06 | SXX | Relationship added | has duplicate 0002207 |
2022-12-17 15:05 | Ivan | Note Added: 0008394 | |
2022-12-17 15:05 | Ivan | Status | new => resolved |
2022-12-17 15:05 | Ivan | Fixed in Version | => 1.next |
2022-12-17 15:05 | Ivan | Resolution | open => fixed |
2022-12-17 15:05 | Ivan | Assigned To | => Ivan |