summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-05-24Add DISPLAY_EFFE back after it was removed by ↵Simon Robertshaw2-4/+5
0799c2e09d2e7a4237b393c8eaa61031418ec402
2012-05-24remove lastx/lasty variables when OGLR is disabledJacob15-0/+21
Conflicts: src/graphics.c
2012-05-24Merge pull request #66 from jacob1/ModstuffSimon Robertshaw20-290/+433
Code structure improvements for graphics/drawing, improvements to prevent accidental infinite loops in Lua, Fixes for fusion, improvements for VOID types. And other minor improvements
2012-05-24Element search interface by pressing 'e'Simon Robertshaw3-0/+206
First search is for element names, second search looks at the description, pressing enter will give you the first result the the left button selection, left click and right click can also be used to select.
2012-05-24VOID & PVOD can be set to only eat/not eat certain thingsJacob11-1/+2
2012-05-24energy type particles automatically go into photons, not pmapJacob12-10/+11
2012-05-24finish custom lua graphics functionsJacob13-14/+35
2012-05-24custom graphics functions with lua (not finished yet)Jacob13-3/+57
2012-05-24fix crash, spark reset set type without checking if it was a valid number. ↵Jacob12-5/+15
Also disable another way to create invalid elements
2012-05-24Fix lua console compiling with visual studio (I thought this was fixed already)Jacob11-16/+16
2012-05-24finishJacob11-1/+0
2012-05-24fix lua console freeze/bugsJacob11-4/+6
2012-05-24update READMEJacob11-7/+27
2012-05-24fix alt select being off by one every time, turn on deco before entering the ↵Jacob12-2/+4
deco editor (not after)
2012-05-24update READMEJacob11-2/+33
2012-05-24limit amount of ELEC produced to prevent infinite reactionsJacob14-4/+4
2012-05-24small o2 fusion change, add my name to contibuters (it is ok for me to do ↵Jacob12-2/+2
that, right?)
2012-05-24console doesn't enable hud, fast heat for PUMP/GPMP/ANIM, GPMP activated at drawJacob14-29/+19
2012-05-24oxygen fusion, fix two small bugsJacob13-22/+42
2012-05-24Prevent accidental infinite loops in luaJacob15-11/+29
Also fix glitch when step_functions[0] is unregistered but others aren't
2012-05-24will remove this later & finish tommorowJacob11-1/+2
2012-05-23fusion changesJacob16-19/+17
2012-05-23fix emp flash, better live parts rendering in (render_ui &) deco editorJacob16-162/+136
2012-05-23fix compilingJacob13-6/+7
2012-05-23Windows installation, register ptsave URL protocolSimon Robertshaw1-1/+54
2012-05-23ptsave protocolSimon Robertshaw1-6/+63
ptsave:<id>#<name>~<username>, only ID is read, it must be the last argument (all arguments after ptsave are ignored for safety reason to prevent injecting other arguments links.
2012-05-23Check for version before enabling movable flag for sponge.Savely Skresanov1-1/+1
2012-05-23Fix the bug with stickman standing on the screen edge.Savely Skresanov1-4/+6
2012-05-23Fix the bug where gel didn't transfer water from sponge.Savely Skresanov1-0/+6
2012-05-23Make tron follow TRON_NOGROW , thought that was in there.... (github edit ↵cracker641-1/+2
because cate is annoying me)
2012-05-20Update gravity mask when loading OPS savesjacksonmj1-0/+1
2012-05-20Fix infinite loop when trying to detach soap with extra ctype bits setjacksonmj1-2/+2
2012-05-20Change order of bomb loops - delete particles before creating sparksjacksonmj1-12/+12
Fixes pressurised INVS being immune to bomb, as the sparks were being deleted instead of the INVS.
2012-05-20Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-05-17New flood_parts function, should fix crashing due to too much recursionjacksonmj1-64/+133
2012-05-17Spellingjacksonmj4-10/+10
("gases" seems to be the more popular version of the plural noun)
2012-05-16Move SDL_GetVideoInfo before SDL_SetVideoMode so it will probably fixSavely Skresanov1-7/+11
sizing issues for people.
2012-05-13Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-05-13URI handling for MacOSSimon Robertshaw5-2/+59
2012-05-12Make TTAN block pressure when framesteppingjacksonmj1-7/+2
2012-05-12Fix crash after closing display options (vid_buf was being freed)jacksonmj1-1/+1
2012-05-12Don't hide stickman when energy particles pass through his headjacksonmj1-1/+1
2012-05-12Added a GUI error box for window resizing failure.Savely Skresanov1-0/+5
2012-05-12Check screen resolution before scaling game window.savask1-0/+6
2012-05-12Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-05-12Allow TTAN to conduct more than onceSimon Robertshaw1-1/+1
2012-05-12Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon Robertshaw1-3/+4
2012-05-12Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity ↵Simon Robertshaw9-26/+282
lensing in OpenGL, ensure Phot and Neut are PMODE_ADD, not FLAT
2012-05-11Version Incrementchaos.powdertoy.co.uk1-3/+4
2012-05-11New element: Titanium, absorbs some neutrons, acts as a solid wall to air. ↵Simon Robertshaw7-14/+43
Move blockair filling into update_particles so it can be used by elements