summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/text.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better datadir mod supportkrzys-h2014-05-181-1/+2
|
* Fixes #271Oleg Kosmakov2014-03-251-1/+7
|
* GetStringWidth fixandreymal2014-03-021-2/+2
|
* Fixed memory leaks in CTextPiotr Dziwinski2013-10-121-5/+18
|
* Fixed variable shadowing warningsPiotr Dziwinski2013-05-271-1/+1
| | | | | * fixed -Wshadow warnings * refactored some constructors
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Unicode symbols for special charactersPiotr Dziwinski2013-05-121-18/+104
| | | | * added support for special characters from original text bitmaps
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-2/+2
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* * Fix for satcom freezeerihel2013-02-241-14/+21
|
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-8/+3
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* * Syntax highlighting in cbot editor (needs to be tested)erihel2013-02-091-11/+12
|
* * Fixes to ingame editorerihel2013-02-091-3/+5
| | | | * Fixes to editor window. It's now possible to resize, move and press buttons
* Correct font scaling with resolutionPiotr Dziwinski2013-01-041-3/+7
|
* Fixed unicode rendering bugPiotr Dziwinski2012-12-271-1/+1
|
* Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-111-2/+3
|
* Font coloring; fix for resize hackPiotr Dziwinski2012-09-301-16/+16
| | | | | | - added font coloring and changed default color to black - fixed resize hack incorrectly changing video config, but font resizing will not work for now
* Fixed texture regressionPiotr Dziwinski2012-09-291-2/+2
| | | | | There was a bug in texture modesetting but only visible after certain mode changes.
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-29/+13
| | | | | | | | - 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
* * Ingame help should now display correctlyerihel2012-09-271-16/+41
|
* Fog color fix; refactoringPiotr Dziwinski2012-09-261-38/+40
| | | | | | - fixed fog color setting - removed unused glSecondaryColor and altered struct VertexCol - minor refactoring in CText
* made graphics/engine/text cleaner, I hopeMichał Zieliński2012-09-241-31/+32
|
* Data dir pathsPiotr Dziwinski2012-09-221-2/+1
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Namespace and styling fixPiotr Dziwinski2012-09-191-130/+134
|
* Some memory leaks fixedPiotr Dziwinski2012-09-161-6/+8
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-1/+1
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-4/+2
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-32/+32
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Font renderingPiotr Dziwinski2012-08-061-105/+411
| | | | - implemented rest of CText interface excluding some minor features
* Basic font renderingPiotr Dziwinski2012-08-031-1/+476
| | | | | - added basic font rendering - minor refactoring & fixes
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+23
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine