ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/plugins/cfperl/cfperl.xs
Revision 1.71
Thu Sep 7 20:10:29 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
CVS Tags: HEAD
Changes since 1.70: +0 -0 lines
FILE REMOVED
Entirely removed cfpython.

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Tue Aug 15 06:04:15 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: STABLE
Changes since 1.69: +2 -0 lines
Diff to previous 1.69
added need_identify to perl plugin

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 21:45:06 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.68: +2 -0 lines
Diff to previous 1.68
added utility function for reseller

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 07:10:47 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.67: +2 -0 lines
Diff to previous 1.67
added another utility function

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Mon Aug 14 04:22:05 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.66: +16 -6 lines
Diff to previous 1.66
fixed bug in cf.pm when unloading extensions.
added EVENT_DROP_ON for the trade shops and made query_cost using double

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:02 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Changes since 1.65: +25 -33 lines
Diff to previous 1.65
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Sat Aug 12 11:51:38 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: LAST_C_VERSION
Changes since 1.64: +6 -0 lines
Diff to previous 1.64
Added cast_spell event for the perl plugin with the intention to fix
create missile with a perl extension.

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Jul 24 23:25:26 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
CVS Tags: difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.63: +4 -4 lines
Diff to previous 1.63
*** empty log message ***

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 07:22:41 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.62: +18 -13 lines
Diff to previous 1.62
- move cf::object::player::contr to cf::object::contr
- implement wrapper classes for Safe compartment
- export a few known-to-be-safe methods to Safe compartment

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 04:23:50 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.61: +4 -0 lines
Diff to previous 1.61
add support for objetc links

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 08:50:42 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.60: +4 -0 lines
Diff to previous 1.60
implement say in perl (as xsay currently) and add the necessary missing glue in the c part. also implement $player->reply for future uses

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 21:10:04 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.59: +36 -38 lines
Diff to previous 1.59
define an abstract val64 type for 64 bit quantities, use double for now

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Jul 15 11:57:02 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.58: +107 -0 lines
Diff to previous 1.58
finally checked in the 3 plugin events that were still on my
source tree.

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 16:50:16 2006 UTC (17 years, 10 months ago) by elmex
Branch: MAIN
Changes since 1.57: +7 -0 lines
Diff to previous 1.57
changed treasures: removed ring treasures and replaced them with money/gem treasures.
and added 2 functions to the perl interface for the bank script fix.

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 15:25:00 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.56: +17 -5 lines
Diff to previous 1.56
repeatedly call one_event but limit to a max of 8 arbitrary calls per tick

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Tue Jul 11 14:24:16 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.55: +34 -5 lines
Diff to previous 1.55
Prepared perl plug-in for event support
removed on_clock (use more efficient Event->timer).

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Jun 26 15:40:15 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.54: +29 -1 lines
Diff to previous 1.54
Add more support for crossfire API, mostly in the area of maps
and paths.

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 13:25:27 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.53: +35 -7 lines
Diff to previous 1.53
implemented better extcmd support, improved perl plug-in

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Jun 11 15:02:16 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.52: +21 -0 lines
Diff to previous 1.52
implement 'ext' packet for extensions to hook directly into the protocol

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue May 9 17:48:28 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.51: +0 -5 lines
Diff to previous 1.51
*** empty log message ***

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sun May 7 19:24:27 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.50: +9 -0 lines
Diff to previous 1.50
*** empty log message ***

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Sat May 6 13:27:52 2006 UTC (18 years ago) by root
Branch: MAIN
Changes since 1.49: +3 -0 lines
Diff to previous 1.49
implement support for the suicide command

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Mon May 1 12:56:18 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.48: +1 -1 lines
Diff to previous 1.48
Renaming skills and fixing non-static declaration of attack_hth in
include/sproto.h.

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Mon May 1 12:33:06 2006 UTC (18 years ago) by pippijn
Branch: MAIN
Changes since 1.47: +4 -0 lines
Diff to previous 1.47
Renaming skills and adding them to cfperl.xs.

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Sun Apr 2 15:57:54 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
more efficient? correct? ->player and newSVcfapi

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 22:47:25 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.45: +73 -46 lines
Diff to previous 1.45
api change

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 20:59:17 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.44: +37 -45 lines
Diff to previous 1.44
prepare api change

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 20:21:53 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.43: +5 -3 lines
Diff to previous 1.43
pass/hack in event object, code will be replaced by something more sensible anyways

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 19:47:55 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.42: +10 -0 lines
Diff to previous 1.42
make peaceful player setting accessible

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 16:48:12 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.41: +10 -8 lines
Diff to previous 1.41
*** empty log message ***

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Mar 28 16:08:28 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.40: +99 -85 lines
Diff to previous 1.40
decrossfirefy global event calling conventions

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sun Mar 26 15:52:03 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.39: +4 -0 lines
Diff to previous 1.39
- support cf-native key_value pairs in perl
- use it when saving players and their inventory to store perl data
- keep compatibility to the old format for the time being

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Tue Mar 21 02:08:02 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.38: +39 -1 lines
Diff to previous 1.38
added needed api stuff for nimbus

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sat Mar 18 01:32:53 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.37: +46 -2 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 01:23:48 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.36: +18 -0 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 01:04:44 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
*** empty log message ***

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Mar 17 00:51:33 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.34: +1 -1 lines
Diff to previous 1.34
*** empty log message ***

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 23:43:58 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.33: +101 -0 lines
Diff to previous 1.33
plug various holes in the plug-in interface

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Mar 16 21:08:20 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.32: +14 -1 lines
Diff to previous 1.32
allow perl to save/restore pelr data associated with players

Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Wed Mar 15 14:05:32 2006 UTC (18 years, 2 months ago) by elmex
Branch: UPSTREAM
CVS Tags: UPSTREAM_2006_03_15
Changes since 1.1: +546 -145 lines
Diff to previous 1.1 , to next main 1.71
cvs -z9 -d:ext:elmex@cvs.schmorp.de:/schmorpforge import cf.schmorp.de UPSTREAM UPSTREAM_2006_03_15

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 13:59:57 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.31: +1 -0 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 13:48:27 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.30: +2 -0 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 13:44:43 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.29: +3 -0 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Mar 6 23:31:54 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.28: +45 -4 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Mar 6 22:59:26 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.27: +65 -5 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Mar 5 18:48:50 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.26: +1 -3 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Feb 25 23:36:58 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.25: +6 -0 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 22:10:26 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 21:10:18 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.23: +7 -1 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Feb 17 19:36:36 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.22: +64 -7 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 07:37:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.21: +41 -12 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Feb 10 04:35:33 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Feb 9 01:15:25 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.19: +11 -7 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 07:14:56 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 06:15:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.17: +12 -10 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 05:22:41 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 04:32:19 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.15: +13 -16 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Feb 8 03:46:15 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.14: +61 -16 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 23:29:55 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.13: +104 -42 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 03:06:01 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.12: +1 -1 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 03:01:29 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.11: +15 -3 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 00:56:00 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.10: +59 -0 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 20:38:29 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.9: +8 -0 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 16:17:47 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -3 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sat Feb 4 00:33:07 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.7: +10 -9 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 22:52:51 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.6: +26 -23 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 21:22:53 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.5: +78 -33 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 19:49:32 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.4: +20 -5 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 17:19:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.3: +53 -16 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 16:26:15 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.2: +4 -1 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:51:14 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.1: +19 -4 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 07:25:25 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Branch point for: UPSTREAM
initial cfperl/cf.schmorp.de import

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