ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/socket/sounds.C
Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Tue May 6 16:55:26 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-2_54, rel-2_55, rel-2_56, rel-2_6, rel-2_61, rel-2_7, rel-2_71, rel-2_72, rel-2_73, rel-2_74, rel-2_75, rel-2_76, rel-2_77, rel-2_78, rel-2_79, rel-2_80
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
update copyright

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 19:43:30 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-2_32, rel-2_4, rel-2_41, rel-2_42, rel-2_43, rel-2_5, rel-2_52, rel-2_53
Changes since 1.24: +4 -4 lines
Diff to previous 1.24
update copyrights and other minor stuff to deliantra

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Sep 7 17:39:17 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3
Changes since 1.23: +4 -4 lines
Diff to previous 1.23
for the time being, accept soundfaces with leading sound/ and without

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 01:53:13 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.22: +5 -15 lines
Diff to previous 1.22
tweaked sound a bit, added death sounds with another property (wastage?)

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 01:07:42 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.21: +7 -3 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Wed Aug 1 00:26:05 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.20: +5 -5 lines
Diff to previous 1.20
allow exploding thingy effect

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 01:18:16 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.19: +3 -0 lines
Diff to previous 1.19
experimentally let other players hear when I hit

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 01:06:20 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.18: +3 -3 lines
Diff to previous 1.18
change soundcontrol to use standard volume

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Jul 28 00:45:05 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.17: +8 -1 lines
Diff to previous 1.17
added volume to sound effect packet, tuned overload management

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 21:44:43 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.16: +18 -7 lines
Diff to previous 1.16
hacky new-style sound support, very hacky old-style sound support

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 00:38:34 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.15: +15 -14 lines
Diff to previous 1.15
more work better says groz

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 00:27:09 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.14: +64 -37 lines
Diff to previous 1.14
very very preliminary, non-working sound framework

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Jul 1 05:00:21 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.13: +11 -12 lines
Diff to previous 1.13
- upgrade crossfire trt to the GPL version 3 (hopefully correctly).
- add a single file covered by the GNU Affero General Public License
  (which is not yet released, so I used the current draft, which is
  legally a bit wavy, but its likely better than nothing as it expresses
  direct intent by the authors, and we can upgrade as soon as it has been
  released).
  * this should ensure availability of source code for the server at least
    and hopefully also archetypes and maps even when modified versions
    are not being distributed, in accordance of section 13 of the agplv3.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon May 28 21:22:26 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.12: +24 -0 lines
Diff to previous 1.12
update copyrights in socket/*.C

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Jan 15 01:39:42 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_0, rel-2_1
Changes since 1.11: +2 -6 lines
Diff to previous 1.11
more micro-optimisation, use idistance, min is faster than MIN

Revision 1.11 - (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.10: +1 -3 lines
Diff to previous 1.10
an experiment

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

Revision 1.8 - (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.7: +2 -2 lines
Diff to previous 1.7
- rewrote most of the socket loop code
- moved connection accept into tcp.ext
- no evil socket copying anymore,
  needs more cleanups

Revision 1.7 - (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.6: +1 -2 lines
Diff to previous 1.6
moar rewrite

Revision 1.6 - (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.5: +10 -9 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]
Sat Sep 16 22:24:13 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.4: +1 -1 lines
Diff to previous 1.4
mapstruct => maptile
removed many ytypedefs in favor of structure tags

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

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun Sep 10 13:43:34 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.2: +40 -30 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, 8 months ago) by root
Branch: MAIN
Changes since 1.1: +11 -11 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:06 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_55: (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