summaryrefslogtreecommitdiffstats
path: root/src/common/metafile.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed metafile editor and loaderPiotr Dziwinski2012-09-221-414/+0
|
* warnings fight in progress.Zaba9992012-09-181-2/+2
|
* Refactoring in src/commonPiotr Dziwinski2012-09-091-13/+11
| | | | | - refactored CInstanceManager and some headers - removed old headers
* Whitespace and language changePiotr Dziwinski2012-06-261-416/+416
| | | | | | | - 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-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-2/+2
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+418