Bug 123733 - Level 83 missing and molecule name is same in levels 47 and 81
Summary: Level 83 missing and molecule name is same in levels 47 and 81
Status: RESOLVED FIXED
Alias: None
Product: katomic
Classification: Applications
Component: general (show other bugs)
Version: 2.0
Platform: Debian testing Linux
: NOR normal
Target Milestone: ---
Assignee: Stephan Kulow
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-16 17:25 UTC by FF
Modified: 2006-11-06 23:19 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description FF 2006-03-16 17:25:37 UTC
Version:           2.0 (using KDE KDE 3.4.2)
Installed from:    Debian testing/unstable Packages
OS:                Linux

I am Ioannis Barkas.

First of all you have a duplicate level in katomic 2.0.The molecule(Malonic Acid) in the 47th level is the same with the molecule(Malonic Acid again) in the 81st level.
It seems that Stephan Kulow (coolo) was too busy to see it despite the fact that he added it to the svn and that he is one of its authors.Decide which one of the two levels is best for you and remove the other level completely as there is no meaning to have the same molecule two times with small variations as in the same logic the 82 levels could become 500!If you do not want to remove the whole level,just replace the molecule with another having in mind all existing levels in order to avoid another duplicate level.
Moreover when I grab the level slide bar with the mouse from level 1 moving towards the last level quickly,if at the point of the last level I stop pressing the mouse button the slide bar goes to level 1 despite that the cursor is at the last level.That is really annoying!.
Furthermore at the svn the level_83 is missing and it jumps from 82 to 84.
Finally at some levels you name molecules xxxx acid while on other xxxx Acid,of course they should all be the same.

I hope that you will fix them this time at last and not repeat again the atitude of Bug 108160,which I have opened,where Stephan Kulow (coolo) thought that this was not a "real" bug,without explaining anything about it,despite it is still present on the latest KDE.If you will not fix this one too,considering it "unreal" you will force me to reserve the right to write from scratch a similar in the general idea but with design superior to your current program using another toolkit.
Comment 1 Philip Rodrigues 2006-03-17 00:08:44 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.
Comment 2 Philip Rodrigues 2006-09-08 11:32:54 UTC
Retitling to reflect the actual bits of this that I could reproduce
Comment 3 Dmitry Suzdalev 2006-11-06 23:19:54 UTC
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)