repo
string
commit
string
message
string
diff
string
higepon/spon
668575758fcac34fa147c8dd3a2576a02f7f2735
preliminary support for ikarus.
diff --git a/compat.ikarus.sls b/compat.ikarus.sls new file mode 100644 index 0000000..50bfa24 --- /dev/null +++ b/compat.ikarus.sls @@ -0,0 +1,46 @@ +(library (spon compat) + (export current-implementation-name + command + file-copy + make-directory + make-symbolic-link + ...
higepon/spon
112dfc9d00a06fbbd23d5033ac0ac38db6fe7fa4
support BSD sed.
diff --git a/install.sh b/install.sh index 322cb30..e3594a6 100755 --- a/install.sh +++ b/install.sh @@ -1,58 +1,59 @@ #!/bin/sh LN=/bin/ln -SED=/bin/sed +SED=/usr/bin/sed INSTALL=/usr/bin/install SCHEME_SCRIPT=${1:-mosh} PREFIX=${2:-/usr/local} SPON_URI=http://scheme-users.jp/spon SPON_HOME=$PREFIX/share/...
higepon/spon
7bfc52f6175d72b8ab164f1e12c515d8f11d384c
refactor
diff --git a/tools.sls b/tools.sls index c66a9f0..9bc11cd 100644 --- a/tools.sls +++ b/tools.sls @@ -1,337 +1,331 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
ed219694887a20bb487ad134f9ead94db3ddfbec
fix up broken codes
diff --git a/compat.mosh.sls b/compat.mosh.sls index 3ad87be..51b50b7 100644 --- a/compat.mosh.sls +++ b/compat.mosh.sls @@ -1,48 +1,49 @@ (library (spon compat) (export current-implementation-name command file-copy make-directory make-symbolic-link current-dir...
higepon/spon
c06d227896b937819ae2a0d8da33a40e25a236fe
refactor
diff --git a/tools.sls b/tools.sls index bac34cc..f427384 100644 --- a/tools.sls +++ b/tools.sls @@ -1,346 +1,336 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
07af3b91d380641e9c7a519e3dc944045a2df62b
parameterize current-directory.
diff --git a/compat.mosh.sls b/compat.mosh.sls index b057f83..3ad87be 100644 --- a/compat.mosh.sls +++ b/compat.mosh.sls @@ -1,43 +1,48 @@ (library (spon compat) (export current-implementation-name command file-copy make-directory make-symbolic-link current-dir...
higepon/spon
5177e12ae0215a75b45448daf37eedbb6f33e1b2
use dynamic-wind in call-with-current-working-directory.
diff --git a/tools.sls b/tools.sls index 421b23b..7f6177a 100644 --- a/tools.sls +++ b/tools.sls @@ -1,355 +1,356 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
8b2bc092b4357b7003563b7cfc8f6dc5f8b47036
added 'update' proc.
diff --git a/tools.sls b/tools.sls index 694f0fc..9821a04 100644 --- a/tools.sls +++ b/tools.sls @@ -1,294 +1,338 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
93a2d7218b95a6176e339efc178c4bcea952b2be
added 'write-install-status' proc.
diff --git a/tools.sls b/tools.sls index 59c57a3..694f0fc 100644 --- a/tools.sls +++ b/tools.sls @@ -1,271 +1,294 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
55de0c842c6849c4a321a37e10bb7569b4661750
fixed install proc.
diff --git a/tools.sls b/tools.sls index 009d91d..59c57a3 100644 --- a/tools.sls +++ b/tools.sls @@ -1,263 +1,271 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
9119ec63bf116f83ebf324c438eb2667d5a0799f
install depends.
diff --git a/tools.sls b/tools.sls index 322224e..009d91d 100644 --- a/tools.sls +++ b/tools.sls @@ -1,240 +1,263 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
4422bff5e71a6741a71cb444335454ef6fc5d1d3
fix 'pkg-info' record. and remove 'insinfo' record.
diff --git a/spon.ss b/spon.ss index 7b66cc9..8068257 100644 --- a/spon.ss +++ b/spon.ss @@ -1,35 +1,35 @@ (import (rnrs) (srfi :39) (srfi :48) (spon tools) (spon config)) (define (main args) (case (string->symbol (cadr args)) ((install) (cond [(null? (cddr ...
higepon/spon
f67398f436a1967bc9a5eb0720545dcc095e6fb0
added 'insinfo' record.
diff --git a/tools.sls b/tools.sls index 7935b32..c77429a 100644 --- a/tools.sls +++ b/tools.sls @@ -1,192 +1,236 @@ (library (spon tools) (export download verify decompress initialize setup install system-name verbose? quiet? download-error? download-error-uri current-implementation-name comm...
higepon/spon
6ddb259aef3aa86532d5d9395820ce7c180dcb3f
added package-list
diff --git a/install.sh b/install.sh index 7133fc3..322cb30 100755 --- a/install.sh +++ b/install.sh @@ -1,58 +1,58 @@ #!/bin/sh LN=/bin/ln SED=/bin/sed INSTALL=/usr/bin/install SCHEME_SCRIPT=${1:-mosh} PREFIX=${2:-/usr/local} SPON_URI=http://scheme-users.jp/spon SPON_HOME=$PREFIX/share/spon SPON_COMMAND...
higepon/spon
354a10ed51f69d538d9308588e11ca1dd574f1f1
fix verbose mode
diff --git a/compat.ypsilon.sls b/compat.ypsilon.sls index f39af63..538fede 100644 --- a/compat.ypsilon.sls +++ b/compat.ypsilon.sls @@ -1,49 +1,49 @@ (library (spon compat) (export current-implementation-name command file-copy make-directory make-symbolic-link ...
higepon/spon
5a36d15cf5eeff50c7ebfd6e00365a490496ce11
added spon use command
diff --git a/compat.mosh.sls b/compat.mosh.sls index 7b8981c..cda5a32 100644 --- a/compat.mosh.sls +++ b/compat.mosh.sls @@ -1,39 +1,43 @@ (library (spon compat) (export current-system-name command file-copy make-directory + make-symbolic-link current-directory ...
higepon/spon
f97df5a3764041295d50086fea5a500b1dd3e3e6
rename do-cmd command
diff --git a/compat.mosh.sls b/compat.mosh.sls index 6ae98c1..7b8981c 100644 --- a/compat.mosh.sls +++ b/compat.mosh.sls @@ -1,31 +1,39 @@ (library (spon compat) (export current-system-name + command + file-copy + make-directory current-directory - set-current-director...
higepon/spon
843ba3de74017037bc65e50f4123085213321683
added setup.ypsilon.ss
diff --git a/install.sh b/install.sh index 4829a6e..5425bee 100755 --- a/install.sh +++ b/install.sh @@ -1,55 +1,55 @@ #!/bin/sh LN=/bin/ln SED=/bin/sed INSTALL=/usr/bin/install SCHEME_SCRIPT=${1:-mosh} PREFIX=${2:-/usr/local} SPON_URI=http://scheme-users.jp/spon SPON_HOME=$PREFIX/share/spon SPON_COMMAND...
higepon/spon
942f70195e3b0582ee653880b13a720f8530f036
remove base.sls spon.sh
diff --git a/ChangeLog b/ChangeLog index 74696bb..9e6dae8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,40 +1,45 @@ +2009-04-05 baal <baal@m-oz.com> + + * config.tmpl.sls : marge to base.sls. + * spon command : remove. spon command is made in install.sh. + 2009-03-17 baal <baal@m-oz.com> * ...
higepon/spon
f9a25beacdb4675a9ffaad339b06286bfffd02fd
rename install.mosh.ss to setup.mosh.ss
diff --git a/install.sh b/install.sh index 61f661a..2dd0ab6 100755 --- a/install.sh +++ b/install.sh @@ -1,63 +1,63 @@ #!/bin/sh SED=/bin/sed INSTALL=/usr/bin/install SCHEME_SCRIPT=${1:-mosh} PREFIX=${2:-/usr/local} SPON_URI=http://scheme-users.jp/spon SPON_HOME=$PREFIX/share/spon SPON_COMMAND=$PREFIX/bin...
higepon/spon
83b3ffb6bb3d4c276236883b06ab44d3150e7693
generate config.sls
diff --git a/install.mosh.ss b/install.mosh.ss index 2da14ac..320282d 100644 --- a/install.mosh.ss +++ b/install.mosh.ss @@ -1,32 +1,33 @@ (import (rnrs) (mosh config) (only (mosh process) spawn waitpid)) (define (cmd-install . args) (let*-values (((pid . _) (spawn "install" args '(#f #f #f))...
higepon/spon
e9f1308c6b6e0860e83873a5a444365f5f59f897
added config.tmpl.sls
diff --git a/ChangeLog b/ChangeLog index 411ae64..74696bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,36 +1,40 @@ +2009-03-17 baal <baal@m-oz.com> + + * config.tmpl.sls : template for generate (spon config). used by install.sh. + 2009-03-13 higepon <higepon@users.sourceforge.jp> * tools.sls (spo...
higepon/spon
6f2d33a52aabd4dc3529fa0e7d04df24f297978d
added setup procedure.
diff --git a/compat.mosh.sls b/compat.mosh.sls index 2e8a553..83ab4d3 100644 --- a/compat.mosh.sls +++ b/compat.mosh.sls @@ -1,25 +1,27 @@ (library (spon compat) - (export do-cmd) + (export current-implementation-name do-cmd) (import (rnrs) (spon base) (only (mosh process) spawn waitpid pipe...
higepon/spon
07a5a12e3aef0c7a04780f727c481af643c6eda6
fix...
diff --git a/install.mosh.ss b/install.mosh.ss index 76e0dfc..2da14ac 100644 --- a/install.mosh.ss +++ b/install.mosh.ss @@ -1,33 +1,32 @@ (import (rnrs) (mosh config) (only (mosh process) spawn waitpid)) (define (cmd-install . args) (let*-values (((pid . _) (spawn "install" args '(#f #f #f))...
higepon/spon
59e0e3da4dc88d47fd90eb676403ad5c189f6dd4
added install.mosh.ss
diff --git a/install.mosh.ss b/install.mosh.ss new file mode 100644 index 0000000..76e0dfc --- /dev/null +++ b/install.mosh.ss @@ -0,0 +1,33 @@ +(import (rnrs) + (mosh config) + (only (mosh process) spawn waitpid)) + +(define (cmd-install . args) + (let*-values (((pid . _) (spawn "install" args '(#f #f...
higepon/spon
3cffbde681f2cc152e37348c49693ea684ffe949
Use down-load-erro condition. Need refactoring.
diff --git a/ChangeLog b/ChangeLog index ab0bfe8..411ae64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,32 +1,36 @@ +2009-03-13 higepon <higepon@users.sourceforge.jp> + + * tools.sls (spon): Use down-load-erro condition. Need refactoring. + 2009-02-23 leque <dico.leque.comicron@gmail.com> * tools.s...
higepon/spon
5a039beb18b2836495e7410eab7fecf03c54c488
refactor.
diff --git a/install.sh b/install.sh index a57bf24..53c0495 100755 --- a/install.sh +++ b/install.sh @@ -1,36 +1,41 @@ -#!/bin/bash - -SPON_COMMAND=/usr/local/bin/spon -SPON_HOME=/usr/local/share/spon +#!/bin/sh +INSTALL=/usr/bin/install -SCHEME=mosh -#SCHEME=ypsilon +SCHEME_SCRIPT=${1:-mosh} +PREFIX=${2:-/usr/local}...
higepon/spon
b033468fa8e83d31cb1db875598cf9e0d2435da8
fix install script
diff --git a/install.sh b/install.sh index c514e0b..a57bf24 100755 --- a/install.sh +++ b/install.sh @@ -1,38 +1,36 @@ #!/bin/bash SPON_COMMAND=/usr/local/bin/spon SPON_HOME=/usr/local/share/spon SCHEME=mosh #SCHEME=ypsilon INSTALL=/usr/bin/install $INSTALL -v -m 755 -d $SPON_HOME $INSTALL -v -m 755 -d ...
higepon/spon
cfa1dd742440fccb57989fd6105a3d9ad2a9b0c3
add install script
diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..c514e0b --- /dev/null +++ b/install.sh @@ -0,0 +1,38 @@ +#!/bin/bash + +SPON_COMMAND=/usr/local/bin/spon +SPON_HOME=/usr/local/share/spon + +SCHEME=mosh +#SCHEME=ypsilon + +INSTALL=/usr/bin/install + +$INSTALL -v -m 755 -d $SPON_HOME +$INSTALL -v ...
higepon/spon
85744da9a2b4c88cf6f4584f95f46f22c64a4202
fix to always return boolean.
diff --git a/tools.sls b/tools.sls index 4f1c0f1..c1293c0 100644 --- a/tools.sls +++ b/tools.sls @@ -1,132 +1,132 @@ (library (spon tools) (export download verify decompress install system-name verbose? quiet?) (import (rnrs) (srfi :48) (srfi :98) (spon base) ...
higepon/spon
e30593abacd2c7fabe2d92789eb6498c5a75d400
documentation.
diff --git a/ChangeLog b/ChangeLog index 4866528..ab0bfe8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,32 +1,32 @@ 2009-02-23 leque <dico.leque.comicron@gmail.com> * tools.sls: quiet external commands down when (quiet?) is #t. - * tools.sls: do not verify package in default. + * tools.sls: ...
higepon/spon
d0c0f128d543edeced5b8b4ecb130e8528804020
do not verify package in default.
diff --git a/ChangeLog b/ChangeLog index 8a9cd60..4866528 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,30 +1,32 @@ 2009-02-23 leque <dico.leque.comicron@gmail.com> * tools.sls: quiet external commands down when (quiet?) is #t. + * tools.sls: do not verify package in default. + 2009-02-22 higepon...
higepon/spon
6360a2335bd65f110689da43b5c445c10e4ae9a7
quiet external commands down when (quiet?) is #t.
diff --git a/ChangeLog b/ChangeLog index 3c52d03..8a9cd60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,26 +1,30 @@ +2009-02-23 leque <dico.leque.comicron@gmail.com> + + * tools.sls: quiet external commands down when (quiet?) is #t. + 2009-02-22 higepon <higepon@users.sourceforge.jp> * tools.sls (s...
higepon/spon
8dac71892208d981b027dff2f8e67e662eb28a62
added donwload-error
diff --git a/ChangeLog b/ChangeLog index ee1d807..3c52d03 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,20 +1,26 @@ +2009-02-22 higepon <higepon@users.sourceforge.jp> + + * tools.sls (spon): Added &i/o-download. + + * spon.ss (main): (quiet? #t). + 2009-02-18 higepon <higepon@users.sourceforge.jp> ...
higepon/spon
4e85c7b3c4cecaa4f5e4e868c15d9608228561cd
parameterize (quiet?).
diff --git a/base.sls b/base.sls index ad5edbe..6709d84 100644 --- a/base.sls +++ b/base.sls @@ -1,8 +1,16 @@ (library (spon base) - (export verbose? system-name) + (export system-name verbose? quiet?) (import (rnrs) (srfi :39)) (define system-name "spon") + (define verbose? (make-parameter #f)...
higepon/spon
31b8c7db26c8a9742da3a0d1e647d97f27b3f818
verbose/silent options
diff --git a/tools.sls b/tools.sls index 7798726..d21a3de 100644 --- a/tools.sls +++ b/tools.sls @@ -1,130 +1,168 @@ (library (spon tools) (export download verify decompress install) (import (rnrs) (srfi :48) (srfi :98) (spon base) (spon compat)) (define *default-...
higepon/spon
6e3c6f077967182454d482fc12c43ceabc81f045
refactor.
diff --git a/tools.sls b/tools.sls index 8830038..7798726 100644 --- a/tools.sls +++ b/tools.sls @@ -1,136 +1,130 @@ (library (spon tools) (export download verify decompress install) (import (rnrs) (srfi :48) (srfi :98) (spon base) (spon compat)) (define *default-...
higepon/spon
3883ed7c0d0fa7565f4dfef6b022d8debacc6292
install proc split
diff --git a/tools.sls b/tools.sls index 6d6f55d..b51ef5c 100644 --- a/tools.sls +++ b/tools.sls @@ -1,94 +1,122 @@ (library (spon tools) - (export download verify decompress install verbose? system-name) + (export download verify decompress install) (import (rnrs) (srfi :48) (srfi :98) ...
higepon/spon
4dcb30c52f1bc39b90de690679c0675b0eb9a37c
(expand-path "~/.spon")
diff --git a/tools.sls b/tools.sls index bb99873..6d6f55d 100644 --- a/tools.sls +++ b/tools.sls @@ -1,89 +1,94 @@ (library (spon tools) (export download verify decompress install verbose? system-name) (import (rnrs) (srfi :48) + (srfi :98) (spon base) (spon compat)) ...
higepon/spon
2c38d730410dec24851d8445382ac0ba5dcec38f
some documentation.
diff --git a/sponrc.sample b/sponrc.sample index 65fe31d..5211959 100644 --- a/sponrc.sample +++ b/sponrc.sample @@ -1,8 +1,14 @@ ;; -*- mode: scheme -*- +;; vim:ft=scheme ( - ;; (wget . "/usr/local/bin/wget") + ;; the path to wget command + (wget . "/usr/local/bin/wget") + ;; the path to gpg command (gpg . "/opt/l...
higepon/spon
0793289ac3dd4810c56d67f3b4241b79d448b869
fix to discard stdout.
diff --git a/compat.mosh.sls b/compat.mosh.sls index 8cc0573..68b3c12 100644 --- a/compat.mosh.sls +++ b/compat.mosh.sls @@ -1,25 +1,25 @@ (library (spon compat) (export do-cmd) (import (rnrs) (spon base) (only (mosh process) spawn waitpid pipe)) ;; todo replace with custom port (de...
higepon/spon
a89049969e98d06c9e52331a5b41582f8e5d691c
pass wget -N option.
diff --git a/compat.sls b/compat.sls index 92b02a9..fd58b37 100644 --- a/compat.sls +++ b/compat.sls @@ -1,24 +1,24 @@ (library (spon compat) (export do-cmd) (import (rnrs) (spon base) ) ;; -- do-cmd :: (String, [String]) -> Boolean ;; Execute an external command `cmd' with arguments `args'. ;...
higepon/spon
f6e0802c734fbfef01e1155bb7b356a0e09b8cda
add sponrc.sample.
diff --git a/sponrc.sample b/sponrc.sample new file mode 100644 index 0000000..65fe31d --- /dev/null +++ b/sponrc.sample @@ -0,0 +1,8 @@ +;; -*- mode: scheme -*- +( + ;; (wget . "/usr/local/bin/wget") + (gpg . "/opt/local/bin/gpg") + (tar . "/usr/bin/tar") + (spon-dir . "/usr/local/share/spon") + ;; (spon-uri . "http:/...
higepon/spon
ab6f65f74195e9d8ea3bdceb8c8c71b593b5cdc0
change messages.
diff --git a/compat.sls b/compat.sls index 0464917..92b02a9 100644 --- a/compat.sls +++ b/compat.sls @@ -1,21 +1,24 @@ (library (spon compat) (export do-cmd) (import (rnrs) (spon base) ) ;; -- do-cmd :: (String, [String]) -> Boolean ;; Execute an external command `cmd' with arguments `args'. ;...
higepon/spon
a74637c7f067ec5d2737eace1a6c6ee1735b903a
Added (verbose)=>#f support for Mosh
diff --git a/ChangeLog b/ChangeLog index 6482f5e..ee1d807 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,20 @@ +2009-02-18 higepon <higepon@users.sourceforge.jp> + + * compat.mosh.sls (spon): Added (verbose) => #f support. + 2009-02-17 higepon <higepon@users.sourceforge.jp> * spon: Added spon...
higepon/spon
f4b54400f0d835b37bf34d84da7023b38f1bdaf2
rename aux.sls to base.sls for Windows platform.
diff --git a/aux.sls b/base.sls similarity index 87% rename from aux.sls rename to base.sls index f778632..ad5edbe 100644 --- a/aux.sls +++ b/base.sls @@ -1,8 +1,8 @@ -(library (spon aux) +(library (spon base) (export verbose? system-name) (import (rnrs) (srfi :39)) (define system-name "spon") ...
higepon/spon
6d9ab1f84e510ee6bb998bb44dcabde89465ffe7
stub compat.sls.
diff --git a/aux.sls b/aux.sls index c7b9098..f778632 100644 --- a/aux.sls +++ b/aux.sls @@ -1,8 +1,8 @@ (library (spon aux) (export verbose? system-name) (import (rnrs) - (srfi :39)) + (srfi :39)) (define system-name "spon") (define verbose? (make-parameter #f)) ) diff --git a/compat.sl...
higepon/spon
b7100e3eea8bd9b85bb5e5b6957573825d25e566
compat.ypsilon.sls
diff --git a/compat.ypsilon.sls b/compat.ypsilon.sls index f29a197..417eac9 100644 --- a/compat.ypsilon.sls +++ b/compat.ypsilon.sls @@ -1,28 +1,29 @@ ;; (verbose? #t)でメッセージが出力されます ;; tools.slsの(srfi :48)はYpsilonには無いので、 ;; (srfi :28)にして試してください。 (li...
higepon/spon
fc4b7b6f7a5651fcf161035e1a2ce2653cbdb716
compat.ypsilon.sls
diff --git a/compat.ypsilon.sls b/compat.ypsilon.sls index 3616ca6..f29a197 100644 --- a/compat.ypsilon.sls +++ b/compat.ypsilon.sls @@ -1,27 +1,28 @@ ;; (verbose? #t)でメッセージが出力されます ;; tools.slsの(srfi :48)はYpsilonには無いので、 ;; (srfi :28)にして試してください。 (li...
higepon/spon
36ff06d42ad7f893de327703d3b0c3ea572c0842
Added spon
diff --git a/spon b/spon index 46e93e7..83eb9be 100755 --- a/spon +++ b/spon @@ -1,14 +1,16 @@ #!/bin/bash r6rs="`which mosh`" if test "" = "$r6rs"; then r6rs="`which ypsilon`" if test "" = "$r6rs"; then echo "R6RS Scheme not found" + else + echo "TODO" fi else # TODO path to spon.ss ...
higepon/spon
fdaff398251390e999997c4a513a3b1afd35d464
Added spon
diff --git a/ChangeLog b/ChangeLog index eab0c79..6482f5e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,12 +1,16 @@ 2009-02-17 higepon <higepon@users.sourceforge.jp> + * spon: Added spon command. + Use like following. + + % sudo ./spon install base64 + * tools.sls (spon): Merged le...
higepon/spon
3e1aa60c778897185aed146733081a5c4fb3857e
Use (mosh process) instead of (system).
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..9324b82 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,6 @@ +2009-02-14 higepon <higepon@users.sourceforge.jp> + + * tools.mosh.sls (spon): Use (mosh process) instead of (system). + + * First import originally from baal's implementation. +...
KeithHanson/rmuddy
3700a525f204bf2a43391bf40a596bfc1a098355
Moved Timer methods into BasePlugin.
diff --git a/base_plugin.rb b/base_plugin.rb index 7ae1d18..e4b5189 100644 --- a/base_plugin.rb +++ b/base_plugin.rb @@ -1,74 +1,108 @@ class BasePlugin attr_accessor :triggers, :receiver def initialize(rec) @receiver = rec self.setup end def plugins @receiver.plugins end d...
KeithHanson/rmuddy
aeb4e992e140614edd030c3d0a1ca1ff34c7e261
Timer and heartbeat functionality... should be in disabled-plugins/timer... may want to merge it in with BasePlugin so it can be used in all modules. Also, it is currently completely untested
diff --git a/disabled-plugins/timer.rb b/disabled-plugins/timer.rb index 0cf4d4c..57a4bd2 100644 --- a/disabled-plugins/timer.rb +++ b/disabled-plugins/timer.rb @@ -1,20 +1,44 @@ #Timer module for RMuddy... may very well be pulled back into core/init/baseplugin at some point... currently sitting outside for testing. ...
KeithHanson/rmuddy
0319db3f7101a859ebf199543867d4da6ccbeb6a
Fixed a typo in the tarot module which was breaking it... it now does in fact work
diff --git a/enabled-plugins/tarot.rb b/enabled-plugins/tarot.rb index 5938df1..c7e7ed9 100644 --- a/enabled-plugins/tarot.rb +++ b/enabled-plugins/tarot.rb @@ -1,269 +1,297 @@ #Ok, combining the hermit tracker with auto-charger/flinger and the mass inscriber... take one #THIS IS NOT FOOLPROOF... DON'T BE A FOOL! #...
KeithHanson/rmuddy
579e9e908e888fe743f19c8f3446a36ff77c5371
All-in-one tarot plugin is now tested and operational for your enjoyment
diff --git a/configs/antitheft.yaml b/configs/antitheft.yaml index 2fab944..a331c91 100644 --- a/configs/antitheft.yaml +++ b/configs/antitheft.yaml @@ -1,12 +1,13 @@ --- journal: "" trousers: "leggings286549" armor: "scalemail88722" weapon1: "" weapon2: "" +shield: "shield70653" robe: "robes290768" shirt: "shi...
KeithHanson/rmuddy
34c1a440830cbdfd0b6694e97fe028a56be91599
I am a sadist, and combined all the tarot like stuff into one module... it's still disable as it has been completely untested to this point. I also added shoes to the anti-theft stacks and suchlike.
diff --git a/configs/antitheft.yaml b/configs/antitheft.yaml index 945c0d0..2fab944 100644 --- a/configs/antitheft.yaml +++ b/configs/antitheft.yaml @@ -1,11 +1,12 @@ --- journal: "" trousers: "leggings286549" armor: "scalemail88722" weapon1: "" weapon2: "" robe: "robes290768" shirt: "shirt286549" ring1: "" r...
KeithHanson/rmuddy
7bbf9df08952a269ab8ff9f6ed57343ffdece67c
Shortened the sleep time.
diff --git a/receiver.rb b/receiver.rb index 7935b4d..3420a49 100644 --- a/receiver.rb +++ b/receiver.rb @@ -1,140 +1,140 @@ class Receiver attr_accessor :varsock, :enabled_plugins, :disabled_plugins, :queue def plugins @enabled_plugins end debug("Receiver: Loading Files...") #Load All ...
KeithHanson/rmuddy
9e5db0abd938f6e667221c69bf05f23a97193061
Added more antitheft
diff --git a/configs/antitheft.yaml b/configs/antitheft.yaml index 772b571..945c0d0 100644 --- a/configs/antitheft.yaml +++ b/configs/antitheft.yaml @@ -1,11 +1,11 @@ --- -pack: "pack296008" +journal: "" +trousers: "leggings286549" armor: "scalemail88722" -shirt: "" -trousers: "" -robe: "robes290768" weapon1: "" we...
KeithHanson/rmuddy
40fca144632b31046676915e2d54e113f74cc302
Added rails for autowalker/ratter in Ashtan. Added ashtan_rail and hashan_rail methods to Walker plugin so that you can tell it which city you're ratting in.
diff --git a/configs/hermithash.yaml b/configs/hermithash.yaml index 93c1bd5..51778e4 100644 --- a/configs/hermithash.yaml +++ b/configs/hermithash.yaml @@ -1,7 +1,2 @@ --- -manara: "284348" Location: card number -lounge: "265385" -delos: "250918" -thera: "87842" -lessons: "176010" diff --git a/enabled-plugins/hermi...
KeithHanson/rmuddy
0a4385fee166202efbfbc6bdb3b61e7e66bdce23
Added sleep to keep the auto walker from eating my entire cpu, 30ms. changed the receiver to use sleep 0.03 also...
diff --git a/enabled-plugins/walker.rb b/enabled-plugins/walker.rb index 4c0de73..53ee2aa 100644 --- a/enabled-plugins/walker.rb +++ b/enabled-plugins/walker.rb @@ -1,206 +1,207 @@ #The Walker is a taaaaad bit more complex than the other plugins. #The main reason being that we need to use multi-threading to make time...
KeithHanson/rmuddy
6c81b81dad1ee1dbffccbf4db403381c97877a33
Fixed liirup selling trigger
diff --git a/enabled-plugins/ratter.rb b/enabled-plugins/ratter.rb index 8618dda..a80ff11 100644 --- a/enabled-plugins/ratter.rb +++ b/enabled-plugins/ratter.rb @@ -1,143 +1,145 @@ #The Ratter plugin is, essentially, a one room auto-ratter. #It keeps track of the rats in your inventory, as well as how much you have e...
KeithHanson/rmuddy
13580b014002a6ffe7b76737f2dbb1d2f2c21fe9
Beta version of the Antitheft module. Will put sovereigns away, and can rewear robes, pack, and armor... the rest will be forthcoming once I arrange triggers.
diff --git a/configs/antitheft.yaml b/configs/antitheft.yaml index ed6677d..772b571 100644 --- a/configs/antitheft.yaml +++ b/configs/antitheft.yaml @@ -1,10 +1,11 @@ --- -pack: "" -armor: "" +pack: "pack296008" +armor: "scalemail88722" shirt: "" trousers: "" -robe: "" +robe: "robes290768" weapon1: "" weapon2: "" ...
KeithHanson/rmuddy
16a9ee46966d40f8127040133f230f70e1454ea3
Added pause_inscription and unpause_inscription methods for use pausing and unpausing batch jobs. It will cause it to pause the next time it checks if you should inscribe using simple boolean logic.
diff --git a/enabled-plugins/inscriber.rb b/enabled-plugins/inscriber.rb index 04bc794..b90fedd 100644 --- a/enabled-plugins/inscriber.rb +++ b/enabled-plugins/inscriber.rb @@ -1,64 +1,77 @@ #Inscriber module for RMuddy triggering/aliasing system. #Module to handle inscribing batches of tarot cards in Achaea #Will m...
KeithHanson/rmuddy
05b6cb14c731a32adc9488a4b492d2b30dabd2e6
More work on antitheft, modified kmuddy.rb again... moved a couple things around, cleaned up a bit... everything still works that is in enabled-plugins
diff --git a/base_plugin.rb b/base_plugin.rb index 54d9eff..7ae1d18 100644 --- a/base_plugin.rb +++ b/base_plugin.rb @@ -1,80 +1,74 @@ class BasePlugin attr_accessor :triggers, :receiver def initialize(rec) @receiver = rec self.setup end - - def bar_line - warn("=" * 80) - end - + ...
KeithHanson/rmuddy
68cc8b90ea9feca08e89dc8beeea2a1e272e228a
Changed antitheft for sanity. modified current plugins due to changes in kmuddy.rb and base_plugin.rb
diff --git a/configs/anti_theft.yaml b/configs/antitheft.yaml similarity index 100% rename from configs/anti_theft.yaml rename to configs/antitheft.yaml diff --git a/disabled-plugins/anti_theft.rb b/disabled-plugins/anti_theft.rb deleted file mode 100644 index 3513a98..0000000 --- a/disabled-plugins/anti_theft.rb +++ /...
KeithHanson/rmuddy
52fa77b78c157cd9a99cb4b8e92b1a52cf1a82f3
Added blank_line and bar_line methods to BasePlugin class. These are to prevent repeating yourself. blank_line prints out a single warn bar_line prints out 80 ==
diff --git a/base_plugin.rb b/base_plugin.rb index ba84633..54d9eff 100644 --- a/base_plugin.rb +++ b/base_plugin.rb @@ -1,74 +1,80 @@ class BasePlugin attr_accessor :triggers, :receiver def initialize(rec) @receiver = rec self.setup end + + def bar_line + warn("=" * 80) + end def pl...
KeithHanson/rmuddy
0f7d427f4ca0bcef20a532c2c1ee04479f02efc3
Added formatting to hermit_list in Hermit plugin. Added del_hash and reset_hash methods to Hermit plugin.
diff --git a/configs/hermithash.yaml b/configs/hermithash.yaml index 0b61456..da191f5 100644 --- a/configs/hermithash.yaml +++ b/configs/hermithash.yaml @@ -1,4 +1,4 @@ --- -:Location: placeholder -kitchen: "307184" -droom: "333643" +lounge2: "241350" +Location: card number +lounge: "319420" diff --git a/enabled-plug...
KeithHanson/rmuddy
52a35a34fca166055d19cd62e3effe01429df948
We have hermit tracker! Plugin Hermit now works. woot woot. Working on beginnings of anti-theft plugin
diff --git a/configs/hermithash.yaml b/configs/hermithash.yaml index e69de29..0b61456 100644 --- a/configs/hermithash.yaml +++ b/configs/hermithash.yaml @@ -0,0 +1,4 @@ +--- +:Location: placeholder +kitchen: "307184" +droom: "333643" diff --git a/disabled-plugins/anti_theft.rb b/disabled-plugins/anti_theft.rb new file...
KeithHanson/rmuddy
31d0ee3f98331be2a594aca4465487efd748710b
Changed hermit_tracker.rb to hermit.rb... class Hermit. method test_this works in class Hermit. method hermit_list does not... minimal testing due to dinnertime, more work later
diff --git a/enabled-plugins/hermit.rb b/enabled-plugins/hermit.rb new file mode 100644 index 0000000..a14fb13 --- /dev/null +++ b/enabled-plugins/hermit.rb @@ -0,0 +1,75 @@ +#Module for tracking where you have charged Hermit tarot cards in achaea +#USAGE: /notify 4567 Hermittracker activate_hermit <tag to associate ro...
KeithHanson/rmuddy
bf14aeedcaa27b472960ca1089b4b6073f461312
Edited hermittracker so that it no longer assumes the triggers fire before the code in the method... may fix issue with breaking rmuddy
diff --git a/disabled-plugins/hermit_tracker.rb b/disabled-plugins/hermit_tracker.rb index aba59a9..17ef8a3 100644 --- a/disabled-plugins/hermit_tracker.rb +++ b/disabled-plugins/hermit_tracker.rb @@ -1,64 +1,70 @@ #Module for tracking where you have charged Hermit tarot cards in achaea #USAGE: /notify 4567 Hermittra...
KeithHanson/rmuddy
f3d9f99acb1629e881c83fe4a56bead57ad2bd0f
modified to work with new system, yay notify!
diff --git a/disabled-plugins/hermit_tracker.rb b/disabled-plugins/hermit_tracker.rb index 2f2b9ac..aba59a9 100644 --- a/disabled-plugins/hermit_tracker.rb +++ b/disabled-plugins/hermit_tracker.rb @@ -1,64 +1,64 @@ #Module for tracking where you have charged Hermit tarot cards in achaea -#USAGE: /notify 4567 Hermittra...
KeithHanson/rmuddy
23d4b44381113710701535bb796672b9fbfa8e8e
Trying to fix send_command in setups...
diff --git a/receiver.rb b/receiver.rb index 6e16cc2..7935b4d 100644 --- a/receiver.rb +++ b/receiver.rb @@ -1,139 +1,140 @@ class Receiver attr_accessor :varsock, :enabled_plugins, :disabled_plugins, :queue def plugins @enabled_plugins end debug("Receiver: Loading Files...") #Load All ...
KeithHanson/rmuddy
08d1bc9ddca2e36dea6e595269d89612381ae48d
Massive Commit! Better Faster Stronger!
diff --git a/base_plugin.rb b/base_plugin.rb new file mode 100644 index 0000000..ba84633 --- /dev/null +++ b/base_plugin.rb @@ -0,0 +1,74 @@ +class BasePlugin + attr_accessor :triggers, :receiver + + def initialize(rec) + @receiver = rec + + self.setup + end + + def plugins + @receiver.plugins + end + + ...
KeithHanson/rmuddy
fbdc7f4f1da7bb62d83c7ee00553fa8138802ffb
Hermittracker still broken, cleaned up inscriber and sipper using direct method calls (self::Sipper:should_i_sip? and self::Sipper:disable_sip) instead of cludgy variable method... have not tested, will test tomorrow
diff --git a/connection_handler.rb b/connection_handler.rb index 7b40c39..96bd984 100755 --- a/connection_handler.rb +++ b/connection_handler.rb @@ -1,45 +1,45 @@ require File.join(File.dirname(__FILE__), "kmuddy", 'kmuddy.rb') require File.join(File.dirname(__FILE__), "kmuddy", 'eventserver.rb') require File.join(F...
KeithHanson/rmuddy
d95bf2669b392b953a3be7c608eb17287e9a4f5f
Added comments to hermittracker plugin, in disabled-plugins directory In the hopes I can maybe find why it kills RMuddy altogether
diff --git a/disabled-plugins/hermittracker.rb b/disabled-plugins/hermittracker.rb index eb4cb01..c725ead 100644 --- a/disabled-plugins/hermittracker.rb +++ b/disabled-plugins/hermittracker.rb @@ -1,69 +1,87 @@ #Module for tracking where you have charged Hermit tarot cards in achaea #USAGE: /notify 4567 Hermittracker...
KeithHanson/rmuddy
f1769b3d7c54bba0dd2d2e7d46a1c5fff6e9800b
Keith tracked down the rabbit hole breaking /notify
diff --git a/connection_handler.rb b/connection_handler.rb index 668408a..7b40c39 100755 --- a/connection_handler.rb +++ b/connection_handler.rb @@ -1,45 +1,45 @@ require File.join(File.dirname(__FILE__), "kmuddy", 'kmuddy.rb') require File.join(File.dirname(__FILE__), "kmuddy", 'eventserver.rb') require File.join(F...
KeithHanson/rmuddy
3f9a37ea622416320f0cefa97929dcb252e6ae84
Hermittracker broken, not sure why
diff --git a/configs/hermithash.yaml b/configs/hermithash.yaml new file mode 100644 index 0000000..e69de29 diff --git a/configs/hermithash.yaml~ b/configs/hermithash.yaml~ new file mode 100644 index 0000000..4470507 --- /dev/null +++ b/configs/hermithash.yaml~ @@ -0,0 +1 @@ +:placeholder: holdingplace \ No newline at e...
KeithHanson/rmuddy
9c004ac6c82275fcd0515810d5b9f7b551efada1
More hermity stuff... namely, a command to print a list of all places you have in your hash of hermits. mmmm, hermit hash and eggs.
diff --git a/enabled-plugins/hermittracker.rb b/enabled-plugins/hermittracker.rb index b634222..2f2b9ac 100644 --- a/enabled-plugins/hermittracker.rb +++ b/enabled-plugins/hermittracker.rb @@ -1,60 +1,64 @@ #Module for tracking where you have charged Hermit tarot cards in achaea #USAGE: /notify 4567 Hermittracker act...
KeithHanson/rmuddy
da7c56b224c84411e470ba6cad77104c12c7ecb8
First version of Hermittracker This should, if the notify support is functioning, help you to keep track of which hermit cards go where. It uses a hash database, and save the information to a yaml document for use between sessions.
diff --git a/enabled-plugins/hermittracker.rb b/enabled-plugins/hermittracker.rb new file mode 100644 index 0000000..b634222 --- /dev/null +++ b/enabled-plugins/hermittracker.rb @@ -0,0 +1,60 @@ +#Module for tracking where you have charged Hermit tarot cards in achaea +#USAGE: /notify 4567 Hermittracker activate_hermit...
KeithHanson/rmuddy
f4bd2af236ff6cfbf266276e05854b3201c77157
Fixed small issue with the new /notify handler... namely, a forgotten @
diff --git a/connection_handler.rb b/connection_handler.rb index 03cff1f..71cdb9c 100755 --- a/connection_handler.rb +++ b/connection_handler.rb @@ -1,45 +1,45 @@ require File.join(File.dirname(__FILE__), "kmuddy", 'kmuddy.rb') require File.join(File.dirname(__FILE__), "kmuddy", 'eventserver.rb') require File.join(F...
KeithHanson/rmuddy
1c13275340491bdb097e17b933173b35840ca708
Tweaked. Sorry for the gnashing of teeth that caused.
diff --git a/connection_handler.rb b/connection_handler.rb index 03cff1f..c0fd9a0 100755 --- a/connection_handler.rb +++ b/connection_handler.rb @@ -1,45 +1,45 @@ require File.join(File.dirname(__FILE__), "kmuddy", 'kmuddy.rb') require File.join(File.dirname(__FILE__), "kmuddy", 'eventserver.rb') require File.join(F...
KeithHanson/rmuddy
6ab5ba5d72c1d1b8b3071e2d891be20fcf0a5ea8
Modified the /notify to receive Plugin method_name arg1 arg2
diff --git a/receiver.rb b/receiver.rb index fc46a5b..f370625 100644 --- a/receiver.rb +++ b/receiver.rb @@ -1,99 +1,109 @@ class Receiver attr_accessor :varsock, :matches, :setups, :queue debug("Receiver: Loading Files...") #Load All Plugins Dir[File.join(File.dirname(__FILE__), "enabled-plugi...
KeithHanson/rmuddy
fd915714c0c24fcd8dc78e64249951cb62abba5a
Added batch inscription module, inscriber.rb Works with autosipper sipper.rb Much gnashing of teeth, but has successfully completed batches of up to 10 cards
diff --git a/enabled-plugins/inscriber.rb b/enabled-plugins/inscriber.rb new file mode 100644 index 0000000..5437c49 --- /dev/null +++ b/enabled-plugins/inscriber.rb @@ -0,0 +1,60 @@ +#Inscriber module for RMuddy triggering/aliasing system. +#Module to handle inscribing batches of tarot cards in Achaea +#Will make sure...
KeithHanson/rmuddy
143cec86500e067413ac7939145bbe83ffeb5093
Added support for /notify
diff --git a/connection_handler.rb b/connection_handler.rb index efd078c..03cff1f 100755 --- a/connection_handler.rb +++ b/connection_handler.rb @@ -1,34 +1,45 @@ require File.join(File.dirname(__FILE__), "kmuddy", 'kmuddy.rb') require File.join(File.dirname(__FILE__), "kmuddy", 'eventserver.rb') require File.join(F...
KeithHanson/rmuddy
de05bc14ade258495409ca9a0b015a235d2822eb
Added the misguided step to walker.rb... to try and find yourself if you're lost.
diff --git a/enabled-plugins/ratter.rb b/enabled-plugins/ratter.rb index 20956ff..03a76e9 100644 --- a/enabled-plugins/ratter.rb +++ b/enabled-plugins/ratter.rb @@ -1,146 +1,148 @@ #The Ratter plugin is, essentially, a one room auto-ratter. #It keeps track of the rats in your inventory, as well as how much you have e...
KeithHanson/rmuddy
3ea85c218b3dd1b7479845ec99d2a24fdf43d238
Small mods to ratter.rb to make it even more automated. Set the auto-ratter to sell rats to Liirup when you walk into the room she is in. Also set it to automagically put sovereigns in your pack when you are paid as part of the reset_money method.
diff --git a/enabled-plugins/ratter.rb b/enabled-plugins/ratter.rb index 3404e6e..20956ff 100644 --- a/enabled-plugins/ratter.rb +++ b/enabled-plugins/ratter.rb @@ -1,140 +1,146 @@ #The Ratter plugin is, essentially, a one room auto-ratter. #It keeps track of the rats in your inventory, as well as how much you have e...
KeithHanson/rmuddy
eceebf43ef9d6974a826f808be6483e2e33bbc14
Fixed the walker to include equilibrium, lazy
diff --git a/enabled-plugins/walker.rb b/enabled-plugins/walker.rb index 0bb393a..1e42b95 100644 --- a/enabled-plugins/walker.rb +++ b/enabled-plugins/walker.rb @@ -1,187 +1,187 @@ #The Walker is a taaaaad bit more complex than the other plugins. #The main reason being that we need to use multi-threading to make time...
KeithHanson/rmuddy
8fb44a74b662a35f7204e4a4a808878ddfacfe94
Cleaned up 2 lines from character.rb
diff --git a/enabled-plugins/character.rb b/enabled-plugins/character.rb index 2aec865..250215a 100644 --- a/enabled-plugins/character.rb +++ b/enabled-plugins/character.rb @@ -1,131 +1,129 @@ #The Character plugin tracks the stats of a character. #It will also track afflictions, defenses, and other states soon. mo...
KeithHanson/rmuddy
9ccb33dabd7ce5e2beb400f7ca202f40575fe6c1
really, really fixed it this time.
diff --git a/enabled-plugins/character.rb b/enabled-plugins/character.rb index 1bfc5a6..2aec865 100644 --- a/enabled-plugins/character.rb +++ b/enabled-plugins/character.rb @@ -1,131 +1,131 @@ #The Character plugin tracks the stats of a character. #It will also track afflictions, defenses, and other states soon. mo...
KeithHanson/rmuddy
fea8ce126cd41e7db1fcd93b82cfba6ddc825d27
bah, fixed the stupid method again...
diff --git a/enabled-plugins/character.rb b/enabled-plugins/character.rb index 016b1f3..1bfc5a6 100644 --- a/enabled-plugins/character.rb +++ b/enabled-plugins/character.rb @@ -1,131 +1,131 @@ #The Character plugin tracks the stats of a character. #It will also track afflictions, defenses, and other states soon. mo...
KeithHanson/rmuddy
ce5bd65339d46eca78aba4bf29315d8d75bd8794
Backed out changes which broke character.rb, but retained the balance and equil. tracking for simple stat checking
diff --git a/enabled-plugins/character.rb b/enabled-plugins/character.rb index ce80b5d..016b1f3 100644 --- a/enabled-plugins/character.rb +++ b/enabled-plugins/character.rb @@ -1,129 +1,131 @@ #The Character plugin tracks the stats of a character. #It will also track afflictions, defenses, and other states soon. mo...
KeithHanson/rmuddy
a3afea1445873594a541b6e4256ea0b9d31f2e1c
Cleaned up the character stat plugin, streamlined it slightly, less code. Added equilibrium and balance tracking to the prompt for the character_set_simple_stat s method.
diff --git a/enabled-plugins/character.rb b/enabled-plugins/character.rb index 1bfc5a6..ce80b5d 100644 --- a/enabled-plugins/character.rb +++ b/enabled-plugins/character.rb @@ -1,131 +1,129 @@ #The Character plugin tracks the stats of a character. #It will also track afflictions, defenses, and other states soon. mo...
KeithHanson/rmuddy
dc858645d1ceaedb8e7e52385b3271b1be0b87f3
Cleaned up the character stat plugin, streamlined it slightly, less code. Added equilibrium and balance tracking to the prompt for the character_set_simple_stats method.
diff --git a/enabled-plugins/character.rb b/enabled-plugins/character.rb index d71bc52..1bfc5a6 100644 --- a/enabled-plugins/character.rb +++ b/enabled-plugins/character.rb @@ -1,129 +1,131 @@ #The Character plugin tracks the stats of a character. #It will also track afflictions, defenses, and other states soon. mo...
KeithHanson/rmuddy
b28082ec6065a544f1ad7e58c2b1ce8ec352c6fb
Fixed where extendedcharacter module was not pushing variable back to kmuddy
diff --git a/enabled-plugins/extendedcharacter.rb b/enabled-plugins/extendedcharacter.rb index b1498c6..39ed761 100644 --- a/enabled-plugins/extendedcharacter.rb +++ b/enabled-plugins/extendedcharacter.rb @@ -1,133 +1,141 @@ #The Character plugin tracks the stats of a character. #It will also track afflictions, defe...
KeithHanson/rmuddy
bdebe53b8d7756aca445867f005e63779ec8981d
Added error message when options are not set correctly.
diff --git a/kmuddy/variablesock.rb b/kmuddy/variablesock.rb index 1dfec19..4b5d776 100755 --- a/kmuddy/variablesock.rb +++ b/kmuddy/variablesock.rb @@ -1,157 +1,159 @@ class VariableSock include KMuddy def initialize if ENV.has_key?('KMUDDY_SOCKET') @socket_name = ENV['KMUDDY_SOCKET'] ...
KeithHanson/rmuddy
f0fd0861344450a60eaf68e4e2696dc5c6d77839
Added extended character stat tracking (extendedcharacter.rb)
diff --git a/enabled-plugins/extendedcharacter.rb b/enabled-plugins/extendedcharacter.rb new file mode 100644 index 0000000..b1498c6 --- /dev/null +++ b/enabled-plugins/extendedcharacter.rb @@ -0,0 +1,133 @@ +#The Character plugin tracks the stats of a character. +#It will also track afflictions, defenses, and other s...
KeithHanson/rmuddy
bdb77a3c2b060bbd5c8d84fe3b7560ccd4f80301
Added an extendedcharacter.rb plugin to track balance -and- equilibrium will now also track all four of achaea's major stats (health, mana, willpower, and endurance) from either a score or qsc command and the prompt. Modified some of the balance triggering to fire off the prompt, no need to bog RMuddy down with extra c...
diff --git a/enabled-plugins/extendedcharacter.rb b/enabled-plugins/extendedcharacter.rb new file mode 100644 index 0000000..badbd5c --- /dev/null +++ b/enabled-plugins/extendedcharacter.rb @@ -0,0 +1,130 @@ +#The Character plugin tracks the stats of a character. +#It will also track afflictions, defenses, and other s...
KeithHanson/rmuddy
2fcbad036b77dd0b238c259581149e2a400863a3
Modified sipper to be less buggy. Modified Walker to skip rooms.
diff --git a/enabled-plugins/sipper.rb b/enabled-plugins/sipper.rb index 989b232..bc955e1 100644 --- a/enabled-plugins/sipper.rb +++ b/enabled-plugins/sipper.rb @@ -1,73 +1,75 @@ #The AutoSipper. It checks to see if a certain threshold percentage is hit for #Health and Mana, and keeps your health/mana above that perc...
KeithHanson/rmuddy
4fa099a51929fd6bf71c98f449560a4215a764b7
MAJOR update.
diff --git a/enabled-plugins/character.rb b/enabled-plugins/character.rb index 451085b..c2f82c5 100644 --- a/enabled-plugins/character.rb +++ b/enabled-plugins/character.rb @@ -1,49 +1,63 @@ +#The Character plugin tracks the stats of a character. +#It will also track afflictions, defenses, and other states soon. modu...