Changeset 10571 in orxonox.OLD for branches/cleanup/src
- Timestamp:
- Feb 7, 2007, 9:07:16 PM (18 years ago)
- Location:
- branches/cleanup/src
- Files:
-
- 3 deleted
- 17 edited
- 3 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/cleanup/src/Makefile.am
r10570 r10571 47 47 orxonox.h \ 48 48 ability.h \ 49 defs/message_structures.h \50 defs/stdincl.h \51 49 defs/stdlibincl.h \ 52 50 defs/sdlincl.h \ 53 defs/glincl.h \54 defs/alincl.h \55 defs/comincl.h \56 51 defs/confincl.h \ 57 52 defs/error.h \ 58 defs/globals.h \ 59 defs/compiler.h \ 60 subprojects/benchmark.h 53 defs/orxonox_globals.h \ 54 defs/compiler.h 61 55 62 56 ## orxonox.conf will be used from home-dir instead. -
branches/cleanup/src/lib/event/key_mapper.cc
r9880 r10571 23 23 #include "event_def.h" 24 24 25 #include " globals.h"25 #include "orxonox_globals.h" 26 26 #include "parser/ini_parser/ini_parser.h" 27 27 #include "parser/preferences/preferences.h" -
branches/cleanup/src/lib/graphics/Makefile.am
r9869 r10571 25 25 26 26 noinst_HEADERS =\ 27 glincl.h \ 27 28 graphics_engine.h \ 28 29 graphics_effect.h \ … … 46 47 47 48 49 48 50 SUBDIRS = importer \ 49 51 spatial_separation -
branches/cleanup/src/lib/graphics/graphics_engine.cc
r10320 r10571 31 31 #include "text.h" 32 32 33 #include " globals.h"33 #include "orxonox_globals.h" 34 34 #include "texture.h" 35 35 -
branches/cleanup/src/lib/gui/qt/gui_audio.cc
r8145 r10571 30 30 #include <QtGui/QLCDNumber> 31 31 #include "debug.h" 32 #include " globals.h"32 #include "orxonox_globals.h" 33 33 34 34 #include "qt_gui_elements.h" -
branches/cleanup/src/lib/gui/qt/gui_control.cc
r8495 r10571 35 35 #include "lib/event/key_names.h" 36 36 37 #include " globals.h"37 #include "orxonox_globals.h" 38 38 #include "debug.h" 39 39 #include "qt_gui_elements.h" -
branches/cleanup/src/lib/gui/qt/gui_general.cc
r8145 r10571 31 31 32 32 #include "debug.h" 33 #include " globals.h"33 #include "orxonox_globals.h" 34 34 35 35 #include "qt_gui_elements.h" -
branches/cleanup/src/lib/gui/qt/gui_video.cc
r9406 r10571 28 28 29 29 #include <QtGui/QLayout> 30 #include " globals.h"30 #include "orxonox_globals.h" 31 31 #include "debug.h" 32 32 -
branches/cleanup/src/lib/physics/physics_interface.cc
r9869 r10571 27 27 28 28 #include "string.h" 29 #include "stdincl.h"30 29 31 30 -
branches/cleanup/src/lib/sound/sound_engine.cc
r9869 r10571 24 24 #include "debug.h" 25 25 #include "parser/preferences/preferences.h" 26 #include " globals.h"26 #include "orxonox_globals.h" 27 27 #include "resource_sound_buffer.h" 28 28 -
branches/cleanup/src/lib/util/loading/game_loader.cc
r9869 r10571 23 23 #include "debug.h" 24 24 #include "campaign.h" 25 #include "compiler.h" 25 26 26 27 #include "key_mapper.h" -
branches/cleanup/src/lib/util/loading/game_loader.h
r9869 r10571 9 9 //#include "stdincl.h" 10 10 #include "story_def.h" 11 #include "comincl.h"12 11 #include "event_listener.h" 13 12 -
branches/cleanup/src/orxonox.cc
r10570 r10571 28 28 #include "orxonox.h" 29 29 30 #include " globals.h"30 #include "orxonox_globals.h" 31 31 32 32 #include "gui/qt/qt_gui.h" -
branches/cleanup/src/subprojects/collision_detection/collision_detection.cc
r8490 r10571 28 28 #include "model.h" 29 29 #include "collision_test_entity.h" 30 #include "list.h"31 30 32 31 #include "graphics_engine.h" -
branches/cleanup/src/util/track/track.cc
r10512 r10571 25 25 #include "util/loading/load_param.h" 26 26 #include "track/track.h" 27 27 #include "glincl.h" 28 28 #include "p_node.h" 29 30 #include "stdincl.h"31 29 32 30 #include "debug.h" -
branches/cleanup/src/util/track/track_manager.cc
r10368 r10571 22 22 #include "p_node.h" 23 23 #include "track_node.h" 24 #include "stdincl.h"25 24 #include "text.h" 26 25 #include "t_animation.h" -
branches/cleanup/src/world_entities/satellite.h
r9869 r10571 8 8 9 9 #include "world_entity.h" 10 #include "comincl.h"11 10 12 11 class CharacterAttributes;
Note: See TracChangeset
for help on using the changeset viewer.