summaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-22Fix some WIND bugsSimon1-4/+15
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
To make clipboard manipulation easier.
2011-03-18check bounds for wind, causes some funny glitches though.Cracker641-1/+1
2011-03-17Fix incorrect pitch in sdl_seticonjacksonmj1-1/+1
Was causing garbled icon on linux. 16 pixels * 4 bytes per pixel = 64, not 128.
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-03-07check bounds for wind, causes some funny glitches though.Cracker641-1/+1
2011-02-26Merge branch 'upstream' into devjacksonmj1-28/+41
Conflicts: src/main.c
2011-02-24Pretty transparent consoleSimon1-18/+22
2011-02-24WIND from cracker!Simon1-2/+15
2011-02-24forgot powder.h, and renamed drag to windCracker641-2/+2
2011-02-24a drag tool!Cracker641-3/+14
2011-02-23Increase debug coords string buffer to prevent crashesSimon1-1/+1
2011-02-23updatingCracker641-165/+179
2011-02-22Make the help screen a bit cleanerSimon1-7/+3
2011-02-22Merge branch 'upstream' into devjacksonmj1-84/+123
Conflicts: src/main.c
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
Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls.
2011-02-21Reduce overlap of HUD text when in debug/beta modejacksonmj1-15/+9
Also reduce duplication of some HUD code
2011-02-20Zoom key conflict with international keyboardsjacksonmj1-1/+1
Change zoom key to only use keysym.sym, like all the other keyboard controls. This may mean it is no longer the 'z' key on all systems, but will prevent it conflicting with the other keyboard controls.
2011-02-20Reduce overlap of HUD text when in debug/beta modejacksonmj1-15/+9
Also reduce duplication of some HUD code
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
Also clear persistent view when loading a save or clearing the screen.
2011-02-15Commands in signs, some don't fitCracker641-0/+22
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
Also fix two compiler warnings
2011-02-11update with latestCracker641-121/+227
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-06hidden menu shows up correctlyCracker641-1/+1
2011-02-06Fix x,y not always updating and particle # not showing when BETA definedjacksonmj1-4/+3
2011-02-06particle # shows up againCracker641-1/+1
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
Conflicts: src/powder.c
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