summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace fixPiotr Dziwinski2012-07-271-321/+321
|
* Merge branch 'dev' into dev-openglPiotr Dziwinski2012-07-271-0/+3
|\ | | | | | | Pulled changes & resolved conflicts
| * Compile fixesPiotr Dziwinski2012-07-261-0/+2
| | | | | | | | Fixed some compiling issues
| * Enabled logging & minor fixesPiotr Dziwinski2012-07-041-0/+318
| | | | | | | | | | | | - added logger to main() - removed reference to Snd namespace and renamed back to sound.h - fixed minor issues
| * * Added CLogger class for loggin info to console or fileerihel2012-07-041-165/+0
| | | | | | | | | | * Added CSoundInterface * Added basic plugin interface
* | Merged changes from devPiotr Dziwinski2012-07-041-165/+318
|/ | | | Resolved conflicts & added fixes.
* Whitespace and language changePiotr Dziwinski2012-06-261-111/+111
| | | | | | | - 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
* SDL projectPiotr Dziwinski2012-06-251-242/+165
| | | | | | | | - 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
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-191-7/+7
| | | | | | | | - 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 #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-10/+8
|
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-101-34/+34
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-3/+2
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+245