| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- added new binary and text formats for models
- fixes and improvements in CModelFile
- tool for converting model files
- minor additions and fixes
|
|
|
|
| |
Added some logging and improved error messages displayed to user
|
|
|
|
|
| |
- fixed bugs in settings modes, etc.
- some additions and minor refactoring
|
|
|
|
|
|
| |
- updated Doxyfile
- added/changed file, dir and namespace descriptions
- fixed some errors in doxygen tags
|
|
|
|
|
|
| |
- finished SetState in CEngine
- refactored Size and IntSize back to Point and IntPoint
- other minor changes in CEngine
|
|
|
|
|
| |
- added rewritten implementation for basic modesetting in CEngine
- started rewriting proper rendering and object handling in CEngine
|
|
|
|
|
| |
- added basic font rendering
- minor refactoring & fixes
|
|
|
|
|
|
| |
- rewrote old C-style casts to new ..._cast<>
- corrected some dangerous casts
- added -Wold-style-cast to compile flags
|
|
|
|
|
|
| |
- added video mode querying & changing
- added joystick querying & changing
- cleaned up CApplication interface
|
| |
|
|
|
|
|
| |
- moved abstract core to src/graphics/core
- moved proper graphics engine to src/graphics/engine
|
|
|
|
|
|
|
| |
- refactored texture structs & functions
- added note about OpenGL extensions
- removed device.cpp as unnecessary
- minor changes in CEngine
|
|
|
|
|
| |
- fixed cursor drawing in CEngine
- changed event loop to generate more events
|
|
|
|
|
|
|
|
|
|
|
| |
- cleaned up and added documentation to engine.h
- refactored CEngine interface and associated structs
- added mouse handling functions in CApplication & CEngine
- fixed bugs in projection matrix setting
- changed texture loading & handling
- added const-values in CDevice & CGLDevice
- changed event management in CApplication
- other minor changes & bugfixes
|
|
|
|
|
|
|
|
|
| |
- fixed model loading code
- added simple model viewer (model_test) in src/graphics/opengl/test
- added system time stamp code
- split the code in app/system modules to separate headers
- added debug messages in model loading
- minor fixes in OpenGL engine
|
|
|
|
|
|
| |
- moved mainpage src/doc/docmain.doc.txt to src/app/main.cpp
- removed old modfile modules from src/common
- removed Snd namespace in engine.h
|
|
|
|
| |
Resolved conflicts & added fixes.
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- added CDevice abstract interface
- began implementation of CGLDevice
- added stub for Texture struct
- created CGLDeviceConfig
- changed particule -> particle & other minor changes
|
|
|
|
|
| |
- added joystick polling through timer
- updated documentation on CApplication class
|
|
|
|
|
| |
- removed -std=c++11
- added -Wall and removed most reported warnings
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
| |
- added template of classes/structs for new implementation
- changed #include paths
- updated README files
|
| |
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
| |
|
|
|
|
| |
Additionally, changed #ifndef to #pragma once everywhere
|
|
|