summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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-24Add missing license file (GPLv3)Simon Robertshaw1-0/+674
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-23Moar button appearanceSimon Robertshaw5-6/+8
2012-05-23Fix slight issues when clicking on menu section buttons and missing ↵Simon Robertshaw2-0/+6
isMouseInside in MouseEnter action for buttons
2012-05-23Use mouse hover callback for menu buttonsSimon Robertshaw1-1/+1
2012-05-23Better element positioning in ErrorMessageSimon Robertshaw1-5/+5
2012-05-23Extra callback for just mouse hoverSimon Robertshaw2-1/+5
2012-05-23Correct position of title in LoginViewSimon Robertshaw1-1/+1
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-22Better icon alignment, improve appearance of previewSimon Robertshaw6-21/+36
2012-05-22Restore missing IconFavourite drawing codeSimon Robertshaw1-0/+3
Was accidently remove in commit ba5efb101e30c75e9d1a639a717f48767785982d
2012-05-22OPS save format from TPTSimon Robertshaw2-5/+860
2012-05-22BSON Library from TPT/MongoDBSimon Robertshaw2-0/+2327
2012-05-22Remove generated files from repoSimon Robertshaw1-0/+1
2012-05-22Remove Style file in project root.Simon Robertshaw2-23/+0
2012-05-22Update gitignoreSimon Robertshaw1-0/+3
Ensure stamps, saves and custom makefile are not in repo.
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-17Warp display with newer shader, Render options works in OpenGLSimon Robertshaw4-8/+31
2012-05-17Air toolSimon Robertshaw1-0/+18
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.