Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10566   9 years landauf moved destruction of all level objects from Client to GSLevel. …
(edit) @10565   9 years landauf fixed mapping of FunctionIDs - same reason like for ClassIDs in r10564
(edit) @10564   9 years landauf bugfix: after receiving a ClassID packet, the client erases the list …
(edit) @10562   9 years landauf removed unnecessary code - this is all done by passing the context to …
(edit) @10561   9 years landauf found some unregistered classes
(edit) @10556   9 years landauf I assume that this should be WeakPtr instead of StrongPtr?
(edit) @10555   9 years landauf renamed SmartPtr to StrongPtr (now we have weak and strong pointers)
(edit) @10542   9 years landauf clean and explicit setup/shutdown of singletons that are used by …
(edit) @10535   9 years landauf statically initialized instances are now registered with a type. …
(edit) @10530   9 years landauf statically initialized instances may contain a type. currently not used.
(edit) @10520   9 years landauf StaticallyInitializedInstances are now responsible to delete the …
(edit) @10511   9 years landauf bugfix: comparison function was not symmetric. e.g. two …
(edit) @10478   9 years landauf callStaticNetworkFunction() and callMemberNetworkFunction() are now …
(edit) @10477   9 years landauf simplified CMakeLists.txt
(edit) @10476   9 years landauf wrap NetworkFunction in a StaticallyInitializedInstance
(edit) @10475   9 years landauf refactored the interface of NetworkFunctionManager: maps are better …
(edit) @10474   9 years landauf made NetworkFunctionManager a singleton, no static functions anymore …
(edit) @10473   9 years landauf bugfix and continuation of the last commit: - FunctionCall::execute() …
(edit) @10472   9 years landauf use the same interface for static an member functions
(edit) @10471   9 years landauf moved static maps from NetworkFunctionStatic and …
(edit) @10470   9 years landauf NetworkFunctionBase doesn't have to inherit from Listable: there's a …
(edit) @10469   9 years landauf removed unused code
(edit) @10468   9 years landauf moved static content of NetworkFunctionBase to NetworkFunctionManager
(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) @10424   9 years landauf these Singletons are in fact required and not allowed to fail, …
(edit) @10410   9 years landauf SynchronisableVariableBase::state_ is not used anymore
(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) @10347   9 years landauf moved console command macros to a new file (ConsoleCommandIncludes.h)
(edit) @10343   9 years landauf moved CommandLineParser into separate subfolder
(copy) @10328   9 years landauf created branch to work on new core features
copied from code/trunk/src/libraries/network:
(edit) @9667   11 years landauf merged core6 back to trunk
Note: See TracRevisionLog for help on using the revision log.