ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/dmcommands.ext
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, 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_2: (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