summaryrefslogtreecommitdiff
path: root/src/graphics.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-29Fix nothing display and LCRY with decorationSimon Robertshaw1-117/+123
2011-10-29Fix passing of PMODE_GLOW into Heat displaySimon Robertshaw1-1/+1
2011-10-29Persistent display for OpenGLSimon Robertshaw1-1/+3
2011-10-29Diamond head for FighterSimon Robertshaw1-13/+30
2011-10-28Whoops, fix PMODE_BLEND to use correct function, also fix BRAY del modeSimon Robertshaw1-1/+1
2011-10-28Fix Life and heat display, implement alpha, blend and add, fix FILT, INVS and...Simon Robertshaw1-49/+97
2011-10-28Fix Blob mode, Sprk, Firw, Fwrk and othersSimon Robertshaw1-3/+8
2011-10-28Fix graphics for Phot, Fire, StorSimon Robertshaw1-1/+1
2011-10-26Merge latest FIGH additionsSimon Robertshaw1-62/+37
2011-10-26Fix graphics.cSimon Robertshaw1-610/+555
2011-10-26Made a special structure for stick mans.savask1-32/+32
2011-10-26Added fighters.savask1-533/+636
2011-10-25Half-working persistent modeSimon Robertshaw1-4/+19
2011-10-25Fix another blending issue and search_ui display clearingSimon Robertshaw1-17/+21
2011-10-25Fix EMP flashSimon Robertshaw1-8/+15
2011-10-25Fix for odd alpha blending partsTexSimon Robertshaw1-0/+15
2011-10-25Fixes to EMP and speed/zoom for FBO textureSimon Robertshaw1-2/+2
2011-10-25Merge latest with graphicstestSimon Robertshaw1-6/+44
2011-10-25Spark graphics change and disable lensing for non-fancy displaysSimon Robertshaw1-16/+24
2011-10-24Cursors for OpenGL, Coords are a bit off, which is annoying and I cannot draw...Simon Robertshaw1-2/+39
2011-10-24Prevent UI text from overlapping intro messageSimon Robertshaw1-0/+13
2011-10-24Generate fire/plasma gradients at runtime, makes editing easierSimon Robertshaw1-3/+60
2011-10-23Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2011-10-23Compatibility with MSVC - devast8aSimon Robertshaw1-2/+2
2011-10-23Fix compilation for Non-OpenGL buildsSimon Robertshaw1-0/+32
2011-10-23Spark, Flare and LFlare effects. Pretty bad (need to make use of instancing) ...Simon Robertshaw1-3/+175
2011-10-23Pass particle pointer to graphics update function instead of index. Make PIPE...Simon Robertshaw1-34/+149
2011-10-23Fix LIGH overwriting fire_alphajacksonmj1-1/+1
2011-10-22Embed shadersSimon Robertshaw1-10/+7
2011-10-22Fix Air vel displaySimon Robertshaw1-16/+77
2011-10-22Finish ZoomSimon Robertshaw1-15/+42
2011-10-22Zoom WIPSimon Robertshaw1-1/+42
2011-10-21Gravlensing for OpenGLSimon Robertshaw1-4/+58
2011-10-21Use FBO for parts renderingSimon Robertshaw1-3/+1
2011-10-21Fix gravity field drawingSimon Robertshaw1-5/+6
2011-10-20Use FBO for particlesSimon Robertshaw1-3/+57
2011-10-20Better fire for Non-Fire display modesSimon Robertshaw1-1/+1
2011-10-20Implement Blur mode and embed shadersSimon Robertshaw1-7/+56
2011-10-20Rendering, Glow and UI alpha fixesSimon Robertshaw1-11/+50
2011-10-19Glow, Fire, Smoke, blob and flat particle effects in OpenGLSimon Robertshaw1-21/+301
2011-10-18Some testing with OpenGLSimon Robertshaw1-22/+88
2011-10-16Debug performance/time graphSimon Robertshaw1-0/+53
2011-10-16Debug performance/time graphSimon Robertshaw1-0/+53
2011-10-14Reset emp-decor if out of boundsSimon Robertshaw1-0/+1
2011-10-14Remove unused pixel bufferjacksonmj1-1/+0
2011-10-14Replace use of gravy and gravf with gravxf and gravyfSimon Robertshaw1-4/+4
2011-10-14Prevent integer overflow with emp_decorSimon Robertshaw1-1/+1
2011-10-14Prevent integer overflow with emp_decorSimon Robertshaw1-0/+1
2011-10-13Allow use of OpenGL enabled surface for future useSimon Robertshaw1-2437/+29
2011-10-13Some changes to LIGH/EMP/TESC based on changes in MaksProg's mod v0.3jacksonmj1-17/+46