Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2009, 2:47:53 AM (15 years ago)
Author:
landauf
Message:

Removed the Factory class.
Moved the networkID↔Identifier map from Factory to Identifier.
Replaced the name↔Identifier map from Factory with the already existing Identifier map in Identifier. This map additionally contains Identifiers without Factory. You can separate them with the new function identifier→hasFactory().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core5/src/libraries/core/Core.cc

    r5759 r5778  
    6969#include "CoreIncludes.h"
    7070#include "DynLibManager.h"
    71 #include "Factory.h"
    7271#include "GameMode.h"
    7372#include "GraphicsManager.h"
     
    334333
    335334        // creates the class hierarchy for all classes with factories
    336         Factory::createClassHierarchy();
     335        Identifier::createClassHierarchy();
    337336
    338337        // Do this soon after the ConfigFileManager has been created to open up the
Note: See TracChangeset for help on using the changeset viewer.