jacob1
c1320d2007
fix sim.loadStamp return value, remove VINE_MODE
2013-06-27 12:10:55 -04:00
jacob1
776b2f6607
fix version tagging in saves
2013-06-24 00:02:00 -04:00
jacob1
7a2114bc65
add error messages when errors happening while fav. / unfav.ing a save, 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-20 22:01:07 -04:00
jacksonmj
4e4bd9a11b
Signed integers can be negative, so prop>x does not always correctly indicate whether higher bytes are used
2013-06-11 00:26:41 +01:00
jacob1
1d00e712ad
save publishing info in the save upload ui
...
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 19:32:38 -04:00
jacob1
58f8451b9e
make saves private by default again
2013-06-07 13:08:45 -04:00
jacob1
8d7ab7f5e2
allow creating WIND lines from lua
2013-06-01 21:57:03 -04:00
jacob1
6f8e2c0345
remove unneeded / duplicate constants, fix SPC_AIR/other tools so it won't conflict with lua elements (the 11th one won't work right now)
2013-05-16 17:01:33 -04:00
jacob1
dfc33aaeea
finish return values for the legacy api, add sim.saveStamp and sim.loadStamp
2013-05-15 13:51:45 -04:00
mniip
4d9b9b17d7
D:
2013-05-11 15:08:32 +04:00
Simon Robertshaw
9abe51526c
Move all GUI source files into gui/
2013-03-22 14:14:17 +00:00
Simon Robertshaw
2c311b9a36
Use "http://" for update/startup check
2013-03-22 13:40:54 +00:00
Simon Robertshaw
e6db760205
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
2013-03-22 13:21:13 +00:00
Simon Robertshaw
700aff4784
Don't try to parse update check response if it's NULL!
2013-03-22 13:20:54 +00:00
jacob1
29e2604f57
fix compiling error
...
also bug, I had some weird formatting that broke the json parsing
2013-03-21 21:49:04 -04:00
Simon Robertshaw
c4a500aa21
Merge
2013-03-21 21:49:59 +00:00
Simon Robertshaw
81a34222d1
POST requests for APIRequest, allow saving user details from within the game, Asynchronous HTTP POST
2013-03-21 21:49:06 +00:00
jacob1
b617b8b656
fix compiling error
2013-03-16 14:00:11 -04:00
Simon Robertshaw
f05044ab68
APIRequest, Aync methods for client, Profile edit/viewer (WIP)
2013-03-16 17:45:18 +00:00
Simon Robertshaw
d383d6d7e5
Higher quality thumbnails for Renders
2013-03-16 11:25:13 +00:00
Simon Robertshaw
ca9ea8bb8a
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
2013-03-15 13:41:27 +00:00
Simon Robertshaw
73b6ff4efb
Use VideoBuffer in place of thumbnail
2013-03-15 12:59:55 +00:00
jacob1
2aa483e0a2
fix gravatars not showing for moderators
2013-03-14 23:58:09 -04:00
Simon Robertshaw
6b68c04cd6
Fix multiple free after merging multiple request objects
2013-03-14 12:10:56 +00:00
Simon Robertshaw
9479b7f330
Move requestbroker into new folder, make request process function a method of Request
2013-03-14 11:30:24 +00:00
Simon Robertshaw
7a055a9d90
More unnecessary string duplication
2013-03-12 21:29:27 +00:00
Simon Robertshaw
35b7f62d3b
Remove unnecessary string duplication (http_init creates an internal copy of the proxy string)
2013-03-12 21:27:42 +00:00
Simon Robertshaw
aae7113c81
Remove images from image cache on exit
2013-03-12 21:24:56 +00:00
Simon Robertshaw
de680a1e5c
Merge
2013-03-12 21:21:01 +00:00
Simon Robertshaw
86b7a11800
Make thumbnailbroker more general purpose, image requests for requestbroker, avatars in previewview
2013-03-12 21:17:19 +00:00
cracker64
f2823b0ee8
Merge branch 'master' of github.com:FacialTurd/The-Powder-Toy
2013-03-10 23:27:22 -04:00
cracker64
2caa240d9d
Delete thumbnails on close.
2013-03-10 23:23:17 -04:00
jacob1
a65d93523d
fix small free/delete mismatch / a warning
2013-03-10 23:21:28 -04:00
jacob1
85d6c12721
fix stamp thumbnails not showing until you move the mouse, add a few new[]'s replacing some .c_str() pointers in client.cpp
2013-03-10 22:08:00 -04:00
Simon Robertshaw
e6bca489c9
AvatarButton/holder, rename ThumbnailBroker for more general purposes
2013-03-10 18:08:34 +00:00
cracker64
a9e66429d6
Fix some memory issues when closing preview UI too fast.
...
I'm not sure if this pthread usage is ideal, but it does seem to work on linux.
2013-03-09 22:47:08 -05:00
jacob1
189f96d35f
case insensetive local save searches, fix extention being counted in the match
2013-03-08 22:31:08 -05:00
jacob1
037618e6f8
remove auto generated comments from all files, fix some missing tabs, remove unused variables from config.h
2013-03-06 12:05:59 -05:00
jacob1
8b83ae9f95
PSTN ctype sets the element that stops it, FRME with a tmp of one is non-sticky (doesn't pull)
2013-03-03 16:36:37 -05:00
jacob1
b92bd245c8
fix 4 MB memory leak on every save
2013-02-24 15:23:34 -05:00
jacob1
0939494747
fix problems found with valgrind with shifting stamps and saving
2013-02-24 14:12:48 -05:00
jacob1
7379a6b5ba
fix crash when hovering the mouse over invalid wall types
2013-02-24 11:50:20 -05:00
Simon Robertshaw
5beb4255c8
Tag origin version info in save files
2013-02-17 11:30:53 +00:00
jacob1
01cd146ee9
fix mac compiling, fix renderer, fix other minor compiling issues
2013-02-14 23:31:31 -05:00
Simon Robertshaw
e7b174a78d
Revert "move version info to version.h, no longer needs full recompile on version change"
...
This reverts commit b3a2ab735b
.
2013-01-19 22:00:56 +00:00
jacob1
b3a2ab735b
move version info to version.h, no longer needs full recompile on version change
2013-01-15 11:28:28 -05:00
jacob1
41751da619
change some free/malloc's back to delete/new's
2013-01-12 21:06:52 -05:00
jacob1
5e20dd8545
allow directory search to find files with the extension repeated twice
2013-01-07 17:39:05 -05:00
jacob1
d1abfc313e
fix mismatched free()/delete's
2013-01-06 18:26:38 -05:00
jacob1
0159c2b5af
more scons fixes for windows
2012-12-29 12:45:43 -05:00