summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-12-30Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air dat...Simon Robertshaw4-865/+2409
2011-12-24Fix FPS in HUD in stable/nonbeta releasesSimon Robertshaw1-1/+1
2011-12-24Fix crash with clear_sim if gravity not initialised, fix rendererSimon Robertshaw2-15/+25
2011-12-21Fix issue where heat transition would turn TNT to fire, TNT uses tmp for trig...Simon Robertshaw2-15/+19
2011-12-21Added some heat to TNT and IGNCSimon Robertshaw3-12/+12
2011-12-21Support for element names and hex constants for the PROP toolSimon Robertshaw1-5/+52
2011-12-20Fix legacy grav_diff not being updated correctlySimon Robertshaw1-2/+7
2011-12-19Gravity.c - Include sys\types.h to resolve issues with some mingw/pthreads co...Simon Robertshaw1-0/+1
2011-12-19Use reduced resolution gravity maps for improved performanceSimon Robertshaw10-140/+145
2011-12-19Attempt to speed up tpt.parts without using billions of memorySimon Robertshaw1-67/+43
2011-12-19CLST+NITR = TNT, Use ARAY to clear large arrays of STORSimon Robertshaw3-44/+77
2011-12-19New element: Ignition cordSimon Robertshaw6-8/+55
2011-12-19Revert "Directly read/write element type properties"Simon Robertshaw2-1/+352
2011-12-19Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2011-12-19Fix undeclared variables in luaconsole.cjacksonmj1-1/+1
2011-12-18Improvements to render_ui, fix merge errorsSimon Robertshaw2-50/+72
2011-12-18Merge with new lua functionalitySimon Robertshaw4-32/+584
2011-12-18More icons for display modesSimon Robertshaw1-19/+26
2011-12-18Fix creating particles in autorun.luajacksonmj1-4/+7
2011-12-18Make PIPE detach SOAP particles (crash fix)jacksonmj1-0/+2
2011-12-18Fix grav walljacksonmj3-10/+18
2011-12-18Fix some gravity memsets, remove gravx/yjacksonmj3-31/+29
2011-12-18Move Newtonian gravity into a new filejacksonmj7-470/+500
2011-12-17Add option for lua parts array to use native data using ffiSimon Robertshaw2-13/+35
2011-12-10Fix memory leaks, allow changing of element name (To fix: element names in so...Simon Robertshaw2-9/+33
2011-12-10Fix spelling errorSimon Robertshaw1-1/+1
2011-12-10Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_partjacksonmj2-26/+23
2011-12-10Fixed gravity for stick man.savask1-2/+2
2011-12-10Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_partjacksonmj2-26/+23
2011-12-10Allow both BrE and AmE spellings of colour with LuaSimon Robertshaw1-0/+9
2011-12-10Fixed gravity for stick man.savask1-2/+2
2011-12-09Element transitions also editable nowSimon Robertshaw1-9/+124
2011-12-09Use static table for parts array, Uses a tonne of memory but improves perform...Simon Robertshaw1-1/+21
2011-12-09Fix error in element_func where function was being read as the last parameterSimon Robertshaw1-5/+13
2011-12-08Directly accessible parts array (no pmap yet)Simon Robertshaw1-0/+149
2011-12-08Revert "Directly read/write element type properties"Simon Robertshaw2-555/+2
2011-12-08Directly read/write element type propertiesSimon Robertshaw2-2/+555
2011-12-06Fix missing render_mode array change when switching to some display types.Simon Robertshaw1-15/+22
2011-12-06Fix tnt/prop crash, it was using up all the memory on the computerJacob11-0/+1
2011-12-03Commit fail, missing file :(Simon Robertshaw1-0/+72
2011-12-03Back to old LCRY renderingSimon Robertshaw1-2/+22
2011-12-03Fix spark effect on BOMB, another attempt at TNT (Explosive with more pressure)Simon Robertshaw3-15/+24
2011-12-02cmodes closer to what they used to be, change iconsJacob11-8/+33
2011-11-26Fix bug with PIPE where particles would have an incorrect colour if they didn...Simon Robertshaw1-0/+3
2011-11-26Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-1/+1
2011-11-26Allow pipe to grab from photon map, BRAY beam takes temp from ARAYSimon Robertshaw3-39/+57
2011-11-21Check value of decorations_enable in graphics_LCRYjacksonmj1-1/+1
2011-11-21Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-22/+32
2011-11-21Fix LCRY/ELEC infinite loop, BIZR turns photons into electrons, SING explodes...Simon Robertshaw7-19/+62
2011-11-19Fixes for stick man drawing in heat and normal colormodes.savask1-22/+32