summaryrefslogtreecommitdiffstats
path: root/src/common/restext.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-4/+2
| | | | | | | | | * 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 code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Running program in robots created using object.factory()krzys-h2013-05-191-0/+1
|
* Changed "Inappropariate bot"->"Inappropariate object" in newly added functionskrzys-h2013-05-181-0/+1
|
* Added object.destroy()krzys-h2013-05-181-0/+1
|
* Added button for Destroyerkrzys-h2013-05-021-0/+1
| | | | Issue #142
* Saving information to profile (#154)krzys-h2013-05-011-2/+2
|
* Added buildXienDev2013-04-271-0/+2
| | | | Third patch
* Added interface button for AlienSpider explosionkrzys-h2013-03-261-0/+1
| | | | Issue #142
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+1
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Added Destroyer from Ceebot-Teen.krzys-h2013-02-131-0/+1
| | | | We need a new icon for it.
* Create a central versionDidier Raboud2012-12-271-1/+3
| | | | | | | | | Make it 0.1.0~pre-alpha for now. - Add it to runtime program - Add it to -help option - Add it to manpage - Update translations
* Restext rewrite to runtime initialized arraysPiotr Dziwinski2012-10-171-15/+705
|
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+4
|
* Changing and saving input bindingsPiotr Dziwinski2012-10-071-2/+4
|
* robotmain, restext and engine fixesPiotr Dziwinski2012-09-211-34/+60
|
* Input bindings rewritePiotr Dziwinski2012-09-191-30/+31
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Interface worksPiotr Dziwinski2012-09-161-1/+7
| | | | | | - removed mock of CInterface and fixed event passing to CRobotMain - changed texture names from tga and bmp to png - UI now works but interaction is still broken
* Refactoring in src/commonPiotr Dziwinski2012-09-091-16/+6
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Whitespace fixPiotr Dziwinski2012-08-271-22/+22
|
* Move strings out of restext. Add i18n via gettextAlexander Monakov2012-08-251-3518/+53
|
* Whitespace and language changePiotr Dziwinski2012-06-261-3660/+3659
| | | | | | | - 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
* 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-3/+2
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-7/+7
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-7/+7
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+3663