ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/commands.ext
Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 15:25:37 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.33: +4 -5 lines
Diff to previous 1.33
untested move_player in xs

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 15:09:05 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.32: +2 -1 lines
Diff to previous 1.32
fixed bug with firing onto oneself

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 14:46:29 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.31: +7 -7 lines
Diff to previous 1.31
15:44 <@schmorp> uuh, du bist auch so ein unless else mensch :)
gar nicht

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 14:44:52 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.30: +17 -54 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 14:24:53 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
allow for $arg == 0

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 12:16:55 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
oops

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 12:14:57 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.27: +45 -0 lines
Diff to previous 1.27
- run, fire, mark in perl
- no more NewServerCommands

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 11:41:14 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.26: +36 -0 lines
Diff to previous 1.26
body in perl

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 11:23:17 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.25: +14 -0 lines
Diff to previous 1.25
mapinfo in perl

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 11:13:50 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.24: +9 -0 lines
Diff to previous 1.24
whereami in perl

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 11:07:59 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.23: +24 -1 lines
Diff to previous 1.23
output-count, output-sync in perl

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 10:54:59 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.22: +52 -1 lines
Diff to previous 1.22
- petmode, applymode in perl
- echo something back to the user when he does "fix_me"

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 10:44:56 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.21: +12 -0 lines
Diff to previous 1.21
make commands return 1

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 10:43:01 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.20: +30 -0 lines
Diff to previous 1.20
sound, usekeys in perl

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 10:15:38 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.19: +36 -0 lines
Diff to previous 1.19
some tiny cleanups and moving of non-time-critical commands into perl

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 13:27:52 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.18: +7 -0 lines
Diff to previous 1.18
afk in perl

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jan 27 23:59:29 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- implement per-space regions

Revision 1.17 - (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.16: +3 -3 lines
Diff to previous 1.16
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.16 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 01:06:02 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
minor adjustments

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jan 11 00:16:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
- start pluggable map types framework
- mvoe random map handling out of the core

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 22:47:18 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.13: +9 -7 lines
Diff to previous 1.13
rework the logic a bit

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 21:56:14 2007 UTC (17 years, 4 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]
Wed Jan 3 18:50:52 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
fix rename

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 19:18:33 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +3 -5 lines
Diff to previous 1.10
lotsa bugfixes

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 17:50:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.9: +4 -1 lines
Diff to previous 1.9
move nimbus to /, simplifies upgrading

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 17:30:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -2 lines
Diff to previous 1.8
misc fixes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 16:50:09 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +9 -3 lines
Diff to previous 1.7
implemented reste command, maps command etc.

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 16:00:09 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +27 -0 lines
Diff to previous 1.6
nimbus seems to work again

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 17:17:22 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
many minor changes everywhere, random maps crash sometimes but design is in place

Revision 1.5 - (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.4: +4 -3 lines
Diff to previous 1.4
- 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.4 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 23:37:05 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
- made state a per-client variable
  (that does not magically make state a per-client thing!)
- rename player->socket to player->ns. its not a good name for "client",
  but it is an historical artifact, and better than "socket".

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Dec 17 14:46:45 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
remove rttvar

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:59:19 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
the rename for sanity campaign hits
you died
- renamed stuff
- partially updated copyrights
- some cleanups

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_0: (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