| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-09-15 | Better reporting dialogue | Simon Robertshaw | 2 | -5/+12 | |
| 2012-09-15 | Render fire after wall drawing | Simon Robertshaw | 1 | -3/+3 | |
| 2012-09-15 | Fix file reading, fix ARG implementation | Simon Robertshaw | 3 | -5/+3 | |
| 2012-09-14 | Better fire rendering for saves | Simon Robertshaw | 2 | -0/+28 | |
| 2012-09-14 | Correct initialisation of FIGH | Simon Robertshaw | 1 | -11/+14 | |
| 2012-09-14 | Fixes invalid text pasting, Adds API to VM, allow program loading in Lua and ↵ | Simon Robertshaw | 7 | -29/+265 | |
| assigning to update function | |||||
| 2012-09-13 | Remove testing particle from repo | Simon Robertshaw | 1 | -100/+0 | |
| 2012-09-13 | Save history and new multiline formatter | Simon Robertshaw | 12 | -23/+111 | |
| 2012-09-13 | Show version info in update prompt. Fixes #177 | Simon Robertshaw | 4 | -3/+32 | |
| 2012-09-13 | Make sample tool sample different life types. Fixes #184 | Simon Robertshaw | 1 | -3/+25 | |
| 2012-09-13 | Ensure cursor position is correct after placing stamp. | Simon Robertshaw | 1 | -0/+1 | |
| 2012-09-13 | Mouse move on exiting Window. Fixes 181 | Simon Robertshaw | 1 | -0/+13 | |
| 2012-09-13 | Allow editing link signs. Fixes #182 | Simon Robertshaw | 1 | -2/+2 | |
| 2012-09-13 | Disable JIT for now | Simon Robertshaw | 2 | -2/+106 | |
| 2012-09-13 | Some progress on JIT - no syscalls yet | Simon Robertshaw | 5 | -26/+298 | |
| 2012-09-11 | Fix buffer overflow with HTTP headers caused by recent \r\n commit" | Simon Robertshaw | 2 | -1/+922 | |
| 2012-09-09 | More VM syscalls | Simon Robertshaw | 4 | -79/+74 | |
| 2012-09-09 | Allow terminating the VM | Simon Robertshaw | 2 | -0/+6 | |
| 2012-09-09 | Merge | Simon Robertshaw | 1 | -0/+1 | |
| 2012-09-09 | Move opcodes and syscalls out of main virtualmachine coee | Simon Robertshaw | 7 | -450/+460 | |
| 2012-09-09 | Preserve stack pointer after VirtualMachine::Call() | Simon Robertshaw | 1 | -5/+8 | |
| 2012-09-09 | Disable VM test file by default | Simon Robertshaw | 1 | -1/+4 | |
| 2012-09-09 | Add test files. | Savely Skresanov | 2 | -0/+171 | |
| 2012-09-09 | Virtual machine | Simon Robertshaw | 6 | -0/+1104 | |
| 2012-09-07 | Remove debug crap | Simon Robertshaw | 1 | -1/+0 | |
| 2012-09-07 | Hidden elements in element search | Simon Robertshaw | 3 | -0/+8 | |
| 2012-09-06 | revert changing the lua/sdl includes and min/max changes | jacob1 | 19 | -48/+51 | |
| 2012-09-06 | Fix one more compiling error | jacob1 | 3 | -3/+3 | |
| (was using outdated SearchModel.h so reverted to official version) | |||||
| 2012-09-06 | Visual studio compatibility | jacob1 | 40 | -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-06 | Fix some off-by-one mouse clamping issues | Simon Robertshaw | 2 | -3/+3 | |
| 2012-09-06 | Some improvements to the appearence of the save browser and preview | jacob1 | 2 | -19/+21 | |
| Make huge labels not so huge, fix color of some buttons | |||||
| 2012-09-06 | fix spark color in nothing mode | jacob1 | 1 | -3/+3 | |
| 2012-09-06 | Fix PRTI/PRTO color, debug lines only drawn in debug mode. Fixes # 148 | jacob1 | 3 | -8/+12 | |
| 2012-09-06 | Change hover color of update box (white just didn't look right) | jacob1 | 1 | -0/+4 | |
| 2012-09-06 | Fix bugs with energy particles in PIPE | jacob1 | 1 | -2/+9 | |
| 2012-09-06 | Wall names in HUD | jacob1 | 6 | -20/+39 | |
| Conflicts: src/game/GameView.cpp | |||||
| 2012-09-06 | More demonstration of my inability to commit the saved file | Simon Robertshaw | 1 | -1/+1 | |
| 2012-09-06 | Gah, amend previous | Simon Robertshaw | 1 | -3/+3 | |
| 2012-09-06 | Fix Line/Rect drawing in zoom window | Simon Robertshaw | 1 | -2/+2 | |
| 2012-09-05 | Some simulation API | Simon Robertshaw | 1 | -5/+8 | |
| 2012-09-05 | Fix setting colour presets | Simon Robertshaw | 1 | -0/+1 | |
| 2012-09-05 | Changes to Smudge and blending modes (make them a little slower and easier ↵ | Simon Robertshaw | 1 | -25/+28 | |
| to handle) | |||||
| 2012-09-05 | Correct default tools | Simon Robertshaw | 1 | -2/+2 | |
| 2012-09-05 | Allow mass unfavouring, unfavouring from the preview view. Fixes #149 | Simon Robertshaw | 5 | -7/+56 | |
| 2012-09-05 | Ensure errors are caught and displayed during tag operations. Fix some ↵ | Simon Robertshaw | 7 | -32/+102 | |
| issues with the Tag ui. Fixes #157 | |||||
| 2012-09-05 | Perform pointtranslate (zoom) only in GameView. Fixes point line issue in #175 | Simon Robertshaw | 2 | -16/+16 | |
| 2012-09-05 | Only use stairstepping for resampling when absolutely necessary (when the ↵ | Simon Robertshaw | 1 | -1/+25 | |
| downscaling factor is a power of 2). Somewhat fixes #176 | |||||
| 2012-09-05 | Prevent setting double scale on smaller screens. Fixes #166 | Simon Robertshaw | 6 | -4/+42 | |
| 2012-09-05 | Newtonian gravity field info in HUD (Maybe we could have an arrow to show ↵ | Simon Robertshaw | 2 | -3/+5 | |
| direction in future). Fixed #152 | |||||
| 2012-09-05 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 1 | -2/+0 | |
