| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-06-25 | added functions to iterate through all particles | ief015 | 1 | -0/+6 | |
| + tpt.start_getPartIndex() --starts the iteration + bool tpt.next_getPartIndex() --increases the iteration, returns true if there are more particles to iterate through + int tpt.getPartIndex() --get the current iteration value | |||||
| 2011-06-15 | Version increment | Simon | 1 | -1/+1 | |
| 2011-06-15 | Include dir change for OS X | Simon | 1 | -0/+6 | |
| 2011-06-15 | Version increment | Simon Robertshaw | 1 | -2/+2 | |
| 2011-06-15 | Revert "Revert "Version increment"" | Simon Robertshaw | 1 | -1/+1 | |
| This reverts commit bcb7852762365a6cafd55204c9e86920bc772ac9. | |||||
| 2011-06-15 | Revert "Changed thunder and plasma to work as before." | Simon Robertshaw | 1 | -2/+2 | |
| This reverts commit fe9fd28b70f673cb3b2d4e7e0c345a7458416554. | |||||
| 2011-06-15 | Revert "Version increment" | Simon Robertshaw | 1 | -1/+1 | |
| This reverts commit af73fd17b228c553a71c36cae3c439398f20f905. | |||||
| 2011-06-14 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-14 | Changed thunder and plasma to work as before. | savask | 1 | -2/+2 | |
| 2011-06-14 | Add access to the local saving features | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-13 | Local saving UI | Simon Robertshaw | 1 | -0/+2 | |
| 2011-06-12 | Missing files from previous commit | Simon Robertshaw | 1 | -0/+7 | |
| 2011-06-12 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-12 | Local save loading (WIP) | Simon Robertshaw | 1 | -0/+2 | |
| 2011-06-11 | Version increment | Simon | 1 | -1/+1 | |
| 2011-06-11 | Fix a load of memory leaks | jacksonmj | 1 | -1/+1 | |
| Also fix some compiler warnings (missing headers, wrong pointer type for modf, etc) and move variable declarations for Visual Studio. | |||||
| 2011-06-09 | Gravity zoning | Simon Robertshaw | 4 | -1/+12 | |
| 2011-06-09 | Image for server saving | Simon Robertshaw | 2 | -0/+31 | |
| 2011-06-08 | Clean up signs when reading | Simon Robertshaw | 1 | -0/+2 | |
| 2011-06-08 | message_box and input for Lua API, also autorun.lua | Simon Robertshaw | 2 | -0/+4 | |
| 2011-06-08 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-08 | Less blurry thumbnail scaling | Simon Robertshaw | 1 | -0/+2 | |
| 2011-06-04 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-04 | Added detach to powder.h. | savask | 1 | -0/+2 | |
| 2011-06-04 | Version Increment | Simon Robertshaw | 1 | -2/+2 | |
| 2011-06-04 | Mercury | Simon Robertshaw | 1 | -2/+6 | |
| 2011-06-04 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-04 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-03 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-03 | Favourites interface improvements | Simon Robertshaw | 1 | -0/+2 | |
| 2011-06-03 | Version increment | Simon Robertshaw | 1 | -1/+1 | |
| 2011-06-03 | Unregister function (not implemented) | Simon Robertshaw | 1 | -0/+1 | |
| 2011-06-02 | some more deco editor changes. Right click deletes decoration again. | Cracker64 | 1 | -0/+6 | |
| 2011-06-01 | Ambient heat (disabled by default) | Simon Robertshaw | 2 | -1/+7 | |
| 2011-06-01 | Add gravity field manipulation to Lua api, move gravity processing to after ↵ | Simon Robertshaw | 1 | -1/+3 | |
| the particle update (Means a delay of 1 frame, but we get the ability to manipulate the field with Lua) | |||||
| 2011-05-31 | Pass mouse coordinates (mousex, mousey, mouseb, mousebq) and Lua click handling | Simon Robertshaw | 1 | -1/+1 | |
| 2011-05-30 | Step code registration, just an example at the moment | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-30 | Many methods for Lua console | Simon Robertshaw | 1 | -0/+17 | |
| 2011-05-30 | More descriptive error messages for lua console | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-30 | drawtext for Lua | Simon Robertshaw | 1 | -0/+1 | |
| 2011-05-30 | Basics for Lua | Simon Robertshaw | 1 | -0/+17 | |
| 2011-05-29 | Rich text syntax | Simon Robertshaw | 1 | -0/+19 | |
| TODO: Link hovering | |||||
| 2011-05-29 | Small speed improvement to eval_move | jacksonmj | 1 | -0/+1 | |
| Warning: may be buggy, test thoroughly. | |||||
| 2011-05-29 | Fix WIND decoration, and reset dcolour in create_part | jacksonmj | 1 | -1/+1 | |
| 2011-05-29 | Remove remaining references to old decorations buffer | jacksonmj | 3 | -3/+2 | |
| 2011-05-29 | Revert "Pass decorations to saving functions (doesn't actually save yet)" | jacksonmj | 1 | -3/+3 | |
| This reverts commit 7fe99f32102429113c671615fc2c5cadb9c51e56. Conflicts: src/main.c | |||||
| 2011-05-28 | Gravity state now saved | Simon Robertshaw | 1 | -2/+2 | |
| 2011-05-28 | Image resampling for thumbnails | Simon Robertshaw | 1 | -0/+2 | |
| 2011-05-28 | Fix renderer, add image decode/code methods | Simon Robertshaw | 1 | -0/+4 | |
| 2011-05-27 | Decorations are per particle TODO: remove references to the decorations buffer | Simon Robertshaw | 1 | -0/+1 | |
