ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/client.h
Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Thu Mar 1 12:28:16 2007 UTC (17 years, 4 months ago) by pippijn
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.29: +2 -2 lines
Diff to previous 1.29
nano-cleanups

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 04:04:22 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.28: +1 -0 lines
Diff to previous 1.28
- tell player about each region as she enters.
- region longnames no longer are prefixed with in, change accordingly.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 21:02:54 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.27: +4 -2 lines
Diff to previous 1.27
make a horrendous hack to enable say and chat to be executed almost anytime

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sun Feb 4 00:39:32 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26
*** empty log message ***

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

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Mon Jan 8 18:18:35 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +15 -1 lines
Diff to previous 1.24
- move most last_* values into socket, where they belong
- this actually saved a lot of space in the text segment,
  which might mean less complicated pointer accesses, because
  the data is no where it belongs, mostly.

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Sun Jan 7 02:39:14 2007 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +7 -2 lines
Diff to previous 1.23
""

Revision 1.23 - (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.22: +1 -0 lines
Diff to previous 1.22
added some copyrights

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 05:44:14 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.21: +12 -10 lines
Diff to previous 1.21
formatting

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Mon Dec 25 11:25:49 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.20: +4 -4 lines
Diff to previous 1.20
- 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.20 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 15:49:40 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.19: +2 -1 lines
Diff to previous 1.19
- implement (mostly untested) array member support for genacc
- make some arrays and other members available to perl
- redefined meaning of NUM_FLAGS (really meaning number of flags now,
  as the code assumed anyway).
- moved afk flag to client, where it belongs (make sno sense to save it,
  is also true for wiz &c).
- updated extensions to reflect all that (Jewler.pm should be tested w.r.t.
  resistances)

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 09:41:55 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.18: +0 -1 lines
Diff to previous 1.18
- reorder stuff so that the endlessly sucky gcfclient doesn't get confused

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 06:21:02 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- improved login code
- removed some cruft code and (finally), the player_pod hack

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sat Dec 23 00:14:29 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.16: +0 -2 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Fri Dec 22 16:34:00 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -6 lines
Diff to previous 1.15
- 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.15 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 23:37:05 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.14: +21 -2 lines
Diff to previous 1.14
- 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.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 21 06:12:36 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.13: +11 -11 lines
Diff to previous 1.13
- 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.13 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 09:14:22 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.12: +25 -4 lines
Diff to previous 1.12
- minor cleanups
- minor optimisations (in_player vs. is_player_inv)
- added P_PLAYER map flag
- some (dead) concept code

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 20 01:19:11 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.11: +20 -1 lines
Diff to previous 1.11
some source simplification

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 05:41:21 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
goofing around in vain, trying to find a generalisation for esrv*item

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 05:12:52 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.9: +34 -30 lines
Diff to previous 1.9
- hide floorbox implementation details
- use meaning (hopefully) names

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Tue Dec 19 04:58:04 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -3 lines
Diff to previous 1.8
- separate all comamnds into immediate/socket-level and queued/player-level
- clean up player command handling, handle up to 8 commands/tick

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Dec 17 23:10:35 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
another bug, do some adjustments to coredumping 'algorithm'

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 21:40:26 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.6: +14 -11 lines
Diff to previous 1.6
- clean up some code
- fix some possible (minor) bugs
- use a bitset for anims_sent
- fix a memory leak
- removed dead code

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 18:39:26 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
fix memory leak in player command queue.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:21:08 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.4: +2 -1 lines
Diff to previous 1.4
- limit command backlog to two seconds

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 03:08:26 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.3: +48 -16 lines
Diff to previous 1.3
- 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.3 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 20:08:45 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.2: +1 -1 lines
Diff to previous 1.2
I goofed.

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 20:07:02 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.1: +1 -1 lines
Diff to previous 1.1
more slight copyright adjustments

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:59:19 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
the rename for sanity campaign hits
you died
- renamed stuff
- partially updated copyrights
- some cleanups

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