Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Custom Query (296 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (13 - 15 of 296)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Owner Reporter Resolution Summary
#68 patrick, bensch, chris bensch fixed LevelLoader
Description

LEVEL-LOADER

a Levelloader has been implemented . now the important thing is to integrate it into the whole Game

ie.

  • Write class-constructors
  • test them :)
  • Write level-File
  • Find a suitable Documentation Method for all the options of different Factories
  • document them
#130 bensch bensch fixed port to std::string
Description

Usage of const char* is dangerous

millions of times, we ran into the char deallocation/allocation-debug stuff problems…

At least in the main Classes: port to std::string:

meaning:

  • BaseObject
  • PRINTF()("THIS WOULD BE PAIN);
  • SHELL
  • and much more.
#142 patrick bensch fixed Dynamic ClassID
Description

ClassID is hart to create and debug

ClassID's should be generated on the Fly and totally automatically.

Important:

  1. Fast
  2. Nice :)
  3. Derivations should be considered
  4. isA operator MUST work
  5. no mixes beneth classes.

implementation

  • Find an Algorithm, that splits All the Classes and Derivates into possible categories
  • Take as little time and resources as possible for it.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Note: See TracQuery for help on using queries.