Commit Graph

39 Commits (master)

Author SHA1 Message Date
Juraj Vajda 7fddb46c24 db updated and added gitignore 2016-10-20 00:19:14 +02:00
Juraj Vajda 8dea2db164 remove compiled files 2016-10-20 00:17:10 +02:00
Juraj Vajda a6e21e48d3 generate preview and copy them to the right directory 2016-10-08 17:54:05 +02:00
Juraj Vajda dff93f9e0a generate preview and copy them to the right directory 2016-10-08 17:23:48 +02:00
Juraj Vajda 9ead62281a working copy and udated db 2016-10-08 16:51:16 +02:00
Juraj Vajda b323dff563 remove all 2016-10-08 16:50:42 +02:00
Juraj Vajda 0d6cacddb8 starting again 2016-10-08 16:24:09 +02:00
Juraj Vajda e22438647c update 2016-10-08 16:07:57 +02:00
Juraj Vajda 9fe2944cd1 updated skins 2016-10-08 16:06:49 +02:00
Juraj Vajda 9e2554dc63 re-add files 2016-10-08 15:57:58 +02:00
Juraj Vajda 8eec1273b1 remove conflicted files 2016-10-08 15:54:50 +02:00
Juraj Vajda 7b04220d98 Initial commit 2016-10-08 15:45:24 +02:00
Alexander Weber be8fa19b68 intllib support, ported from not applied pull request to the new version
https://github.com/dmonty2/minetest-u_skinsdb/pull/1
2016-09-05 19:20:16 +02:00
Dean Montgomery 4d91ff3c15 Delete test.txt 2016-03-30 11:05:47 -07:00
Dean Montgomery 2bcfbea888 Added files via upload 2016-03-30 11:05:27 -07:00
Dean Montgomery 7ae73ff4e9 Create test.txt 2016-03-30 11:04:36 -07:00
Dean Montgomery 32114c81ca Merge pull request #5 from cmdskp/patch-1
Fixes "undeclared global" errors by specifying locals
2015-12-23 22:34:25 -08:00
cmdskp 8b89c7b22e Fixes "undeclared global" errors by specifying locals 2015-12-23 23:48:23 +00:00
Dean Montgomery 9393f2acb6 Merge pull request #4 from cmdskp/patch-1
Change undeclared "lines" to local
2015-12-14 08:28:19 -08:00
cmdskp c624e4dcaa Change undeclared "lines" to local
Fixes error reported by minetest of undeclared global
2015-12-13 20:04:28 +00:00
SmallJoker dd396bfad2 Upload C# source code, raw 2015-09-25 22:46:42 +02:00
user f389e6bd13 More efficient python script
- 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-09-25 22:43:54 +02:00
SmallJoker e762283dec Use simple_skins if default selected 2015-04-11 15:27:41 +02:00
SmallJoker 5cb484e251 Add tooltips 2014-11-23 20:00:52 +01:00
SmallJoker 71bebbeb09 Update the stuff 2014-10-08 16:44:46 +02:00
SmallJoker 503b9a0125 StandardError -> Exception
Try to add some python codes [untested]
2014-10-08 12:20:40 +02:00
SmallJoker a4921558f3 Fix error in update script [untested]
https://forum.minetest.net/viewtopic.php?p=156986#p156986
2014-10-05 18:26:25 +02:00
SmallJoker 8d5709661f Fix dat weird stuff. 2014-08-29 22:02:35 +02:00
SmallJoker 7c25df22dc Add default; do not use character.x 2014-07-30 17:49:51 +02:00
SmallJoker 29332b7cf3 Typo? 2014-07-23 19:09:43 +02:00
SmallJoker 343a08e44a Update - fix some errors 2014-07-23 19:06:46 +02:00
SmallJoker 4b4aa7fd4c Readme update 2014-07-23 13:53:46 +02:00
SmallJoker 88b801b2c0 Add Win32.NET updater 2014-07-23 13:48:56 +02:00
SmallJoker dc44a8805f Update 2014-07-23 13:46:42 +02:00
SmallJoker 597213a67d Add hacky skin preview, update README 2014-04-17 11:03:20 +02:00
dmonty2 0e84c6cc47 second commit 2014-03-16 22:38:57 -07:00
dmonty2 62be356cab first commit 2014-03-16 22:26:58 -07:00
dmonty2 5e58108006 1.0 2014-03-16 22:25:18 -07:00
dmonty2 039f49f408 first commit 2014-03-16 22:18:23 -07:00