| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-24 | Add missing license file (GPLv3) | Simon Robertshaw | 1 | -0/+674 | |
| 2012-05-24 | energy type particles automatically go into photons, not pmap | Jacob1 | 2 | -10/+11 | |
| 2012-05-24 | finish custom lua graphics functions | Jacob1 | 3 | -14/+35 | |
| 2012-05-24 | custom graphics functions with lua (not finished yet) | Jacob1 | 3 | -3/+57 | |
| 2012-05-24 | fix crash, spark reset set type without checking if it was a valid number. ↵ | Jacob1 | 2 | -5/+15 | |
| Also disable another way to create invalid elements | |||||
| 2012-05-24 | Fix lua console compiling with visual studio (I thought this was fixed already) | Jacob1 | 1 | -16/+16 | |
| 2012-05-24 | finish | Jacob1 | 1 | -1/+0 | |
| 2012-05-24 | fix lua console freeze/bugs | Jacob1 | 1 | -4/+6 | |
| 2012-05-24 | update README | Jacob1 | 1 | -7/+27 | |
| 2012-05-24 | fix alt select being off by one every time, turn on deco before entering the ↵ | Jacob1 | 2 | -2/+4 | |
| deco editor (not after) | |||||
| 2012-05-24 | update README | Jacob1 | 1 | -2/+33 | |
| 2012-05-24 | limit amount of ELEC produced to prevent infinite reactions | Jacob1 | 4 | -4/+4 | |
| 2012-05-24 | small o2 fusion change, add my name to contibuters (it is ok for me to do ↵ | Jacob1 | 2 | -2/+2 | |
| that, right?) | |||||
| 2012-05-24 | console doesn't enable hud, fast heat for PUMP/GPMP/ANIM, GPMP activated at draw | Jacob1 | 4 | -29/+19 | |
| 2012-05-24 | oxygen fusion, fix two small bugs | Jacob1 | 3 | -22/+42 | |
| 2012-05-24 | Prevent accidental infinite loops in lua | Jacob1 | 5 | -11/+29 | |
| Also fix glitch when step_functions[0] is unregistered but others aren't | |||||
| 2012-05-24 | will remove this later & finish tommorow | Jacob1 | 1 | -1/+2 | |
| 2012-05-23 | fusion changes | Jacob1 | 6 | -19/+17 | |
| 2012-05-23 | fix emp flash, better live parts rendering in (render_ui &) deco editor | Jacob1 | 6 | -162/+136 | |
| 2012-05-23 | fix compiling | Jacob1 | 3 | -6/+7 | |
| 2012-05-23 | Moar button appearance | Simon Robertshaw | 5 | -6/+8 | |
| 2012-05-23 | Fix slight issues when clicking on menu section buttons and missing ↵ | Simon Robertshaw | 2 | -0/+6 | |
| isMouseInside in MouseEnter action for buttons | |||||
| 2012-05-23 | Use mouse hover callback for menu buttons | Simon Robertshaw | 1 | -1/+1 | |
| 2012-05-23 | Better element positioning in ErrorMessage | Simon Robertshaw | 1 | -5/+5 | |
| 2012-05-23 | Extra callback for just mouse hover | Simon Robertshaw | 2 | -1/+5 | |
| 2012-05-23 | Correct position of title in LoginView | Simon Robertshaw | 1 | -1/+1 | |
| 2012-05-23 | Windows installation, register ptsave URL protocol | Simon Robertshaw | 1 | -1/+54 | |
| 2012-05-23 | ptsave protocol | Simon Robertshaw | 1 | -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-23 | Check for version before enabling movable flag for sponge. | Savely Skresanov | 1 | -1/+1 | |
| 2012-05-23 | Fix the bug with stickman standing on the screen edge. | Savely Skresanov | 1 | -4/+6 | |
| 2012-05-23 | Fix the bug where gel didn't transfer water from sponge. | Savely Skresanov | 1 | -0/+6 | |
| 2012-05-23 | Make tron follow TRON_NOGROW , thought that was in there.... (github edit ↵ | cracker64 | 1 | -1/+2 | |
| because cate is annoying me) | |||||
| 2012-05-22 | Better icon alignment, improve appearance of preview | Simon Robertshaw | 6 | -21/+36 | |
| 2012-05-22 | Restore missing IconFavourite drawing code | Simon Robertshaw | 1 | -0/+3 | |
| Was accidently remove in commit ba5efb101e30c75e9d1a639a717f48767785982d | |||||
| 2012-05-22 | OPS save format from TPT | Simon Robertshaw | 2 | -5/+860 | |
| 2012-05-22 | BSON Library from TPT/MongoDB | Simon Robertshaw | 2 | -0/+2327 | |
| 2012-05-22 | Remove generated files from repo | Simon Robertshaw | 1 | -0/+1 | |
| 2012-05-22 | Remove Style file in project root. | Simon Robertshaw | 2 | -23/+0 | |
| 2012-05-22 | Update gitignore | Simon Robertshaw | 1 | -0/+3 | |
| Ensure stamps, saves and custom makefile are not in repo. | |||||
| 2012-05-20 | Update gravity mask when loading OPS saves | jacksonmj | 1 | -0/+1 | |
| 2012-05-20 | Fix infinite loop when trying to detach soap with extra ctype bits set | jacksonmj | 1 | -2/+2 | |
| 2012-05-20 | Change order of bomb loops - delete particles before creating sparks | jacksonmj | 1 | -12/+12 | |
| Fixes pressurised INVS being immune to bomb, as the sparks were being deleted instead of the INVS. | |||||
| 2012-05-20 | Version Increment | chaos.powdertoy.co.uk | 1 | -2/+2 | |
| 2012-05-17 | Warp display with newer shader, Render options works in OpenGL | Simon Robertshaw | 4 | -8/+31 | |
| 2012-05-17 | Air tool | Simon Robertshaw | 1 | -0/+18 | |
| 2012-05-17 | New flood_parts function, should fix crashing due to too much recursion | jacksonmj | 1 | -64/+133 | |
| 2012-05-17 | Spelling | jacksonmj | 4 | -10/+10 | |
| ("gases" seems to be the more popular version of the plural noun) | |||||
| 2012-05-16 | Move SDL_GetVideoInfo before SDL_SetVideoMode so it will probably fix | Savely Skresanov | 1 | -7/+11 | |
| sizing issues for people. | |||||
| 2012-05-15 | Seperate new/old CreateParts functions | Simon Robertshaw | 4 | -61/+142 | |
| 2012-05-15 | Username, password icons for Login window | Simon Robertshaw | 5 | -16/+42 | |
