Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/libraries/core/Core.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10550   9 years landauf use try-catch in inner function
(edit) @10549   9 years landauf renamed variable. it's the library's name (e.g. libpong) and not the …
(edit) @10547   9 years landauf added support for plugins in the buildsystem. plugins are like …
(edit) @10544   9 years landauf fixed tests
(edit) @10543   9 years landauf create and destroy root-context in a controlled manner
(edit) @10542   9 years landauf clean and explicit setup/shutdown of singletons that are used by …
(edit) @10540   9 years landauf moved DynLib and DynLibManager into module sub-directory
(edit) @10535   9 years landauf statically initialized instances are now registered with a type. …
(edit) @10532   9 years landauf use CoreStaticInitializationHandler to initialize core instances
(edit) @10531   9 years landauf added draft for StaticInitializationHandler
(edit) @10530   9 years landauf statically initialized instances may contain a type. currently not used.
(edit) @10527   9 years landauf unload modules, unload and destroy all statically initialized instances
(edit) @10525   9 years landauf unload debug overly while unloading graphics
(edit) @10524   9 years landauf unload graphics when the game exits
(edit) @10520   9 years landauf StaticallyInitializedInstances are now responsible to delete the …
(edit) @10518   9 years landauf load modules AFTER core was initialized. load each module with a …
(edit) @10509   9 years landauf moved static application paths (root, executable, modules) into new …
(edit) @10484   9 years landauf made ConsoleCommandManager a singleton.
(edit) @10483   9 years landauf avoid dependency on IdentifierManager for as long as possible
(edit) @10480   9 years landauf removed dependency of Language on CoreConfig.
(edit) @10479   9 years landauf moved config values and all related functions from Game and Core to …
(edit) @10464   9 years landauf define ScopeID as integer constants instead of an enum. this allows to …
(edit) @10462   9 years landauf some refactoring in ScopeManager. made it a singleton and added functions.
(edit) @10459   9 years landauf wrap ScopedSingletonWrapper in a …
(edit) @10458   9 years landauf renamed ScopedSingletonManager to ScopedSingletonWrapper. removed …
(edit) @10413   9 years landauf use the generic UpdateListener interface to receive calls to …
(edit) @10407   9 years landauf moved Scope and ScopedSingletonManager from util to core. TODO I had …
(edit) @10392   9 years landauf Loader is now a singleton instead of a static class. fixes issue with …
(edit) @10362   9 years landauf use static identifier initializer to store the inheritance definition …
(edit) @10352   9 years landauf wrap ConsoleCommands in StaticallyInitializedInstances
(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) @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/Core.cc:
(edit) @9667   11 years landauf merged core6 back to trunk
Note: See TracRevisionLog for help on using the revision log.