 |
 |
 |
HentaiVerse Persistent Update 90 |
|
Aug 2 2022, 10:39
|
Shank
Group: Global Mods
Posts: 9,120
Joined: 19-May 12

|
QUOTE(Tenboro @ Aug 2 2022, 08:31)  Hmm. I think I see what you mean, and I made a small fix to the itemlist filtering that should improve the behavior when an item gets removed from the list while you are looking at it. Let me know if that fixed it for you.
That's working great now, thanks! This post has been edited by Shank: Aug 2 2022, 10:39
|
|
|
|
 |
|
Aug 2 2022, 20:29
|
Necromusume
Group: Catgirl Camarilla
Posts: 6,851
Joined: 17-May 12

|
QUOTE(Tenboro @ Aug 2 2022, 08:31)  Since the trade log is basically a credit transfer between two accounts, having it as + or - doesn't make any sense. It's + or - to your market balance. If I come in in the morning and my market balance is way down, reading down the rightmost column doesn't tell me where to look for the significant buy orders that went through without having to constantly look back and forth between the Seller column, to find the direction of the transfer, and the Total column, to find the amount. QUOTE(Tenboro @ Aug 2 2022, 08:31)  Yeah, that makes sense. Should be added now. Thanks. This post has been edited by Necromusume: Aug 2 2022, 20:47
|
|
|
|
 |
|
Aug 2 2022, 23:34
|
mathl33t
Group: Gold Star Club
Posts: 1,079
Joined: 9-April 19

|
This might be really old, but selecting my title as "level default" puts me as Lord instead of Dovahkiin, which is the title matching my level.
|
|
|
Aug 3 2022, 00:23
|
uareader
Group: Catgirl Camarilla
Posts: 5,592
Joined: 1-September 14

|
QUOTE(mathl33t @ Aug 2 2022, 23:34)  This might be really old, but selecting my title as "level default" puts me as Lord instead of Dovahkiin, which is the title matching my level. According to the wiki, Lord is the maximum title unlocked by level. All others require to complete a specific arena challenge in addition. So maybe it's normal. QUOTE(Tenboro @ Aug 2 2022, 10:31)  Probably not, it's not really necessary and I'd rather not add unnecessary clutter. Then how about making it work like for equipment: if hovering the name and pressing C, it open in a popup (instead of a tooltip whose location to appear in is the issue I guess) ?
|
|
|
|
 |
|
Aug 6 2022, 22:35
|
SPoison
Group: Gold Star Club
Posts: 4,099
Joined: 20-July 10

|
Don't know if anyone else cares but how about the line with Your Stock/ Market Bid/ Market Ask/ Market Stock is fixed when scrolling, I haven't memorized it yet but thought that would look good.
|
|
|
Aug 8 2022, 05:44
|
kamio11
Group: Catgirl Camarilla
Posts: 1,358
Joined: 6-June 13

|
Can thousands separators be displayed in the data in the order price / market bid / market ask columns on the my buy and sell orders pages of the market?
|
|
|
Aug 8 2022, 09:06
|
Tenboro

|
QUOTE(kamio11 @ Aug 8 2022, 05:44)  Can thousands separators be displayed in the data in the order price / market bid / market ask columns on the my buy and sell orders pages of the market?
The reason they are not is to avoid confusion with the comma separator.
|
|
|
Aug 8 2022, 16:40
|
amaimono
Group: Gold Star Club
Posts: 346
Joined: 10-April 11

|
Any chance for a search feature in the Market? The reasoning being the length of the materials tab and the (presumably) ever growing trophies tab.
EDIT: Thanks for the explanation!
This post has been edited by amaimono: Aug 9 2022, 03:00
|
|
|
|
 |
|
Aug 8 2022, 20:12
|
Tenboro

|
QUOTE(amaimono @ Aug 8 2022, 16:40)  Any chance for a search feature in the Market? The reasoning being the length of the materials tab and the (presumably) ever growing trophies tab.
I considered that, but ditched it for the initial release. Maybe if the list gets long enough. It's pretty easy to do it client-side w/ javascript, but people may or may not want it to affect the navigation between the item pages, so it would potentially add a bit confusion. QUOTE(SPoison @ Aug 6 2022, 22:35)  Don't know if anyone else cares but how about the line with Your Stock/ Market Bid/ Market Ask/ Market Stock is fixed when scrolling, I haven't memorized it yet but thought that would look good.
Possible, sure, but curiously the standard HTML tables don't actually support this so you have to use ugly hacks to make it happen.
|
|
|
|
 |
|
Aug 9 2022, 06:17
|
what_is_name
Group: Gold Star Club
Posts: 992
Joined: 5-May 19

