ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/info.C
Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 12:28:17 2007 UTC (17 years, 3 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.33: +0 -6 lines
Diff to previous 1.33
nano-cleanups

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 13:47:17 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
Changes since 1.32: +22 -22 lines
Diff to previous 1.32
comments

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 17:50:11 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.31: +2 -2 lines
Diff to previous 1.31
- rename Animations => animation
- rename New_Face => facetile
- add but do not implement some generic loader framework classes

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Tue Jan 9 21:32:43 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.30: +3 -12 lines
Diff to previous 1.30
- added $cf::WAIT_FOR_TICK*
- tuned map-scheduler and player-scheduler
- added $op->inv_recursive
- added objects_size/objects($index) and actives_size/actives($index)
  for access to the object and actives vector.
- more robust player loader
- removed _perl_data attribute support
- SIGINT/TERM/HUP are now safe as they are handled synchronously.
- replaced LOOK_OBJ by client_visible
- cleanups

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

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Wed Jan 3 00:21:36 2007 UTC (17 years, 5 months ago) by pippijn
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
initialised :)

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Dec 31 17:17:23 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.27: +1 -12 lines
Diff to previous 1.27
many minor changes everywhere, random maps crash sometimes but design is in place

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 17:11:40 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.26: +2 -4 lines
Diff to previous 1.26
reformat

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 10:42:47 2006 UTC (17 years, 5 months ago) by elmex
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
Fix for a crash-bug on elmex's platform. But the code looked so bogus that it
is a miracle how it couldn't crash on schmorp's platform.

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 14:43:23 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
interim.checkin

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:50 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
- small, but subtle, rewrite of object management
- perl will now keep attachable objects alive
- objects are now refcounted
- refcouts need to be tested explicitly (refcnt_chk)
- explicit destroy is required current
- explicit destroy asks "nicely" for the object to self destruct, if possible
- refcounts will be used during mortal killing
- minor bugfixes, optimisations etc.
- some former hacks removed.

Revision 1.23 - (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.22: +6 -6 lines
Diff to previous 1.22
- 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.22 - (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.21: +3 -14 lines
Diff to previous 1.21
- 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.21 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:08:26 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.20: +2 -7 lines
Diff to previous 1.20
- socket i/o is completely asynchronous now
- some command sare handled immediately
- others (most palying related commands) are queued
  for later (as of now synchronous) processing
- specifying a max queue length (in seconds) is possible, but disabled
- also add some syntax sugar for network code

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:59:20 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
the rename for sanity campaign hits
you died
- renamed stuff
- partially updated copyrights
- some cleanups

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 20:39:54 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- implement c++ interface to Event->io watchers
- cut number of write()'s the server does in half

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 05:09:32 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -6 lines
Diff to previous 1.17
- remove some old socket mode cruft
- preliminarily added attachable client_socket interface to perl
  (untested but also unreachable from perl code atm)

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

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 02:37:37 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.15: +2 -2 lines
Diff to previous 1.15
moar\! rewrite\!

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 01:21:58 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.14: +3 -6 lines
Diff to previous 1.14
moar rewrite

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 01:12:35 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.13: +9 -15 lines
Diff to previous 1.13
(intermediate check-in for recoverability)

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 13 21:27:09 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.12: +19 -27 lines
Diff to previous 1.12
continued simplifying network code, partially removed support for sc protocol 1026

Revision 1.12 - (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.11: +0 -2 lines
Diff to previous 1.11
removed regex comparison. this is now done with perl

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Sep 20 21:53:50 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.10: +11 -35 lines
Diff to previous 1.10
added many accessors and mutators to struct player, including *title* and (hint, hint) *own_title*

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 10:21:58 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.9: +1 -0 lines
Diff to previous 1.9
indent

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 10:12:41 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
indent

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Tue Sep 19 09:38:32 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.7: +59 -58 lines
Diff to previous 1.7
indent

Revision 1.7 - (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.6: +5 -5 lines
Diff to previous 1.6
mapstruct => maptile
removed many ytypedefs in favor of structure tags

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 13:43:33 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +409 -328 lines
Diff to previous 1.4
indent

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Sep 3 00:18:43 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.3: +9 -15 lines
Diff to previous 1.3
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.3 - (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.2: +7 -7 lines
Diff to previous 1.2
rewrote object serialiser, parser is next

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

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sun Aug 13 17:16:05 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