summaryrefslogtreecommitdiffstats
path: root/src/common/global.h
Commit message (Collapse)AuthorAgeFilesLines
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-191-0/+14
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h
* Input bindings rewritePiotr Dziwinski2012-09-191-29/+28
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* warnings fight in progress.Zaba9992012-09-181-2/+2
|
* Simulation timestamps and input bindingsPiotr Dziwinski2012-09-121-2/+3
| | | | | | - 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-33/+90
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Whitespace and language changePiotr Dziwinski2012-06-261-66/+66
| | | | | | | - 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
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-0/+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-30/+34
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-4/+0
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+64