summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
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
2011-04-01Fix Neutrons and clone typesSimon1-1/+7
2011-04-01Added session check fallbackSimon1-0/+10
2011-04-01Fixed console messageSimon1-3/+7
2011-04-01More PYCONSOLE macrosSimon1-0/+3
2011-04-01Move pygood and pyready outside of macroSimon1-1/+1
2011-04-01Move console_more declaration outside pythonconsole macroSimon1-2/+1
2011-03-30forgot to remove some EQVE stuff, wasn't workingCracker641-6/+1
2011-03-30set_vx and vy fixes, float to int is not good.Cracker641-2/+9
2011-03-30A cracker commit with some nice commentsSimon15-188/+264
2011-03-30URHGSimon1-0/+4
2011-03-30import header for exe_name for use with file associationSimon1-0/+1