summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-04-10Distilled water instead of water from H2+O2Simon1-1/+1
2011-04-10Better Oxygen/Hydrogen burningSimon3-34/+24
2011-04-08And that's the last of the warningsSimon1-0/+1
2011-04-08Remove more warningsSimon2-4/+4
2011-04-08Remove a TON of warningsSimon1-506/+507
2011-04-08Bizarre solid uses Bizarre colour systemSimon1-1/+1
2011-04-08Revert "Portal orbital effects stop more smoothly"Simon2-22/+26
This reverts commit 29e41a0a0cfb9a83802fc3a3fe283a6d272b3331.
2011-04-08Re-add install hotkey, removed in astyle commitSimon1-0/+14
2011-04-08Workaround for some argument parsing bugginessjacksonmj2-6/+4
2011-04-08Document icons for linuxjacksonmj3-1/+17
2011-04-08Start register_extension support for linuxjacksonmj2-6/+45
Also fix a limitation on the length of open: paths
2011-04-08More sensible types for path lengthsjacksonmj1-4/+7
Now uses the types given in the path function declarations
2011-04-08Also register .stm extension in Windowsjacksonmj2-5/+13
2011-04-08Portal orbital effects stop more smoothlyjacksonmj2-26/+22
When fe==0, dots finish moving to destinations before disappearing
2011-04-08Improve PRTI orbital effectsjacksonmj1-1/+2
Prevent ugly positioning of orbital effects when PRTI is surrounded but still taking in particles
2011-04-08Electrolysis produces H2jacksonmj1-2/+4
2011-04-08More accurate H2O ratio when forming waterjacksonmj1-1/+4
2011-04-08astyleSimon15-1949/+1935
2011-04-08Some fixes for H2jacksonmj2-8/+9
2011-04-06InstallerSimon1-0/+14
2011-04-06Register extensionSimon1-4/+0
2011-04-06Avoid potential overflow when pasting long text stringsSimon1-2/+2
2011-04-06copy and paste functions for text boxes.Cracker641-1/+17
2011-04-04Copy text box for save_name_uiSimon1-12/+23
2011-04-04Add copytext box to the footer of open_uiSimon1-12/+24
2011-04-04Move copybox into its own controlSimon1-31/+53
2011-04-04NULL Window handle for OpenClipboardSimon1-1/+1
2011-04-04clipboard_push_text implementation for WIN32, UNTESTEDSimon1-8/+20
2011-04-04Fix O2 and H2 files, also fix zero life deathSimon3-9/+10
2011-04-04Register extension now sets the correct iconSimon1-1/+1
2011-04-04Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon2-1/+40
2011-04-04Document iconSimon2-0/+2
2011-04-04Added H2:AntB2-1/+40
Will reduce DESL to WATR and OIL under pressure Will fuse with O2 under pressure to make WATR
2011-04-04Fix neutrons crashjacksonmj1-5/+11
Also fix neutrons causing unwanted movement of parts[0]
2011-04-04Successful deletion is not an errorjacksonmj1-0/+6
2011-04-04error_ui: wrap text and change message box height to fitjacksonmj2-7/+52
Stops banned user message overflowing out of message box
2011-04-04Fix banned user messagejacksonmj1-1/+1
error_ui does not support separate title text
2011-04-04Fix crashes when pasting on top of wallsjacksonmj1-1/+1
2011-04-04Use floats for temperature in both consoles (old and python)jacksonmj1-12/+13
2011-04-04Clear particle data in parse_savejacksonmj1-0/+2
Fixes QRTZ sometimes growing when copied and pasted
2011-04-04Use floats for vx,vy in old consolejacksonmj1-12/+13
2011-04-04Improved frame rate limitingjacksonmj1-14/+16
2011-04-04Finish WIN32 register_extension, fix Visual Studio compilejacksonmj4-45/+53
2011-04-04Prevent dust residue from FWRKSimon1-3/+2
Conflicts: src/powder.c
2011-04-04Restore new stamp manipulationjacksonmj1-12/+36
Overwritten by: Python console 2e401babb793238564ca640fc802a52ab7f6c293
2011-04-04console2345 always evaluates to true, check string is not empty insteadjacksonmj1-16/+16
Also, initialise to empty strings - if sscanf does not find something to put in a string, it will leave it unchanged.
2011-04-02Less glow for PortalSimon1-12/+16
2011-04-02More random explosionSimon1-3/+3
2011-04-01Copy support for OS XSimon1-0/+15
2011-04-01Copy text UISimon2-4/+86