| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-10-30 | Hotfix: Authenticate all Web&ApiRequests to fix save loading/voting issuesHEADmaster | Simon Robertshaw | 2 | -1/+20 | |
| 2013-10-17 | Ignore invalid walls in some old saves, so that they load correctly | jacksonmj | 1 | -35/+41 | |
| E.g. save 10631 from old server | |||||
| 2013-09-12 | fix SOAP crashes by making sure particle id's are between 0 and NPART. Also ↵ | jacob1 | 1 | -3/+9 | |
| cut off .life to between 0 and 65535 when saving | |||||
| 2013-09-12 | save pavg[] in saves, for VIRS, PIPE, and STOR | jacob1 | 1 | -2/+25 | |
| 2013-09-08 | Missing breaks in readOPS | jacksonmj | 1 | -0/+4 | |
| Causing some elements to be loaded incorrectly | |||||
| 2013-08-30 | move QRTZ .tmp into .tmp2 and .ctype into .tmp, fixes bug where sparking ↵ | jacob1 | 1 | -0/+15 | |
| QRTZ resets .ctype and stops it from growing | |||||
| 2013-08-29 | Add a way for photons to set the colour of FILT (major version bump required) | jacksonmj | 1 | -0/+16 | |
| Also add some new FILT modes, and make FILT modes affect BIZR and BRAY colour in the same way as they affect photon colour. Photons passing next to DTEC will set the colour of all FILT in a straight line starting from any FILT adjacent to the DTEC (a bit like an ARAY beam), and the exact colour of the photon will be used for FILT interactions instead of the colour based on temperature. FILT tmp=4: red shift, tmp=5: blue shift. Size of shift determined by FILT temperature. tmp=6: FILT has no effect on photon colour (possible before by using invalid tmp modes, but here's a supported method of doing it. Invalid tmp modes should be automatically replaced in existing saves). Also, FILT mode is now described in the HUD. | |||||
| 2013-07-28 | Async Request methods for SaveInfo and SaveData | Simon Robertshaw | 2 | -0/+128 | |
| 2013-07-28 | Fix request identifier tracking | Simon Robertshaw | 1 | -0/+1 | |
| 2013-07-27 | Call OnResponseReady with an identifier for the request, add a WebRequest class | Simon Robertshaw | 13 | -19/+187 | |
| 2013-07-18 | logging in in the save preview will update the login button on the main screen | jacob1 | 1 | -4/+0 | |
| 2013-07-15 | give an error when a local save isn't saved properly, instead of exiting and ↵ | jacob1 | 2 | -8/+16 | |
| pretending it worked | |||||
| 2013-07-15 | 'n' to toggle Newtonian Gravity, quickoption tooltips show which keys you ↵ | jacob1 | 1 | -1/+1 | |
| need to press to toggle them | |||||
| 2013-07-02 | save more settings in powder.pref like ngrav_enable, aheat_enable, pretty ↵ | jacob1 | 2 | -4/+19 | |
| powders, and debug hud. Also save ambient heat in saves, and add a warning in the intro text in betas that you can't save publically | |||||
| 2013-06-27 | fix sim.loadStamp return value, remove VINE_MODE | jacob1 | 1 | -1/+1 | |
| 2013-06-24 | fix version tagging in saves | jacob1 | 1 | -2/+2 | |
| 2013-06-21 | add error messages when errors happening while fav. / unfav.ing a save, ↵ | jacob1 | 1 | -6/+1 | |
| deleting a save, or unpublishing one. Also don't use session key in url to add a comment since it isn't needed | |||||
| 2013-06-10 | Signed integers can be negative, so prop>x does not always correctly ↵ | jacksonmj | 1 | -5/+5 | |
| indicate whether higher bytes are used | |||||
| 2013-06-07 | save publishing info in the save upload ui | jacob1 | 1 | -0/+3 | |
| also fix the other crash when exiting the game from inside of one of these windows, because first Client::Shutdown would delete all active requests and only later ~Engine would delete _state, which delets the ServerSaveActivity window, which tries to close the active render request | |||||
| 2013-06-07 | make saves private by default again | jacob1 | 1 | -31/+82 | |
| 2013-06-02 | allow creating WIND lines from lua | jacob1 | 1 | -0/+4 | |
| 2013-05-16 | remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't ↵ | jacob1 | 1 | -0/+8 | |
| conflict with lua elements (the 11th one won't work right now) | |||||
| 2013-05-15 | finish return values for the legacy api, add sim.saveStamp and sim.loadStamp | jacob1 | 1 | -0/+2 | |
| 2013-05-11 | D: | mniip | 7 | -7/+7 | |
| 2013-03-22 | Move all GUI source files into gui/ | Simon Robertshaw | 3 | -5/+4 | |
| 2013-03-22 | Use "http://" for update/startup check | Simon Robertshaw | 1 | -1/+1 | |
| 2013-03-22 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+2 | |
| 2013-03-22 | Don't try to parse update check response if it's NULL! | Simon Robertshaw | 1 | -1/+1 | |
| 2013-03-22 | fix compiling error | jacob1 | 1 | -1/+2 | |
| also bug, I had some weird formatting that broke the json parsing | |||||
| 2013-03-21 | Merge | Simon Robertshaw | 1 | -2/+2 | |
| 2013-03-21 | POST requests for APIRequest, allow saving user details from within the ↵ | Simon Robertshaw | 7 | -8/+308 | |
| game, Asynchronous HTTP POST | |||||
| 2013-03-16 | fix compiling error | jacob1 | 1 | -1/+1 | |
| 2013-03-16 | APIRequest, Aync methods for client, Profile edit/viewer (WIP) | Simon Robertshaw | 8 | -20/+186 | |
| 2013-03-16 | Higher quality thumbnails for Renders | Simon Robertshaw | 1 | -1/+1 | |
| 2013-03-15 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | Simon Robertshaw | 1 | -1/+3 | |
| 2013-03-15 | Use VideoBuffer in place of thumbnail | Simon Robertshaw | 1 | -4/+2 | |
| 2013-03-15 | fix gravatars not showing for moderators | jacob1 | 1 | -1/+3 | |
| 2013-03-14 | Fix multiple free after merging multiple request objects | Simon Robertshaw | 2 | -3/+6 | |
| 2013-03-14 | Move requestbroker into new folder, make request process function a method ↵ | Simon Robertshaw | 8 | -254/+286 | |
| of Request | |||||
| 2013-03-12 | More unnecessary string duplication | Simon Robertshaw | 1 | -7/+2 | |
| 2013-03-12 | Remove unnecessary string duplication (http_init creates an internal copy of ↵ | Simon Robertshaw | 1 | -6/+1 | |
| the proxy string) | |||||
| 2013-03-12 | Remove images from image cache on exit | Simon Robertshaw | 1 | -1/+4 | |
| 2013-03-12 | Merge | Simon Robertshaw | 1 | -15/+56 | |
| 2013-03-12 | Make thumbnailbroker more general purpose, image requests for requestbroker, ↵ | Simon Robertshaw | 5 | -265/+325 | |
| avatars in previewview | |||||
| 2013-03-11 | Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy | cracker64 | 1 | -2/+2 | |
| 2013-03-11 | Delete thumbnails on close. | cracker64 | 1 | -2/+5 | |
| 2013-03-11 | fix small free/delete mismatch / a warning | jacob1 | 1 | -2/+2 | |
| 2013-03-11 | fix stamp thumbnails not showing until you move the mouse, add a few new[]'s ↵ | jacob1 | 1 | -14/+52 | |
| replacing some .c_str() pointers in client.cpp | |||||
| 2013-03-10 | AvatarButton/holder, rename ThumbnailBroker for more general purposes | Simon Robertshaw | 4 | -24/+59 | |
| 2013-03-10 | Fix some memory issues when closing preview UI too fast. | cracker64 | 1 | -0/+3 | |
| I'm not sure if this pthread usage is ideal, but it does seem to work on linux. | |||||
