summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-04-13'Report' icon at 0xE3Simon Robertshaw2-6/+6
2012-04-11Nice drawing for brushSimon Robertshaw2-19/+54
2012-04-11Use graphics function for BCOLjacksonmj1-1/+1
2012-04-10Stop walls next to pipe triggering automatic pattern generationjacksonmj1-1/+1
2012-04-09Fix issue where unborn children were slaughtered when removing a component ↵Simon Robertshaw5-16/+66
from an event
2012-04-09Remove unused codeSimon Robertshaw1-37/+0
2012-04-09Add missing GOL dataSimon Robertshaw4-1/+98
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw7-3/+57
2012-04-07Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-04-07A fix for ice with ctype = 0.savask1-0/+5
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw19-4/+686
2012-04-05Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-04-05Glowing BRAYSimon Robertshaw2-15/+16
2012-04-05Modifier keys for Lua, Air display, correct render mode savingSimon Robertshaw5-8/+27
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵Simon Robertshaw8-18/+63
print and tpt.log so they log to the console when it is open
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print ↵Simon Robertshaw10-5/+200
redirected to tpt.log
2012-04-03Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-04-03Updated READMESimon Robertshaw1-1/+4
2012-04-03Allow DEST to be cloned with CLNE, PCLN, BCLN and PBCN. Add icon for Force ↵Simon Robertshaw9-10/+14
elements, minor edits to Gas and Atomic element icons
2012-04-03Search and stamps scolling with mouse wheel, Esc to exitSimon Robertshaw7-0/+43
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw7-46/+109
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw10-91/+193
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard ↵Simon Robertshaw19-61/+794
or stamp thumbnail generation, needs thumbnail generator from SaveLoader
2012-03-31REALISTIC - Latent heat. It may be buggy, and enthalpy table isn'tsavask3-4/+246
filled, but it works.
2012-03-30More brush fixesjacksonmj2-5/+13
Fixes a problem with the triangle brush caused by InCurrentBrush calculating the bottom left or bottom right points to be outside the triangle at certain brush sizes. Also fixes some points in the brush outline being heated twice when a line is drawn with the heat tool.
2012-03-29Replace Error notification with exception for Tags modelSimon Robertshaw8-27/+74
2012-03-29Remove v72.0 changes from list of changes for v74jacksonmj1-5/+0
2012-03-29Brush fixesjacksonmj1-2/+2
Heat tool was heating a vertical line in the middle of the brush twice. When drawing a vertical line with the triangle brush, it was one pixel too thin.
2012-03-28Exception when loading invalid saveSimon Robertshaw4-4/+46
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw8-5/+171
2012-03-27Fixed burning temp. for fire.savask1-0/+4
2012-03-27Version Incrementchaos.powdertoy.co.uk1-3/+2
2012-03-27HAHA, TAKE THAT, README!Simon Robertshaw1-2/+13
2012-03-27Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-03-27Disable REALISTICSimon Robertshaw1-1/+1
2012-03-26Fix ELEC being put into pmap instead of photonsJacob11-3/+3
2012-03-26triangle brush fixesJacob12-9/+8
2012-03-26Remove squares.h, since it doesn't seem to give any speed advantage over sqrtfjacksonmj2-8/+2
2012-03-26Remove duplicate information in set_cmodejacksonmj3-20/+12
Calculating render_mode and display_mode variables from the arrays means less chance of mistakes (e.g. blob mode RENDER_EFFE was set in render_modes array but not in render_mode)
2012-03-23Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-03-23Version Incrementchaos.powdertoy.co.uk1-2/+2
2012-03-23Enable realistic heat and put a build info thingy into welcome screenSimon Robertshaw2-1/+37
2012-03-23Fix Replacemode delete on ToolsSimon Robertshaw1-1/+3
2012-03-23Version Incrementchaos.powdertoy.co.uk1-1/+1
2012-03-23Missing icon includeSimon Robertshaw1-0/+4
2012-03-23Version Incrementchaos.powdertoy.co.uk1-1/+2
2012-03-23Fix Linux icon variable declaration sitting inside a Windows Platform blockSimon Robertshaw1-1/+2
2012-03-22Version Incrementchaos.powdertoy.co.uk1-2/+1
2012-03-22Add and remove tags.\nBrings to light an interesting issue with adding or ↵Simon Robertshaw8-7/+244
removing UI components within component Event handlers
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw12-14/+149