| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-08-14 | Cut region, fixes #105 | Simon Robertshaw | 4 | -1/+19 | |
| 2012-08-14 | Allow key releases when in stamp selecting/placement #104, #105 | Simon Robertshaw | 1 | -4/+0 | |
| 2012-08-14 | Reset drawing state when placing stamps | Simon Robertshaw | 1 | -0/+4 | |
| 2012-08-14 | Show some info when selecting stamps, #104 | Simon Robertshaw | 3 | -6/+10 | |
| 2012-08-14 | Stamp selection and placements works through the zoom window, #104 | Simon Robertshaw | 1 | -3/+5 | |
| 2012-08-14 | Snap stamp selection to CELL res, #104 | Simon Robertshaw | 1 | -2/+2 | |
| 2012-08-14 | Correct tooltip for save button | Simon Robertshaw | 2 | -9/+34 | |
| 2012-08-14 | Whoops, close DropDown windows before disposing | Simon Robertshaw | 1 | -0/+1 | |
| 2012-08-14 | Varying borders for button, exit dropdown menu with Esc or outside click, ↵ | Simon Robertshaw | 6 | -14/+57 | |
| fixes #100 | |||||
| 2012-08-14 | Fix tool buttons | Simon Robertshaw | 2 | -2/+2 | |
| 2012-08-14 | Lua autorun, fixes #99 | Simon Robertshaw | 1 | -0/+2 | |
| 2012-08-14 | Placeholder text for sign tool window, #98 | Simon Robertshaw | 1 | -1/+1 | |
| 2012-08-14 | Focus text field for Sign Tool Window, fixes #98 | Simon Robertshaw | 1 | -0/+1 | |
| 2012-08-14 | Update gitignore, show votes correctly, fixes #97 | Simon Robertshaw | 5 | -19/+30 | |
| 2012-08-14 | Remove temp files created by scheme handling | Simon Robertshaw | 1 | -0/+1 | |
| 2012-08-14 | ptsave scheme handling for Linux, addresses #97 | Simon Robertshaw | 1 | -0/+20 | |
| 2012-08-14 | Only call button actions if the mouse is released inside the button. Fixes #96 | Simon Robertshaw | 3 | -4/+5 | |
| 2012-08-14 | Fix crash when using search (std::remove doesn't seem to work as I ↵ | Simon Robertshaw | 4 | -81/+58 | |
| expected), Add clickable author names for search. Fixes #95 | |||||
| 2012-08-13 | Prevent CONV from destroying diamond | jacob1 | 1 | -1/+1 | |
| 2012-08-13 | Fix cut message, stamps/copying can be done backwards, fix xor_rect | jacob1 | 3 | -24/+72 | |
| (amended to remove extra argument to build_save) | |||||
| 2012-08-13 | fix many crashes when out of memory | jacob1 | 3 | -5/+59 | |
| 2012-08-13 | Powered pipe, based on jacob1's commits | jacksonmj | 8 | -57/+317 | |
| PSCN to turn on, NSCN to turn off, INST to reverse. Differences from jacob1's commit include: flood fill function that includes 1px diagonal pipes, powered/reversed state stored in tmp instead of flags, sparks from PSCN/NSCN/INST always take effect the following frame, single pixel pipe directions are a number from 0 to 7 so "if(coords)" does not check whether one is set (store another "transfers according to 1px pipe direction" bit for reverse flow). | |||||
| 2012-08-13 | Allow specifying the snapshot ID | Simon Robertshaw | 1 | -2/+6 | |
| 2012-08-13 | Fix bug where thumbnails would not always show in the search | Simon Robertshaw | 2 | -25/+39 | |
| 2012-08-13 | Add CPPDEFINES to the compile command | Simon Robertshaw | 2 | -2/+7 | |
| 2012-08-13 | Clear render, display and colour mode in renderer contructor | Simon Robertshaw | 1 | -1/+4 | |
| 2012-08-13 | "everything at once" compilation in a seperate arg | Simon Robertshaw | 2 | -3/+6 | |
| 2012-08-13 | Compile everything at once with --release | Simon Robertshaw | 4 | -10/+325 | |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 20 | -103639/+172 | |
| 2012-08-13 | Now stickmen and fighters show HP. Closes #93 | Savely Skresanov | 1 | -4/+4 | |
| 2012-08-13 | Merge pull request #71 from reap3r119/master | Simon Robertshaw | 2 | -520/+510 | |
| Moved History to Changelog | |||||
| 2012-08-12 | oops, fixed a bad piece of code I added | Bryan Hoyle | 1 | -0/+2 | |
| 2012-08-12 | Opengl fixes | Bryan Hoyle | 1 | -1/+1 | |
| 2012-08-12 | Remove some IDE files from previous commit | Simon Robertshaw | 85 | -2952/+0 | |
| 2012-08-12 | Use forward declarations more to avoid excessive includes | Simon Robertshaw | 129 | -228/+106839 | |
| 2012-08-12 | More efficiency, fix of point size being too big | Bryan Hoyle | 1 | -2/+7 | |
| 2012-08-12 | A litte more efficient | Bryan Hoyle | 1 | -2/+2 | |
| 2012-08-12 | Fixed brush for now, used inefficient algorithm until I can get pure opengl ↵ | Bryan Hoyle | 3 | -3/+17 | |
| working | |||||
| 2012-08-12 | Revert "minor renderer changes, brush still not working" | Bryan Hoyle | 1 | -1/+1 | |
| This reverts commit 1b2e0e68bd62fd429724e691d6318872af3f5dae. | |||||
| 2012-08-12 | Revert "Revert "fixed --opengl-renderer from segfaulting. Added a gitignore ↵ | Bryan Hoyle | 2 | -1/+6 | |
| for vim swap files"" This reverts commit 90f505c2dae361b4950119cdca6abbd7f7b7a0e5. | |||||
| 2012-08-12 | Revert "fixed --opengl-renderer from segfaulting. Added a gitignore for vim ↵ | Bryan Hoyle | 2 | -6/+1 | |
| swap files" This reverts commit 90f71f3b11373bda502405856062803111f247d5. | |||||
| 2012-08-12 | minor renderer changes, brush still not working | Bryan Hoyle | 1 | -1/+1 | |
| 2012-08-12 | fixed --opengl-renderer from segfaulting. Added a gitignore for vim swap files | Bryan Hoyle | 2 | -1/+6 | |
| 2012-08-12 | now opengl and opengl renderer run and compile, but renderer has a segfault, ↵ | Bryan Hoyle | 3 | -11/+11 | |
| will fix | |||||
| 2012-08-12 | --opengl works now, had to fix dep issues in linux. TODO: --opengl-renderer | Bryan Hoyle | 1 | -99/+101 | |
| 2012-08-12 | Fix spinner drawing | Simon Robertshaw | 2 | -3/+13 | |
| 2012-08-12 | more fixes | Bryan Hoyle | 3 | -21/+21 | |
| 2012-08-12 | Minor opengl fixes, still not compiling, look at line 14 in ↵ | Bryan Hoyle | 6 | -8/+20 | |
| src/graphics/OpenGLGraphics.cpp, build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected primary-expression before '{' token build/src/graphics/OpenGLGraphics.cpp:14:15: error: expected ')' before '{' token ' | |||||
| 2012-08-12 | Remove more unused files | Simon Robertshaw | 2 | -68/+0 | |
| 2012-08-12 | Remove old unused textarea | Simon Robertshaw | 2 | -113/+0 | |
