summaryrefslogtreecommitdiffstats
path: root/src/common/misc.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge with changes from Zaba999 fork.Zaba9992012-09-101-5/+5
|
* Move Error enum to a separate fileAlexander Monakov2012-08-251-133/+1
|
* Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-301-1/+1
| | | | | | - added/changed event structs and event queue in common/event.h - added event handling and some minor functions in CApplication - switched to --std=c++11 because of union in Event struct
* Whitespace and language changePiotr Dziwinski2012-06-261-238/+238
| | | | | | | - 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
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-13/+13
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-3/+3
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-6/+4
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+240