summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2012-07-20Use exceptions instead of goto to corrup state. Fix Fan wall loading with PSV...Simon Robertshaw1-33/+97
2012-07-20Ensure GameSave internal pointers are NULL at the startSimon Robertshaw1-4/+26
2012-07-18Working comment submissionSimon Robertshaw2-0/+63
2012-07-17Add comment box to save preview - doesn't work yetSimon Robertshaw3-0/+24
2012-07-06Move array terminator for sign saving into if statementSimon Robertshaw1-1/+1
2012-07-06Move graphics into seperate folderSimon Robertshaw1-1/+1
2012-06-22Success/Failure return from Asyn Task, Prompt to visit website upon update fa...Simon Robertshaw3-21/+47
2012-06-22Multiple pages of commentsSimon Robertshaw3-4/+7
2012-06-22Stage 2 of autoupdate workingSimon Robertshaw1-9/+9
2012-06-22Client now provides methods for reading and saving preferences - less powerfu...Simon Robertshaw2-4/+233
2012-06-20Merge branch 'master' of github.com:FacialTurd/PowderToyppSimon Robertshaw1-22/+19
2012-06-20OpenGL canvas for Windows, Notifications for main Game, Update checker in Cli...Simon Robertshaw3-1/+119
2012-06-18Ensure partsSimIndex is freed upon success state of OPS parsingSimon Robertshaw1-0/+2
2012-06-18Better freeing for memory in GameSaveSimon Robertshaw1-22/+17
2012-06-12TPT: oxygen fusion, fix two small bugsSimon Robertshaw1-0/+2
2012-06-12TPT: Check for version before enabling movable flag for sponge. 393d247312Simon Robertshaw1-1/+1
2012-06-12TPT: strncpy for loading sign text in OPS 433c1881bcSimon Robertshaw1-1/+5
2012-06-12TPT: Save soap bubbles 6717f4ff32Simon Robertshaw1-4/+121
2012-06-12OPS loading: don't replace existing particles twice, and clear soap c…Simon Robertshaw1-33/+0
2012-06-12TPT: Save tmp2 for tron c8a1524d6bSimon Robertshaw1-1/+1
2012-06-12TPT: Fix includes for OSX and BSD a75da2c4c3Simon Robertshaw1-1/+3
2012-06-12TPT: BSD Platform, -DBSD 9e18556ae6Simon Robertshaw1-2/+4
2012-06-10Uncomment bounds checking for stamp loadingSimon Robertshaw1-5/+5
2012-06-10Change stamp storage to a list, insert new stamps at the begining, 'l' loads ...Simon Robertshaw2-10/+30
2012-06-09Fix save rotationSimon Robertshaw1-24/+63
2012-06-09Missing 'delete' on old blockMap data in save TranformationSimon Robertshaw1-16/+3
2012-06-09Unify stamp and clipboard placement code, GameSave translation and transoform...Simon Robertshaw1-1/+102
2012-06-09Preview: Wait for save to load before opening, Simulation: Correct block coor...Simon Robertshaw1-3/+0
2012-06-08Load save data when showing the save previewSimon Robertshaw3-30/+54
2012-06-07Rename Save class to SaveInfo, introduce SaveFile for hanlding of local data ...Simon Robertshaw8-26/+301
2012-06-06Saving and loading at position, yuse exceptions for parsing savesSimon Robertshaw2-47/+45
2012-06-05Fix bmap reading error caused by signed/unsigned comparisonSimon Robertshaw2-5/+4
2012-06-05Use a different method for decoding saves with uncompressed object in memory ...Simon Robertshaw2-0/+1551
2012-05-31Move more SDL dependancies out of program, OpenGLCanvas for JNI and JNI methods.Simon Robertshaw2-4/+4
2012-05-15Move style into ComponentSimon Robertshaw1-1/+1
2012-04-20Fix warning in Client.cppcpppcppcSimon Robertshaw1-1/+1
2012-04-19Allow deleting of stampsSimon Robertshaw1-2/+11
2012-04-14Add ability to get favouritesSimon Robertshaw2-10/+16
2012-04-14Graphics:: Extra icons for Report and Favourite. Client:: Get favourite stat...Simon Robertshaw2-5/+201
2012-04-06Confirmation Dialogue, Save selection and multi-deleteSimon Robertshaw2-0/+53
2012-04-03Use a single instance of a background simulation for thumbnail renderingSimon Robertshaw1-3/+11
2012-04-02Stamps browser, placement + clipboard sampling and placement - No clipboard o...Simon Robertshaw2-1/+123
2012-03-22Add and remove tags.\nBrings to light an interesting issue with adding or rem...Simon Robertshaw2-0/+100
2012-03-22More work on Tags - display tags in Tag window and Tag buttonSimon Robertshaw1-1/+12
2012-02-12Better names for sort, allow showing own savesSimon Robertshaw2-2/+8
2012-02-11Fix thumbnail alignment for save buttons, add code for building PSv formatSimon Robertshaw1-0/+1
2012-02-11Comments on save preview and some minor changes for vote barsSimon Robertshaw2-0/+48
2012-02-01Use useragent for version, fix URl encodingSimon Robertshaw2-12/+16
2012-01-31Load user information from preferences, fps display for testingSimon Robertshaw3-6/+86
2012-01-30ASCII for key events, save and Textarea (no caret, yet)Simon Robertshaw2-1/+55