You might struggle using another thread as it still needs to access all the objects on the main thread. It would require quite a structural change to the core code to do that. The only way I can think of at the moment is if you make a copy of the objects before the DB save. But that is going to...
That definetly sounds like the DB save. It does an object lock while it saves all of the accounts and their objects. Which is a lot of data if there are 400 players online.
Try this:
Select TOP 10 FLD_CHARACTER, FLD_POINT FROM TBL_Reputacja
Order by FLD_POINT desc
It will order your top 10 by the FLD_POINT value in decending order. So the highest points will be at the top.
Unfortunetly that would never work. As the saying goes "Too many cooks spoil the broth".
You would have too many conflicting ideas and there would be no standards in the code and content.
Ah ok. I remember adding it to my source whilst I was working on converting stuff to SQL so I might have done the bad developer thing and added it without testing it.
I can't seem to find the post anywhere sorry. When I get home I will have a look at my source and go through all my changesets to see where I added it.
It is something to do with font scaling.
EDIT:
I found it:
https://www.lomcn.org/forum/showthread.php?100014-DPI-Scaling-fix
That took some...
Ah of course. You have to have the DevExpress package installed on your machine. I should already know this as I use it lol.
I find DevExpress really useful when I need to use grids and layout controls. Saves loads of time. But I also find it can make an application slow in some places if you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.