ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/commands.ext
Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat May 19 11:04:16 2007 UTC (17 years ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.44: +2 -2 lines
Diff to previous 1.44
schmorp_irc => irc

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon May 7 07:47:32 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.43: +12 -6 lines
Diff to previous 1.43
- rework body locations to give betetr feedback and
  make use of combat and shield slots.

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Mon May 7 03:05:58 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.42: +3 -7 lines
Diff to previous 1.42
- add two new slots for shields and combat weapons
- make slots into bitfields, they are not too speed-critical and this
  saves 16 bytes in the object structure.
- add accessors to body lcoation names etc. to perl
- use those in the body command

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu May 3 04:50:27 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.41: +17 -17 lines
Diff to previous 1.41
- skill system is looking as if it were going somewhere, slowly.
- support a regex argument to who to limit user reports.

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 18:47:50 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.40: +4 -0 lines
Diff to previous 1.40
rewrote output buffer handling. the new system:
- outputs messages immediately.
- suppresses following duplicates.
- enforces a minimum setting.
- is, as usual, faster and leaner.

the only problem is that the code worked out of the box, which is not reassuring.

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Fri Apr 13 05:32:12 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.39: +23 -0 lines
Diff to previous 1.39
move seen to commands.ext and fix it while doing so

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Apr 2 19:56:11 2007 UTC (17 years, 1 month ago) by root
Branch: MAIN
Changes since 1.38: +2 -1 lines
Diff to previous 1.38
add untested ber integer encoding function

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Mar 18 03:05:40 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.37: +4 -4 lines
Diff to previous 1.37
- reduce default output-sync to less than a second
- output-sync command now uses seconds as unit, not
  something users cannot even know.
- lots of useless const adjustments.

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sat Mar 17 22:52:32 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.36: +0 -10 lines
Diff to previous 1.36
fix duplicated who output

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Fri Mar 16 02:37:54 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.35: +1 -1 lines
Diff to previous 1.35
- implement yet another bug workaround for gcfclient. its rather sad.

when bg scrubbing, the server sends images in advance, about twice per second.

then receiving a new image, gcfclient destroys the imventory and rebuilds it
(the widgets). this makes using it rather hard, as twice per seconds all widgets
go away and are replaced by new ones, so mouse clicks, if not fast enough, will
be ignored, making the client rather hard to use.

soo.... only to background sending for cfplus, which needs it least.

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 15:44:47 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
Changes since 1.34: +13 -1 lines
Diff to previous 1.34
- make face caching mandatory, and pester users to enable it
- implement rate-limiting, for images only right now
- implement and document output-rate command to set rate limit.
- default 1mbit.

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, 3 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_1: (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