| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-06-01 | Deferred loading of save files | Simon Robertshaw | 1 | -21/+40 | |
| 2012-06-01 | Fix command line save opening (save was being cleared immediately after loading) | jacksonmj | 1 | -24/+20 | |
| 2012-05-31 | Added a settings option to draw a wall frame around screen. | Savely Skresanov | 1 | -1/+5 | |
| 2012-05-24 | Fix bug that causes ptsave URL parsing to fail if there is no '#' | Simon Robertshaw | 1 | -1/+0 | |
| 2012-05-24 | Merge pull request #66 from jacob1/Modstuff | Simon Robertshaw | 1 | -89/+29 | |
| Code structure improvements for graphics/drawing, improvements to prevent accidental infinite loops in Lua, Fixes for fusion, improvements for VOID types. And other minor improvements | |||||
| 2012-05-24 | Element search interface by pressing 'e' | Simon Robertshaw | 1 | -0/+4 | |
| First search is for element names, second search looks at the description, pressing enter will give you the first result the the left button selection, left click and right click can also be used to select. | |||||
| 2012-05-24 | fix crash, spark reset set type without checking if it was a valid number. ↵ | Jacob1 | 1 | -2/+7 | |
| Also disable another way to create invalid elements | |||||
| 2012-05-24 | fix alt select being off by one every time, turn on deco before entering the ↵ | Jacob1 | 1 | -2/+1 | |
| deco editor (not after) | |||||
| 2012-05-24 | small o2 fusion change, add my name to contibuters (it is ok for me to do ↵ | Jacob1 | 1 | -1/+1 | |
| that, right?) | |||||
| 2012-05-24 | console doesn't enable hud, fast heat for PUMP/GPMP/ANIM, GPMP activated at draw | Jacob1 | 1 | -4/+1 | |
| 2012-05-23 | fix emp flash, better live parts rendering in (render_ui &) deco editor | Jacob1 | 1 | -78/+17 | |
| 2012-05-23 | fix compiling | Jacob1 | 1 | -2/+2 | |
| 2012-05-23 | ptsave protocol | Simon Robertshaw | 1 | -6/+63 | |
| ptsave:<id>#<name>~<username>, only ID is read, it must be the last argument (all arguments after ptsave are ignored for safety reason to prevent injecting other arguments links. | |||||
| 2012-05-17 | Spelling | jacksonmj | 1 | -1/+1 | |
| ("gases" seems to be the more popular version of the plural noun) | |||||
| 2012-05-13 | URI handling for MacOS | Simon Robertshaw | 1 | -1/+28 | |
| 2012-05-12 | Fancy motion blur for OpenGL, fix a lot of dialogues in OpenGL, fix gravity ↵ | Simon Robertshaw | 1 | -1/+1 | |
| lensing in OpenGL, ensure Phot and Neut are PMODE_ADD, not FLAT | |||||
| 2012-05-06 | Remove <version.h> include | atlaua | 1 | -1/+0 | |
| The last commit removed the empty includes/version.h. But as src/main.c still refers to it, that causes the build to fail. Fixes commit a1aeabe | |||||
| 2012-05-06 | Change license from GPLv2+ to GPLv3+ | jacksonmj | 1 | -3/+2 | |
| Also add headers stating the license to some more of the source files | |||||
| 2012-04-29 | Massive cleanup of sdl_scale, and fix moving a sign in the zoom window | jacksonmj | 1 | -56/+44 | |
| 2012-04-28 | Fix bugs when moving signs | jacksonmj | 1 | -1/+1 | |
| Signs could not be repositioned on top of another sign (dependent on the indices of the two signs), and could not be placed after selecting an element from the menu. | |||||
| 2012-04-27 | Use an array instead of ctype to cache tron colour | jacksonmj | 1 | -0/+2 | |
| 2012-03-23 | Enable realistic heat and put a build info thingy into welcome screen | Simon Robertshaw | 1 | -1/+36 | |
| 2012-03-15 | newtonian gravity only put in HUD when on | Jacob1 | 1 | -1/+4 | |
| 2012-03-15 | ngrav/amb. heat quickoptions, amb. heat drawn in heat display when on, fix ↵ | Jacob1 | 1 | -1/+1 | |
| render_ui position | |||||
| 2012-03-14 | cursor changes to correct shape as soon as you click element/wall | Jacob1 | 1 | -1/+1 | |
| 2012-03-14 | soap lines, create_parts fix, compiling fixes | Jacob1 | 1 | -2/+2 | |
| 2012-03-14 | delete stamps when you delete stamps | Jacob1 | 1 | -0/+6 | |
| 2012-02-12 | End sign movement when a save is loaded | jacksonmj | 1 | -0/+1 | |
| 2012-02-05 | Prevent particle creation when clicking in the menu area | jacksonmj | 1 | -1/+1 | |
| 2012-01-25 | If you cancel an update, the yellow update box stays away | Jacob1 | 1 | -0/+3 | |
| 2012-01-25 | Solids wall description, and check build_save was successful when saving a stamp | jacksonmj | 1 | -0/+2 | |
| 2011-12-30 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -3/+2 | |
| 2011-12-30 | Add checks for prerender_save in save_filename_ui, pass vx, vy and pv air ↵ | Simon Robertshaw | 1 | -859/+8 | |
| data into parse and build save methods. New save format: OPS, basic reading and writing complete, uses BSON, BSON.c/h (Binary JSON) implementation from MongoDB. (Is License OK?) | |||||
| 2011-12-28 | Fix creation of invalid wall tiles by sign tool | jacksonmj | 1 | -2/+1 | |
| 2011-12-28 | Fix gravmap memset, and restrict_flt for temperatures | jacksonmj | 1 | -1/+1 | |
| 2011-12-24 | Fix FPS in HUD in stable/nonbeta releases | Simon Robertshaw | 1 | -1/+1 | |
| 2011-12-24 | Fix crash with clear_sim if gravity not initialised, fix renderer | Simon Robertshaw | 1 | -5/+13 | |
| 2011-12-19 | Use reduced resolution gravity maps for improved performance | Simon Robertshaw | 1 | -5/+5 | |
| 2011-12-18 | Merge with new lua functionality | Simon Robertshaw | 1 | -3/+4 | |
| 2011-12-18 | Fix creating particles in autorun.lua | jacksonmj | 1 | -4/+7 | |
| 2011-12-18 | Fix grav wall | jacksonmj | 1 | -1/+1 | |
| 2011-12-18 | Fix some gravity memsets, remove gravx/y | jacksonmj | 1 | -3/+3 | |
| 2011-12-18 | Move Newtonian gravity into a new file | jacksonmj | 1 | -120/+4 | |
| 2011-12-17 | Add option for lua parts array to use native data using ffi | Simon Robertshaw | 1 | -3/+4 | |
| 2011-12-10 | Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_part | jacksonmj | 1 | -25/+22 | |
| 2011-12-10 | Set BIZR/G/S ctype when loading a save, set BIZS ctype in create_part | jacksonmj | 1 | -25/+22 | |
| 2011-11-21 | Fix LCRY/ELEC infinite loop, BIZR turns photons into electrons, SING ↵ | Simon Robertshaw | 1 | -12/+21 | |
| explodes with electrons, electrons react with deut. | |||||
| 2011-11-18 | Add back in number keys to change render/display/color _mode variables | Jacob1 | 1 | -2/+2 | |
| 2011-11-13 | Basic render modes for Render_ui | Simon Robertshaw | 1 | -11/+1 | |
| 2011-11-12 | Replace cmode with more flexible render options, TODO: Saving and render ↵ | Simon Robertshaw | 1 | -15/+26 | |
| options UI | |||||
