summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | CGLDevice implementationPiotr Dziwinski2012-07-0116-365/+1173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extended Gfx::CDevice interface - written OpenGL implementation in Gfx::CGLDevice - rewrote color and light module - added Gfx::VertexCol - added array casts to Math::Vector, Math::Matrix and Gfx::Color
* | | | | CDevice interface and stub of implementationPiotr Dziwinski2012-07-0113-119/+608
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - added CDevice abstract interface - began implementation of CGLDevice - added stub for Texture struct - created CGLDeviceConfig - changed particule -> particle & other minor changes
* | | | | Removed README-DEV-OPENGL to avoid confusionPiotr Dziwinski2012-06-301-4/+0
| | | | |
* | | | | Joystick polling with timerPiotr Dziwinski2012-06-302-14/+138
| | | | | | | | | | | | | | | | | | | | | | | | | - added joystick polling through timer - updated documentation on CApplication class
* | | | | Switched back to old standard; addded -WallPiotr Dziwinski2012-06-305-58/+45
| | | | | | | | | | | | | | | | | | | | | | | | | - removed -std=c++11 - added -Wall and removed most reported warnings
* | | | | Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-308-341/+546
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | | Updated README-DEV-OPENGL.txtPiotr Dziwinski2012-06-281-85/+3
| |_|_|/ |/| | |
* | | | Updated .gitignore files to ignore build filesPiotr Dziwinski2012-06-262-0/+13
| | | |
* | | | Removed old code and build targetPiotr Dziwinski2012-06-2672-39939/+39
| |_|/ |/| | | | | | | | | | | | | | | | | - removed directory with old target - changed CMakeLists.txt to new target only and temporarily commented out reference to CBot - updated README
* | | Removed trailing whitespacePiotr Dziwinski2012-06-2645-238/+245
| | |
* | | Fixed brief Doxygen descriptionPiotr Dziwinski2012-06-266-10/+20
| |/ |/|
* | Forgotten language changePiotr Dziwinski2012-06-261-2/+2
| |
* | Whitespace and language changePiotr Dziwinski2012-06-26283-137759/+137774
| | | | | | | | | | | | | | - 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
* | Created dev-opengl branchPiotr Dziwinski2012-06-261-0/+0
|/
* Updated info about spacesPiotr Dziwinski2012-06-261-1/+1
|
* Updated info about src/metafilePiotr Dziwinski2012-06-261-1/+1
|
* Added readme for developersPiotr Dziwinski2012-06-261-0/+86
|
* SDL projectPiotr Dziwinski2012-06-2544-2030/+3283
| | | | | | | | - 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-2528-24/+2347
|
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-249-99/+397
| | | | | | | | - 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
* Fix in light.hPiotr Dziwinski2012-06-221-2/+6
|
* Templates for new implementationPiotr Dziwinski2012-06-22148-455/+1892
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Moved old implementations to src/oldPiotr Dziwinski2012-06-2240-0/+0
|
* Vertex and Light structuresPiotr Dziwinski2012-06-202-0/+135
|
* Add functions to namespace.Programerus2012-06-201-5/+5
|
* .Programerus2012-06-201-0/+4
|
* Struct ColorHSV copied to color.hProgramerus2012-06-201-0/+11
|
* Struct ColorHSV copied to color.hProgramerus2012-06-201-6/+0
|
* Script for auto replacementPiotr Dziwinski2012-06-201-0/+22
|
* Refactoring of #includes and forward declarations in object/Piotr Dziwinski2012-06-20116-1453/+222
|
* Color functionsProgramerus2012-06-201-13/+11
|
* Struct ColorProgramerus2012-06-201-5/+8
|
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-19141-2869/+3051
| | | | | | | | - 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
* Tests and fixes in math geometry.h modulePiotr Dziwinski2012-06-156-26/+367
|
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-13195-3618/+3454
| | | | | | | | | - 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
* Fixes in math modulePiotr Dziwinski2012-06-129-91/+240
| | | | | | | - rewritten RotateAngle() function and test for it in geometry_test.cpp - added conv.h - conversion functions - added comments in math3d.h and d3dmath.h pointing to new functions - other minor fixes
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-1190-660/+635
|
* Change Epitec to EpsitecPiotr Dziwinski2012-06-111-1/+1
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-10234-5925/+5869
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-10242-2571/+2282
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Changes from masterPiotr Dziwinski2012-06-0834-67/+1
|
* Moved old math filesPiotr Dziwinski2012-06-074-0/+0
|
* Finished implementation of math functionsPiotr Dziwinski2012-06-079-538/+636
|
* Structs continuedPiotr Dziwinski2012-05-034-59/+332
|
* Structs continuedPiotr Dziwinski2012-05-026-57/+276
|
* Structs continuedPiotr Dziwinski2012-05-019-298/+626
| | | | Basic functions finished and tested for matrix and vector.
* Structs continuedPiotr Dziwinski2012-04-297-103/+750
|
* Structs continuedPiotr Dziwinski2012-04-284-13/+130
|
* Structs continuedPiotr Dziwinski2012-04-285-53/+211
|
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-287-0/+763
|