Summary: | Level 83 missing and molecule name is same in levels 47 and 81 | ||
---|---|---|---|
Product: | [Applications] katomic | Reporter: | FF <risc4all> |
Component: | general | Assignee: | Stephan Kulow <coolo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.0 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
FF
2006-03-16 17:25:37 UTC
Well, despite the fact that you seem to have lost none of the unpleasant attitude you took in 108160, you do seem to have found a bug. Please report it in the correct component next time. I can confirm that level 83 is missing. However, levels 47 and 81 appear different, but have the same molecule name. I don't understand what you mean about the other point (grabbing level slide bars). On a more general note, if you want to contribute constructively to KDE, I can give you some hints on how to do it, just ask. If you want to insult developers and make threats, please do it elsewhere. Retitling to reflect the actual bits of this that I could reproduce SVN commit 602822 by dimsuz: Fixed missing level_83: Now level_84 becomes level_83. As about other thing stated in #123733: Yes, levels 47 and 81 have a similar molecule name, but that's not a bug, because it IS a same molecule, but it layed out differently in each of these levels which produces completely different gaming experience for each of them ;). Slider 'jumping' is fixed too. BUG: 123733 M +1 -1 CMakeLists.txt A level_83 level_84#602778 D level_84 --- trunk/KDE/kdegames/katomic/levels/CMakeLists.txt #602821:602822 @@ -86,5 +86,5 @@ level_80 level_81 level_82 -level_84 DESTINATION ${DATA_INSTALL_DIR}/katomic/levels) +level_83 DESTINATION ${DATA_INSTALL_DIR}/katomic/levels) |