summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-18Remove redundant rotate/invert code and correct rotation directionjacksonmj1-25/+2
2011-03-18Better rotation and inversion, also does single pixel translationjacksonmj1-9/+33
2011-03-18Add some arguments to save build/parse functionsjacksonmj1-7/+9
2011-03-18check bounds for wind, causes some funny glitches though.Cracker641-1/+1
2011-03-17Fix incorrect pitch in sdl_seticonjacksonmj1-1/+1
2011-03-17Remove neutrons from pmapjacksonmj1-1/+2
2011-03-16Visual Studiojacksonmj1-1/+1
2011-03-15Display element contained by PIPE in debug modejacksonmj1-0/+5
2011-03-15Display photon wavelengths in HUDjacksonmj1-1/+10
2011-02-26Merge branch 'upstream' into devjacksonmj1-28/+41
2011-02-24Pretty transparent consoleSimon1-18/+22
2011-02-24WIND from cracker!Simon1-2/+15
2011-02-23Increase debug coords string buffer to prevent crashesSimon1-1/+1
2011-02-22Make the help screen a bit cleanerSimon1-7/+3
2011-02-22Merge branch 'upstream' into devjacksonmj1-84/+123
2011-02-21Sound and scripts are opt-in, to speed up loading and closingSimon1-79/+98
2011-02-21Merge branch 'master' of github.com:FacialTurd/The-Powder-ToySimon1-16/+10
2011-02-21Zoom key conflict with international keyboardsjacksonmj1-1/+1
2011-02-21Reduce overlap of HUD text when in debug/beta modejacksonmj1-15/+9
2011-02-20Zoom key conflict with international keyboardsjacksonmj1-1/+1
2011-02-20Reduce overlap of HUD text when in debug/beta modejacksonmj1-15/+9
2011-02-20Fix some compiler warningsjacksonmj1-14/+13
2011-02-19Notication of authentication improvementSimon1-4/+23
2011-02-19Fix saving of display mode from keys and fix persistent displaySimon1-2/+3
2011-02-19Always save last display modejacksonmj1-1/+0
2011-02-19Move reset code to own functionjacksonmj1-39/+29
2011-02-13ALL GLORY TO THE SAVASKSimon1-4/+1
2011-02-13Fix Clickable signsSimon1-4/+3
2011-02-13Moved Gravity identifiers, added gravity mode and air mode to save formatSimon1-37/+42
2011-02-13Visual Studio compatibilityjacksonmj1-7/+9
2011-02-09Merge branch 'dev' of git://github.com/jacksonmj/The-Powder-ToySimon1-107/+113
2011-02-09"Added Air modes using Gravitymode code"Cate1-1/+29
2011-02-08Sound device not compulsoryjacksonmj1-3/+10
2011-02-06Fix x,y not always updating and particle # not showing when BETA definedjacksonmj1-4/+3
2011-02-06Uninitialised pointer segfault if not previously logged in - jacksonmjFacialTurd1-1/+1
2011-02-04Uninitialised pointer segfault if not previously logged injacksonmj1-1/+1
2011-02-04Merge branch 'upstream' into devjacksonmj1-16/+160
2011-02-04Session checking on startup and compatibility fixesSimon1-2/+75
2011-02-04We don't want any buffer overflow, especially when reading file and user inputSimon1-2/+2
2011-02-04Merge with cracker, also fix versionSimon1-14/+85
2011-02-04merge jacksonmj's and much better string parsing because of a function i found.Cracker641-43/+7
2011-02-03variables and if statements for scripts, GoL is glitchy for me, i don't know whyCracker641-6/+113
2011-02-03Merge branch 'upstream' into devjacksonmj1-17/+176
2011-02-03Fixes from cracker64, also lolsoundsSimon1-8/+167
2011-02-02HERE are the doubled memsetsCracker641-4/+0
2011-02-02fix a few things, some memsets were doubled.Cracker641-2/+2
2011-02-02testing playing .wav files. lol soundsCracker641-3/+85
2011-02-01made set work with all of one type of a particle (set type dust deut) turns a...Cracker641-1/+82
2011-01-31Small changes from crackerSimon1-1/+19
2011-01-31Fix for liquids - jacksonmjSimon1-256/+306