ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/server/commands.C
Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 15:04:35 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.42: +0 -4 lines
Diff to previous 1.42
- possess is too dangerous
- typo

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 14:50:36 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.41: +1 -0 lines
Diff to previous 1.41
I want possess :D

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Fri Mar 2 13:43:59 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.40: +0 -1 lines
Diff to previous 1.40
shutdown in perl

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

Revision 1.39 - (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.38: +0 -10 lines
Diff to previous 1.38
- run, fire, mark in perl
- no more NewServerCommands

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

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

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

Revision 1.35 - (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.34: +0 -2 lines
Diff to previous 1.34
output-count, output-sync in perl

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

Revision 1.33 - (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.32: +0 -2 lines
Diff to previous 1.32
sound, usekeys in perl

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

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

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 13:14:11 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.29: +0 -2 lines
Diff to previous 1.29
all chat commands are now in perl

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 13:01:37 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.28: +0 -1 lines
Diff to previous 1.28
cointoss in perl

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Feb 28 19:41:30 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.27: +0 -1 lines
Diff to previous 1.27
moved me to perl

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Feb 28 19:16:53 2007 UTC (17 years, 2 months ago) by pippijn
Branch: MAIN
Changes since 1.26: +0 -54 lines
Diff to previous 1.26
deleted them out of here as well

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Feb 2 21:50:43 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.25: +0 -1 lines
Diff to previous 1.25
- remove google sparsehash dependency again, its actually slower than
  gcc's current std::tr1::unordered_hash.
- remove hardcoded archtable code - the archetypes table is now
  no longer limited by an hardcoded constant but can grow dynamically
  at runtime.
- removed some cruft

Revision 1.25 - (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.24: +0 -2 lines
Diff to previous 1.24
- implement per-space regions

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 21:06:20 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.23: +22 -22 lines
Diff to previous 1.23
comments

Revision 1.23 - (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.22: +0 -1 lines
Diff to previous 1.22
- 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.22 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 02:39:14 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.21: +0 -5 lines
Diff to previous 1.21
""

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:42:30 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.20: +1 -0 lines
Diff to previous 1.20
added some copyrights

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 30 10:16:11 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -7 lines
Diff to previous 1.19
preliminary snapshot check-in, DO NOT USE IN PRODUCTION SYSTEMS
See the Changes file for details

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 22:45:41 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.18: +3 -4 lines
Diff to previous 1.18
- implement event watcher autoncancellation on reload
- used it everywhere
- removed lots of compatibility cruft
  - configure does no longer check for mandatory unix functionality/headers
  - confgiure now runs much faster

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 22:56:57 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -9 lines
Diff to previous 1.17
- use new event mechanism for command handling instead of the old plugin system

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 02:54:57 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.16: +0 -40 lines
Diff to previous 1.16
- rename $uptime to $UPTIME
- hopefully force alchemy to use one second delay

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Nov 7 16:30:55 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.15: +0 -2 lines
Diff to previous 1.15
re-implement dump and dumpbelow

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Mon Oct 2 00:22:01 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.14: +0 -1 lines
Diff to previous 1.14
remove wizcast, wizpass, goto

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Oct 2 00:10:58 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.13: +0 -1 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Oct 1 23:44:36 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -2 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Sep 29 19:28:43 2006 UTC (17 years, 7 months ago) by root
Branch: MAIN
Changes since 1.11: +116 -234 lines
Diff to previous 1.11
remove who command

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 22:34:03 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -7 lines
Diff to previous 1.10
indent

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 19:08:40 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9
remove rename command and implement lots of extra perl support

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 15:59:57 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +342 -222 lines
Diff to previous 1.8
indent

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Sep 4 11:08:00 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7
Changes...

- alternative shstr representation, saves code
- use glibs splice memory allocator (seems slower)
- use simpler memory/lifetime management for objects, no recycling

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:42 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.6: +1 -7 lines
Diff to previous 1.6
THIS CODE WILL NOT COMPILE
use the STABLE tag instead.

- major changes in object lifetime and memory management
- replaced manual refcounting by shstr class
- removed quest system
- many optimisations
- major changes

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 17:54:15 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5
rewrote object serialiser, parser is next

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 08:01:37 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +6 -6 lines
Diff to previous 1.4
expand initial tabs to spaces

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 05:03:55 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -10 lines
Diff to previous 1.3
- added ready/unready/can_apply events and their passive versions
- removed support for event_*-fields in maps
- removed support for current_weapon_script
- removed timers
- removed say/shout/Tell and related commands

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 23:36:34 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -2 lines
Diff to previous 1.2
intermediate check-in, per-object events work

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Thu Aug 24 13:13:49 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -2 lines
Diff to previous 1.1
- added cfperl.h, soon to be used by events
- no perl == exit, its no longer optional
- moved server main loop entirely in perl
- removed lots of unneeded timekeeping cruft

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:04 2006 UTC (17 years, 9 months ago) by elmex
Branch: MAIN
Made server compile with C++.
Removed cfanim plugin and crossedit.
C++ here we come.

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