[Super-tux-devel] today's CVS commit
Brought to you by:
wkendrick
From: Tobias <tob...@gm...> - 2004-01-20 22:32:20
|
hi all, I fixed a few bugs, so that it's possible to play a bit again. The most hated bug stays. :) More important is the removal of static sized arrays and the replacement with dynamic arrays (a very simple implementation doing it's job :) ). This means, that we can have an unlimited number of bad guys in a level for example and if there are only 7 badguys in a level, only the space for 7 badguy objects will be allocated. These things can change on demand now. Moreover I did a few code cleanups. Here is still MUCH to do. The most noticeable one is the launch of the base_type, which makes all types using it suitable for certain functions. Greetz... Tobias Gläßer -- |