summaryrefslogtreecommitdiffstats
path: root/src/app
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-5/+7
| | | | | | | | - fixed 2nd texture setting - added padding to some structs for faster access - changed rendering primitives to glDrawArrays() - optimized texture modesetting calls - fixed some valgrind errors
* Updated docs and some Doxygen fixesPiotr Dziwinski2012-09-272-2/+2
|
* Removed metafile editor and loaderPiotr Dziwinski2012-09-221-1/+0
|
* Various fixesPiotr Dziwinski2012-09-221-0/+34
| | | | | | | | - disabled UserDir() in path lookup - fixed crashes on loading missions in CObject - fixed texture bug in CTerrain - changed mouse move event handling to avoid flooding event queue - enabled all missions for testing
* Data dir pathsPiotr Dziwinski2012-09-222-5/+49
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Event fixes & refactoringPiotr Dziwinski2012-09-222-94/+70
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* * Fixed audio problemserihel2012-09-222-4/+36
| | | | | | * Added colobot.ini to CApp in Create function * Fixes to plugin manager * Fixed CProfile segfault
* Mouse pos setting, low cpu mode, stats displayPiotr Dziwinski2012-09-202-38/+78
|
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-192-22/+35
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h
* Input bindings rewritePiotr Dziwinski2012-09-192-172/+115
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Fixed includes in ui.Zaba9992012-09-192-1/+7
|
* Merge branch 'dev' of https://github.com/adiblol/colobot into devZaba9992012-09-183-10/+28
|\ | | | | | | | | Conflicts: src/ui/slider.cpp
| * Change of background image handlingPiotr Dziwinski2012-09-173-10/+28
| | | | | | | | | | | | - removed old 4 quarter backgrounds - fixes in texture loading - other minor fixes
* | warnings fight in progress.Zaba9992012-09-182-8/+8
|/
* Some memory leaks fixedPiotr Dziwinski2012-09-161-0/+1
|
* Interface worksPiotr Dziwinski2012-09-161-2/+4
| | | | | | - removed mock of CInterface and fixed event passing to CRobotMain - changed texture names from tga and bmp to png - UI now works but interaction is still broken
* Successful compilation & runningPiotr Dziwinski2012-09-152-12/+13
| | | | | | | - temporarily mocked CSoundInterface and CPluginInterface - added CRobotMain to application - successfully compiles & runs, but doesn't display correctly at the moment
* Locale settings and translation fixesPiotr Dziwinski2012-09-131-10/+92
| | | | | | - added locale setting - removed unused translations - updated .po files
* Simulation timestamps and input bindingsPiotr Dziwinski2012-09-122-41/+452
| | | | | | - added new simulation time calculations in CApplication - added simulation frame updates - rewritten old input binding code and input state tracking
* Refactoring in src/commonPiotr Dziwinski2012-09-092-36/+56
| | | | | - refactored CInstanceManager and some headers - removed old headers
* New model file formatPiotr Dziwinski2012-08-311-2/+27
| | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes
* Improved error messagesPiotr Dziwinski2012-08-133-27/+49
| | | | Added some logging and improved error messages displayed to user
* Fixes & testing in CEnginePiotr Dziwinski2012-08-122-5/+17
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Documentation updatePiotr Dziwinski2012-08-117-17/+36
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-112-4/+4
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Partial CEngine implementationPiotr Dziwinski2012-08-102-18/+5
| | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine
* Basic font renderingPiotr Dziwinski2012-08-032-42/+18
| | | | | - added basic font rendering - minor refactoring & fixes
* Switched to new style castsPiotr Dziwinski2012-07-301-8/+8
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Video mode changingPiotr Dziwinski2012-07-292-191/+340
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Updated Doxygen main pagePiotr Dziwinski2012-07-271-8/+14
|
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-2/+2
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* Refactoring of texture codePiotr Dziwinski2012-07-251-8/+0
| | | | | | | - refactored texture structs & functions - added note about OpenGL extensions - removed device.cpp as unnecessary - minor changes in CEngine
* Cursor drawingPiotr Dziwinski2012-07-231-9/+6
| | | | | - fixed cursor drawing in CEngine - changed event loop to generate more events
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-223-91/+188
| | | | | | | | | | | - 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
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-155-187/+498
| | | | | | | | | - 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
* Minor changesPiotr Dziwinski2012-07-111-0/+36
| | | | | | - 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
* Merged changes from devPiotr Dziwinski2012-07-043-31/+61
| | | | Resolved conflicts & added fixes.
* CGLDevice implementationPiotr Dziwinski2012-07-013-30/+93
| | | | | | | | - 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-012-19/+28
| | | | | | | | - added CDevice abstract interface - began implementation of CGLDevice - added stub for Texture struct - created CGLDeviceConfig - changed particule -> particle & other minor changes
* 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-301-26/+31
| | | | | - removed -std=c++11 - added -Wall and removed most reported warnings
* Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-302-163/+249
| | | | | | - 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
* Removed trailing whitespacePiotr Dziwinski2012-06-261-1/+1
|
* Fixed brief Doxygen descriptionPiotr Dziwinski2012-06-263-4/+8
|
* Whitespace and language changePiotr Dziwinski2012-06-265-581/+581
| | | | | | | - 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-255-58/+908
| | | | | | | | - 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
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-241-1/+130
| | | | | | | | - 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-223-1/+51
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Moved old implementations to src/oldPiotr Dziwinski2012-06-224-2888/+0
|
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-192-6/+8
| | | | | | | | - 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