issues
search
Plastix
/
PixelPilot
A top down dogfighting game with pixel graphics.
0
stars
0
forks
source link
Optimize for efficiency on mobile
#70
Closed
JEphron
closed
9 years ago
JEphron
commented
9 years ago
Fixed many garbage collection leaks
Made the Quadtree's
get
take a callback to which it will report actors (removed array creation)
Added actor culling based on camera viewport
Removed useless utilities
Fixed inner static enum bug with behaviors
Plastix
commented
9 years ago
:+1: rebase and merge!
get
take a callback to which it will report actors (removed array creation)