ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/reseller.ext
Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 02:47:04 2017 UTC (7 years, 3 months ago) by root
Branch: MAIN
CVS Tags: HEAD
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
remove eol whitespace

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue May 4 21:45:42 2010 UTC (14 years ago) by root
Branch: MAIN
CVS Tags: rel-3_0, rel-3_1
Changes since 1.17: +1 -0 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Apr 29 07:52:02 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.16: +10 -6 lines
Diff to previous 1.16
logging

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Aug 20 18:27:21 2009 UTC (14 years, 8 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_80, rel-2_81, rel-2_82, rel-2_90, rel-2_92, rel-2_93
Changes since 1.15: +7 -0 lines
Diff to previous 1.15
added small check to reseller code.

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 18:26:35 2008 UTC (15 years, 7 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_72, rel-2_73, rel-2_74, rel-2_75, rel-2_76, rel-2_77, rel-2_78, rel-2_79
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
refactored drop code a bit, and hopefully fixed some bugs with it.

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Sep 22 01:33:09 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_71
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
many minor text layout fixes

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Aug 31 08:54:19 2008 UTC (15 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_7
Changes since 1.12: +12 -9 lines
Diff to previous 1.12
improve formatting

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat May 3 11:14:50 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_53, rel-2_54, rel-2_55, rel-2_56, rel-2_6, rel-2_61
Changes since 1.11: +15 -15 lines
Diff to previous 1.11
kv rewrite

Revision 1.11 - (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
Changes since 1.10: +11 -19 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Dec 24 16:41:55 2007 UTC (16 years, 4 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_4, rel-2_41, rel-2_42, rel-2_43
Changes since 1.9: +38 -18 lines
Diff to previous 1.9
fixed the update item problem with the players inventory, removed the ability
to sell unnamed stuff and also enhanced the messages from the shop a bit.

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 11:08:34 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.8: +5 -5 lines
Diff to previous 1.8
switch to JSON::XS 2.01 API

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 30 16:24:30 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_3, rel-2_32
Changes since 1.7: +7 -7 lines
Diff to previous 1.7
finally remove the old buggy plug-in cruft

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 21:38:13 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
port micropather to c++...

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 17:41:17 2007 UTC (16 years, 11 months ago) by elmex
Branch: MAIN
Changes since 1.5: +10 -5 lines
Diff to previous 1.5
fixed json usage

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Jan 24 19:39:14 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1
Changes since 1.4: +9 -10 lines
Diff to previous 1.4
fixed a serious bug in the tradeshop.

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Jan 13 23:06:13 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -1 lines
Diff to previous 1.3
WARNING: this release is BROKEN

- rewrote map handling. map types are now completely pluggable, maybe
  *too* pluggable, as everything is a plug-in now.
- mark mandatory extensions as such.
- handle overloaded attachable objects correctly.
- many minor changes.

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 22:41:34 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
- updated cf.pm to use a more generic and extendable syntax,
  now that it is clear that we will have multiple "attachable" objects.
  maybe bite the bullet in C++ and make attachable virtual?
- completely rework the syntax for attaching and attachments
- update all extensions

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 01:29:12 2006 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.1: +32 -1 lines
Diff to previous 1.1
added audit log for the reseller shop.

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)

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