summaryrefslogtreecommitdiffstats
path: root/src/common/restext.h
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Saving information to profile (#154)krzys-h2013-05-011-1/+3
|
* Restext rewrite to runtime initialized arraysPiotr Dziwinski2012-10-171-16/+114
|
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-0/+1
|
* Input bindings rewritePiotr Dziwinski2012-09-191-1/+1
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Successful compilation & runningPiotr Dziwinski2012-09-151-1/+1
| | | | | | | - temporarily mocked CSoundInterface and CPluginInterface - added CRobotMain to application - successfully compiles & runs, but doesn't display correctly at the moment
* Locale settings and translation fixesPiotr Dziwinski2012-09-131-0/+2
| | | | | | - added locale setting - removed unused translations - updated .po files
* Refactoring in src/commonPiotr Dziwinski2012-09-091-13/+15
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Move strings out of restext. Add i18n via gettextAlexander Monakov2012-08-251-6/+11
|
* Move ResTextType enum to a separate fileAlexander Monakov2012-08-251-109/+1
|
* Whitespace and language changePiotr Dziwinski2012-06-261-158/+158
| | | | | | | - 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
* Templates for new implementationPiotr Dziwinski2012-06-221-1/+1
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-2/+0
| | | | | | | | | - 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-98/+101
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-3/+3
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-5/+3
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+159