Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2809


Ignore:
Timestamp:
Mar 21, 2009, 3:14:46 PM (15 years ago)
Author:
landauf
Message:

reverted commit 2782 which was:

Another 15% performance boost in dedicated mode, 30 bots, no clients.
I hope this is not such a big problem if the 5 most important ticks don't use SUPER.

There are two reasons for the reverting:
1) We can't just remove SUPER in the currently most important classes, this will change over time and we need a general solution for the (indeed noticeable) performance problem. Until then we keep is as consistent as possible.

2) SpaceShip inherits from Pawn and not from ControllableEntity… that's why shooting didn't worked after r2782. In fact that's exactly why we use SUPER.

Location:
code/trunk/src/orxonox/objects
Files:
5 edited

Legend:

Unmodified
Added
Removed
Note: See TracChangeset for help on using the changeset viewer.