ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/Jeweler.pm
Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Apr 10 15:35:16 2008 UTC (16 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-2_5, rel-2_52, rel-2_53, rel-2_54, rel-2_55, rel-2_56
Changes since 1.24: +6 -2 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 22:37:34 2008 UTC (16 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_42, rel-2_43
Changes since 1.23: +4 -0 lines
Diff to previous 1.23
fixed a missing output

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Dec 17 08:03:22 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-2_4, rel-2_41
Changes since 1.22: +4 -5 lines
Diff to previous 1.22
- separate internal (undefined type) and client-exported (else)
  resources.
- new %cf::RESOURCE hash for internal resources
- move jeweler.yaml to archetype ("resource") data
- support resource data filters and implement yaml2json
  (this reduced loading time for the jeweler data by a factor of 1000 :).
- clean up Jeweler.pm a bit.

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sun Oct 14 20:23:48 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_3, rel-2_32
Changes since 1.21: +7 -8 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 19:13:26 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
slightly better can_merge

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 16:24:29 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
finally remove the old buggy plug-in cruft

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Aug 9 10:49:56 2007 UTC (16 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_2
Changes since 1.18: +0 -3 lines
Diff to previous 1.18
removed an unneccssary limit

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 09:40:15 2007 UTC (16 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.17: +63 -18 lines
Diff to previous 1.17
fixed up the jeweler skill

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Jul 21 16:06:22 2007 UTC (16 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.16: +7 -7 lines
Diff to previous 1.16
fixed jeweler skill, returnvalue of arch->name changed, needing
to use arch->archname now.

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 12:19:08 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.15: +12 -12 lines
Diff to previous 1.15
rename arch->name to arch->archname for preparation of subclassing object

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat May 19 00:11:11 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
fix typoe

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 17:46:22 2007 UTC (17 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
added some bonus to the experience for jeweler

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Apr 10 16:42:57 2007 UTC (17 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.12: +2 -3 lines
Diff to previous 1.12
fixed a bug in the ingredient matching logic

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 20:57:35 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.11: +2 -1 lines
Diff to previous 1.11
fixed another bug, thanks winvirus

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 11:57:22 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.10: +5 -1 lines
Diff to previous 1.10
fixed another bug... if an algorithm is too complicated for a task,
it's the wrong one...

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 11:44:43 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
fixed plan finding algorithm again

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 11:17:52 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.8: +44 -17 lines
Diff to previous 1.8
implemented more sanity. aliases gem to diamond. fixed
the plan finding algorithm. linear interpolate the costs
for resistancies.

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 00:35:23 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.7: +2 -1 lines
Diff to previous 1.7
fixed bug with generated amulets :)

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 12:05:28 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.6: +11 -0 lines
Diff to previous 1.6
added attachment to jeweler extension for the jeweler quest

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Feb 1 01:46:45 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.5: +5 -1 lines
Diff to previous 1.5
fixed the big big big bug in the merging experience concept.
added checks for unidentified items.
added itempower limits to the generated rings!
jeweler skill is finally becoming a bit more balanced.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 31 15:53:17 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.4: +15 -2 lines
Diff to previous 1.4
Changed jeweler balancing and made values affordable.
And also don't allow cursed items in the workbench.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Jan 31 14:11:02 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.3: +126 -52 lines
Diff to previous 1.3
finally finished the last bits of the jeweler skill. now only debugging
and balancing is missing. going to make some maps next and try to sort
out the right balancing.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 15:49:40 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- implement (mostly untested) array member support for genacc
- make some arrays and other members available to perl
- redefined meaning of NUM_FLAGS (really meaning number of flags now,
  as the code assumed anyway).
- moved afk flag to client, where it belongs (make sno sense to save it,
  is also true for wiz &c).
- updated extensions to reflect all that (Jewler.pm should be tested w.r.t.
  resistances)

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 15:43:22 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.1: +0 -2 lines
Diff to previous 1.1
removed a unmatched =back

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:29:18 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
moved perl extensions into server codebase, where they belong

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-2_53: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a