summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CCamera rewritePiotr Dziwinski2012-07-291-1/+1
| | | | | Rewritten old code; doesn't compile yet because changes in other modules are needed.
* GLEWPiotr Dziwinski2012-07-281-0/+24
| | | | Added GLEW for loading OpenGL extensions
* Merge branch 'dev' into dev-openglPiotr Dziwinski2012-07-271-2/+3
|\ | | | | | | Pulled changes & resolved conflicts
| * Merge pull request #33 from Zaba999/devPiotr DziwiƄski2012-07-251-2/+3
| |\ | | | | | | Changes in CBot
| | * Fixed code compilation without fpermissive flag.Zaba9992012-07-041-2/+3
| | | | | | | | | | | | | | | Removed Winapi, but now library don't work - work in progress. Some translations.
| * | Enabled logging & minor fixesPiotr Dziwinski2012-07-041-1/+2
| |/ | | | | | | | | | | - added logger to main() - removed reference to Snd namespace and renamed back to sound.h - fixed minor issues
* | Change of paths in src/graphicsPiotr Dziwinski2012-07-261-13/+13
| | | | | | | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* | Fix in CMakeLists.txtPiotr Dziwinski2012-07-251-1/+0
| |
* | Cursor drawingPiotr Dziwinski2012-07-231-1/+0
| | | | | | | | | | - fixed cursor drawing in CEngine - changed event loop to generate more events
* | ComputeSphereVisibility functionPiotr Dziwinski2012-07-181-0/+5
| | | | | | | | | | - borrowed implementation of ComputeSphereVisibility from libwine - added -lrt to Linux libs
* | Fixes in texture loadingPiotr Dziwinski2012-07-161-1/+0
| | | | | | | | | | | | - added other texture formats: BGR and BGRA - fixed texture loading in model viewer - moved code from texture.cpp module to texture.h
* | Rewritten model loadingPiotr Dziwinski2012-07-111-2/+2
| | | | | | | | | | | | - written new implementation of CModelFile (old CModFile) - added stringutils and ioutils in src/common - removed old CModel (model viewer)
* | Refactoring in math & texture modulesPiotr Dziwinski2012-07-061-0/+1
| | | | | | | | | | | | - moved texture-related structs to texture.h & code to texture.cpp - cleaned up texture test code - added Math:: namespace qualifiers to math modules for clarity
* | Merged changes from devPiotr Dziwinski2012-07-041-1/+2
| | | | | | | | Resolved conflicts & added fixes.
* | Multitexturing supportPiotr Dziwinski2012-07-041-1/+8
|/ | | | | | | | - added CImage class for loading/saving images and a simple test for it - added libpng library to build - added Gfx::Texture struct - updated the Gfx::CDevice interface to include new features - implemented the new features in Gfx::CGLDevice
* Removed old code and build targetPiotr Dziwinski2012-06-261-168/+33
| | | | | | | - removed directory with old target - changed CMakeLists.txt to new target only and temporarily commented out reference to CBot - updated README
* SDL projectPiotr Dziwinski2012-06-251-29/+163
| | | | | | | | - 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
* Declarations for graphics/commonProgramerus2012-06-251-1/+2
|
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-241-0/+2
| | | | | | | | - added CApplication and Gfx::CEngine interfaces - added Gfx::Material struct - added Math::IntPoint struct - added template for Gfx::CDevice class - added templates for Gfx::CGLDevice and Gfx::CGLEngine classes
* Templates for new implementationPiotr Dziwinski2012-06-221-12/+26
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-191-2/+2
| | | | | | | | - changed structs from D3DVECTOR to Math::Vector and from D3DMATRIX to Math::Matrix - changed functions to new Math namespace functions - moved mainmovie module from graphics to object - added Get and Set to Math::Matrix
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-0/+2
| | | | | | | | | - 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
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-119/+121
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Adding new MinGW branchPiotr Dziwinski2012-04-151-0/+142