Directory src/

Directory Created:
2005-06-18 18:28
Total Files:
216
Deleted Files:
47
Lines of Code:
66154

[root]/src
         AL (4 files, 1853 lines)
         Crash (4 files, 354 lines)
             Linux (22 files, 3008 lines)
             Windows (11 files, 1728 lines)
                 DDK-Tools (2 files, 383 lines)
                 ddk (9 files, 11065 lines)
         compile_all_in (44 files, 48838 lines)
         freetype2 (1 files, 61 lines)
             freetype (38 files, 15017 lines)
                 cache (7 files, 1470 lines)
                 config (5 files, 1662 lines)
                 internal (31 files, 7938 lines)
         ode (23 files, 5719 lines)
         ogg (2 files, 329 lines)
         png (2 files, 4856 lines)
         vorbis (3 files, 495 lines)

Lines of Code

src/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 5953 (100.0%) 108617 (100.0%) 18.2
axlecrusher 3806 (63.9%) 57809 (53.2%) 15.1
cnlohr 2004 (33.7%) 45742 (42.1%) 22.8
aplowman 34 (0.6%) 2007 (1.8%) 59.0
ultramn 50 (0.8%) 1756 (1.6%) 35.1
animatedantmo 38 (0.6%) 866 (0.8%) 22.7
burmecian 9 (0.2%) 395 (0.4%) 43.8
binary1230 11 (0.2%) 42 (0.0%) 3.8
cyber_ninja_x 1 (0.0%) 0 (0.0%) 0.0

Most Recent Commits

axlecrusher 2007-07-20 01:28

Use a loop to fill the hardware buffer

7 lines of code changed in:

  • src: MercurySoundDriverALSA.cpp (+7 -8)
axlecrusher 2007-07-20 01:14

Swap between 2 buffers

38 lines of code changed in:

  • src: MercurySoundDriver.cpp (+11 -9), MercurySoundDriver.h (+6 -1), MercurySoundDriverALSA.cpp (+21 -7)
axlecrusher 2007-07-19 15:15

remove last parts of old sound system

2 lines of code changed in:

  • src: BetaBetaMari.cpp (-2), BetabetaMari.h (+2 -5), ExplodingCokeCan.h (-1), ScreenODETest.cpp (-1)
axlecrusher 2007-07-19 15:10

Remove old sound files

0 lines of code changed in:

  • src: MercurySoundManager.cpp (del), MercurySoundManager.h (del), MercurySoundManagerEE.cpp (del), MercurySoundManagerNULL.cpp (del), MercurySoundObject.cpp (del), MercurySoundObject.h (del)
axlecrusher 2007-07-18 23:57

A rather poor attempt at threading the sound.

46 lines of code changed in:

  • src: Mercury.cpp (+2 -2), MercurySoundDriver.cpp (+33 -2), MercurySoundDriver.h (+6 -1), MercurySoundDriverALSA.cpp (+5)
axlecrusher 2007-07-18 21:16

updates

6 lines of code changed in:

  • src: MercurySoundDriver.cpp (+2 -2), MercurySoundDriverALSA.cpp (+4 -3)
axlecrusher 2007-07-18 15:51

License

168 lines of code changed in:

  • src: MercurySoundDriver.cpp (+28), MercurySoundDriver.h (+28), MercurySoundDriverALSA.cpp (+28), MercurySoundDriverALSA.h (+28), MercurySoundSourceWAV.cpp (+28), MercurySoundSourceWAV.h (+28)
axlecrusher 2007-07-18 15:25

Divide into base sound driver class and ALSA

136 lines of code changed in:

  • src: MercurySoundDriver.cpp (new 79), MercurySoundDriver.h (new 46), MercurySoundDriverALSA.cpp (+5 -64), MercurySoundDriverALSA.h (+6 -32)
axlecrusher 2007-07-18 00:27

Blowing up a coke can makes a sound

6 lines of code changed in:

  • src: ExplodingCokeCan.cpp (+6)
axlecrusher 2007-07-18 00:26

Round

2 lines of code changed in:

  • src: MercurySoundDriverALSA.cpp (+2 -2)
axlecrusher 2007-07-18 00:15

Use 32bit floating point audio buffers. This seems to really help with clipping when combining sounds.

25 lines of code changed in:

  • src: MercurySoundDriverALSA.cpp (+8 -6), MercurySoundSourceWAV.cpp (+14 -3), MercurySoundSourceWAV.h (+3 -2)
axlecrusher 2007-07-17 23:44

delete sounds when finished playing them

7 lines of code changed in:

  • src: MercurySoundSourceWAV.cpp (+5 -1), MercurySoundSourceWAV.h (+2)
axlecrusher 2007-07-17 22:44

Make main sound buffer int16_t

8 lines of code changed in:

  • src: MercurySoundDriverALSA.cpp (+6 -6), MercurySoundDriverALSA.h (+2 -1)
axlecrusher 2007-07-17 22:37

make mixing buffer int16_t and clamp values

12 lines of code changed in:

  • src: MercurySoundDriverALSA.cpp (+12 -25)
axlecrusher 2007-07-17 19:19

Singleton and SoundSource improvements

85 lines of code changed in:

  • src: MercurySoundDriverALSA.cpp (+20 -5), MercurySoundDriverALSA.h (+7 -1), MercurySoundSourceWAV.cpp (+36 -7), MercurySoundSourceWAV.h (+22)
axlecrusher 2007-07-17 19:17

Move class RTTI into Util

6 lines of code changed in:

  • src: MercuryCommands.h (+1 -5), MercuryUtil.h (+5)
axlecrusher 2007-07-17 10:26

Try to recover from buffer underrun.

22 lines of code changed in:

  • src: MercurySoundDriverALSA.cpp (+20 -2), MercurySoundDriverALSA.h (+2)
axlecrusher 2007-07-17 09:40

Add in MercurySoundDriverASLA and MercurySoundSourceWAV.

382 lines of code changed in:

  • src: BetaBetaMari.cpp (+3 -3), Mercury.cpp (-6), MercurySoundDriverALSA.cpp (new 156), MercurySoundDriverALSA.h (new 49), MercurySoundSourceWAV.cpp (new 124), MercurySoundSourceWAV.h (new 48), ScreenODETest.cpp (+2 -2)
axlecrusher 2007-07-15 21:55

Fix write location in memory

1 lines of code changed in:

  • src: WaveLoader.cpp (+1 -1)
axlecrusher 2007-07-13 16:21

remove redundant code

3 lines of code changed in:

  • src: MercuryOGL.cpp (+3 -4)

(2627 more)

Generated by StatCVS 0.3