summaryrefslogtreecommitdiff
path: root/src/PowderToySDL.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-09-12save pavg[] in saves, for VIRS, PIPE, and STORjacob11-6/+5
2013-08-28implement X11 clipboard pullmniip1-2/+54
2013-07-27fix right modifier keysjacob11-2/+2
2013-07-17fix openGL compiling (most likely), fixes #146jacob11-0/+2
2013-07-10fix piston bugs, fix crashes, don't use bluescreens when compiled with debug ...jacob11-1/+1
2013-06-22forgot to push this commit, SDL should only be included in 1 type of wayjacob11-1/+1
2013-05-22move frameStart to right after the fps is limited (counts everything, includi...jacob11-2/+2
2013-05-22Fix incorrect FPS counter, need to count blit too.cracker641-17/+16
2013-05-19reenable sighandlers for winderpmniip1-5/+1
2013-05-17some more compiling fixesmniip1-1/+4
2013-05-05well, fuck you too, simonmniip1-0/+1
2013-05-04Fix compiling with new BSOD in debug modeSimon Robertshaw1-1/+1
2013-05-04TPT Blue screen of death - try its best to catch some signals (SIGSEGV) and u...Simon Robertshaw1-80/+162
2013-05-04Fix compilation issues on Windows with Window Position LoaderSimon Robertshaw1-2/+3
2013-05-03set window position before displaying itjacob11-14/+9
2013-05-02LoadWindowPosition has a better default positionmmbob1-15/+22
2013-04-22Replace __ImageBase. Save + load window position.mmbob1-6/+92
2013-03-22Move all GUI source files into gui/Simon Robertshaw1-10/+5
2013-02-15fix mac compiling, fix renderer, fix other minor compiling issuesjacob11-0/+8
2013-01-19fix missing #ifdef statement breaking compiling when not on linuxjacob11-0/+2
2013-01-18move clipboard functions out of misc.cpp without creating errorsjacob11-2/+129
2013-01-13copy support in linuxjacob11-0/+6
2012-11-16add (slightly updated) README from tptjacob11-2/+2
2012-11-16Opengl fixBryan Hoyle1-2/+4
2012-10-05Fast quit option (disable to make "X" act like in tpt)jacob11-1/+3
2012-10-05Fix stuttering issue with FPS capSimon Robertshaw1-30/+22
2012-09-06revert changing the lua/sdl includes and min/max changesjacob11-2/+2
2012-09-06Visual studio compatibilityjacob11-2/+2
2012-09-05Prevent setting double scale on smaller screens. Fixes #166Simon Robertshaw1-0/+6
2012-08-19Fix the Lua EngineProcess bug, not sure how either (needs further investigati...Simon Robertshaw1-5/+2
2012-08-18More robust EngineProcess (still doesn't fix lua bug)Simon Robertshaw1-1/+4
2012-08-18Blocking Confirm/Error/Input prompts (EngineProcess creates a new event loop ...Simon Robertshaw1-122/+135
2012-08-17Tick client more frequently and remove *pyc files from gitSimon Robertshaw1-1/+1
2012-08-17RichText label (used for MOTD), fixes #123Simon Robertshaw1-0/+1
2012-08-13Precompile some headers. Fix sconscript to prevent recompiling everythingSimon Robertshaw1-0/+2
2012-08-12Use forward declarations more to avoid excessive includesSimon Robertshaw1-0/+2
2012-08-12now opengl and opengl renderer run and compile, but renderer has a segfault, ...Bryan Hoyle1-8/+8
2012-08-12more fixesBryan Hoyle1-1/+0
2012-08-10Use Left modifier keysSimon Robertshaw1-2/+2
2012-08-08PTsave openingSimon Robertshaw1-1/+64
2012-08-08Command line "open"Simon Robertshaw1-0/+33
2012-08-08Proxy from command line argSimon Robertshaw1-2/+26
2012-08-08Scale and fullscreen loaded/saved to config and commandlineSimon Robertshaw1-3/+39
2012-08-08Fullscreen and scale setting from sim optionsSimon Robertshaw1-15/+112
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl1-6/+5
2012-08-02Separate operating system and architecture preprocessor definitionsntoskrnl1-2/+2
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw1-1/+0
2012-07-06Parsing commandline argumentsSimon Robertshaw1-2/+66
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-06-25Fix Line scaling for OpenGL inetrgsdfkjdslkfjsSimon Robertshaw1-0/+2