about summary refs log tree commit diff
path: root/src/engine/client/graphics.cpp
AgeCommit message (Expand)Author
2013-03-03one more centering window in graphicsPsychoGod
2013-02-24fixed some merge problemsoy
2013-02-24Added borderless window functionalityheinrich5991
2013-02-24fixed semaphore on macosxoy
2013-02-24auto adjust the screen resolution on first start. Closes #921oy
2013-02-24skip screenshot when window isn't active. Closes #931oy
2012-02-05fixed stuck mouse cursor when loosing fullscreen focus on windowsoy
2012-02-05fixed compiling with vs2008 (#932)oy
2012-01-08fixed some line endingsoy
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 tran...Magnus Auvinen
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-12-31initial commit of the threaded graphics. can start game and render the gui. n...Magnus Auvinen
2011-12-10removed some resource loading spam. Closes #894oy
2011-12-04cleaned up few thingsoy
2011-07-15fixed clipping on some machinesSushiTee
2011-06-27fixed some dbg_assertChoupom
2011-06-27fixed compiling problemoy
2011-06-27fixed #2 Too big texturesChoupom
2011-04-13added "Whitespace and line Endings cleanup" by GreYFoXoy
2011-02-27made engine an interfaceoy
2011-02-12Refactoring & fixed WEAPONSPEC_GUN in content.pyGreYFoXGTi
2011-01-06show error message for all content that could not be loaded. Closes #257oy
2010-12-12made it possible to automatically take game over screenshots. Closes #339oy
2010-12-08cleaned up several uses of timestamps for filenamesoy
2010-11-20Updated copyrightsSworddragon
2010-11-13removed unimportant debug message. Closes #264oy
2010-10-06added mod system. Closes #34oy
2010-09-05fixed last commitoy
2010-09-05fixed so png files are closed after loadingChoupom
2010-08-18added output level for console print function, categorised the debug messages...oy
2010-08-05added optimisations by sworddragonoy
2010-06-27fixed screenshot bug. Closes #144oy
2010-06-03Issue #82 time and date in screenshot filenamexalduin
2010-05-31removed alpha values from screenshots (#742)Tom Adams
2010-05-29copied refactor to trunkMagnus Auvinen