Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7608 in orxonox.OLD for branches/qt_gui/src/defs


Ignore:
Timestamp:
May 12, 2006, 10:43:53 AM (19 years ago)
Author:
bensch
Message:

merged the old qt-gui back with
svn merge -r7438:HEAD https://svn.orxonox.net/orxonox/branches/qt_gui_old .
minor conflict in BuildLibs.am

Location:
branches/qt_gui/src/defs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/qt_gui/src/defs/class_id.h

    r7486 r7608  
    322322  CL_GLGUI_BAR                  =    0x00000b30,
    323323
     324  // QT_GUI
     325  CL_GUI_SAVEABLE               =    0x00b10000,
     326  CL_QTGUI_BUTTON               =    0x00000ba0,
     327  CL_QTGUI_PUSHBUTTON           =    0x00000ba3,
     328  CL_QTGUI_CHECKBUTTON          =    0x00000ba4,
     329  CL_QTGUI_RADIOBUTTON          =    0x00000ba5,
     330  CL_QTGUI_CONTAINER            =    0x00b200a0,
     331  CL_QTGUI_BOX                  =    0x00000ba7,
     332  CL_QTGUI_FRAME                =    0x00000ba8,
     333  CL_QTGUI_WINDOW               =    0x00000ba9,
     334  CL_QTMENU_IMAGE_SCREEN        =    0x00000ba0,
     335  CL_QTGUI_BAR                  =    0x00000ba0,
     336
    324337  /// AUDIO stuff (range from 0x00000c00 to 0x00000cff)
    325338  CL_SOUND_BUFFER               =    0x00000c01,
  • branches/qt_gui/src/defs/debug.h

    r7374 r7608  
    2828#include "confincl.h"
    2929#ifndef NO_SHELL
    30  #include "shell_buffer.h"
     30#include "lib/shell/shell_buffer.h"
    3131#endif /* NO_SHELL */
    3232
  • branches/qt_gui/src/defs/globals.h

    r7256 r7608  
    3838#define   CONFIG_SECTION_VIDEO_ADVANCED    "video_advanced"
    3939#define   CONFIG_SECTION_AUDIO             "audio"
    40 #define   CONFIG_SECTION_EXEC              "exec"
    41 #define   CONFIG_SECTION_DATA              "data"
     40#define   CONFIG_SECTION_GENERAL           "general"
    4241
    4342/*
     
    5453#define   CONFIG_NAME_FOG                  "Fog"
    5554#define   CONFIG_NAME_REFLECTIONS          "Reflections"
    56 #define   CONFIG_NAME_TEXTURES             "TEXTURES"
     55#define   CONFIG_NAME_TEXTURES             "Textures"
    5756#define   CONFIG_NAME_TEXTURE_DETAIL       "Texture-Detail"
    5857#define   CONFIG_NAME_MODEL_DETAIL         "Model-Detail"
     
    6160#define   CONFIG_NAME_FILTER_METHOD        "Filtering-Method"
    6261
     62#define   CONFIG_NAME_SOUNDCARD            "Soundcard"
    6363#define   CONFIG_NAME_DISABLE_AUDIO        "Disable-Audio"
    6464#define   CONFIG_NAME_AUDIO_CHANNELS       "Audio-Channels"
     
    6969#define   CONFIG_NAME_VERBOSE_MODE         "Verbose-Mode"
    7070#define   CONFIG_NAME_ALWAYS_SHOW_GUI      "Always-Show-The-Gui"
     71#define   CONFIG_NAME_DEBUG_LEVEL          "Debug-Level"
     72
    7173// evenets
    7274#define   CONFIG_NAME_PLAYER_FORWARD       "Forward"
Note: See TracChangeset for help on using the changeset viewer.