Directory sound-src/

Directory Deleted:
2021-01-01 18:16
Total Files:
0
Deleted Files:
16
Lines of Code:
0

[root]/sound-src

Lines of Code

sound-src/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 208 (100.0%) 6225 (100.0%) 29.9
kbulgrien 56 (26.9%) 3399 (54.6%) 60.6
partmedia 124 (59.6%) 2598 (41.7%) 20.9
akirschbaum 8 (3.8%) 116 (1.9%) 14.5
tchize 1 (0.5%) 59 (0.9%) 59.0
ryo_saeba 3 (1.4%) 19 (0.3%) 6.3
mwedel 9 (4.3%) 18 (0.3%) 2.0
silvernexus 4 (1.9%) 7 (0.1%) 1.7
anmaster 1 (0.5%) 5 (0.1%) 5.0
qal21 2 (1.0%) 4 (0.1%) 2.0

Most Recent Commits

partmedia 2021-01-01 18:16 Rev.: 21700

Merge sound server with GTK client

No longer install a stand-alone sound server. Merge sound server with
GTK client.

0 lines of code changed in 16 files:

  • sound-src: .cvsignore (del), CMakeLists.txt (del), Makefile.am (del), Makefile.in (del), README (del), alsa9.c (del), cfsndserv.c (del), common.c (del), common.h (del), init.c (del), main.c (del), parser.c (del), snd.vala (del), sndproto.h (del), sounds (del), sounds.dist (del)
partmedia 2020-03-25 14:25 Rev.: 21194

Rename CMake GTK variable name

2 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (+2 -2)
partmedia 2019-01-14 00:21 Rev.: 20690

Lower CMake requirement to 3.1

3.1 is the lowest version we can use to keep taking advantage of
automatic C standard compile flag selection.

0 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (-2)
partmedia 2018-12-27 14:42 Rev.: 20624

Use target_compile_features()

2 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (+2)
partmedia 2018-12-27 14:42 Rev.: 20623

Replace uses of include_directories()

7 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (+7)
silvernexus 2017-08-28 19:00 Rev.: 20507

Don't make a local copy of the environment string in sound initialization. We only use it in a read-only manner.

1 lines of code changed in 1 file:

  • sound-src: snd.vala (+1 -1)
silvernexus 2017-08-27 19:16 Rev.: 20506

Change environment variable access to use unowned string result
This allows for the sound server to run with Vala < 0.25.3.

1 lines of code changed in 1 file:

  • sound-src: snd.vala (+1 -1)
partmedia 2017-08-08 08:57 Rev.: 20479

Fix double free after stopping music

1 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+1)
partmedia 2017-07-26 10:48 Rev.: 20446

Control sound logging with client log level

15 lines of code changed in 2 files:

  • sound-src: common.h (-2), main.c (+15 -17)
partmedia 2017-07-23 15:12 Rev.: 20437

Use pkg-config to find libcurl and SDL

1 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (+1 -2)
partmedia 2017-07-23 14:03 Rev.: 20434

Use pkg-config to find GTK2 libraries

FindGtk2 has some issues finding all parts of the GTK2 library on MSYS2
under Windows, which causes the whole library to be disabled. This
change can be reverted if the CMake module is ever fixed.

1 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (+1 -1)
partmedia 2017-07-23 14:03 Rev.: 20433

Apply volume settings

14 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+14 -9)
partmedia 2017-07-23 14:03 Rev.: 20430

Store sound mapping in a hash table

54 lines of code changed in 3 files:

  • sound-src: CMakeLists.txt (+3), cfsndserv.c (+16 -132), snd.vala (new 35)
silvernexus 2017-07-12 20:34 Rev.: 20420

Add define around debugging message in cfsndserv.

2 lines of code changed in 1 file:

  • sound-src: main.c (+2)
partmedia 2017-06-29 12:05 Rev.: 20401

Move debug output to main

4 lines of code changed in 2 files:

  • sound-src: cfsndserv.c (-3), main.c (+4 -1)
partmedia 2017-06-28 11:14 Rev.: 20399

Fix likely double free

1 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+1 -1)
partmedia 2017-06-24 15:12 Rev.: 20397

Remove delay

0 lines of code changed in 1 file:

  • sound-src: main.c (-2)
partmedia 2017-06-24 15:12 Rev.: 20396

Clean up sound server main

20 lines of code changed in 1 file:

  • sound-src: main.c (+20 -39)
partmedia 2017-06-22 16:38 Rev.: 20392

Cache chunks for the duration of the sound server

26 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+26 -48)
partmedia 2017-06-22 16:38 Rev.: 20390

