summaryrefslogtreecommitdiffstats
path: root/src/common/misc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-2/+0
|
* Warnings cleaned, left only those connected to commented out code.Zaba9992012-09-181-1/+1
|
* warnings fight in progress.Zaba9992012-09-181-2/+2
|
* CMainDialog rewritePiotr Dziwinski2012-09-151-1/+1
| | | | - rewritten CMainDialog and updated CRobotMain
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-151-61/+17
|\ | | | | | | | | | | | | | | - merged changes from dev-common - fixed many compilation errors (CBrain, UI, ...) - temporarily commented out some problematic code (e.g. input bindings) - (partially) fixed #include styling - everything compiles except for CRobotMain, CMainDialog and CStudio
| * Refactoring in src/commonPiotr Dziwinski2012-09-091-50/+5
| | | | | | | | | | - refactored CInstanceManager and some headers - removed old headers
* | latest changes; few more classes should compile nowerihel2012-08-311-1/+1
| |
* | First approach to port 2D UI InterfaceMichaƂ Konopacki2012-08-151-136/+138
|/ | | | | - changes in src/ui ; be CAREFUL, not every file is changed in a proper way -> bugs - necessary changes in object/robotmain.h and common/misc.h/.cpp in order to compile
* Whitespace and language changePiotr Dziwinski2012-06-261-441/+441
| | | | | | | - 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-3/+3
| | | | | | - 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
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-12/+12
|
* 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/+443