| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-09-07 | Hidden elements in element search | Simon Robertshaw | 1 | -0/+5 | |
| 2012-09-05 | Correct default tools | Simon Robertshaw | 1 | -2/+2 | |
| 2012-09-05 | Newtonian gravity field info in HUD (Maybe we could have an arrow to show ↵ | Simon Robertshaw | 1 | -3/+3 | |
| direction in future). Fixed #152 | |||||
| 2012-09-05 | Add way of uniquely identifying tools, preserve active menu and tools when ↵ | Simon Robertshaw | 1 | -21/+70 | |
| rebuilding menus (fixes #170) | |||||
| 2012-09-01 | Colour picker and presets for decorations | Simon Robertshaw | 1 | -1/+53 | |
| 2012-08-28 | Save decorations and gravity field drawing to prefs | Simon Robertshaw | 1 | -0/+6 | |
| 2012-08-21 | Use collapsed saves when using stamp browser, fix memory leak when saving stamps | Simon Robertshaw | 1 | -1/+1 | |
| 2012-08-20 | Clear fire/persistent effects when clearing the simulation, fixes #136 | Simon Robertshaw | 1 | -0/+4 | |
| 2012-08-20 | Remove wall frame when loading saves, fixes #103 | Simon Robertshaw | 1 | -0/+1 | |
| 2012-08-19 | Fix a few small (a lot of big) memory leaks associated with the stamps browser | Simon Robertshaw | 1 | -0/+2 | |
| 2012-08-17 | Sample tool, fixes #122 | Simon Robertshaw | 1 | -3/+35 | |
| 2012-08-16 | Undo/Snapshots, fixes #118 | Simon Robertshaw | 1 | -0/+9 | |
| 2012-08-14 | Update gitignore, show votes correctly, fixes #97 | Simon Robertshaw | 1 | -0/+4 | |
| 2012-08-13 | Precompile some headers. Fix sconscript to prevent recompiling everything | Simon Robertshaw | 1 | -0/+2 | |
| 2012-08-10 | Wall brush, fixes #63 | Simon Robertshaw | 1 | -0/+25 | |
| 2012-08-10 | Only render gravity lensing if it's enabled, Ctrl and Shift to alter tool ↵ | Simon Robertshaw | 1 | -1/+12 | |
| strength (Shift = x10, Ctrl = x0.1) | |||||
| 2012-08-08 | Do not delete given savefile in GameModel::SetSaveFile, behaviour should be ↵ | Simon Robertshaw | 1 | -1/+0 | |
| similar to GameModel::SetSave in terms of managing memory in given pointer | |||||
| 2012-08-05 | Wall Edge option, fixes #70 | Simon Robertshaw | 1 | -6/+11 | |
| 2012-08-05 | Allow 24bits of var for create_part, add tool for tesc. Fixes #72 | Simon Robertshaw | 1 | -0/+4 | |
| 2012-08-05 | Added triangle brush, fixes #47 | Savely Skresanov | 1 | -1/+3 | |
| 2012-08-05 | Draw gravity zones when using grav wall | Simon Robertshaw | 1 | -0/+1 | |
| 2012-08-04 | Add icons for erase, improve icons for certain walls, fix issue #45 | Simon Robertshaw | 1 | -3/+3 | |
| 2012-08-03 | Use plop tool to place single units of an element (Used for Stickman, ↵ | Simon Robertshaw | 1 | -0/+4 | |
| Fighter), fixes issue 53 | |||||
| 2012-08-03 | QuickOptions!! #46 | Simon Robertshaw | 1 | -0/+47 | |
| 2012-08-02 | Update menus on element change from lua, addresses issue #42 | Simon Robertshaw | 1 | -59/+77 | |
| 2012-07-29 | Restart N. Grav when needed (somewhat effects issue #31) and fix shitty ↵ | Simon Robertshaw | 1 | -7/+3 | |
| logic when setting paused state on loading save (Fixes issue #34) | |||||
| 2012-07-27 | Local file browser + some more interesting things like Progress bar UI component | Simon Robertshaw | 1 | -0/+28 | |
| 2012-07-25 | WIND tool | Simon Robertshaw | 1 | -0/+1 | |
| 2012-07-24 | Integer values for prefs, Default decoration colour, clear decoration | Simon Robertshaw | 1 | -1/+17 | |
| 2012-07-21 | Icons for menu items | Simon Robertshaw | 1 | -1/+1 | |
| 2012-07-19 | Special ligh placement | Simon Robertshaw | 1 | -2/+11 | |
| 2012-07-18 | Add descriptions to toolbuttons, add Tooltips to Button, ToolTip event for ↵ | Simon Robertshaw | 1 | -10/+10 | |
| Windows | |||||
| 2012-07-18 | Info tip for changing display modes | Simon Robertshaw | 1 | -0/+38 | |
| 2012-07-06 | Move graphics into seperate folder | Simon Robertshaw | 1 | -1/+1 | |
| 2012-06-22 | Client now provides methods for reading and saving preferences - less ↵ | Simon Robertshaw | 1 | -41/+12 | |
| powerful than raw access to Cajun, (no mixed type arrays, for example) but allows other save formats to be used, such as property lists on OS X | |||||
| 2012-06-20 | Merge branch 'master' of github.com:FacialTurd/PowderToypp | Simon Robertshaw | 1 | -12/+20 | |
| 2012-06-20 | OpenGL canvas for Windows, Notifications for main Game, Update checker in ↵ | Simon Robertshaw | 1 | -0/+33 | |
| Client (+ other client triggered events) | |||||
| 2012-06-18 | Fix stamp and save assignment | Simon Robertshaw | 1 | -11/+17 | |
| 2012-06-18 | GameModel manages currentSave instance | Simon Robertshaw | 1 | -1/+7 | |
| 2012-06-18 | Menu frees any added items | Simon Robertshaw | 1 | -4/+0 | |
| 2012-06-12 | Correct save reloading, add Vac and NGrav tools | Simon Robertshaw | 1 | -2/+2 | |
| 2012-06-11 | Saving and loading other flags from GameSave, remove old saveloader | Simon Robertshaw | 1 | -4/+18 | |
| 2012-06-10 | Change stamp storage to a list, insert new stamps at the begining, 'l' loads ↵ | Simon Robertshaw | 1 | -1/+13 | |
| the first stamp or the previously used stamp, 'k' shows the stamp browser | |||||
| 2012-06-09 | Unify stamp and clipboard placement code, GameSave translation and ↵ | Simon Robertshaw | 1 | -14/+20 | |
| transoformation working (not particularly well) | |||||
| 2012-06-09 | Preview: Wait for save to load before opening, Simulation: Correct block ↵ | Simon Robertshaw | 1 | -6/+2 | |
| coords when reading wall data, replace existing particles when placing stamps on top, Game: Clear the simulation when loading a save | |||||
| 2012-06-07 | Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ↵ | Simon Robertshaw | 1 | -20/+7 | |
| (stamps and local saves). Rename Stamps browser to LocalBrowser, ready for sharing code with the local save browser | |||||
| 2012-06-06 | Saving and loading at position, yuse exceptions for parsing saves | Simon Robertshaw | 1 | -1/+5 | |
| 2012-06-05 | Use a different method for decoding saves with uncompressed object in memory ↵ | Simon Robertshaw | 1 | -21/+25 | |
| for stamps and clipboard, also allows for transformation (rotation), missing failure states and code for loading it into a Simulation | |||||
| 2012-05-15 | Move style into Component | Simon Robertshaw | 1 | -1/+0 | |
| 2012-05-12 | Stupid git | Simon Robertshaw | 1 | -1/+5 | |
