benstreb / RPGme

Turning me into an RPG since 2013
GNU General Public License v3.0
0 stars 1 forks source link

use/sell are now switched on the inventory menu for some reason, but the graphic isn't #28

Closed PandaCodeMaster closed 10 years ago

PandaCodeMaster commented 10 years ago

This is a bug with Kevin's Commit: 472ae60f28b4e78d110af46884ddc0b19e56aeaa "Floor displayed on action bar, format polish, cheat added

If you type in "cheat" as a quest name and hit enter, you will have stats
buffed. (The cheat string could probably be changed into something more
cryptic.) This cheat was created for easier debugging.

Upon getting high stats,I'm noticing problems on small screen sizes where
number text views are being cut off. Not sure how much of a problem this
would be.

The biggest problem I'm seeing is that the action bar title is cut off on small
screens when your health gets sufficiently large (i.e. triple digets).

" I reverted this commit and it worked as expected. Something weird happened here.

ghost commented 10 years ago

I'm on latest version. This problem seems to be gone. Is it still there on yours?

PandaCodeMaster commented 10 years ago

No, but your xml changes are reverted I think in the latest version, I think. Please take a look and see if your changes are still in.

PandaCodeMaster commented 10 years ago

Yeah, if you look at gitk there's a revert in the tree leading to the Master branch.

PandaCodeMaster commented 10 years ago

I pushed the revert because it introduced the described bug.

ghost commented 10 years ago

The problem was fixed. New commit that reverts the revert, then fixes the issue. Closed.