# # ChangeLog for trunk/src/lib/event/event_handler.cc in orxonox.OLD # # Generated by Trac 1.0.9 # May 28, 2024, 10:29:00 PM Tue, 24 Jan 2006 10:23:53 GMT bensch [6664] * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/util/loading/resource_manager.cc (modified) * trunk/src/world_entities/weapons/ammo_container.cc (modified) trunk: small fix in resource/ammos Thu, 19 Jan 2006 23:54:48 GMT bensch [6624] * trunk/src/defs/class_id.h (modified) * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/graphics/importer/texture_sequence.cc (modified) * trunk/src/world_entities/projectiles/test_bullet.h (modified) orxonox/trunk: Some missing stuff Thu, 19 Jan 2006 17:23:56 GMT bensch [6619] * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/particles/Makefile.am (modified) * trunk/src/lib/particles/engine (added) * trunk/src/lib/particles/engine/particle_engine.cc (moved) * trunk/src/lib/particles/engine/particle_engine.h (moved) * trunk/src/lib/particles/particle_emitter.cc (modified) * trunk/src/lib/particles/particle_emitter.h (modified) * trunk/src/lib/particles/particle_system.cc (modified) * trunk/src/story_entities/game_world.cc (modified) * trunk/src/story_entities/game_world_data.cc (modified) * trunk/src/world_entities/projectiles/bomb.cc (modified) * trunk/src/world_entities/projectiles/guided_missile.cc (modified) * trunk/src/world_entities/projectiles/laser.cc (modified) * trunk/src/world_entities/projectiles/rocket.cc (modified) * trunk/src/world_entities/projectiles/test_bullet.cc (modified) orxonox/trunk: rendering without the ParticleEngine, so now we are ... Wed, 18 Jan 2006 14:55:23 GMT bensch [6578] * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/world_entities/playable.cc (modified) trunk: segfault prevention Sun, 11 Dec 2005 17:23:42 GMT bensch [6054] * trunk/src/lib/coord/p_node.cc (modified) * trunk/src/lib/coord/p_node.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/story_entities/world.cc (modified) * trunk/src/world_entities/npcs/npc.cc (modified) * trunk/src/world_entities/npcs/npc_test.cc (modified) * trunk/src/world_entities/npcs/npc_test.h (modified) * trunk/src/world_entities/npcs/npc_test1.cc (modified) * trunk/src/world_entities/npcs/npc_test1.h (modified) * trunk/src/world_entities/weapons/aim.cc (modified) * trunk/src/world_entities/weapons/guided_missile.cc (modified) * trunk/src/world_entities/weapons/guided_missile.h (modified) * trunk/src/world_entities/weapons/projectile.cc (modified) * trunk/src/world_entities/weapons/projectile.h (modified) * trunk/src/world_entities/weapons/weapon.cc (modified) * trunk/src/world_entities/weapons/weapon.h (modified) * trunk/src/world_entities/weapons/weapon_manager.cc (modified) orxonox/trunk: multiple new Reparenting modes in PNode. Testing the ... Wed, 07 Dec 2005 16:51:54 GMT bensch [5978] * trunk/src/defs/globals.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/event/key_mapper.cc (modified) * trunk/src/lib/event/key_mapper.h (modified) * trunk/src/lib/gui/gtk_gui/gui_keys.cc (modified) * trunk/src/world_entities/space_ships/space_ship.cc (modified) * trunk/src/world_entities/space_ships/space_ship.h (modified) * trunk/src/world_entities/weapons/crosshair.cc (modified) orxonox/trunk: merged spaceshipcontrol back to the trunk merged ... Sat, 26 Nov 2005 20:56:11 GMT bensch [5786] * trunk/src/lib/event/Makefile.am (modified) * trunk/src/lib/event/event.cc (deleted) * trunk/src/lib/event/event.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/shell/shell_input.cc (modified) * trunk/src/lib/shell/shell_input.h (modified) orxonox/trunk: key-repeat in the Shell is smoother now Sat, 12 Nov 2005 12:58:30 GMT bensch [5553] * trunk/src/lib/event/event_def.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/util/loading/game_loader.cc (modified) orxonox/trunk: Quit Events are listened on. 1. Quit-Button from the ... Thu, 03 Nov 2005 13:38:03 GMT patrick [5477] * trunk/src/lib/event/event_def.h (modified) * trunk/src/lib/event/event_handler.cc (modified) orxonox/lib/event: enumeration now correctly implemented Thu, 03 Nov 2005 13:27:25 GMT patrick [5476] * trunk/src/defs/debug.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/key_names.cc (modified) orxonox/lib/event: also checked the other mouse buttons and removed ... Thu, 03 Nov 2005 13:13:48 GMT patrick [5474] * trunk/src/defs/debug.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/key_mapper.cc (modified) * trunk/src/lib/event/key_mapper.h (modified) * trunk/src/lib/event/key_names.cc (modified) * trunk/src/lib/event/key_names.h (modified) orxonox/lib/event: fixed the mouse button bug Sun, 16 Oct 2005 00:05:26 GMT bensch [5388] * trunk/src/lib/event/event_def.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/gui/gl_gui/glgui_handler.cc (modified) * trunk/src/lib/gui/gl_gui/glgui_handler.h (modified) * trunk/src/lib/shell/shell.cc (modified) * trunk/src/lib/util/array.h (modified) * trunk/src/lib/util/t_stack.h (copied) orxonox/trunk: implemented a t-Stack, for dynamic stacks, and ... Wed, 12 Oct 2005 23:08:57 GMT bensch [5371] * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/gui/gl_gui/glgui_button.h (modified) * trunk/src/lib/shell/shell_completion.h (modified) orxonox/trunk: todo-list Fri, 07 Oct 2005 11:59:44 GMT bensch [5300] * trunk/src/defs/debug.h (modified) * trunk/src/glmenu/glmenu_imagescreen.cc (modified) * trunk/src/glmenu/glmenu_imagescreen.h (modified) * trunk/src/lib/coord/null_parent.cc (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/graphics/importer/objModel.cc (modified) * trunk/src/story_entities/campaign.cc (modified) * trunk/src/util/loading/game_loader.cc (modified) * trunk/src/world_entities/player.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: even less debug-info Fri, 07 Oct 2005 10:26:33 GMT bensch [5297] * trunk/src/lib/event/event_handler.cc (modified) orxonox/trunk: fixed out some really useless debug-code in the ... Thu, 06 Oct 2005 22:00:46 GMT bensch [5291] * trunk/src/lib/event/event_def.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_listener.h (modified) orxonox/trunk: minor bug-fixes in the Event_listener. still have to ... Thu, 06 Oct 2005 18:31:23 GMT bensch [5285] * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.cc (modified) * trunk/src/lib/graphics/render2D/element_2d.h (modified) * trunk/src/lib/graphics/shader.cc (modified) * trunk/src/lib/graphics/text_engine.cc (modified) * trunk/src/lib/util/list.h (modified) * trunk/src/orxonox.cc (modified) * trunk/src/world_entities/environment.cc (modified) * trunk/src/world_entities/test_entity.cc (modified) * trunk/src/world_entities/world_entity.cc (modified) orxonox/trunk: nicer quit-modi TextEngine is now deleted by ... Sat, 24 Sep 2005 08:41:52 GMT bensch [5237] * trunk/orxonox.kdevelop (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/graphics/graphics_engine.cc (modified) * trunk/src/lib/shell/shell_input.cc (modified) orxonox/trunk: implemented an EventFilter, that should filter alt-TAB Sat, 24 Sep 2005 07:26:47 GMT bensch [5236] * trunk/src/lib/event/event_handler.cc (modified) orxonox/trunk: SDL_EventSystem now has the Threaded EventSystem from SDL Tue, 20 Sep 2005 22:01:25 GMT bensch [5210] * trunk/src/lib/collision_detection/obb_tree_node.cc (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/lib/shell/shell_buffer.cc (modified) * trunk/src/orxonox.cc (modified) orxonox/trunk: other minor valgrid found error-fixes Sun, 21 Aug 2005 21:17:50 GMT bensch [5093] * trunk/src/lib/event/event.h (modified) * trunk/src/lib/event/event_handler.cc (modified) * trunk/src/lib/event/event_handler.h (modified) * trunk/src/util/loading/game_loader.cc (modified) * trunk/src/util/shell.cc (modified) orxonox/trunk: inputLine is working. Thu, 18 Aug 2005 21:16:50 GMT bensch [5070] * branches (moved) * releases (moved) * tags (moved) * trunk (moved) reporx: moved orxonox out of orxonox directory, because it is the ... Fri, 15 Jul 2005 10:37:31 GMT bensch [4873] * orxonox/trunk/src/lib/event/event_def.h (modified) * orxonox/trunk/src/lib/event/event_handler.cc (modified) * orxonox/trunk/src/lib/lang/class_list.cc (modified) orxonox/trunk: temporary fix in the EvenetHandler EVENT_NUMBER is ...