ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/dmcommands.ext
Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jan 11 15:08:03 2013 UTC (11 years, 4 months ago) by root
Branch: MAIN
CVS Tags: HEAD, rel-3_1
Changes since 1.26: +4 -0 lines
Diff to previous 1.26
reste --unique

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 15:12:16 2012 UTC (11 years, 5 months ago) by root
Branch: MAIN
Changes since 1.25: +88 -0 lines
Diff to previous 1.25
move dm/dmhide/nodm/hide to perl, remove most hidden handling and numerous related changes

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 23 06:58:23 2008 UTC (15 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_74, rel-2_75, rel-2_76, rel-2_77, rel-2_78, rel-2_79, rel-2_80, rel-2_81, rel-2_82, rel-2_90, rel-2_92, rel-2_93, rel-3_0
Changes since 1.24: +10 -2 lines
Diff to previous 1.24
wizlook

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sat Dec 20 02:32:31 2008 UTC (15 years, 4 months ago) by root
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
fix observe and other los issues

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Sep 19 21:56:30 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-2_3, rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43, rel-2_5, rel-2_52, rel-2_53, rel-2_54, rel-2_55, rel-2_56, rel-2_6, rel-2_61, rel-2_7, rel-2_71, rel-2_72, rel-2_73
Changes since 1.22: +3 -0 lines
Diff to previous 1.22
name your coroutines

Revision 1.22 - (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.21: +1 -1 lines
Diff to previous 1.21
port micropather to c++...

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 17:42:39 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.20: +1 -1 lines
Diff to previous 1.20
its never working on first try

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sun Jun 3 17:05:35 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.19: +11 -0 lines
Diff to previous 1.19
- remove slow and unneeded cruft code from map1.
- decouple map display/stats update from ob (use pl->obsere instead)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Wed Mar 14 15:44:47 2007 UTC (17 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-2_1
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- 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.18 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 13:43:58 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.17: +11 -0 lines
Diff to previous 1.17
shutdown in perl

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 13:32:50 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.16: +13 -1 lines
Diff to previous 1.16
kick in perl

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 20:20:05 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
reverted

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 20:17:01 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
fixed teleporting to broken players

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Wed Feb 28 16:38:56 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
fixed reply in teleport

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 02:10:41 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.12: +16 -7 lines
Diff to previous 1.12
- re-do stupid teleport command. can now teleport to the player even
  if no space is available. can even teleport to logged-out players,
  whatever useful that might be.
- goto now supports x and y destination coordinates as additional arguments.

Revision 1.12 - (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.11: +1 -1 lines
Diff to previous 1.11
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.11 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 20:04:02 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
fix the bug: on_destroy is obviously not being called on pooled coroutines, aslo use more sensible names than 'coro'

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 17:07:17 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
use coros coropool

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Jan 4 20:29:46 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.8: +3 -1 lines
Diff to previous 1.8
- use new Coro::guard
- removed cf::guard
- better map loading error messages
- more robust map header parsing

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 00:05:26 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
- Create cf::async as safe alternative to Coro::async.
- used cf::async everywhere it makes sense
- fixed recursive call to find_map differently

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 14:10:23 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.6: +0 -1 lines
Diff to previous 1.6
remove debugging code

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Jan 2 11:08:35 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.5: +3 -3 lines
Diff to previous 1.5
add some robustness checks, add map find/load locking

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

Revision 1.4 - (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.3: +11 -1 lines
Diff to previous 1.3
implemented reste command, maps command etc.

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

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Jan 1 13:31:47 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.1: +30 -1 lines
Diff to previous 1.1
this is close to working

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:29:18 2006 UTC (17 years, 4 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