|
QUOTE(Tenboro @ Aug 9 2022, 02:12)  Possible, sure, but curiously the standard HTML tables don't actually support this so you have to use ugly hacks to make it happen.
make some search and there is CODE th { position: sticky; top: 0; z-index: 2; background: #EDEBDF; }
QUOTE(Tenboro @ Aug 9 2022, 02:12)  I considered that, but ditched it for the initial release. Maybe if the list gets long enough. It's pretty easy to do it client-side w/ javascript, but people may or may not want it to affect the navigation between the item pages, so it would potentially add a bit confusion.
maybe ctrl+f is enough for searching in the page
|
|
|
|
 |
|
Aug 9 2022, 10:14
|
Tenboro

|
QUOTE(what_is_name @ Aug 9 2022, 06:17)  make some search and there is CODE th { position: sticky; top: 0; z-index: 2; background: #EDEBDF; }
Yeah, but it's quirky with regards to collapsed border behavior, especially in Firefox. If you put those CSS rules in, you'll notice that the bottom border just disappears, and I haven't been able to coax it into rendering it, even if it's set on the next row. And while it's better in Chrome, even though the border renders while the table is fully scrolled up, the border isn't part of the "sticky" even though it's the th element that has it. Edit: Looks like it's fixable with border-collapse:separate and border-spacing:0. I'll probably put that in then.
|
|
|
|
 |
|
Aug 26 2022, 00:50
|
mr_baka
Group: Catgirl Camarilla
Posts: 1,852
Joined: 5-August 13

|
Hello! Can you please add a digit group separator for the Item Count in the market, as it already is in the Price and Total? For example I want to sell health draught, and I see this quantity buy order: 10000000. Is it 1m? 10m? 100m? I have to sit and count zeros. And with the digit group separator it would be immediately visible.
|
|
|
|
 |
|
Aug 26 2022, 03:14
|
SPoison
Group: Gold Star Club
Posts: 4,099
Joined: 20-July 10

|
QUOTE(mr_baka @ Aug 25 2022, 15:50)  Hello! Can you please add a digit group separator for the Item Count in the market, as it already is in the Price and Total? For example I want to sell health draught, and I see this quantity buy order: 10000000. Is it 1m? 10m? 100m? I have to sit and count zeros. And with the digit group separator it would be immediately visible.
Not sure if it was mentioned but I know some ppl use commas and some use periods, I was thinking just use an extra space, so it's in sets of 3s, feels easy and noticeable.
|
|
|
Sep 11 2022, 18:01
|
nikumiso
Group: Members
Posts: 304
Joined: 27-September 14

|
I would like you to make the picture of Riddlemaster puzzle more easily to recognize. That is hard for me to recognize with human's eye.
My stamina is always red.
|
|
|
Sep 11 2022, 18:07
|
ikki.
Group: Gold Star Club
Posts: 2,990
Joined: 11-October 16

|
i have a problem with captcha. submit button is not active. and after refreshing the page, it sometimes becomes active, and sometimes the captcha just disappears and it seems to me that the game counts it for me as an incorrect answer (although I check the boxes)
|
|
|
Sep 11 2022, 18:48
|
Noni
Group: Catgirl Camarilla
Posts: 13,199
Joined: 19-February 16

|
QUOTE(ikki. @ Sep 11 2022, 18:07)  i have a problem with captcha. submit button is not active. and after refreshing the page, it sometimes becomes active, and sometimes the captcha just disappears and it seems to me that the game counts it for me as an incorrect answer (although I check the boxes)
that's a script error. Update Monsterbation script.
|
|
|
Sep 11 2022, 20:31
|
ikki.
Group: Gold Star Club
Posts: 2,990
Joined: 11-October 16

|
QUOTE(Noni @ Sep 11 2022, 19:48)  that's a script error. Update Monsterbation script.
did not help
|
|
|
Oct 26 2022, 11:35
|
Dead-ed
Group: Members
Posts: 3,577
Joined: 4-March 14

|
*cricket noises*
At the market, please add "all" button to "Sell Count" & "max bid" button to "Ask Price". Add respective buttons too for buying counterpart if possible.
|
|
|
|
 |
|
Oct 27 2022, 06:20
|
Necromusume
Group: Catgirl Camarilla
Posts: 6,851
Joined: 17-May 12

|
QUOTE(Dead-ed @ Oct 26 2022, 09:35)  At the market, please add "all" button to "Sell Count" & "max bid" button to "Ask Price". Add respective buttons too for buying counterpart if possible. These mostly already exist, it's just not mentioned in the interface. All button: Click the line that says "Stock: x + y" Max bid: You can click any price in either column, and it will be copied into the Ask Price and/or Bid Price fields, depending on which one(s) it would be a valid price for. Likewise you can click Min Undercut & Min Overbid. The only one I don't see is a buy all button, you need to manually enter an item count.
|
|
|
3 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
|
 |
 |
 |
|