ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/lib/cf.pm
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Aug 12 11:51:37 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
CVS Tags: LAST_C_VERSION
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Added cast_spell event for the perl plugin with the intention to fix
create missile with a perl extension.

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Aug 9 10:57:28 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
CVS Tags: difficulty_fix_merge_060810_2300
Branch point for: difficulty_fix
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Jul 30 17:42:14 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.27: +50 -4 lines
Diff to previous 1.27
first phase of JSONification of extension protocol

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jul 21 00:51:39 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.26: +37 -3 lines
Diff to previous 1.26
added pay_amount/pay_player to safe env, imprpved reload to also unload/reload .pm files

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 22:03:36 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.25: +0 -15 lines
Diff to previous 1.25
removed compatibility to ancient cfperl versions

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Jul 20 07:22:40 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.24: +29 -7 lines
Diff to previous 1.24
- 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.24 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 22:51:40 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.23: +6 -3 lines
Diff to previous 1.23
remove 'you cannot save on unholy ground' - no purpose is evident, and it is often annoying

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Jul 19 22:19:19 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.22: +60 -4 lines
Diff to previous 1.22
Implement initial Safe compartment code to execute map-script code in a controlled environment
(no looping sconstructs, no I/O, no access to the cf API or any loaded modules etc.)

Added register_script_fucntion to add functionality to the compartment.

Revision 1.22 - (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.21: +16 -0 lines
Diff to previous 1.21
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.21 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 17:51:40 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.20: +5 -1 lines
Diff to previous 1.20
implement on_unload hook

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 17:29:02 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.19: +2 -0 lines
Diff to previous 1.19
cancel all watchers - extensions are responsible for restarting timers etc. (they don't right now)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Jul 16 17:15:39 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.18: +2 -0 lines
Diff to previous 1.18
use undocumented '::Eval' to fix error reporting

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

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Jun 19 10:20:07 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.16: +2 -0 lines
Diff to previous 1.16
put maps/perl/ into perl lib path

Revision 1.16 - (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.15: +16 -18 lines
Diff to previous 1.15
implemented better extcmd support, improved perl plug-in

Revision 1.15 - (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.14: +29 -0 lines
Diff to previous 1.14
implement 'ext' packet for extensions to hook directly into the protocol

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 22:47:35 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.13: +4 -3 lines
Diff to previous 1.13
api change

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Mar 31 22:09:36 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.12: +5 -9 lines
Diff to previous 1.12
*** empty log message ***

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

Revision 1.11 - (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.10: +21 -23 lines
Diff to previous 1.10
- 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.10 - (view) (download) (annotate) - [select for diffs]
Fri Mar 24 18:20:41 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -3 lines
Diff to previous 1.9
allow returnvalues from global events

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

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

Revision 1.7 - (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.6: +11 -0 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Mar 7 01:37:06 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.5: +55 -8 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (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.4: +13 -1 lines
Diff to previous 1.4
*** empty log message ***

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

Revision 1.3 - (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.2: +7 -0 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (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.1: +4 -1 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Feb 3 19:49:32 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to LAST_C_VERSION: (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