Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/libraries/core

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10466   9 years landauf added static assertions to validate the type of certain templates
(edit) @10464   9 years landauf define ScopeID as integer constants instead of an enum. this allows to …
(edit) @10463   9 years landauf removed unnecessary instance counts. creation of scopes is strictly …
(edit) @10462   9 years landauf some refactoring in ScopeManager. made it a singleton and added functions.
(edit) @10461   9 years landauf moved ScopeManager into separate class
(edit) @10460   9 years landauf StaticallyInitializedScopedSingletonWrapper registers …
(edit) @10459   9 years landauf wrap ScopedSingletonWrapper in a …
(edit) @10458   9 years landauf renamed ScopedSingletonManager to ScopedSingletonWrapper. removed …
(edit) @10422   9 years landauf details
(edit) @10419   9 years landauf added destroyLater() to Destroyable. This will destroy the object …
(edit) @10418   9 years landauf improved documentation
(edit) @10413   9 years landauf use the generic UpdateListener interface to receive calls to …
(edit) @10412   9 years landauf fixed crash: apparently these static maps get initialized later now …
(edit) @10407   9 years landauf moved Scope and ScopedSingletonManager from util to core. TODO I had …
(edit) @10405   9 years landauf fixed some TODOs in tests and code by using the new unload() function
(edit) @10404   9 years landauf added unload() function to StaticallyInitializedInstance
(edit) @10403   9 years landauf added function to destroy the class hierarchy (i.e. reset all …
(edit) @10400   9 years landauf fixed tests. however there are some open issues: - the …
(edit) @10399   9 years landauf use typeid(T) instead of typeid(T).name() to identify a class. this …
(edit) @10396   9 years landauf detail
(edit) @10395   9 years landauf create and initialize Identifiers explicitly via registerClass(). …
(edit) @10392   9 years landauf Loader is now a singleton instead of a static class. fixes issue with …
(edit) @10381   9 years landauf removed check from r10379 again
(edit) @10380   9 years landauf registered missing classes. WorldEntityCollisionShape is the only …
(edit) @10379   9 years landauf check if all classes are registered
(edit) @10377   9 years landauf added a check which tries to detect wrongly configured class hierarchy …
(edit) @10376   9 years landauf added helper function to reduce code duplication
(edit) @10375   9 years landauf trying to keep the correct order of parents
(edit) @10374   9 years landauf added flag to define if a class should be used as a virtual parent …
(edit) @10373   9 years landauf detail (re-ordered functions)
(edit) @10372   9 years landauf use lists instead of sets to store parent identifiers. this allows to …
(edit) @10371   9 years landauf trying to make the initialization of parents of an identifier better …
(edit) @10370   9 years landauf more checks.
(edit) @10367   9 years landauf removed some functions which were (almost) unused
(edit) @10366   9 years landauf found a better solution to find identifiers that don't belong to the …
(edit) @10365   9 years landauf fixed tests, added more output
(edit) @10364   9 years landauf only check class hierarchy in dev mode
(edit) @10363   9 years landauf bugfix: class hierarchy wrongly considered the classes of nested …
(edit) @10362   9 years landauf use static identifier initializer to store the inheritance definition …
(edit) @10361   9 years landauf added run-time check for class hierarchy
(edit) @10360   9 years landauf wrap Identifiers in a StaticallyInitializedInstance. doesn't do a lot …
(edit) @10358   9 years landauf removed int constructor & assignment-operator from WeakPtr and SmartPtr
(edit) @10355   9 years landauf don't forget to register new commands (fixes 'alias' command)
(edit) @10354   9 years landauf moved code from static initializer into new function in …
(edit) @10353   9 years landauf detail
(edit) @10352   9 years landauf wrap ConsoleCommands in StaticallyInitializedInstances
(edit) @10348   9 years landauf removed unnecessary helper functions
(edit) @10347   9 years landauf moved console command macros to a new file (ConsoleCommandIncludes.h)
(edit) @10346   9 years landauf moved static contents from ConsoleCommand to ConsoleCommandManager
(edit) @10345   9 years landauf wrap CommandLineArguments in StaticallyInitializedInstances
(edit) @10344   9 years landauf remove and destroy StaticallyInitializedInstances
(edit) @10343   9 years landauf moved CommandLineParser into separate subfolder
(edit) @10342   9 years landauf added helper class for module initialization
(copy) @10328   9 years landauf created branch to work on new core features
copied from code/trunk/src/libraries/core:
(edit) @10298   9 years landauf fixed potential crash during level-unloading: Namespace is a context …
Note: See TracRevisionLog for help on using the revision log.