Mercury Developers: axlecrusher

Login name:
axlecrusher
Total Commits:
4497 (62.5%)
Lines of Code:
183430 (59.5%)
Most Recent Commit:
2007-07-20 01:28

Activity by Clock Time

Activity by Hour of Day for axlecrusher

Activity by Day of Week for axlecrusher

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 4497 (100.0%) 183430 (100.0%) 40.7
src/ 3806 (84.6%) 57809 (31.5%) 15.1
Themes/default/Models/ 61 (1.4%) 51012 (27.8%) 836.2
src/freetype2/freetype/ 38 (0.8%) 15017 (8.2%) 395.1
/ 194 (4.3%) 11272 (6.1%) 58.1
src/Crash/Windows/ddk/ 8 (0.2%) 11065 (6.0%) 1383.1
Themes/default/Files/ 135 (3.0%) 9187 (5.0%) 68.0
src/freetype2/freetype/internal/ 31 (0.7%) 7938 (4.3%) 256.0
src/png/ 2 (0.0%) 4856 (2.6%) 2428.0
src/Crash/Linux/ 26 (0.6%) 3006 (1.6%) 115.6
src/ode/ 18 (0.4%) 2717 (1.5%) 150.9
src/AL/ 3 (0.1%) 1738 (0.9%) 579.3
src/Crash/Windows/ 12 (0.3%) 1717 (0.9%) 143.0
src/freetype2/freetype/config/ 5 (0.1%) 1662 (0.9%) 332.4
src/freetype2/freetype/cache/ 7 (0.2%) 1470 (0.8%) 210.0
Themes/default/Models/coke/ 19 (0.4%) 642 (0.3%) 33.7
src/vorbis/ 3 (0.1%) 495 (0.3%) 165.0
src/Crash/ 18 (0.4%) 390 (0.2%) 21.6
src/Crash/Windows/DDK-Tools/ 2 (0.0%) 383 (0.2%) 191.5
src/ogg/ 2 (0.0%) 329 (0.2%) 164.5
Util/HGPack/ 2 (0.0%) 179 (0.1%) 89.5
Docs/ 4 (0.1%) 160 (0.1%) 40.0
Themes/default/ 47 (1.0%) 146 (0.1%) 3.1
Util/ 4 (0.1%) 84 (0.0%) 21.0
Themes/default/Graphics/ 36 (0.8%) 75 (0.0%) 2.0
src/freetype2/ 1 (0.0%) 61 (0.0%) 61.0
Themes/default/Models/Skybox/ 6 (0.1%) 9 (0.0%) 1.5
Doxygen/ 3 (0.1%) 7 (0.0%) 2.3
Util/ModelOptimizer/ 1 (0.0%) 4 (0.0%) 4.0
Themes/default/Graphics/copper/ 2 (0.0%) 0 (0.0%) 0.0
Themes/ 1 (0.0%) 0 (0.0%) 0.0

Activity of axlecrusher

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.

1649 lines of code changed in:

  • mercury.kdevelop.pcs (+1603 -952)
  • 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:28

mercury sound driver

1 lines of code changed in:

  • adv_set.c (+1 -1)
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:28

Explosion for soda can. Replace this later.

7251 lines of code changed in:

  • Themes/default/Files: explosion.wav (new 7251)
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.

387 lines of code changed in:

  • adv_set.c (+2 -6), base_set.sh (+3 -3)
  • 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)

(1948 more)

Generated by StatCVS 0.3