Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core7/src/modules

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10571   9 years landauf BaseObject returns plain pointers instead of StrongPtrs for Namespace, …
(edit) @10559   9 years landauf these two classes used pointers to weakptrs - why? just use normal …
(edit) @10558   9 years landauf no need to call get() on Weak or StrongPtr. they are automatically …
(edit) @10557   9 years landauf cleanup: no need to pass/return WeakPtrs to/from functions. normal …
(edit) @10555   9 years landauf renamed SmartPtr to StrongPtr (now we have weak and strong pointers)
(edit) @10509   9 years landauf moved static application paths (root, executable, modules) into new …
(edit) @10478   9 years landauf callStaticNetworkFunction() and callMemberNetworkFunction() are now …
(edit) @10465   9 years landauf moved macro ans helperfunction from NetworkFunction.h to …
(edit) @10464   9 years landauf define ScopeID as integer constants instead of an enum. this allows to …
(edit) @10459   9 years landauf wrap ScopedSingletonWrapper in a …
(edit) @10458   9 years landauf renamed ScopedSingletonManager to ScopedSingletonWrapper. removed …
(edit) @10417   9 years landauf moved destruction of bullet collision shape to ~CollisionShape(). …
(edit) @10411   9 years landauf removed unnecessary macro + static variable
(edit) @10407   9 years landauf moved Scope and ScopedSingletonManager from util to core. TODO I had …
(edit) @10380   9 years landauf registered missing classes. WorldEntityCollisionShape is the only …
(edit) @10362   9 years landauf use static identifier initializer to store the inheritance definition …
(edit) @10357   9 years landauf don't include CoreIncludes.h in *.h files
(edit) @10350   9 years landauf removed hack
(edit) @10348   9 years landauf removed unnecessary helper functions
(edit) @10347   9 years landauf moved console command macros to a new file (ConsoleCommandIncludes.h)
(copy) @10328   9 years landauf created branch to work on new core features
copied from code/trunk/src/modules:
(edit) @10318   9 years smerkli fixed destructor (during class hierarchy initialization)
Note: See TracRevisionLog for help on using the revision log.