summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-20remove some debuggingBryan Hoyle1-1/+0
2012-06-20Merge branch 'master' of github.com:FacialTurd/PowderToyppBryan Hoyle10-25/+164
2012-06-20Make Confirm dialogue less uglySimon Robertshaw2-9/+16
2012-06-20Renders an X in place of save icons, atm.Bryan Hoyle1-1/+1
2012-06-20Opengl can open saves now, just need to get it to render accurately laterBryan Hoyle5-19/+24
2012-06-20More in the way of an autoupdaterSimon Robertshaw8-16/+148
2012-06-20localBrowserModel should be browserModelSimon Robertshaw1-2/+2
2012-06-20Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw19-51/+108
2012-06-20OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli...Simon Robertshaw18-13/+490
2012-06-18Fix stamp and save assignmentSimon Robertshaw1-11/+17
2012-06-18Use C++ allocation/freeing for text masking and multiline processingSimon Robertshaw2-5/+6
2012-06-18GameModel manages currentSave instanceSimon Robertshaw2-2/+8
2012-06-18Controllers should free their callbacks and viewsSimon Robertshaw10-3/+32
2012-06-18Don't rely on Window class freeing for components that may not be addedSimon Robertshaw1-0/+7
2012-06-18Ensure partsSimIndex is freed upon success state of OPS parsingSimon Robertshaw1-0/+2
2012-06-18Better freeing for memory in GameSaveSimon Robertshaw1-22/+17
2012-06-18RenderOptions controller should delete its callbackSimon Robertshaw1-0/+2
2012-06-18Free toolsSimon Robertshaw1-0/+2
2012-06-18Menu frees any added itemsSimon Robertshaw2-4/+9
2012-06-18Free platent and elementsSimon Robertshaw1-0/+2
2012-06-18Use C++ allocation and deletion for Brush memorySimon Robertshaw2-8/+8
2012-06-13Remove debug printing from brushSimon Robertshaw1-4/+1
2012-06-13Linux fix with SDL_syswmSimon Robertshaw1-4/+0
2012-06-13Missing includes and declarations for LinuxSimon Robertshaw2-0/+10
2012-06-13TPT: Update versionSimon Robertshaw1-2/+2
2012-06-13TPT: Make ambient heat convection work a bit betterSimon Robertshaw1-3/+2
2012-06-13TPT: STOR should not conduct heatSimon Robertshaw1-2/+2
2012-06-13TPT: Remember ctype when cloning lavaSimon Robertshaw4-15/+45
2012-06-13TPT: Prevent THDR from counting towards stacked particle limitSimon Robertshaw1-1/+2
2012-06-13TPT: Avoid stacking in INVS and FILT, and fix pressurised INVS graphicsSimon Robertshaw2-4/+7
2012-06-13TPT: Run stacking check less oftenSimon Robertshaw3-2/+73
2012-06-13TPT: Create BHOL when particles are stacked excessivelySimon Robertshaw2-98/+0
2012-06-13TPT: Prevent solid particles stacking in E-HoleSimon Robertshaw1-1/+1
2012-06-13TPT: TTAN updatesSimon Robertshaw1-2/+19
2012-06-12TPT: Return 0 after particle type changeSimon Robertshaw1-0/+5
2012-06-12TPT: EXOTSimon Robertshaw5-4/+211
2012-06-12TPT: Tron wasn't keeping its NODIE flagSimon Robertshaw1-1/+1
2012-06-12TPT: Fix the bug with not-spawning fighter.Simon Robertshaw1-2/+0
2012-06-12TPT: Put ifs into switch in create_partSimon Robertshaw2-196/+215
2012-06-12TPT: Check fire colour values are with the correct rangeSimon Robertshaw1-0/+9
2012-06-12TPT: Prevent allocation of particles with type==0, bleep bloopSimon Robertshaw1-1/+1
2012-06-12TPT: Fix PROP_NEUTPENETRATE, particles weren't being moved into empty spaceSimon Robertshaw1-1/+1
2012-06-12Fix SOAP.cpp from previous commitSimon Robertshaw1-1/+1
2012-06-12TPT: Fixed the bug with snow, where it melted without taking it's ctype into ...Simon Robertshaw2-7/+7
2012-06-12TPT: Fix SLTW boiling temperature typoSimon Robertshaw1-2/+2
2012-06-12TPT: Soap bubbles are easily formed now.Simon Robertshaw1-33/+31
2012-06-12TPT: VOID & PVOD can be set to only eat/not eat certain thingsSimon Robertshaw1-1/+2
2012-06-12TPT: energy type particles automatically go into photons, not pmapSimon Robertshaw2-10/+11
2012-06-12TPT: fix crash, spark reset set type without checking if it was a valid numberSimon Robertshaw1-2/+7
2012-06-12TPT: fix lua console freeze/bugsSimon Robertshaw1-4/+6