Reduce sound server link dependencies

1 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (+1 -1)
partmedia 2017-06-01 21:53 Rev.: 20375

Move music to $CF_SOUND_DIR/music

2 lines of code changed in 2 files:

  • sound-src: cfsndserv.c (+2 -9), common.h (-2)
partmedia 2017-06-01 21:53 Rev.: 20374

Fix path to sound effects

3 lines of code changed in 2 files:

  • sound-src: cfsndserv.c (+3 -2), common.h (-3)
partmedia 2017-06-01 21:53 Rev.: 20373

Separate sound functions from sound server

293 lines of code changed in 3 files:

  • sound-src: cfsndserv.c (+113 -180), common.h (+6 -15), main.c (+174 -96)
partmedia 2017-06-01 21:53 Rev.: 20372

Add shim to match client type signature

6 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+6 -2)
partmedia 2017-06-01 21:53 Rev.: 20371

Move declarations closer to first use

16 lines of code changed in 2 files:

  • sound-src: cfsndserv.c (+10 -19), main.c (+6 -13)
partmedia 2017-06-01 21:53 Rev.: 20370

Remove unused headers

0 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (-3)
partmedia 2017-05-29 18:48 Rev.: 20366

Use modern defaults for sample format and rate

5 lines of code changed in 2 files:

  • sound-src: cfsndserv.c (+5 -25), common.h (-4)
partmedia 2017-05-29 18:48 Rev.: 20365

Improve music playback

- Avoid restarting when playing same music
- Fade tracks in and out
- Free previously played track
- Stop playback when receiving NONE or unknown music

26 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+26 -3)
partmedia 2017-05-29 18:48 Rev.: 20364

Refactor mostly empty source files

142 lines of code changed in 4 files:

  • sound-src: CMakeLists.txt (-3), cfsndserv.c (+35 -1), common.h (+1), main.c (+106 -1)
partmedia 2017-05-29 18:48 Rev.: 20363

Use full filename for sound files

This allows using sounds that don't have a .wav extension.

1 lines of code changed in 1 file:

  • sound-src: cfsndserv.c (+1 -1)
partmedia 2017-05-19 16:43 Rev.: 20355

Convert remaining old sound types

2 lines of code changed in 1 file:

  • sound-src: parser.c (+2 -7)
partmedia 2017-05-19 16:43 Rev.: 20354

Update README

27 lines of code changed in 1 file:

  • sound-src: README (new 27)
partmedia 2017-05-19 16:43 Rev.: 20353

Update field documentation from README

6 lines of code changed in 1 file:

  • sound-src: common.h (+6 -6)
partmedia 2017-05-19 16:43 Rev.: 20352

Fix sound server

- Add missing path separator
- Fix SOUND build when SDL is not enabled
- Fix cfsndserv argument order
- Fix logic errors breaking initialization

3 lines of code changed in 2 files:

  • sound-src: cfsndserv.c (+1 -1), init.c (+2 -2)
partmedia 2015-03-08 11:20 Rev.: 19844

Merge 'client-types.h' with 'client.h'

3 lines of code changed in 3 files:

  • sound-src: cfsndserv.c (+1 -12), main.c (+1 -4), parser.c (+1 -7)
partmedia 2014-08-11 09:22 Rev.: 19602

Add missing linker flags to Autotools client build

While here, update ChangeLog and re-wrap a few old entries

Submitted by: Tolga Dalman

1 lines of code changed in 1 file:

  • sound-src: Makefile.am (+1 -1)
partmedia 2014-06-09 17:56 Rev.: 19539

Use GLib to set config and cache directories

This also means that we can remove filespec conversion macros. Users who
wish to keep their configuration files MUST manually move them to the
new location.

7 lines of code changed in 2 files:

  • sound-src: cfsndserv.c (+1 -1), init.c (+6 -6)
partmedia 2014-06-08 09:30 Rev.: 19535

Use GLib memory allocation functions

These functions terminate the program if there are memory allocation
errors, instead of returning a null pointer.

5 lines of code changed in 1 file:

  • sound-src: CMakeLists.txt (+5 -1)
partmedia 2014-06-08 09:30 Rev.: 19534

Replace non-standard string functions with GLib

2 lines of code changed in 1 file:

  • sound-src: init.c (+2 -2)
silvernexus 2014-05-16 21:30 Rev.: 19430

Fixed unchangeable sound path issue noted in configure.ac.

3 lines of code changed in 1 file:

  • sound-src: common.h (+3 -1)

(72 more)

Generated by StatSVN 0.7.0