Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5819 in orxonox.OLD for trunk/src/defs


Ignore:
Timestamp:
Nov 29, 2005, 11:07:43 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches world_entities to trunk again
merged with command
svn merge -r5795:HEAD branches/world_entities/ trunk/
no conflicts (what a wonder)

Location:
trunk/src/defs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/defs/class_id.h

    r5766 r5819  
    8181  CL_WEAPON                     =    0x00120000,
    8282
    83   // subsuper-classes derivations taken : 1, 5, a, b.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
     83  // subsuper-classes derivations taken : 1, 5, a, b, c.     << THIS IS A LIST OF ALL THE DCL_MASK_SUBSUPERCLASS_ID's taken
    8484
    8585  // lowest level classes
     
    142142  CL_LASER                      =    0x00000242,
    143143  CL_BOMB                       =    0x00000243,
    144   CL_GROUND_TURRET              =    0x00000244,
     144  CL_GROUND_TURRET              =    0x00000244,
    145145  CL_GUIDED_MISSILE             =    0x00000245,
    146146
     
    171171
    172172  // graphical stuff (range from 0x00000800 to 0x000009ff)
     173  CL_TEXTURE                    =    0x00c01000,
    173174  CL_TEXT                       =    0x00b01801,
    174   CL_FONT                       =    0x00000802,
    175   CL_TEXTURE                    =    0x00000803,
     175  CL_FONT                       =    0x00c02802,
    176176  CL_MATERIAL                   =    0x00000804,
    177177  CL_MODEL                      =    0x00000805, //!< @todo make this a SUBCLASS maybe
  • trunk/src/defs/globals.h

    r4946 r5819  
    1717                        "Nico Bernold - Physics\n" \
    1818                        "David Gruetter - The ProtoType\n" \
     19                        "Aaron von Schroeder - Sensors\n" \
     20                        "Lukas Grauer - Phasers\n" \
    1921                        "many more...\n"
     22
    2023#define   ORXONOX_WEBPAGE                  "http://www.orxonox.net"
    2124
     
    9093"any later version.\n"
    9194
     95
     96
    9297#define GNU_LICENCE_LONG \
    9398"                    GNU GENERAL PUBLIC LICENSE\n" \
  • trunk/src/defs/stdincl.h

    r5075 r5819  
    1717#endif
    1818
    19 #include <stdlibincl.h>
     19#include "stdlibincl.h"
    2020
    2121#include "sdlincl.h"
    2222#include "glincl.h"
    2323
    24 #include "error.h"
    25 #include "globals.h"
    26 
    2724#include "compiler.h"
    2825
Note: See TracChangeset for help on using the changeset viewer.