colobot/src/graphics
Krzysztof Dermont c780148b77 Fix crash related to TTF and PHYSFS
TTF fonts will be loaded to memory instead of file pointers

Added new class CSDLMemoryWrapper that loads data from PHYSFS into memory block
and closes file after. This closes issues #519, #708 and #619
2016-02-11 16:12:16 +01:00
..
core Added DrawPrimitives() for drawing multiple primitives (not optimized for now) 2015-12-23 23:23:10 +01:00
d3d Fixed code formatting 2013-05-27 10:19:16 +02:00
engine Fix crash related to TTF and PHYSFS 2016-02-11 16:12:16 +01:00
model Bring to zero some types of issues reported by colobot-lint 2015-10-04 00:09:10 +02:00
opengl Rewritten OpenGL 2.1 engine's two-sided lighting 2016-02-11 15:04:07 +01:00
README.txt Fixed code formatting 2013-05-27 10:19:16 +02:00

README.txt

/**
 * \dir src/graphics
 * \brief Graphics engine
 */

/**
 * \namespace Gfx
 * \brief Namespace for (new) graphics code
 *
 * This namespace was created to avoid clashing with old code, but now it still serves,
 * defining a border between pure graphics engine and other parts of application.
 */