| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ... | Simon Robertshaw | 42 | -152/+1098 |
| 2012-06-06 | 'No Image' icon when save rendering fails | Simon Robertshaw | 1 | -1/+8 |
| 2012-06-06 | Saving and loading at position, yuse exceptions for parsing saves | Simon Robertshaw | 6 | -59/+85 |
| 2012-06-05 | Fix bmap reading error caused by signed/unsigned comparison | Simon Robertshaw | 2 | -5/+4 |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ... | Simon Robertshaw | 22 | -636/+1972 |
| 2012-06-04 | OpenGL JNI Canvas compiled only when needed | Simon Robertshaw | 2 | -1/+5 |
| 2012-06-02 | Add missing header includer for C libraries. | Simon Robertshaw | 3 | -2/+5 |
| 2012-05-31 | Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods. | Simon Robertshaw | 16 | -16/+348 |
| 2012-05-30 | Fix minor syntax error, move all OpenGL includes into a new file that can det... | Simon Robertshaw | 4 | -25/+31 |
| 2012-05-30 | Separate SDL from graphics code | Simon Robertshaw | 5 | -91/+70 |
| 2012-05-23 | Moar button appearance | Simon Robertshaw | 5 | -6/+8 |
| 2012-05-23 | Fix slight issues when clicking on menu section buttons and missing isMouseIn... | Simon Robertshaw | 2 | -0/+6 |
| 2012-05-23 | Use mouse hover callback for menu buttons | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-23 | Better element positioning in ErrorMessage | Simon Robertshaw | 1 | -5/+5 |
| 2012-05-23 | Extra callback for just mouse hover | Simon Robertshaw | 2 | -1/+5 |
| 2012-05-23 | Correct position of title in LoginView | Simon Robertshaw | 1 | -1/+1 |
| 2012-05-22 | Better icon alignment, improve appearance of preview | Simon Robertshaw | 5 | -21/+35 |
| 2012-05-22 | Restore missing IconFavourite drawing code | Simon Robertshaw | 1 | -0/+3 |
| 2012-05-22 | OPS save format from TPT | Simon Robertshaw | 2 | -5/+860 |
| 2012-05-22 | BSON Library from TPT/MongoDB | Simon Robertshaw | 2 | -0/+2327 |
| 2012-05-17 | Warp display with newer shader, Render options works in OpenGL | Simon Robertshaw | 4 | -8/+31 |
| 2012-05-17 | Air tool | Simon Robertshaw | 1 | -0/+18 |
| 2012-05-15 | Seperate new/old CreateParts functions | Simon Robertshaw | 4 | -61/+142 |
| 2012-05-15 | Username, password icons for Login window | Simon Robertshaw | 5 | -16/+42 |
| 2012-05-15 | Move style into Component | Simon Robertshaw | 36 | -361/+443 |
| 2012-05-14 | Make flood_prop use PropertyType from StructProperty, Property tool works | Simon Robertshaw | 5 | -44/+136 |
| 2012-05-14 | Add ability to introspect the Particle struct | Simon Robertshaw | 1 | -0/+35 |
| 2012-05-14 | Style improvements to sign tool | Simon Robertshaw | 1 | -4/+6 |
| 2012-05-14 | Improve appearance of some dialogues, style defaults | Simon Robertshaw | 7 | -21/+162 |
| 2012-05-13 | Text alignment for dropdown, make sign UI nice | Simon Robertshaw | 3 | -7/+50 |
| 2012-05-13 | Correct air include path for OptionsModel, correct Window debugmode logic, ju... | Simon Robertshaw | 5 | -5/+26 |
| 2012-05-13 | DropDown UI component | Simon Robertshaw | 10 | -22/+205 |
| 2012-05-13 | Click function for tools that aren't continuous. Debug helper for UI componen... | Simon Robertshaw | 14 | -28/+150 |
| 2012-05-12 | Stupid git | Simon Robertshaw | 8 | -67/+186 |
| 2012-05-12 | Primitive sign adding | Simon Robertshaw | 1 | -0/+9 |
| 2012-05-12 | Tools implemented in a similar way to elements | Simon Robertshaw | 10 | -4/+213 |
| 2012-05-12 | Redo Wall IDs | Simon Robertshaw | 14 | -271/+372 |
| 2012-05-07 | Default elements in gamemodel | Simon Robertshaw | 1 | -2/+2 |
| 2012-05-07 | A bit of refactoring (elements) | Simon Robertshaw | 258 | -4157/+12474 |
| 2012-04-26 | OS X compiling working, Make it a bit more friendly with stricter compilers | Simon Robertshaw | 10 | -46/+52 |
| 2012-04-22 | Inline restrict_flt | Simon Robertshaw | 1 | -2/+2 |
| 2012-04-22 | Fix Off-by-one error with zoom Window using OpenGL | Simon Robertshaw | 1 | -2/+2 |
| 2012-04-22 | Correct quirks with drawrect and fillrect, change UI components accordingly, ... | Simon Robertshaw | 11 | -60/+93 |
| 2012-04-21 | Clean out graphics, add openGL graphics in seperate file, change brush to use... | Simon Robertshaw | 17 | -2054/+1157 |
| 2012-04-20 | OpenGL rendering | Simon Robertshaw | 9 | -157/+525 |
| 2012-04-20 | Fix warning in Client.cppcpppcppc | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-19 | Fix more element source file includes | Simon Robertshaw | 2 | -2/+2 |
| 2012-04-19 | Correct path name for Elements.h include in gel.cpp | Simon Robertshaw | 1 | -1/+1 |
| 2012-04-19 | TPT: Change STOR, PIPE, DUST to make correct use of .flags field. | Simon Robertshaw | 5 | -15/+17 |
| 2012-04-19 | TPT: Fix sponge bug. f93a829671 | Simon Robertshaw | 4 | -3/+13 |