FeedBack & Bugs | Your ideas are important

The next generation of server controlling with clean and powerful user interface

Moderators: oliverde8, reaby, NADEO

Post Reply
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

samp wrote:Equal records issue still exists in 0.9.6
The one who drove the record first should be first.
Now it seems to be random.
Seems like there is no date included in the sorting algorithm?
I add this to the todo list,

Actually I think I fixed it when the records are loaded from the database but when not when they are sorted during the race.
We don't sort arrays for performance reasons during the race the new values are inserted to the correct place in the array. Average complexity is n/2 insteand of n*ln(n) but thing like this is harder to fix :roflol:

Edit: For information the ticket => https://github.com/eXpansionPluginPack/ ... issues/117
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
samp
Posts: 76
Joined: 03 Mar 2013, 20:29

Re: FeedBack & Bugs | Your ideas are important

Post by samp »

oliverde8 wrote:
samp wrote:Equal records issue still exists in 0.9.6
The one who drove the record first should be first.
Now it seems to be random.
Seems like there is no date included in the sorting algorithm?
Actually I think I fixed it when the records are loaded from the database but when not when they are sorted during the race.
Actually seems to be the opposite:
It was in the beginning of the map so I guess loaded from the database.
Earlier when driven live the order was correct.
The_Big_Boo
Posts: 1026
Joined: 15 Jun 2010, 15:46

Re: FeedBack & Bugs | Your ideas are important

Post by The_Big_Boo »

oliverde8 wrote:We don't sort arrays for performance reasons during the race the new values are inserted to the correct place in the array. Average complexity is n/2 insteand of n*ln(n) but thing like this is harder to fix
The correct place to insert it would be after identical times then, isn't just a matter of comparison operator in your loop?
OS: Win 7 Pro x64
RAM: 2x4GB Corsair @ 1600MHz
CPU: Intel i5 760 @ 3.6GHz
Mobo: Asus P7P55D-E
GPU: NVidia GTX 760 2GB
HDD: WD Black 1TB
Sound: VIA VT1828S (onboard)
Peripherals: Razer DeathAdder - Razer DeathStalker - Logitech F310
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

The_Big_Boo wrote:
oliverde8 wrote:We don't sort arrays for performance reasons during the race the new values are inserted to the correct place in the array. Average complexity is n/2 insteand of n*ln(n) but thing like this is harder to fix
The correct place to insert it would be after identical times then, isn't just a matter of comparison operator in your loop?
It is the other way around we start from the old position of the player and go to the better ones, that way we can move the elements in the array down of one place as we do loop on the worse elements and we looop only on the elements that needs an update anyway. It is that complicated to fix I just need to have my head clear as last time I tried to change something I broke it :roflol: I can just do it in 10 minutes but I need to be able to pass more time for if things go wrong
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
samp
Posts: 76
Joined: 03 Mar 2013, 20:29

Re: FeedBack & Bugs | Your ideas are important

Post by samp »

Hello,
Not sure if this is fixed already in 0.9.7 but reporting anyway:
The track list (/list) seems to have wrong record (your position) on random tracks or it's outdated.
Seems like it does not update when you improve your record position (or others improve and you lose positions).
samp
Posts: 76
Joined: 03 Mar 2013, 20:29

Re: FeedBack & Bugs | Your ideas are important

Post by samp »

Okay now with 0.9.7 (and I think this issue was in 0.9.6 also):
The checkpoint comparison to your PB does not update if you drive better time on the same map. It still compares to your old PB.

Good job with 0.9.7, running smoothly now :thumbsup:
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

hi, thanks a lot.

I will check both bugs you reported, thanks for your support :D
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
chipo89
Posts: 26
Joined: 21 Jul 2014, 16:25

Re: FeedBack & Bugs | Your ideas are important

Post by chipo89 »

yo how are you?

I wanted to say that for 1 or 2 days the mod plugin does not work
I tried with several mod
oliverde8
Posts: 1286
Joined: 16 Jun 2010, 07:33
Location: in a Blue Box

Re: FeedBack & Bugs | Your ideas are important

Post by oliverde8 »

Hi good thank you and you?

Can you give us some more information about what you did exactly? Any setting change? We didn't change the code since release on Thursday, it might be a setting you changed.
Image
Developper for The next generation, Clean and Powerfull controller eXpansion for your SM & TM server . Working on eXpansion² with full MP4 support and many other awesome features...
chipo89
Posts: 26
Joined: 21 Jul 2014, 16:25

Re: FeedBack & Bugs | Your ideas are important

Post by chipo89 »

i have update eXpansion
and my mod work in editor map
no error
Post Reply

Return to “eXpansion”

Who is online

Users browsing this forum: No registered users and 0 guests