| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2011-09-30 | Added extra functions to FILT (determined by tmp, modes are convert, filter ↵ | Simon Robertshaw | 3 | -4/+225 | |
| and add, convert is default). Added property edit tool, changes the properties of materials | |||||
| 2011-09-30 | Make photons less green, green was given 2 extra bits by Skylark, not sure ↵ | Simon Robertshaw | 1 | -9/+9 | |
| if this was intentional or not. | |||||
| 2011-09-29 | Added crappy scattering for qrtz | Simon Robertshaw | 1 | -0/+13 | |
| 2011-09-29 | Freeing "filename" here would cause problems as everything is taken care of ↵ | Simon Robertshaw | 1 | -3/+0 | |
| later on. | |||||
| 2011-09-29 | Bugfix: Fixed a segmentation fault in confirm_ui() | atlaua | 1 | -2/+2 | |
| confirm_ui() free()ed its msg. This resulted in attemps to free const strings or and to invalid memoory accesses (because some other functions wanted to reuse the parameter which they gave to confirm_ui() after calling this function). Resolved by removing the call to free() from confirm_ui() and adding it after the calls to confirm_ui(9, if necessary. | |||||
| 2011-09-27 | Add JSON parser file (cJSON) and move preference saving to JSON format | Simon Robertshaw | 2 | -61/+667 | |
| 2011-09-27 | Fix potential issue with argument ordering | Simon Robertshaw | 1 | -30/+23 | |
| 2011-09-27 | Ensure installation doesn't fail if directory already exists | Simon Robertshaw | 1 | -18/+2 | |
| 2011-09-26 | Fix lighten/darken tools so they work with different display pixel formats | jacksonmj | 2 | -10/+10 | |
| 2011-09-25 | Fix small error | Simon Robertshaw | 1 | -1/+1 | |
| 2011-09-24 | Make changes to prefs file regarding build_num and updated | Simon Robertshaw | 2 | -7/+18 | |
| 2011-09-24 | Detect updates by build number, make confirm box autosize, also fix bug ↵ | Simon Robertshaw | 2 | -53/+64 | |
| where config file is read before data dir is set (Therefore reading the wrong file) | |||||
| 2011-09-24 | Send session/auth info with update checks | Simon Robertshaw | 1 | -0/+1 | |
| 2011-09-24 | Can see selected elements from Lua, tpt.selectedl or tpt.selectedr | cracker64 | 2 | -2/+10 | |
| 2011-09-23 | Decreased pressure cap on ambient fizzling from 5 to 3. Due to ambient ↵ | Cate | 1 | -1/+1 | |
| pressure decrease in Air.c, carb water has trouble reaching this. Looks better when released at 3 anyhow. | |||||
| 2011-09-23 | One If added to Carb water that always explodes when under -0.5 pressure. ↵ | Cate | 1 | -0/+6 | |
| Even strong explosions don't seem to cause this when water's held in containers, which -should- limit this to vacuum or wind effects. Still testing with. | |||||
| 2011-09-23 | Prevent water equalization from moving onto particles. | cracker64 | 1 | -1/+1 | |
| 2011-09-23 | Added Caustic gas, similar to acid, created with acid and water vapour | Simon Robertshaw | 3 | -2/+46 | |
| 2011-09-22 | Change some Win32 includes to lower case filenames for Linux cross compiling | Simon Robertshaw | 1 | -2/+2 | |
| 2011-09-22 | Fixes to carbonated water explosions. Help from cracker with create_part ↵ | Cate | 2 | -16/+14 | |
| making overlapping particles to fix CO2 emitting water (as a bit of a sneaky trick to make less overlapping water.) Carb water slowly increases pressure if sealed, causing explosions when released. | |||||
| 2011-09-22 | Corrected changes to appear properly. I think. Added Explosions with ↵ | Cate | 2 | -1/+15 | |
| pressure to carbonated water. | |||||
| 2011-09-22 | Fix walls with water equalization. | cracker64 | 2 | -7/+7 | |
| Also annoying inlines for visual studio. | |||||
| 2011-09-21 | Forgot luaconsole.c changes | cracker64 | 1 | -0/+7 | |
| 2011-09-21 | Water level equalization test! In options menu, or tpt.watertest() . | cracker64 | 2 | -8/+82 | |
| 2011-09-21 | Make soap clean off decoration (opposite of BIZR) | Simon Robertshaw | 1 | -2/+28 | |
| 2011-09-19 | Merge remote-tracking branch 'origin/master' | cracker64 | 2 | -13/+81 | |
| 2011-09-19 | Tool menu in deco editor, Lighten/Darken tools. | cracker64 | 2 | -40/+142 | |
| 2011-09-19 | Game installer launches game with data directory for Windows (AppData) | Simon Robertshaw | 1 | -13/+67 | |
| 2011-09-19 | Allow setting of application data path \(For config, save and script data\) | Simon Robertshaw | 1 | -0/+14 | |
| 2011-09-19 | Deco editor improvements. Editable color text boxes! Hit enter when done ↵ | cracker64 | 2 | -57/+99 | |
| editing. | |||||
| 2011-09-18 | added dcolour to set and get | me4502 | 1 | -0/+7 | |
| 2011-09-18 | Fix disappearing particles, e.g. with a box of CONV (ctype DEUT) containing ↵ | jacksonmj | 1 | -0/+8 | |
| neutrons | |||||
| 2011-09-18 | Fix bug where mouse events are confused after breaking out of a mouse down event | Simon Robertshaw | 1 | -1/+1 | |
| 2011-09-10 | Small changes to STOR, prevent setting Ctype to solid from cursor, allow any ↵ | Simon Robertshaw | 2 | -4/+4 | |
| type when ctype not set and correct discharge location bias | |||||
| 2011-09-10 | Fix various memory leaks, as noted by Merkil/cppcheck | Simon Robertshaw | 4 | -7/+19 | |
| 2011-09-08 | Add energy-only wall and make STOR show when it's holding a particle | Simon Robertshaw | 2 | -2/+13 | |
| 2011-09-08 | Fix bottom right selection box corner (did not appear directly under cursor) | jacksonmj | 1 | -2/+2 | |
| 2011-09-08 | tpt.get_property("id",x,y) | jacksonmj | 1 | -0/+4 | |
| 2011-09-05 | Visual Studio fixes | jacksonmj | 3 | -6/+5 | |
| 2011-09-03 | Update contributors | Simon Robertshaw | 1 | -1/+1 | |
| 2011-09-03 | Convert Element | Simon Robertshaw | 4 | -2/+78 | |
| 2011-09-03 | Added Powered Void | Simon Robertshaw | 3 | -5/+38 | |
| 2011-09-02 | Fix crash when stickman goes through a portal | jacksonmj | 1 | -0/+1 | |
| 2011-09-02 | Limit particle-air heat transfer rate | jacksonmj | 1 | -0/+1 | |
| 2011-08-30 | Improvements to CBNW and BIZR act as a dye | Simon Robertshaw | 2 | -9/+53 | |
| 2011-08-30 | Allow decoration layer to affect firework explosion colour | jacksonmj | 3 | -17/+34 | |
| 2011-08-30 | Add tpt.setwindowsize(scale, fullscreen) | jacksonmj | 2 | -3/+19 | |
| 2011-08-30 | Always check bmap when creating particles | jacksonmj | 5 | -17/+6 | |
| 2011-08-30 | Fixes: HUD for fast PIPE, PIPE contents disappearing when next to walls, ↵ | jacksonmj | 3 | -5/+4 | |
| scrolling special menu, and parts_lastActiveIndex | |||||
| 2011-08-30 | Save ctype of STOR, also Version Increment | Simon Robertshaw | 1 | -2/+2 | |
