summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-05intllib support, ported from not applied pull request to the new versionAlexander Weber
https://github.com/dmonty2/minetest-u_skinsdb/pull/1
2015-09-25Upload C# source code, rawSmallJoker
2015-09-25More efficient python scriptuser
- Fixed pipelining - Cleaning everything up - Don't re-download saved characters - Add the media to .gitignore About pipelining: According to python: 1) you send a request 2) you MUST get response headers for (1) (THIS IS MANDATORY) 3) you send another request 4) you get response body for (2) 5) response headers for (3) 6) response body for (5) Only two requests can be pipelined. Surely this is an unavoidable, wait no it's just written into the code to error out if you don't do it that way. according to reality: 1) you send a request 2) you do not get response headers for (1) 3) you repeat steps 1-2 until enough responses are queued 4) you receive those responses as header,body,header,body... they even name it with a __ so to make it hard to override, but the state can safely go to Idle after a request has sent, whether or not response headers have come in. Sure the connection might close, but then you adjust to not pipeline, and re-send the rest of your requests over a new connection.
2015-04-11Use simple_skins if default selectedSmallJoker
2014-11-23Add tooltipsSmallJoker
2014-10-08Update the stuffSmallJoker
2014-10-08StandardError -> ExceptionSmallJoker
Try to add some python codes [untested]
2014-10-05Fix error in update script [untested]SmallJoker
https://forum.minetest.net/viewtopic.php?p=156986#p156986
2014-08-29Fix dat weird stuff.SmallJoker
2014-07-30Add default; do not use character.xSmallJoker
2014-07-23Typo?SmallJoker
2014-07-23Update - fix some errorsSmallJoker
2014-07-23Readme updateSmallJoker
2014-07-23Add Win32.NET updaterSmallJoker
2014-07-23UpdateSmallJoker
2014-04-17Add hacky skin preview, update READMESmallJoker
2014-03-16second commitdmonty2
2014-03-16first commitdmonty2
2014-03-161.0dmonty2
2014-03-16first commitdmonty2