aaps

Results 8 issues of aaps

Traceback (most recent call last): File "demo.py", line 118, in position=(100, 100), File "demo.py", line 65, in **init** self.default_image = pygame.image.load(default_image).convert_alpha() pygame.error: Couldn't open input.png

There is a beginning of facility's for planets and structures, this has to be enhanced and extended. Facility's like: bars, trading hubs, shop, re-fitter, smelter, etc. All these need Agent...

enhancement

we could use a power management system to have the possibility to overpower the weapons in a fight or overpower the engines in a flight. Also shields, sensors etc

enhancement

the collision checking structure could use some refactoring. there is still to much of the collision checking in starsystem.py, more splitting out over the responsible classes.

enhancement

in the past every class was dependent on the game class this has improved but there is still to much hard coupled code, this need to be refactored in a...

enhancement

transfters via gateway in the same starsystem will work but will, will this also work for gateways in different starsystems have not yet been tested.

question

A quad tree for collision checking would speed up things alot.

enhancement

often classes have global variables, there is a lot of the classes cleaned up now, it is workable now but there is still alot of classes to clean up.

enhancement