Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9709 in orxonox.OLD for branches/new_class_id/src/util


Ignore:
Timestamp:
Aug 31, 2006, 10:51:08 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/new_class_id: new_class ID working, adapdet many classes, and reinvented some of the ClassID stuff

Location:
branches/new_class_id/src/util
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/util/Makefile.am

    r9494 r9709  
    44noinst_LIBRARIES = libORXutils.a
    55
    6 libORXutils_a_SOURCES = fast_factory.cc \
     6libORXutils_a_SOURCES = \
    77                        object_manager.cc \
    88                        state.cc \
     
    3131                        track/track_node.cc
    3232
    33 noinst_HEADERS =        fast_factory.h \
     33noinst_HEADERS =        \
    3434                        object_manager.h \
    3535                        state.h \
  • branches/new_class_id/src/util/kill_target.cc

    r9705 r9709  
    2323
    2424#include "class_id.h"
    25 CREATE_FACTORY(KillTarget, CL_KILL_TARGET);
    2625NewObjectListDefinitionID(KillTarget, CL_KILL_TARGET);
     26CREATE_FACTORY(KillTarget);
    2727
    2828
  • branches/new_class_id/src/util/multiplayer_team_deathmatch.cc

    r9705 r9709  
    5050#include "class_id.h"
    5151
    52 CREATE_FACTORY(MultiplayerTeamDeathmatch, CL_MULTIPLAYER_TEAM_DEATHMATCH);
    5352NewObjectListDefinitionID(MultiplayerTeamDeathmatch, CL_MULTIPLAYER_TEAM_DEATHMATCH);
     53CREATE_FACTORY(MultiplayerTeamDeathmatch);
    5454/**
    5555 * constructor
  • branches/new_class_id/src/util/singleplayer_shootemup.cc

    r9705 r9709  
    2626
    2727#include "class_id.h"
    28 CREATE_FACTORY(SingleplayerShootemup, CL_SINGLEPLAYER_SHOOTEMUP);
    2928NewObjectListDefinitionID(SingleplayerShootemup, CL_SINGLEPLAYER_SHOOTEMUP);
     29CREATE_FACTORY(SingleplayerShootemup);
    3030
    3131/**
Note: See TracChangeset for help on using the changeset viewer.