summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-11-08small fix so it goes at the right speed.Philip1-1/+1
2010-11-07Increased efficiency a lot, GoL only runs when there is a GoL particle, and ↵Philip3-45/+50
other small checks to make it faster. Blank screen fps went from 44 to 60, with a few particles, 44 to 55.
2010-11-07Removed old fix, not needed. And fixed loading of other saves with GoL ↵Philip1-18/+1
particles on screen
2010-11-07slight changePhilip2-2/+2
2010-11-07compressed code, yay and a grid for rule sets.Philip2-248/+42
2010-11-07added amoeba, move, pseudo life, and diamoeba particlesPhilip4-22/+154
2010-11-06added Day&Night life particlesPhilip4-3/+40
2010-11-06Added high life, assimilation, and 2x2 to life particles, and put it in its ↵Philip5-64/+121
own menu section.
2010-11-06GOL wraps around the edgesPhilip1-7/+27
2010-11-06git is weird...Philip1-2/+4
2010-11-06GOL works 100% now. todo: make some way to set GSPEED from ingame, and is ↵Philip5-25/+47
the number of frames per generation.
2010-11-05Made it go faster, once per frame, and cool heat colors.Philip4-4/+11
2010-11-05LOL GOL WORKSPhilip5-6/+67
2010-11-03forgot parentheses...Philip1-1/+1
2010-11-03Fix for ctrl-shift-alt click crash incase someone did it for some reason.Philip1-2/+2
2010-11-02changed moving sign code so it doesn't modify the sign itself.Philip4-6/+8
2010-11-01eraser uses shift-alt instead of alt because linux alt-click is normally ↵Philip3-8/+8
move window
2010-11-01forgot to delete somethingPhilip1-2/+0
2010-10-30moving signs! i think everything still works, click the weird random extra ↵Philip4-5/+30
button, someone can add an icon later.
2010-10-28added specific element eraser again for my own uses sinces everyone else ↵Philip3-6/+61
thinks its useless. alt-click to pick and then alt-click in the game to erase the picked element. you could then have right and left click be two different elements and alt-click on the eraser to keep two elements selected and an easy to use eraser as well
2010-10-28updatingPhilip9-470/+1331
2010-10-04UpdatingPhilip32-1221/+1909
2010-09-13Much better interface for eraser. Doesnt deselect current elements.Phil2-29/+54
alt-click on the element/type you want erased, it will be light blue. alt-click in the game will then erase the selected element only. everything else works normally and uneffected if you dont use it.
2010-09-12updated to simon's latestPhil7-106/+275
2010-09-11Added element type eraser, right click on the menu section to delete and ↵Phil6-93/+163
then on the eraser button. the type to erase will have a light blue box also added two wires, PWPO and PWNE purely for no reason, pressure sensitive wires, just ignore them unless you like it.
2010-09-11New temp saving system, only loads from saves it makes right now, but it ↵Phil3-38/+76
allows for much more temp accuracy, less than 1 degree.
2010-09-09Fixed wall eraser errors and loading of other saves.Phil2-25/+61
2010-09-09Added specific element erase, right click on element in menu, then right ↵Phil6-86/+147
click on eraser, the one to be erased will have a light blue box around it. works for walls too. changed some wall code because it looks like someone just put random numbers in. fixed a wall bug
2010-09-08Fireworks glow in fancy display, fixed some crash errors they could cause.Phil3-11/+54
2010-09-08Fireworks look much better, and random colors for each firework yay!Phil3-34/+21
2010-09-07OMFG fireworks, i think they are cool, right now it only shoots hot colored ↵Phil3-70/+150
dust, but it can easily be something else, probably will make a special powder for it to explode later.
2010-09-07Fixed some temperature errors in the table, fixed some relative weights, and ↵Phil3-57/+57
fixed the names on the sides. Renamed PT_PLEX to PT_C4 to make more sense, fixed ice/snow melting problem. made temp sign say N/A instead of 0 when there is nothing.
2010-09-07updatingPhil5-289/+382
2010-09-05Fixed some K errorsPhil1-5/+5
2010-09-05should be all in K now, semi-conductors might be buggy, not sure whyPhil4-37/+37
2010-09-04made makefile work properlyAlex1-14/+13
2010-09-04more work on kelvinFelix Wallin2-23/+23
2010-09-04Partly converted into Kelvin scaleFelix Wallin1-21/+21
2010-09-04Merge branch 'master' of github.com:FacialTurd/The-Powder-ToyFelix Wallin1-1/+2
2010-09-04Changed O2 diffussion, changed descriptionFelix Wallin1-1/+1
2010-09-04Thing of the Windows UsersSimon1-1/+2
2010-09-03fixed http://powdertoy.co.uk/Forum.html?action=vthread&forum=5&topic=783Felix Wallin1-1/+1
2010-09-03Added todo, const correctness.Felix Wallin4-18/+21
2010-09-03forgot to remove one thingFelix Wallin1-1/+0
2010-09-03added various thingsFelix Wallin1-3/+14
2010-09-03added opengl target for linuxFelix Wallin1-1/+3
2010-09-03Whoop, missed somethingSimon1-0/+1
2010-09-03Fix for Linux buildingSimon2-40/+7
2010-09-02(no commit message)FacialTurd1-3/+4
2010-09-02Revert "does not compile at the moment, cause unknown, also. always use // ↵Simon7-32/+46
for one line comments" This reverts commit 32b1a2c3ab928bec980601f257487db39b0b8e33.