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

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

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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 12:28:16 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
Changes since 1.35: +0 -1 lines
Diff to previous 1.35
nano-cleanups

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 01:32:58 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.34: +5 -6 lines
Diff to previous 1.34
indent

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Feb 5 01:24:46 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
replace amny strcpy by checked assign's

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jan 26 22:07:10 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.32: +0 -6 lines
Diff to previous 1.32
pff, why should anybody care

Revision 1.32 - (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.31: +22 -22 lines
Diff to previous 1.31
comments

Revision 1.31 - (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.30: +0 -44 lines
Diff to previous 1.30
- 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.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 6 14:42:30 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
added some copyrights

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Fri Jan 5 10:50:47 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.28: +3 -5 lines
Diff to previous 1.28
be nicer to clients on shutdown and crashes

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

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 13:56:25 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.26: +54 -63 lines
Diff to previous 1.26
an experiment

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Dec 22 16:34:00 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
- preliminary check in, stuff is rudimentarily working
- moved most of the player creation process into a perl coroutine
- changed internal design of player management to not reuse
  and morph the object in funny ways. should be safer and much
  nicer to handle.
- got rid of some annoying hacks, such as clear()
  (TODO: get rid of player_pod and other stuff now unnecessary?)

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 23:37:06 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +8 -6 lines
Diff to previous 1.24
- 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.24 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 06:12:37 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
- made client a first-class crossfire-perl object
  (its attachable), but perl support is missing.
- added some client events
- fixed reply not working after logout

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 04:30:32 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.22: +5 -5 lines
Diff to previous 1.22
- rewrote most of the socket loop code
- moved connection accept into tcp.ext
- no evil socket copying anymore,
  needs more cleanups

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 21:39:57 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.21: +17 -14 lines
Diff to previous 1.21
- more ooficiation
- removed now superfluous remove calls

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Dec 12 20:53:03 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +14 -14 lines
Diff to previous 1.20
replace some function- by method-calls

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 21:32:18 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
- simplify headerfiles (this is the 21st century)
- remove long long hacks for printf etc.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Dec 11 21:06:59 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
lld -> I64_PFd

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 9 17:28:37 2006 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.17: +0 -2 lines
Diff to previous 1.17
removed regex comparison. this is now done with perl

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Wed Nov 8 00:52:56 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.16: +1 -0 lines
Diff to previous 1.16
allow priviledge override for banish, kick, arrest, reset, teleport and summon

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: +5 -2 lines
Diff to previous 1.15
re-implement dump and dumpbelow

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Sep 16 22:24:13 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.13: +2 -4 lines
Diff to previous 1.13
mapstruct => maptile
removed many ytypedefs in favor of structure tags

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Sep 15 23:31:34 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.12: +0 -7 lines
Diff to previous 1.12
maps reset on restart, cannot have that

Revision 1.12 - (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.11: +1 -7 lines
Diff to previous 1.11
indent

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Thu Sep 14 21:16:12 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
cleanup

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 14:54:02 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +4 -4 lines
Diff to previous 1.9
remaining bugfixes

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 14:15:34 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +29 -10 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 13:20:27 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +1546 -1332 lines
Diff to previous 1.7
indent

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Thu Sep 7 10:01:57 2006 UTC (17 years, 8 months ago) by pippijn
Branch: MAIN
Changes since 1.6: +1 -2 lines
Diff to previous 1.6
Some cleanups.

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:42 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.5: +36 -41 lines
Diff to previous 1.5
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.5 - (view) (download) (annotate) - [select for diffs]
Thu Aug 31 17:54:15 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -67 lines
Diff to previous 1.4
rewrote object serialiser, parser is next

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Aug 29 05:03:55 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +3 -41 lines
Diff to previous 1.2
- 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.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 -16 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