summaryrefslogtreecommitdiff
path: root/src/graphics/OpenGLDrawMethods.inl
AgeCommit message (Collapse)AuthorFilesLines
2013-07-17fix openGL compiling (most likely), fixes #146jacob11-0/+5
2013-05-16remove checks on location / element in the simulation drawing functions. fix ↵jacob11-7/+20
drawing circles with an rx of 0. Probably fix compiling error
2013-05-14gfx.draw/fillcirclejacob11-0/+41
2013-05-05drawtext_outline to fix unreadable infotips, tooltips fade in and out (more ↵jacob11-0/+12
like old tpt)
2012-09-06Visual studio compatibilityjacob11-1/+1
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code
2012-08-15xor_bitmap drawing for rendererSimon Robertshaw1-18/+2
2012-08-15Ensure zoom is drawn after particles for OpenGL Rendering, draw walls onto ↵Simon Robertshaw1-4/+4
the correct framebuffer
2012-08-15Revert some changes by Triclops200 in ↵Simon Robertshaw1-5/+2
42d707f8a432afa001d58611fc960d6ce6021676, Broke prototypes for drawrect with pixel functions, seems to have modified drawrect to make filled rects (forgot about fillrect?). Also use correct macros for getting colour components out of pixel data
2012-08-15Revert "Missing "invert" declaration in OpenGLDrawMethods"Simon Robertshaw1-1/+0
This reverts commit 708379a3f859cb0d09e44c5b2c41469396809940.
2012-08-15Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw1-2/+6
2012-08-15Missing "invert" declaration in OpenGLDrawMethodsSimon Robertshaw1-0/+1
2012-08-15Very very basic wall rendering for openglBryan Hoyle1-2/+6
2012-08-14Better text selection colour invert, fixes #107Simon Robertshaw1-0/+13
2012-08-14Show some info when selecting stamps, #104Simon Robertshaw1-3/+3
2012-08-12More efficiency, fix of point size being too bigBryan Hoyle1-2/+7
2012-08-12A litte more efficientBryan Hoyle1-2/+2
2012-08-12Fixed brush for now, used inefficient algorithm until I can get pure opengl ↵Bryan Hoyle1-2/+14
working
2012-08-12Revert "minor renderer changes, brush still not working"Bryan Hoyle1-1/+1
This reverts commit 1b2e0e68bd62fd429724e691d6318872af3f5dae.
2012-08-12minor renderer changes, brush still not workingBryan Hoyle1-1/+1
2012-08-12more fixesBryan Hoyle1-17/+18
2012-07-26Rename .inc files to inlSimon Robertshaw1-0/+334