Posts: 8,920
Threads: 398
Joined: Jan 2012
Reputation:
11
03-11-2012, 01:10 PM
(This post was last modified: 12-30-2013, 03:09 PM by Flora Legacy.)
This thread will be used to post the current bugs...
*time system does not roll minutes over if there greater than 60...FIXED
*the label that the players game-time is displayed in is not updating its text to the current players game time...FIXED
Both of which are easy fixes if I am thinking correctly...
_____________________________________________
hiya...I'm Flora Legacy...pleased ta meetcha.
<a href="http://www.anime-planet.com/users/mmd123/forumsig"><img alt="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" title="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" border="0" src="http://www.anime-planet.com/users/images/signatures/mmd123.jpg" /></a><br /><font size="1"><font color="SlateGray">Anime-Planet.com - <a target="_blank" href="http://www.anime-planet.com/anime/">anime</a> | <a target="_blank" href="http://www.anime-planet.com/manga/">manga</a> | <a target="_blank" href="http://www.anime-planet.com/reviews/">reviews</a></font></font>
Posts: 8,920
Threads: 398
Joined: Jan 2012
Reputation:
11
03-12-2012, 10:30 AM
(This post was last modified: 12-30-2013, 03:07 PM by Flora Legacy.)
(03-11-2012, 01:10 PM)CaffeineMan link Wrote: This thread will be used to post the current bugs...
*time system does not roll minutes over if there greater than 60...
*the label that the players game-time is displayed in is not updating its text to the current players game time...
Both of which are easy fixes if I am thinking correctly...
LOL...wow, it turns out that the time system bug is QUITE amusing...ROFL...wow, I went to test the bug while running the game to see if I could use that to help me pinpoint where the glitch was actually happening and BOY was I surprised at the severity of that time system bug...lol... lets just say that I now have a better understanding of what to look for in my code...
to explain more...
if you spent any skill points, 1 to 5 that your provided upon registering, the time system works fine, however, from then on out is where the glitch shows its face... when you spend all 5 points, your time increases by 5, as it should, but say you then have another 10 points, if you spend them, the time goes from 5 minutes, to 50... XD, and from then on out, the existing game time is re-added to itself by however many additional skillpoints you spend... so if it is 50 and you add 2 more points, then the time goes to "100" minutes, and the messagebox that pops up says just that, and in some occasions, the time label displays just that, instead of the actual, realistic time of the game... IE for 100 minutes, the realistic time being 1 hour and 40 minutes 
god this has amused the living heck out of me...and now I know almost exactly what to be looking for...a SEVERE logic error... LOL...well this has just improved my mood substantially due to the level of amusement this has shown to me... music definitely helps. ALL of this is fixed
_____________________________________________
hiya...I'm Flora Legacy...pleased ta meetcha.
<a href="http://www.anime-planet.com/users/mmd123/forumsig"><img alt="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" title="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" border="0" src="http://www.anime-planet.com/users/images/signatures/mmd123.jpg" /></a><br /><font size="1"><font color="SlateGray">Anime-Planet.com - <a target="_blank" href="http://www.anime-planet.com/anime/">anime</a> | <a target="_blank" href="http://www.anime-planet.com/manga/">manga</a> | <a target="_blank" href="http://www.anime-planet.com/reviews/">reviews</a></font></font>
Posts: 8,920
Threads: 398
Joined: Jan 2012
Reputation:
11
*found out I have quite a lot of redundant code that is not needed
*found out that the game is not quite working as intended even though it appears to work fine to the end user. the code compensates for its errors.
_____________________________________________
hiya...I'm Flora Legacy...pleased ta meetcha.
<a href="http://www.anime-planet.com/users/mmd123/forumsig"><img alt="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" title="mmd123's anime, manga, reviews, recommendations, blogs and lists at Anime-Planet" border="0" src="http://www.anime-planet.com/users/images/signatures/mmd123.jpg" /></a><br /><font size="1"><font color="SlateGray">Anime-Planet.com - <a target="_blank" href="http://www.anime-planet.com/anime/">anime</a> | <a target="_blank" href="http://www.anime-planet.com/manga/">manga</a> | <a target="_blank" href="http://www.anime-planet.com/reviews/">reviews</a></font></font>