summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-04-17TPT: INSL blocks DLAY conduction, and raise DLAY temperature limit 06cb98f705Simon Robertshaw1-5/+5
2012-04-17TPT: Make ARAY fire once per spark 72a4358eeeSimon Robertshaw1-1/+1
2012-04-17TPT: More SPRK life checks for electronic elements 68ab3ca3caSimon Robertshaw7-8/+7
2012-04-17TPT: Fix switch not activating completely while being sparked 1a5cd45eb8Simon Robertshaw1-2/+5
2012-04-17TPT: Change wifi so that it always takes one frame to transmit a722d7a396Simon Robertshaw2-9/+9
2012-04-17TPT: Separate loop for updating life, and add SPRK life checks to most ↵Simon Robertshaw9-19/+31
electronics 6bdc05cc40
2012-04-17TPT: Another change to the eval_move check in create_part eaf2af6d40Simon Robertshaw1-1/+5
2012-04-17TPT: Fix WARP destroying DMND a9c198dd46Simon Robertshaw1-2/+9
2012-04-17TPT: Make RBDM/WATR explosion work again, by not killing fire created by ↵Simon Robertshaw3-2/+5
WATR 32c9ff3099
2012-04-17TPT: Only check the bits actually used for wavelength in photon ctype Fixes ↵Simon Robertshaw2-2/+2
black photons not being killed after passing through pipe 748a528fe0
2012-04-17TPT: Solids wall description, and check build_save was successful when ↵Simon Robertshaw1-1/+1
saving a stamp 44545d4c96
2012-04-17TPT: Check coordinates of signs before using them to read pmap or pressure ↵Simon Robertshaw1-4/+7
8a11b6b31d
2012-04-17transform_save should check wall coordinates against size in blocks, not the ↵Simon Robertshaw1-1/+1
actual size ff6aa0227d
2012-04-17TPT Whoops, eval_move returning 1 should not allow particle creation edcf6d7b2fSimon Robertshaw1-1/+1
2012-04-17TPT: Implement PROP_NEUTABSORB bdf277e687Simon Robertshaw2-2/+9
2012-04-17Started on dropdown controlSimon Robertshaw4-0/+110
2012-04-16Fix portalsSimon Robertshaw2-5/+6
2012-04-16Newtonian gravity workingSimon Robertshaw4-12/+31
2012-04-15Simulation optionsSimon Robertshaw9-13/+292
2012-04-14Add ability to get favouritesSimon Robertshaw14-16/+213
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite ↵Simon Robertshaw15-11/+410
status in GetSave, FavouriteSave, ReportSave, Preview:: Failure state when loading save
2012-04-14Add missing for OpenURI on 64bit LinuxSimon Robertshaw1-2/+2
2012-04-14Remove other references to Global.hSimon Robertshaw5-5/+0
2012-04-14Remove deleted 'Global.h' from includesSimon Robertshaw1-1/+0
2012-04-14Remove some unnecessary files.Simon Robertshaw4-46/+0
2012-04-13Fix Integer <-> Pointer casts on 64bitSimon Robertshaw1-2/+3
2012-04-13Okay instead of Continue for text input dialogueSimon Robertshaw1-1/+1
2012-04-13Text input dialogueSimon Robertshaw2-0/+105
2012-04-11Nice drawing for brushSimon Robertshaw2-19/+54
2012-04-09Fix issue where unborn children were slaughtered when removing a component ↵Simon Robertshaw5-16/+66
from an event
2012-04-09Remove unused codeSimon Robertshaw1-37/+0
2012-04-09Add missing GOL dataSimon Robertshaw4-1/+98
2012-04-07Element sampling HUD thingy (No very good with MVC)Simon Robertshaw7-3/+57
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw19-4/+686
2012-04-05Modifier keys for Lua, Air display, correct render mode savingSimon Robertshaw5-8/+27
2012-04-04Change brush size with [ and ] keys, change order of drawing for Lua, Fix ↵Simon Robertshaw8-18/+63
print and tpt.log so they log to the console when it is open
2012-04-04CommandInterface, Mouse, Keyboard and Tick events, on screen log, print ↵Simon Robertshaw10-5/+200
redirected to tpt.log
2012-04-03Search and stamps scolling with mouse wheel, Esc to exitSimon Robertshaw7-0/+43
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw7-46/+109
2012-04-03Super, megaheavyweight thumbnail rendererSimon Robertshaw10-91/+193
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard ↵Simon Robertshaw19-61/+794
or stamp thumbnail generation, needs thumbnail generator from SaveLoader
2012-03-29Replace Error notification with exception for Tags modelSimon Robertshaw8-27/+74
2012-03-28Exception when loading invalid saveSimon Robertshaw4-4/+46
2012-03-28Clipboard and Stamp from selection (no way to paste/place yet)Simon Robertshaw8-5/+171
2012-03-22Add and remove tags.\nBrings to light an interesting issue with adding or ↵Simon Robertshaw8-7/+244
removing UI components within component Event handlers
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw12-14/+149
2012-03-05 Tag UI - actually more of a box at the momentSimon Robertshaw8-2/+173
2012-03-05Better sliders for Decoration editorSimon Robertshaw6-40/+51
2012-03-05More fancy Sliders for deco colourSimon Robertshaw4-63/+100
2012-03-04Slider and decoration colour changerSimon Robertshaw9-4/+293