summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Impose limit when pasting into textboxesSimon Robertshaw1-0/+23
2012-10-01Negative values in old console commandsSimon Robertshaw1-1/+3
2012-10-01Allow pausing when using stamp placement/selectionSimon Robertshaw1-1/+2
2012-10-01Fix wall clipping during stamp rotationSimon Robertshaw1-2/+2
2012-09-30Fix issue where thumbnails are sometimes the incorrect onesSimon Robertshaw3-21/+24
2012-09-30Fix word wrapping issue (words moved onto new lines were not being added to t...Simon Robertshaw1-1/+2
2012-09-30Activate deco tools when using deco menuSimon Robertshaw2-14/+40
2012-09-30Draw walls behind particlesSimon Robertshaw1-3/+3
2012-09-30fix saves getting corrupted when saving, fix error messages not showing (corr...jacob12-4/+12
2012-09-30Fix some uninitialized variables, add back sandcolor changingjacob13-8/+24
2012-09-30Delete notification before removing from vectorSimon Robertshaw1-1/+1
2012-09-30Prevent crash when pasting in LinuxSimon Robertshaw1-2/+2
2012-09-30Pass points by value for drawing toolsSimon Robertshaw4-13/+13
2012-09-30Set appropriate default values for some static Lua interface variablesSimon Robertshaw1-5/+5
2012-09-30Better hanling of edgeMode and "New Sim" buttonSimon Robertshaw7-13/+52
2012-09-29remove 'Z' quickoptionjacob12-19/+0
2012-09-29lock icon on unpublished savesjacob13-1/+8
2012-09-29Move PPIP to poweredSimon Robertshaw1-1/+1
2012-09-29Fix crash loading null stamp after pasting (http://powdertoy.co.uk/Discussion...Simon Robertshaw1-5/+8
2012-09-29Stable release optionsSimon Robertshaw1-0/+2
2012-09-29Lua FileSystem APISimon Robertshaw2-2/+265
2012-09-29ren.decorations() to enable/disable/get decorations (Lua API)Simon Robertshaw1-2/+16
2012-09-28Move old Lua API into another file, make the old drawin API have the old posi...Simon Robertshaw6-1827/+2049
2012-09-28HTTP/1.1: Allow multiple whitespace characters in header fieldsSimon Robertshaw1-5/+25
2012-09-27Fix case sensitive filenameSimon Robertshaw1-1/+1
2012-09-27Move Render presets to the rightSimon Robertshaw2-34/+61
2012-09-26Improvement to some of the rendermode iconsSimon Robertshaw1-10/+39
2012-09-26Always focus text box for property toolSimon Robertshaw1-0/+11
2012-09-26make PROP interface a little easier to use (first part of tpt issue 78)jacob12-0/+12
2012-09-26Fix own / fav buttons being enabled even when not logged injacob11-2/+4
2012-09-26fix minor memory problem with last commitjacob11-0/+2
2012-09-26render preset buttons in render options interface, also shift + 1 life view s...jacob114-101/+210
2012-09-25Fix smudge issuejacob11-13/+17
2012-09-25Fix black border around dialogs being off (I think I got all of them)jacob16-7/+7
2012-09-25Icon adjustmentsjacob13-39/+39
2012-09-25Icons and tooltips for everything in renderview. (Empty space not filled yet)jacob14-29/+110
2012-09-25some improvements to the render options interface and checkboxes (icons and t...jacob18-37/+83
2012-09-25Fix incorrect deco colors being selectedjacob11-3/+5
2012-09-25small changejacob12-26/+17
2012-09-25display hex value in deco editor (replaces Cancel button)jacob12-15/+23
2012-09-25Make number boxes easier to use, plus limit deco editor numbers to 255jacob12-6/+12
2012-09-25allow alpha editingjacob12-6/+25
2012-09-25alt click alternative to middle click (that doesn't break line snapping)jacob11-0/+2
2012-09-25Fix crash - uninitialized (and not needed) variablejacob11-2/+2
2012-09-25MacOS X targets for Scons, Fix some inlines for clangSimon Robertshaw9-106/+111
2012-09-24Work on Ahead-Of-Time compiler for PVMSimon Robertshaw2-1/+220
2012-09-23If/elseif with simple conditionsSimon Robertshaw5-38/+138
2012-09-23Macros and property settingSimon Robertshaw8-15/+328
2012-09-21Set properties with integer.propertySimon Robertshaw9-55/+65
2012-09-21Testing new vm/language WIPSimon Robertshaw17-10/+2031