summaryrefslogtreecommitdiffstats
path: root/src/common/global.h
Commit message (Collapse)AuthorAgeFilesLines
* Add russian language supportDidier 'OdyX' Raboud2013-11-071-1/+2
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Changed "Inappropariate bot"->"Inappropariate object" in newly added functionskrzys-h2013-05-181-0/+1
|
* Added object.destroy()krzys-h2013-05-181-0/+1
|
* Added buildXienDev2013-04-271-0/+2
| | | | Third patch
* Added Destroyer from Ceebot-Teen.krzys-h2013-02-131-0/+1
| | | | We need a new icon for it.
* Installation path fixes and CMakeLists refactoringPiotr Dziwinski2012-12-201-1/+0
| | | | make && make install should now give a working installation.
* Merge branch 'master' into devPiotr Dziwinski2012-12-151-0/+1
|\
| * Inherit translation setting from environment.Didier Raboud2012-12-141-0/+1
| | | | | | | | | | | | | | | | This ensures that users with a correctly-defined locale don't need to explicitely set the locale. - By dropping the setlocale content, it fixes the loading of translations. - Add a Debug log message to check what is put in the environment.
* | Restext rewrite to runtime initialized arraysPiotr Dziwinski2012-10-171-1/+137
| |
* | Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+2
|/
* Work in progress on opening files, and listing dirsZaba9992012-09-261-4/+4
| | | | | Fixed includes profile changed from SimpleIni to boost::ptree -> not finished yet
* Data dir pathsPiotr Dziwinski2012-09-221-0/+20
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* 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