Reporting bugs ?

Open discussion forum. For topics that do not fit anywhere else.
Post Reply
OWHorus
Grandmaster Poster
Posts: 106
Joined: Sat Feb 04, 2006 1:24 pm

Reporting bugs ?

Post by OWHorus »

Hello,

where can I put bug reports? The boards for this seem to be closed and I cannot find the bug tracker, if there is any...

I have a rather severe problem with POL 0.98.2 (which is the current stable version) and the same problem seems to be in POL 0.99 too.

The problem comes from a change by Nando:
02-26-2009 Nando:
Fixed: Bug where a player / npc moving in a diagonal direction 'd' wasn't blocked by
items on direction 'd+1' and 'd-1'. (For example, moving in direction NE while
having items blocking on N and E was allowed by core, while disallowed by client)

As it seems, this works - but the function 'NPC::CanMove()' was not fixed too, so it returns a wrong result (it says the move is possible, but using NPC::move() fails in this case. Worse - the path-finding was not changed as well! It delivers paths through such places, which cannot be walked. So either Nandos change should be undone or (better) the function CanMove and the path-finding should be fixed.

Another question: Is it possible to download the source for 0.98.2?

Thanks

OWHorus
RusseL
Forum Regular
Posts: 375
Joined: Fri Feb 20, 2009 8:30 pm

Re: Reporting bugs ?

Post by RusseL »

yeah +1.

how can i disable this feature? i needn't it....
Post Reply