TeamSweepy / Greywater

Repo for Greywater Isometric RPG
2 stars 0 forks source link

IMPORTANT! java.awt.Point to our own Point2I! #27

Closed Biodiscus closed 10 years ago

Biodiscus commented 10 years ago

Don't forget to pull it! It's better to prevent Point use, from now on we'll use Point2I

Biodiscus commented 10 years ago

https://github.com/TeamSweepy/Greywater/commit/73662378c9988a4fd9c5b5dddb485e16cf9d82f9

Biodiscus commented 10 years ago

I tried to notify everyone, not sure if I succeeded.

Jeremy-Barnes commented 10 years ago

I got the notification.

Does this fix the issue where pathfinding was incredibly slow using Point2I?

Biodiscus commented 10 years ago

I didn't notice any lag running on (800x450).

Jeremy-Barnes commented 10 years ago

Great. I doubt resolution has any impact on pathfinding performance.

I tried a while back to convert our code from Point to Point2I and it was so bad. I must have done something very silly.