summaryrefslogtreecommitdiffstats
path: root/src/common/event.h
Commit message (Collapse)AuthorAgeFilesLines
* 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