1.11 bugs / stuff that needs changing

Old stuff, just for reference

Moderator: Joe M.

1.11 bugs / stuff that needs changing

Postby Cagen » Sun Nov 09, 2008 1:07 pm

New Bugs/Issues

  • The item properties box lists the last selected item (in the inventory and drop menus) when you reopen them, even if you have no items)
  • Chat log could be a tad darker, though still transparent.
  • If you scroll through the items listed in the bazaar after buying one (thus changing the list), it displays the details of the item above the one the cursor is hovering over on items that were listed after the one you bought.
  • Every time I login/logout (or exit/restart) the game the default system keys get reset: D to drop, S to stats, etc. Is this fixed?
  • Strange behavior I have been unable to replicate: Took all my equipment off, put it back on all nice and ordered, and then tried to add a second set of Greaves. The Greaves were moved to the bottom of my unequipped items list when they failed to equip (as expected, though it'd be nice if they stayed put), but also, my Shrubbery was removed from my equipped items and also put at the bottom of my unequipped items list.

Bugs carried over from 1.10

  • Delete character does not work.
  • Inventory scroll bar does not reset to the top after you close and reopen the inventory window (the actual inventory does however).
  • Mace still has no stats, haha.
  • Day/Night cycle too quick (should be hourly or bi-hourly) and the transition between night and day has a sudden jump to maximum brightness. It also appears to be client side so everyones is different (not so much a bug but if the time of day in game was going to relate to game play it would be a problem [think opening shrines at midnight on Xen]). The light cycle has been removed temporarily.
  • /respawn can respawn you off the safety square. (Obviously not being left in the final build so a non issue really)
  • Female giants have increased in size causing the gear on them to not display properly, helms and shields are off center.

Stuff that needs changing/adding

  • Your items which are in the Bazaar need to have a darker green colour, it is hard to distinguish between the white and the green.
  • Scroll wheel should scroll through inventory.
  • Updater should tell the user they have the most up to date client if this is true.
  • When in the Drop menu, ESCAPE logs character out instead of exiting the menu.
  • Inventory does not remain sorted through login/logout.
  • Also, the readme needs to be fixed. Right now it still instructs the player to press enter to bring up the menu. And it might help to begin the filename with an underscore, so that it shows up on the *top* of an alphabetized list, not at the bottom underneath all the debug logs.

Bugs/Issues Karl knows about at implementation

  • Having the player chat log up while bringing up another dialog box doesn't close the chat log
  • Player movement is a little fux0red...it seems you move a step or two past where you want to go when you move.
  • Monsters spawn in weird areas. I know how it's happening, but it's not mission critical so I haven't fixed it yet.
  • Map allows you to travel outside its boundaries into the "void"
  • I think sound got turned off somehow (at least it doesn't play on my computer) Sound is very sporadic, spells seem to have no sound but monsters make occasional attacking sounds.
  • The stats screen is messed up. You can't add ability points anymore. I need to redo that screen completely anyway--it was just thrown together at the last minute many updates ago.
  • To see how much gold you have, you have to open the bazaar. I think this should display in your inventory as well. It should.

Old bugs which need testing

  • Aspect ratio not correct for widescreen play. It looks fine i think until i log in to the character. But after i log in i can definatly tell that the resolution is not working properly. I have it set to 1280x800 and fullscreen. But it looks like its just stretching 800x600.
  • Once you select a character all the text boxes go blank (this only happens on ONE of my accounts and not the others, it doesn't matter which character I choose from that account they all cause it). If you exit to the account log in screen nothing in functional and there is no text on the screen. Other people have had this happen with different criteria.
  • The dynamic lighting doesn't effect animated models.
Last edited by Cagen on Thu Nov 13, 2008 8:51 am, edited 4 times in total.
Image
User avatar
Cagen
Sheriff
Sheriff
 
Posts: 155
Joined: Thu Aug 28, 2008 2:43 am

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Sun Nov 09, 2008 5:41 pm

Thanks for this :D

About the lighting: have you tried setting f1=1?
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Re: 1.11 bugs / stuff that needs changing

Postby Cagen » Mon Nov 10, 2008 9:10 am

Yep but I can't actually tell because you removed the light cycle.
Image
User avatar
Cagen
Sheriff
Sheriff
 
Posts: 155
Joined: Thu Aug 28, 2008 2:43 am

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Mon Nov 10, 2008 12:24 pm

Oh...right! :P

Have you gone looking for skeletons? If they are not walking around with a missing leg, lighting appears to work on your computer.
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Mon Nov 10, 2008 4:19 pm

(editing my various comments together into this one ...)
Comments/Bugs related to the Bazaar system.

* Every time I login/logout (or exit/restart) the game the default system keys get reset: D to drop, S to stats, &c.

* Inventory does not remain sorted through login/logout.

* FPS counter? Is there one, and if not, could you please implement one?

* Also, the readme needs to be fixed. Right now it still instructs the player to press enter to bring up the menu. And it might help to begin the filename with an underscore, so that it shows up on the *top* of an alphabetized list, not at the bottom underneath all the debug logs.

* Strange behavior I have been unable to replicate: Took all my equipment off, put it back on all nice and ordered, and then tried to add a second set of Greaves. The Greaves were moved to the bottom of my unequipped items list when they failed to equip (as expected, though it'd be nice if they stayed put), but also, my Shrubbery was removed from my equipped items and also put at the bottom of my unequipped items list.

* The stats screen really is messed up. I was clicking around re-arranging inventory items, and one of the times I entered the stats screen, I was able to add my level point:
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Mon Nov 10, 2008 7:12 pm

Haha uh...weird!

I think a lot of these problems have to do with how the GUI is set up in code. Although the GUI core component system is fabulously designed (at the risk of sounding a bit conceited) the system that wraps around it to create a whole menu is something of an abomination. Here's a brief explanation:

The inventory re-sorts when you log out because the ordering of the inventory is entirely managed by your client, and it doesn't save inventory order between sessions.

Whenever you click an item to move it from your inventory to equipped (or the reverse), the system marks it as "changed". "Changed" items are sorted to the end of the list. In this way, if you click repeatedly in your inventory it will just cycle through all of the items in your inventory and try to equip them. This serves a dual purpose: (1) it makes new items show up at the end of the list, and (2) it prevents you from accidentally clicking an item twice. Because there is server lag and your inventory isn't updated until the server says it's OK (the client has no notion of what is "allowed" to be equipped), if this didn't happen then you could easily click an item twice and it would equip, then unequip due to this lag. It's very annoying, so I fixed it using this method. That's probably more than you wanted to know.

FPS counter: yes it's implemented (FPS is dynamically adjusted) but it isn't displayed. Why do you want one?

The system keys should be fixed as of the latest update--have you downloaded it using the launcher?
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Mon Nov 10, 2008 8:37 pm

Thanks for the explanation. Makes sense. There's still the question of the Shrubbery being unequipped.

I would like to see an FPS counter so that I know how changing resolutions, doing a lot of stuff simultaneously, &c. affects how the game runs. For example, when I set the game to a higher resolution, I notice some difference, but I can't quantify it.

I have the latest update, but it isn't helping my system key problem: every time I log out they reset.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Mon Nov 10, 2008 9:11 pm

* When in the Drop menu, ESCAPE logs character out instead of exiting the menu.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Mon Nov 10, 2008 10:03 pm

To assign points, bring up the stat screen, exit, and immediately bring it up again. That seems to work.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Wed Nov 12, 2008 12:24 am

The item properties box lists the last selected item (in the inventory and drop menus) when you reopen them, even if you have no items)

* Related to this: In the drop menu, I click an item, and it drops, but the description doesn't refresh until I move my mouse (though the item over which the cursor is hovering is now a different one).

Also, these errors showed up in my debug log (don't know if they're important, but I thought you'd like to know ...),
The first two lines were repeated many times, the others showed up from time to time:
.\animatedmeshcontroller.cpp(442): [ERROR] Invalid animation for this skinned mesh; different number of skeletal frames
.\stateworldmain.cpp(779): [INFO] BLOCK!!!!
...
.\bazaardisplay.cpp(86): [ERROR] CONFIRM( owner_->display_mode_ == BAZAAR_MODE_LISTFORSALE )
...
.\actors.cpp(439): [WARNING] Actor 2914 doesn't exist and couldn't be destroyed
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Wed Nov 12, 2008 6:35 am

Those errors should not affect anything. The animation one is a bit weird, but it doesn't hurt anything.
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Re: 1.11 bugs / stuff that needs changing

Postby Sankt Pauli » Wed Nov 12, 2008 9:03 am

Let me correct you, female giants have increased in size. I met a female giant who was waaay larger than my male giant. :p
Sankt Pauli
Sheriff
Sheriff
 
Posts: 167
Joined: Mon Sep 03, 2007 9:48 am
Location: Germany

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Wed Nov 12, 2008 10:00 am

Sankt Pauli wrote:Let me correct you, female giants have increased in size. I met a female giant who was waaay larger than my male giant. :p


Haha yeah I noticed that.
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Re: 1.11 bugs / stuff that needs changing

Postby Sankt Pauli » Wed Nov 12, 2008 10:34 am

:p
I noticed another thing: monsters seem to give less xp. The non-prefix dervali give around 100 xp each, i'm not sure but i remember it being more.
Oh, and as news from the dropping front: Body armors drop now like crazy to me, but i haven't found a single shield or helmet (neither newb ones nor better ones).
Sankt Pauli
Sheriff
Sheriff
 
Posts: 167
Joined: Mon Sep 03, 2007 9:48 am
Location: Germany

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Wed Nov 12, 2008 12:38 pm

I haven't found any shields or helmets either. Granted, I'm still hunting mostly trolls, but really? The crawlers, though, are quite a grab-bag: found a Bone Cleaver on one yesterday, and every once in a while a Russet Rapier will pop up.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Wed Nov 12, 2008 3:36 pm

A strange bug that I experienced a while back. I figured it was an anomaly or was ironed out with updates, but yesterday I was talking to Doc Holliday in-game and he described the same thing:

For no apparent reason, my character suddenly became super-fast. We're talking skittering across the screen faster than the fastest gas. This lasted for a while and made hunting very easy, but then ceased--I can't recall whether it was log-off or death that ended it for me, but for Doc it was log-off.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Wed Nov 12, 2008 7:32 pm

Well well....that certainly is weird! Were you able to control your movement, or did it just jerk from place to place?

It seems like something overwrote your character's speed--usually, only enchantment spells can do this. If it happens again, please try to remember what you were doing :D
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Wed Nov 12, 2008 8:15 pm

I was perfectly in control of my character for the whole time.

And I have no idea what I was doing that could have triggered it. But if it every happens again, I'll let you know.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Cagen » Thu Nov 13, 2008 8:44 am

This happened to me earlier also. I was going into and out of gas fairly rapidly when it occurred, not sure if this is a condition for it though. It ended when I died.
Image
User avatar
Cagen
Sheriff
Sheriff
 
Posts: 155
Joined: Thu Aug 28, 2008 2:43 am

Re: 1.11 bugs / stuff that needs changing

Postby Burnt Ferret » Fri Nov 14, 2008 12:19 am

It was great while it lasted though! Haha. Yeah, basically it was just as if you had a huge increase in movement speed, though i saw no increase in attack speed.
Burnt Ferret
Sheriff
Sheriff
 
Posts: 120
Joined: Sat Sep 20, 2008 12:34 pm

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Tue Nov 25, 2008 11:56 pm

A few things:

Bazaar:
* Was able to buy with one character from another character on the same account. I'm not sure whether we're supposed to be able to do this, but I do know that last time I tried it wouldn't let me. I did receive the cash.
* Was unable to list more than one item for sale. Given the numerous problems I've come across trying to sell in the bazaar, a wholesale review might be in order.

Other:
* Items boosting max MP all list +0.
* Another animation weirdness:
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Wed Nov 26, 2008 6:38 am

Yeah, the bazaar seems to be quite buggy. After I redo the combat and magic systems, I'll be revamping it to work differently. Could you give me some ideas on how it might be done better?
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Wed Nov 26, 2008 1:23 pm

A different layout would be good. Right now the big irritation is flipping between screens: after listing an item, you can't tell whether it actually made it to the listing or not unless you flip to the "view sales" list.

Other things:
* When you click an item to list, have the price box ready to type, so that a player doesn't have to click it with the mouse first. The price entry screen could take the righthand box, while leaving the lefthand one to your listed sales.

* Page, don't scroll, through item lists.

Layout:
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Joe M. » Wed Nov 26, 2008 1:29 pm

(1) When you first open the Bazaar.
(2) When you click "List for Sale."
(3) When you click an individual item.
User avatar
Joe M.
Developer
Developer
 
Posts: 996
Joined: Sat Mar 04, 2006 10:14 am
Location: Texas

Re: 1.11 bugs / stuff that needs changing

Postby Karl G. » Wed Nov 26, 2008 4:57 pm

Hehehe...I like the paint-ness of it :D

I like this design a lot more than the current one--but why does the "your own sales" switch sides between (1) and (2),(3) ?



Also, another update: I'm still truckin' along on the magic system, and it's almost to the testing stage! W00t!!
User avatar
Karl G.
Lesser Spirit
 
Posts: 2453
Joined: Sat Mar 04, 2006 10:26 am

Next

Return to Archive (Before Alpha 2)



Who is online

Users browsing this forum: No registered users and 1 guest