about summary refs log tree commit diff
path: root/src/engine/graphics.h
AgeCommit message (Collapse)Author
2012-02-05fixed compiling with vs2008 (#932)oy
2012-01-08fixed border rendering in the editor's image preview. Closes #908oy
2012-01-03cleaned up the code. fixed so that SDL is inited on main thread and then ↵Magnus Auvinen
transfers the gl context to the render thread
2011-12-31added flags for mipmap generation on textures. fixes missing textsMagnus Auvinen
2011-12-31fixed so that you can select graphics backend via gfx_threadedMagnus Auvinen
2011-12-31fixed so that the rendering can be done async from the input, network and updateMagnus Auvinen
2011-12-31fixed texture upload support. removed raw gl calls from the text renderMagnus Auvinen
2011-07-25extensive source layout enhancementfisted
2011-04-13added "Whitespace and line Endings cleanup" by GreYFoXoy
2010-12-12made it possible to automatically take game over screenshots. Closes #339oy
2010-11-20Updated copyrightsSworddragon
2010-10-06added mod system. Closes #34oy
2010-05-29copied refactor to trunkMagnus Auvinen