summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-21Gravlensing for OpenGLSimon Robertshaw1-4/+58
2011-10-21Use FBO for parts renderingSimon Robertshaw1-3/+1
2011-10-20Use FBO for particlesSimon Robertshaw2-4/+58
2011-10-20Better fire for Non-Fire display modesSimon Robertshaw1-1/+1
2011-10-20Implement Blur mode and embed shadersSimon Robertshaw2-12/+60
2011-10-20Rendering, Glow and UI alpha fixesSimon Robertshaw2-16/+72
2011-10-19Glow, Fire, Smoke, blob and flat particle effects in OpenGLSimon Robertshaw7-46/+327
2011-10-18Some testing with OpenGLSimon Robertshaw2-28/+93
2011-10-16Debug performance/time graphSimon Robertshaw2-1/+103
2011-10-13Allow use of OpenGL enabled surface for future useSimon Robertshaw2-2438/+30
2011-10-12Implement remaining graphics functions for particlesSimon Robertshaw1-0/+561
2011-10-12Implement more particle graphicsSimon Robertshaw6-0/+104
2011-10-11Improved 'GLOW' renderingSimon Robertshaw1-2/+9
2011-10-11New part rendering completedSimon Robertshaw1-21/+239
2011-10-10Add missing file from previous commitSimon Robertshaw1-0/+19
2011-10-10Smoke GraphicsSimon Robertshaw1-0/+18
2011-10-10Starting on jumptable/function pointers for graphics, only FIRE is implementedSimon Robertshaw2-3/+67
2011-10-10Send user authentication for update downloadsSimon Robertshaw1-0/+4
2011-10-09Pretty effect when drawing powders, activate with 'n'Simon Robertshaw3-0/+29
2011-10-07Fix typo allowing liquids to teleport through solidsjacksonmj1-1/+1
2011-10-06Make installer set data dir to current dir, for now.Simon Robertshaw1-5/+8
2011-10-06tpt.drawlinejacksonmj2-2/+32
2011-10-06Fix WHOL/VENT not eating ANAR, and fix PVOD eating PHOT/NEUT when offjacksonmj1-18/+8
2011-10-01Missed some changes from previous fixSimon Robertshaw1-2/+2
2011-10-01Fix bug with drawing rectangles outside the game regionSimon Robertshaw1-2/+2
2011-10-01Changes to QRTZ scatteringSimon Robertshaw1-1/+2
2011-10-01Better scattering for QRTZSimon Robertshaw1-10/+6
2011-09-30Logout is saved to prefsSimon Robertshaw1-2/+7
2011-09-30Fix bug causing logins to be lost when The Game is closed.Simon Robertshaw1-14/+18
2011-09-30Prevent segfault with high tmp values for pipejacksonmj1-1/+1
2011-09-30Added extra functions to FILT (determined by tmp, modes are convert, filter a...Simon Robertshaw3-4/+225
2011-09-30Make photons less green, green was given 2 extra bits by Skylark, not sure if...Simon Robertshaw1-9/+9
2011-09-29Added crappy scattering for qrtzSimon Robertshaw1-0/+13
2011-09-29Freeing "filename" here would cause problems as everything is taken care of l...Simon Robertshaw1-3/+0
2011-09-29Bugfix: Fixed a segmentation fault in confirm_ui()atlaua1-2/+2
2011-09-27Add JSON parser file (cJSON) and move preference saving to JSON formatSimon Robertshaw2-61/+667
2011-09-27Fix potential issue with argument orderingSimon Robertshaw1-30/+23
2011-09-27Ensure installation doesn't fail if directory already existsSimon Robertshaw1-18/+2
2011-09-26Fix lighten/darken tools so they work with different display pixel formatsjacksonmj2-10/+10
2011-09-25Fix small errorSimon Robertshaw1-1/+1
2011-09-24Make changes to prefs file regarding build_num and updatedSimon Robertshaw2-7/+18
2011-09-24Detect updates by build number, make confirm box autosize, also fix bug where...Simon Robertshaw2-53/+64
2011-09-24Send session/auth info with update checksSimon Robertshaw1-0/+1
2011-09-24Can see selected elements from Lua, tpt.selectedl or tpt.selectedrcracker642-2/+10
2011-09-23Decreased pressure cap on ambient fizzling from 5 to 3. Due to ambient pressu...Cate1-1/+1
2011-09-23One If added to Carb water that always explodes when under -0.5 pressure. Eve...Cate1-0/+6
2011-09-23Prevent water equalization from moving onto particles.cracker641-1/+1
2011-09-23Added Caustic gas, similar to acid, created with acid and water vapourSimon Robertshaw3-2/+46
2011-09-22Change some Win32 includes to lower case filenames for Linux cross compilingSimon Robertshaw1-2/+2
2011-09-22Fixes to carbonated water explosions. Help from cracker with create_part maki...Cate2-16/+14