ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/image.C
Revision 1.22 - (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.21: +1 -1 lines
Diff to previous 1.21
nano-cleanups

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 22:33:46 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.20: +3 -1 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 22:26:02 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.19: +7 -6 lines
Diff to previous 1.19
- use crc for images too. unfortunately, this invalidates all client-side
  face caches. but we aren't compatible with crossfrie anyways due to
  the face rename.

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 18:09:34 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
- the damn rotate shift checksum just failed on me
- add crc32 and use it for bmaps_checksum (probably also for images).

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Feb 15 15:43:36 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
- useless ยต-opts
- use maximum norm in get_rangevector (a bit, should use more)

Revision 1.17 - (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.16: +22 -22 lines
Diff to previous 1.16
- rename Animations => animation
- rename New_Face => facetile
- add but do not implement some generic loader framework classes

Revision 1.16 - (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.15: +1 -0 lines
Diff to previous 1.15
added some copyrights

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sat Dec 16 22:14:42 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.14: +29 -21 lines
Diff to previous 1.14
just reformats

Revision 1.14 - (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.13: +1 -5 lines
Diff to previous 1.13
- 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.13 - (view) (download) (annotate) - [select for diffs]
Fri Dec 15 19:59:20 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.12: +5 -11 lines
Diff to previous 1.12
the rename for sanity campaign hits
you died
- renamed stuff
- partially updated copyrights
- some cleanups

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 22:45:41 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.11: +5 -5 lines
Diff to previous 1.11
- 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.11 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 20:39:54 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.10: +4 -4 lines
Diff to previous 1.10
- implement c++ interface to Event->io watchers
- cut number of write()'s the server does in half

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

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Dec 14 01:59:10 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
rewrite phase one finished

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

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

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

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sun Oct 8 16:51:51 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
considerably reduce size of crossfire.0 (~400k pngx, ~150k file format)

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 13:43:33 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
Changes since 1.2: +327 -268 lines
Diff to previous 1.2
indent

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: +151 -151 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, 10 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