kikito
520f90795b
adds description of iterative version to README
2016-07-15 01:29:04 +02:00
kikito
58bfa546fe
bump version to 1.1.0. Add changelog
2016-07-15 01:21:56 +02:00
kikito
172176713e
Merge branch 'pgimeno-incremental-md5'
2016-07-15 01:17:41 +02:00
kikito
86da43dbda
makes update return self
2016-07-15 01:16:54 +02:00
Pedro Gimeno
46b50003f8
Add a simple unit test for the incremental version
2016-07-04 11:18:28 +02:00
Pedro Gimeno
51febea6c3
Implement incremental MD5
...
Two new functions:
md5.new(): returns a new MD5 state object with two methods:
- MD5State:update(s) - adds the string s to the calculation
- MD5State:finish() - returns the final MD5 as a binary string
md5.tohex(): converts to hexadecimal the binary string returned by md5.sum() and MD5State:finish()
2016-07-02 21:31:54 +02:00
Enrique García
21d22c1868
Merge pull request #11 from kikito/pgimeno-fix-large-strings
...
Pgimeno fix large strings
2016-07-02 20:38:20 +02:00
kikito
5297100c7c
luacheck install fix
...
remove luacheck
2016-07-02 20:26:40 +02:00
kikito
8603af5e23
delete long example which is too slow in lua 5.1
2016-07-02 18:32:44 +02:00
kikito
7e5623a206
luacheck install fix
2016-07-02 18:22:53 +02:00
kikito
a2144276e1
Merge branch 'fix-large-strings' of https://github.com/pgimeno/md5.lua into pgimeno-fix-large-strings
2016-07-02 18:04:23 +02:00
kikito
51347acd88
renames variables to avoid luacheck errors
2016-07-02 18:03:49 +02:00
kikito
1f6eba9a7b
updates travis
2016-07-02 18:03:28 +02:00
Pedro Gimeno
dd10f1c9de
Fix #4 by limiting the sum output to 32 bits.
2016-07-02 10:44:35 +02:00
Pedro Gimeno
467f30efb6
Add large strings test to demonstrate failure in current version.
2016-07-02 10:42:54 +02:00
Pierre-Adrien Langrognet
2c3af131ed
Changing player killer texture
...
New moremesecons_playerkiller_side.png by @TheEpicJames
2016-05-02 14:43:19 +02:00
HybridDog
f320f290e4
make the enabled adjustable blinky plant look like it glows without emitting light, using bumpmapping with a dirt_with_grass normalmap, it looks like palpitation
2016-04-28 14:33:40 +02:00
palige
645d4d124c
Make playerkiller more expensive
2016-04-27 20:18:01 +02:00
palige
9c34073777
Change moremesecons_playerkiller_top.png texture
2016-04-27 20:06:11 +02:00
HybridDog
3c99c37f44
fix on_receive_fieldss: check for protection and do not set meta if that field is nil, eg.g because of pressing escape
2016-04-27 18:42:20 +02:00
paly2
e4ed8a50ee
Wireless doesn't work if channel is empty.
2016-04-27 14:04:39 +02:00
palige
2a30ceaa1b
Change wireless texture (thank you TheEpicJames !)
2016-04-27 12:22:36 +02:00
palige
2b19f4a2fc
Add a logging message for player killer
2016-04-27 12:20:19 +02:00
HybridDog
b16d0d52c2
run lbms everytime the chunks get loaded
2016-04-24 19:15:29 +02:00
HybridDog
a3dfdd1fc2
Revert "Restore ABMs, LMBs seem not to work"
...
This reverts commit 700c412649
.
2016-04-24 19:11:44 +02:00
paly2
700c412649
Restore ABMs, LMBs seem not to work
2016-04-24 14:58:10 +02:00
paly2
f6b3ddb487
Changing README a bit
2016-04-24 14:46:11 +02:00
paly2
d33d256c58
Making wireless digiline-compatible
2016-04-24 14:19:51 +02:00
paly2
6c02d74d83
Removing a debug print
2016-04-24 13:39:25 +02:00
palige
6619af67f9
Fixing wireless jammer rules
2016-04-23 11:52:15 +02:00
HybridDog
8ec08fb4b7
change switchtorch code
2016-04-22 17:10:11 +02:00
palige
2cbea5909d
Fixing player detector and entity detector drop
2016-04-02 11:23:39 +02:00
HybridDog
26e1fad5cc
use lbm for caching positions for those nodes
2016-03-22 11:41:19 +01:00
HybridDog
8f303f1b2a
fix luactontroller tool, untested
2016-02-06 12:00:45 +01:00
paly2
c142664c26
Fix an "Injector controller" bug
2016-01-08 10:32:52 +01:00
paly2
cd4685425c
Change a bit more the README.
2016-01-08 10:23:43 +01:00
paly2
0142e1fb8a
Add a LICENSE.txt file and change the README
2016-01-08 10:15:14 +01:00
HybridDog
d61e9b7bd1
update MoreMesecons templates
2015-12-28 11:36:28 +01:00
HybridDog
76f970742d
use the luacontroller tool when left clicking instead of right click
2015-12-28 11:19:55 +01:00
HybridDog
30242162df
fix typo, add save name field and update formspec element sizes
2015-12-28 11:16:07 +01:00
HybridDog
d3495ecb6d
fix missing brackets, move template name selection menu right of the player one and comment sending the fields
2015-12-28 10:45:29 +01:00
HybridDog
918d27db1f
dont save if its not necessary on shutdown
2015-12-25 14:21:16 +01:00
HybridDog
b657ea2c3a
untested: fix possibly crashes and update saving templates
2015-12-23 19:11:27 +01:00
HybridDog
80d173631c
better fitting texture and save the templates of players to the worldpath
2015-12-23 18:33:19 +01:00
HybridDog
daef875664
reduce texture sizes
2015-12-23 17:19:55 +01:00
HybridDog
b92d2d428a
untested: fix jammer
2015-12-23 17:14:55 +01:00
paly2
6a8c6574f5
Change the jammer mesecons functions overriding (see https://gist.github.com/HybridDog/45ddedf3cb33db330815 )
2015-12-23 14:36:07 +01:00
HybridDog
f59def1aa1
luacontroller tool: fix changing player_name and template_name and setting code to a luacontroller
2015-12-20 12:47:04 +01:00
HybridDog
8f9e3b4321
luacontroller tool: fix dropdowns, add textarea and use more formspec fields instead of pdata
2015-12-20 12:47:04 +01:00
paly2
b6cb4bc246
Add a reset_meta function
2015-12-20 11:36:34 +01:00