summaryrefslogtreecommitdiff
path: root/src/graphics.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-19Fixes for stick man drawing in heat and normal colormodes.savask1-22/+32
2011-11-18Fix draw_other effects logicSimon Robertshaw1-1/+1
2011-11-18New tables in lua API: el and version: element ids and version info respectiv...Simon Robertshaw1-0/+6
2011-11-18Portal In/Out effectsSimon Robertshaw1-5/+41
2011-11-18Added back heat gradient displayJacob11-0/+10
2011-11-18Add blob display back. Also fix small nothing mode bug.Jacob11-1/+81
2011-11-14Fix decorationsSimon Robertshaw1-1/+1
2011-11-14Colour mode and display mode added to render_uiSimon Robertshaw1-36/+4
2011-11-13Basic render modes for Render_uiSimon Robertshaw1-2/+6
2011-11-12Replace cmode with more flexible render options, TODO: Saving and render opti...Simon Robertshaw1-127/+133
2011-11-12Grid ModeSimon Robertshaw1-16/+28
2011-11-08Cursor in ZooMSimon Robertshaw1-57/+66
2011-11-08Pixel grid for ZoomSimon Robertshaw1-18/+31
2011-11-04MSVC compatibilitySimon Robertshaw1-5/+4
2011-11-04Fix shader compilation for ATi and IntelSimon Robertshaw1-2/+3
2011-11-02Error logging for shader compilationSimon Robertshaw1-0/+41
2011-11-02Fix Air inversionSimon Robertshaw1-14/+63
2011-11-02OpenGL headers for OS X in graphics.cSimon Robertshaw1-0/+1
2011-11-01OpenGL on WindowsSimon Robertshaw1-0/+13
2011-11-01Fixes for stick mans in heat mode.savask1-4/+28
2011-11-01Right color for air stick man.savask1-1/+1
2011-11-01Fix scaling, no runtime scale switching yet :(Simon Robertshaw1-130/+141
2011-11-01OpenGl ImprovementsSimon Robertshaw1-8/+33
2011-10-31Deco apply to fire modeSimon Robertshaw1-50/+24
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