summaryrefslogtreecommitdiffstats
path: root/src/common/event.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Removed some old stuff related to Ceebot-Teenkrzys-h2014-07-101-1/+0
|
* Removed some unused code related to Quit buttonkrzys-h2014-07-101-1/+0
| | | | The button itself has been removed a long time ago
* Removed prototypes supportkrzys-h2013-12-271-1/+0
|
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-10/+19
| | | | | | | | | * added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-10/+9
| | | | | * fixed -Wshadow warnings * refactored some constructors
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Added button for Destroyerkrzys-h2013-05-021-0/+1
| | | | Issue #142
* Added interface button for AlienSpider explosionkrzys-h2013-03-261-0/+1
| | | | Issue #142
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-4/+1
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Added Destroyer from Ceebot-Teen.krzys-h2013-02-131-1/+2
| | | | We need a new icon for it.
* Restext rewrite to runtime initialized arraysPiotr Dziwinski2012-10-171-1/+524
|
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-0/+1
|
* Updated docs and some Doxygen fixesPiotr Dziwinski2012-09-271-1/+1
|
* Event fixes & refactoringPiotr Dziwinski2012-09-221-63/+55
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-191-51/+69
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h
* Input bindings rewritePiotr Dziwinski2012-09-191-8/+18
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Simulation timestamps and input bindingsPiotr Dziwinski2012-09-121-1/+7
| | | | | | - added new simulation time calculations in CApplication - added simulation frame updates - rewritten old input binding code and input state tracking
* Refactoring in src/commonPiotr Dziwinski2012-09-091-43/+9
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Move EventType enum to a separate fileAlexander Monakov2012-08-251-516/+1
|
* FixPiotr Dziwinski2012-08-131-1/+1
|
* Merge branch 'dev-opengl' into deverihel2012-08-121-23/+36
|\
| * Graphics stubsPiotr Dziwinski2012-08-091-23/+36
| | | | | | | | | | | | | | - added stubs for functions in CLightning, CParticle and CPyro - cleaned object.h and physics.h headers - created temporary stubs to compile CCamera - other necessary changes to compile successfully
* | * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-2/+2
|/ | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* Video mode changingPiotr Dziwinski2012-07-291-2/+31
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-221-1/+6
| | | | | | | | | | | - cleaned up and added documentation to engine.h - refactored CEngine interface and associated structs - added mouse handling functions in CApplication & CEngine - fixed bugs in projection matrix setting - changed texture loading & handling - added const-values in CDevice & CGLDevice - changed event management in CApplication - other minor changes & bugfixes
* Switched back to old standard; addded -WallPiotr Dziwinski2012-06-301-25/+12
| | | | | - removed -std=c++11 - added -Wall and removed most reported warnings
* Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-301-78/+191
| | | | | | - added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct
* Whitespace and language changePiotr Dziwinski2012-06-261-633/+633
| | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h
* SDL projectPiotr Dziwinski2012-06-251-2/+2
| | | | | | | | - added (very basic) SDL template in CApplication and CEngine - split project into two targets: colobot_old (dependent on DirectX and WinAPI) and colobot_new (dependent on SDL and OpenGL) - moved sound.h/cpp to old/ and created new template in Snd namespace - added platform-independent dialog boxes in app/system.h/cpp
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-2/+2
| | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-41/+40
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-2/+2
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-4/+2
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+636