summaryrefslogtreecommitdiff
path: root/src/client
AgeCommit message (Expand)AuthorFilesLines
2012-08-08PTsave openingSimon Robertshaw2-0/+12
2012-08-08Perhaps FileExists shouldn't erase file contents...Simon Robertshaw1-1/+1
2012-08-08Proxy from command line argSimon Robertshaw2-8/+19
2012-08-05Wall Edge option, fixes #70Simon Robertshaw2-0/+88
2012-08-04Tags, fixes #55Simon Robertshaw2-0/+50
2012-08-02Rename WIN32 preprocessor definition to WINntoskrnl2-14/+14
2012-08-01Local Saving, Server Saving rewriteSimon Robertshaw6-7/+101
2012-07-31ThumbnailBroker for background retrieval and renderingSimon Robertshaw5-0/+448
2012-07-29Filebrowser search, cleaner filenamesSimon Robertshaw2-1/+17
2012-07-28Implement search for DirectoryListSimon Robertshaw1-4/+22
2012-07-28Corrections to GameSave to prevent conflicts in the Expanded state, improve S...Simon Robertshaw1-1/+16
2012-07-28Collapse gamesave to save space in memorySimon Robertshaw2-16/+114
2012-07-27Local file browser + some more interesting things like Progress bar UI componentSimon Robertshaw6-29/+210
2012-07-25TPT: Gravity modes and Newtonian gravity for fireworks 31ce22f122Simon Robertshaw1-2/+2
2012-07-25TPT: Save an extra tmp2 byte, for EXOT fed8b7b2cccSimon Robertshaw1-2/+12
2012-07-25TPT: Replace all explosion sparks with new element (EMBR) 1d5b081942Simon Robertshaw1-1/+56
2012-07-24Integer values for prefs, Default decoration colour, clear decorationSimon Robertshaw2-7/+116
2012-07-22Snapshot checkingSimon Robertshaw3-11/+23
2012-07-21Prevent race condition when reloading local stamps, fix task so "after()" get...Simon Robertshaw1-2/+7
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