summaryrefslogtreecommitdiff
path: root/src/misc.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-17Remove old codeSimon Robertshaw1-1005/+0
2012-08-09more things saved in powder.prefjacob11-1/+12
2012-05-31Added a settings option to draw a wall frame around screen.Savely Skresanov1-0/+32
2012-05-23Windows installation, register ptsave URL protocolSimon Robertshaw1-1/+54
2012-05-06Change license from GPLv2+ to GPLv3+jacksonmj1-0/+17
2012-04-30Fix crash when pasting text on platforms which don't support itjacksonmj1-1/+3
2012-01-25Fix crash when JSON parsing failsjacksonmj1-3/+3
2011-11-14Saving and loading for graphics modesSimon Robertshaw1-6/+46
2011-11-12Replace cmode with more flexible render options, TODO: Saving and render opti...Simon Robertshaw1-3/+5
2011-10-23Compatibility with MSVC - devast8aSimon Robertshaw1-2/+4
2011-10-06Make installer set data dir to current dir, for now.Simon Robertshaw1-5/+8
2011-09-30Fix bug causing logins to be lost when The Game is closed.Simon Robertshaw1-14/+18
2011-09-27Add JSON parser file (cJSON) and move preference saving to JSON formatSimon Robertshaw1-61/+165
2011-09-27Ensure installation doesn't fail if directory already existsSimon Robertshaw1-18/+2
2011-09-25Fix small errorSimon Robertshaw1-1/+1
2011-09-24Make changes to prefs file regarding build_num and updatedSimon Robertshaw1-6/+17
2011-09-22Change some Win32 includes to lower case filenames for Linux cross compilingSimon Robertshaw1-2/+2
2011-09-22Fix walls with water equalization.cracker641-3/+3
2011-09-19Game installer launches game with data directory for Windows (AppData)Simon Robertshaw1-13/+67
2011-09-10Fix various memory leaks, as noted by Merkil/cppcheckSimon Robertshaw1-2/+6
2011-07-06Windows clipboard_pull_text() implementation (untested)Simon Robertshaw1-0/+20
2011-07-06Basic clipboard_push_text support for linuxjacksonmj1-0/+12
2011-06-11Fix a load of memory leaksjacksonmj1-0/+1
2011-06-09Gravity zoningSimon Robertshaw1-0/+10
2011-06-08Clean up signs when readingSimon Robertshaw1-0/+13
2011-06-02some more deco editor changes. Right click deletes decoration again.Cracker641-5/+5
2011-05-14Decoration has a color menu. GoL uses less memory(17MB less), and probably a...Cracker641-24/+24
2011-04-23fix in RGB_to_HSV.Cracker641-6/+8
2011-04-23Decorations! ,still messing with it. It does not save currently. TODO: fix t...Cracker641-0/+68
2011-04-16Whoops, missing header for exe_namejacksonmj1-0/+1
2011-04-08Workaround for some argument parsing bugginessjacksonmj1-2/+2
2011-04-08Document icons for linuxjacksonmj1-1/+17
2011-04-08Start register_extension support for linuxjacksonmj1-4/+43
2011-04-08Also register .stm extension in Windowsjacksonmj1-4/+12
2011-04-08astyleSimon1-27/+27
2011-04-06Register extensionSimon1-4/+0
2011-04-04NULL Window handle for OpenClipboardSimon1-1/+1
2011-04-04clipboard_push_text implementation for WIN32, UNTESTEDSimon1-8/+20
2011-04-04Register extension now sets the correct iconSimon1-1/+1
2011-04-04Finish WIN32 register_extension, fix Visual Studio compilejacksonmj1-5/+9
2011-04-01Copy support for OS XSimon1-0/+15
2011-03-30URHGSimon1-0/+4
2011-03-30import header for exe_name for use with file associationSimon1-0/+1
2011-03-30Windows header for registry functionsSimon1-0/+3
2011-03-25TypoSimon1-1/+1
2011-03-25Added some file association for Windows, NOT TESTED YETSimon1-0/+72
2011-03-24wtfSimon1-3/+3
2011-03-24Add outline for clipboard pushing/pullingSimon1-0/+12
2011-03-18Matrices and vectors, to make coding next commit more pleasantjacksonmj1-0/+65
2011-02-04Session checking on startup and compatibility fixesSimon1-11/+16