| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-09-17 | Checkbox, Slider and ProgressBar components for ui API | Simon Robertshaw | 14 | -8/+461 | |
| 2012-09-16 | Prevent UI thread lockup when drawing hideously large progress bars for no ↵ | Simon Robertshaw | 1 | -0/+2 | |
| reason. | |||||
| 2012-09-16 | Right click menu to go to history and user info for save buttons | Simon Robertshaw | 6 | -42/+126 | |
| 2012-09-16 | Fix minor highlighting bug in the save browser, votes counter is drawn on ↵ | jacob1 | 1 | -2/+7 | |
| your saves even with mouse over thumbnail this covers up the corner all the time, so i'm not sure if I should go back to the old way | |||||
| 2012-09-16 | fix some errors in visual studio | jacob1 | 2 | -2/+3 | |
| 2012-09-16 | update version numbers | jacob1 | 1 | -2/+2 | |
| 2012-09-16 | remove unneeded check | jacob1 | 1 | -1/+1 | |
| 2012-09-16 | Add icons back to search buttons, fix positioning of them, disable my own / ↵ | jacob1 | 3 | -14/+65 | |
| fav buttons when still loading saves | |||||
| 2012-09-16 | Show number of votes and the history button on your own saves | jacob1 | 3 | -2/+68 | |
| 2012-09-16 | fix possible crashes with save buttons and uninitialized renderer variables | jacob1 | 2 | -3/+2 | |
| Fixes second part of issue 179 | |||||
| 2012-09-16 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 4 | -13/+31 | |
| 2012-09-16 | When reloading elements API, set packages.loaded["elements"] to nil to ↵ | Simon Robertshaw | 1 | -0/+8 | |
| prevent luaL_register from trying to reuse a nilled table. Fixes #189 | |||||
| 2012-09-15 | Hooked more functions to VM. | Savely Skresanov | 2 | -4/+12 | |
| 2012-09-15 | Some work on adding new hooks. | Savely Skresanov | 4 | -13/+23 | |
| 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 | |||||
