summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-09-15Better reporting dialogueSimon Robertshaw2-5/+12
2012-09-15Render fire after wall drawingSimon Robertshaw1-3/+3
2012-09-15Fix file reading, fix ARG implementationSimon Robertshaw3-5/+3
2012-09-14Better fire rendering for savesSimon Robertshaw2-0/+28
2012-09-14Correct initialisation of FIGHSimon Robertshaw1-11/+14
2012-09-14Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵Simon Robertshaw7-29/+265
assigning to update function
2012-09-13Remove testing particle from repoSimon Robertshaw1-100/+0
2012-09-13Save history and new multiline formatterSimon Robertshaw12-23/+111
2012-09-13Show version info in update prompt. Fixes #177Simon Robertshaw4-3/+32
2012-09-13Make sample tool sample different life types. Fixes #184Simon Robertshaw1-3/+25
2012-09-13Ensure cursor position is correct after placing stamp.Simon Robertshaw1-0/+1
2012-09-13Mouse move on exiting Window. Fixes 181Simon Robertshaw1-0/+13
2012-09-13Allow editing link signs. Fixes #182Simon Robertshaw1-2/+2
2012-09-13Disable JIT for nowSimon Robertshaw2-2/+106
2012-09-13Some progress on JIT - no syscalls yetSimon Robertshaw5-26/+298
2012-09-11Fix buffer overflow with HTTP headers caused by recent \r\n commit"Simon Robertshaw2-1/+922
2012-09-09More VM syscallsSimon Robertshaw4-79/+74
2012-09-09Allow terminating the VMSimon Robertshaw2-0/+6
2012-09-09MergeSimon Robertshaw1-0/+1
2012-09-09Move opcodes and syscalls out of main virtualmachine coeeSimon Robertshaw7-450/+460
2012-09-09Preserve stack pointer after VirtualMachine::Call()Simon Robertshaw1-5/+8
2012-09-09Disable VM test file by defaultSimon Robertshaw1-1/+4
2012-09-09Add test files.Savely Skresanov2-0/+171
2012-09-09Virtual machineSimon Robertshaw6-0/+1104
2012-09-07Remove debug crapSimon Robertshaw1-1/+0
2012-09-07Hidden elements in element searchSimon Robertshaw3-0/+8
2012-09-06revert changing the lua/sdl includes and min/max changesjacob119-48/+51
2012-09-06Fix one more compiling errorjacob13-3/+3
(was using outdated SearchModel.h so reverted to official version)
2012-09-06Visual studio compatibilityjacob140-193/+219
This removes some inlines when using visual studio to compile, uisng TPT_NO_INLINE. It also fixes many other problems visual studio has with the code
2012-09-06Fix some off-by-one mouse clamping issuesSimon Robertshaw2-3/+3
2012-09-06Some improvements to the appearence of the save browser and previewjacob12-19/+21
Make huge labels not so huge, fix color of some buttons
2012-09-06fix spark color in nothing modejacob11-3/+3
2012-09-06Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148jacob13-8/+12
2012-09-06Change hover color of update box (white just didn't look right)jacob11-0/+4
2012-09-06Fix bugs with energy particles in PIPEjacob11-2/+9
2012-09-06Wall names in HUDjacob16-20/+39
Conflicts: src/game/GameView.cpp
2012-09-06More demonstration of my inability to commit the saved fileSimon Robertshaw1-1/+1
2012-09-06Gah, amend previousSimon Robertshaw1-3/+3
2012-09-06Fix Line/Rect drawing in zoom windowSimon Robertshaw1-2/+2
2012-09-05Some simulation APISimon Robertshaw1-5/+8
2012-09-05Fix setting colour presetsSimon Robertshaw1-0/+1
2012-09-05Changes to Smudge and blending modes (make them a little slower and easier ↵Simon Robertshaw1-25/+28
to handle)
2012-09-05Correct default toolsSimon Robertshaw1-2/+2
2012-09-05Allow mass unfavouring, unfavouring from the preview view. Fixes #149Simon Robertshaw5-7/+56
2012-09-05Ensure errors are caught and displayed during tag operations. Fix some ↵Simon Robertshaw7-32/+102
issues with the Tag ui. Fixes #157
2012-09-05Perform pointtranslate (zoom) only in GameView. Fixes point line issue in #175Simon Robertshaw2-16/+16
2012-09-05Only use stairstepping for resampling when absolutely necessary (when the ↵Simon Robertshaw1-1/+25
downscaling factor is a power of 2). Somewhat fixes #176
2012-09-05Prevent setting double scale on smaller screens. Fixes #166Simon Robertshaw6-4/+42
2012-09-05Newtonian gravity field info in HUD (Maybe we could have an arrow to show ↵Simon Robertshaw2-3/+5
direction in future). Fixed #152
2012-09-05Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw1-2/+0