summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/text.h
Commit message (Collapse)AuthorAgeFilesLines
* 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-4/+27
| | | | * added support for special characters from original text bitmaps
* * Fix for satcom freezeerihel2013-02-241-1/+7
|
* CInstanceManager refactoringPiotr Dziwiński2013-02-171-5/+1
| | | | | | | | | * 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-6/+6
|
* Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-111-4/+4
|
* Font coloring; fix for resize hackPiotr Dziwinski2012-09-301-7/+9
| | | | | | - added font coloring and changed default color to black - fixed resize hack incorrectly changing video config, but font resizing will not work for now
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-1/+4
| | | | | | | | - 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-6/+6
|
* Fog color fix; refactoringPiotr Dziwinski2012-09-261-4/+3
| | | | | | - 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-1/+3
|
* Data dir pathsPiotr Dziwinski2012-09-221-1/+0
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Namespace and styling fixPiotr Dziwinski2012-09-191-73/+86
|
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-4/+3
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Font renderingPiotr Dziwinski2012-08-061-27/+40
| | | | - implemented rest of CText interface excluding some minor features
* Basic font renderingPiotr Dziwinski2012-08-031-47/+220
| | | | | - added basic font rendering - minor refactoring & fixes
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+113
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine