Directory src/jxclient/com/realtime/crossfire/jxclient/sound/

Directory Created:
2007-12-15 13:20
Directory Deleted:
2011-11-15 12:59
Total Files:
0
Deleted Files:
12
Lines of Code:
0

[root]/src/jxclient/com/realtime/crossfire/jxclient/sound

Lines of Code

src/jxclient/com/realtime/crossfire/jxclient/sound/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
akirschbaum 202 (100.0%) 4193 (100.0%) 20.7

Most Recent Commits

akirschbaum 2011-11-15 12:59 Rev.: 15766

Remove empty directories.

0 lines of code changed in 11 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (del), ClipCache.java (del), ClipManager.java (del), MusicManager.java (del), MusicWatcher.java (del), Processor.java (del), SoundCheckBoxOption.java (del), SoundManager.java (del), SoundWatcher.java (del), Sounds.java (del), StatsWatcher.java (del)
akirschbaum 2011-06-18 03:07 Rev.: 14643

Set names for all created threads to make dumps more readable.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: MusicManager.java (+1 -1)
akirschbaum 2011-06-15 15:51 Rev.: 14624

Remove Javadoc comments from anonymous classes.

0 lines of code changed in 5 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: ClipManager.java (-3), MusicWatcher.java (-3), SoundManager.java (-21), SoundWatcher.java (-6), StatsWatcher.java (-42)
akirschbaum 2011-01-30 05:11 Rev.: 14269

Update copyright notices.

11 lines of code changed in 11 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+1 -1), ClipCache.java (+1 -1), ClipManager.java (+1 -1), MusicManager.java (+1 -1), MusicWatcher.java (+1 -1), Processor.java (+1 -1), SoundCheckBoxOption.java (+1 -1), SoundManager.java (+1 -1), SoundWatcher.java (+1 -1), Sounds.java (+1 -1), StatsWatcher.java (+1 -1)
akirschbaum 2010-09-11 02:19 Rev.: 13788

Report absolute path names in --debug-sound log file.

17 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+17 -6)
akirschbaum 2010-09-11 01:06 Rev.: 13787

Do not drop connection to Crossfire server if a sound file cannot be decoded.

8 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: ClipCache.java (+8 -4)
akirschbaum 2010-09-10 15:37 Rev.: 13785

Consistently order throws clauses.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: Processor.java (+1 -1)
akirschbaum 2010-09-10 15:31 Rev.: 13784

Extract duplicated code into function.

13 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: Processor.java (+13 -2)
akirschbaum 2010-09-09 14:50 Rev.: 13774

Load sound files from current directory or from ~/.crossfire/jxclient/sounds.

31 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+31 -2)
akirschbaum 2010-09-09 14:39 Rev.: 13773

Include names of sound files in --debug-sound output.

59 lines of code changed in 6 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+21 -4), ClipCache.java (+10 -2), ClipManager.java (+3 -2), MusicManager.java (+11 -2), Processor.java (+11 -3), SoundManager.java (+3 -2)
akirschbaum 2010-09-09 13:40 Rev.: 13770

Fix Javadoc issues.

130 lines of code changed in 9 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+9 -9), ClipCache.java (+10 -10), ClipManager.java (+9 -5), MusicManager.java (+8 -8), MusicWatcher.java (+5 -1), Processor.java (+6 -6), SoundManager.java (+39 -23), SoundWatcher.java (+8 -1), StatsWatcher.java (+36 -14)
akirschbaum 2010-09-07 14:47 Rev.: 13763

Add --debug-sound option to log sound related messages.

119 lines of code changed in 5 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+11 -4), ClipCache.java (+35 -6), ClipManager.java (+11 -1), MusicManager.java (+26), SoundManager.java (+36 -5)
akirschbaum 2010-07-19 15:49 Rev.: 13494

Do not ignore caught exceptions.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: MusicManager.java (+1 -1)
akirschbaum 2010-07-19 15:43 Rev.: 13493

Fix or ignore warnings about ignored exceptions.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+1 -1)
akirschbaum 2010-07-17 15:41 Rev.: 13477

Fix typos.

9 lines of code changed in 3 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+1 -1), Sounds.java (+1 -1), StatsWatcher.java (+7 -7)
akirschbaum 2010-05-02 08:40 Rev.: 13101

Consistently format source code.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: MusicManager.java (+2 -2)
akirschbaum 2010-05-02 05:05 Rev.: 13076

Do not extend Thread.

22 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: MusicManager.java (+19 -3), Processor.java (+3 -12)
akirschbaum 2010-03-24 17:06 Rev.: 12724

Fix repository structure.

1303 lines of code changed in 11 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (new 82), ClipCache.java (new 91), ClipManager.java (new 87), MusicManager.java (new 125), MusicWatcher.java (new 64), Processor.java (new 224), SoundCheckBoxOption.java (new 66), SoundManager.java (new 192), SoundWatcher.java (new 70), Sounds.java (new 57), StatsWatcher.java (new 245)
akirschbaum 2010-03-24 16:47 Rev.: 12723

Introduce ttb repository structure.

0 lines of code changed in 12 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (del), ClipCache.java (del), ClipManager.java (del), MusicManager.java (del), MusicWatcher.java (del), Processor.java (del), SoundCheckBoxOption.java (del), SoundClip.java (del), SoundManager.java (del), SoundWatcher.java (del), Sounds.java (del), StatsWatcher.java (del)
akirschbaum 2010-03-21 09:36 Rev.: 12712

Add tooltips to checkbox options.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundCheckBoxOption.java (+1)
akirschbaum 2010-03-06 03:18 Rev.: 12569

Rewrite item management code.

38 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: StatsWatcher.java (+38 -15)
akirschbaum 2010-03-01 16:09 Rev.: 12561

Rename method names.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: StatsWatcher.java (+1 -1)
akirschbaum 2010-03-01 13:47 Rev.: 12559

Move model code from ItemsManager to ItemSet.

4 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: StatsWatcher.java (+4 -4)
akirschbaum 2010-02-25 17:16 Rev.: 12508

Reformat code.

185 lines of code changed in 11 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+10 -25), ClipCache.java (+12 -32), ClipManager.java (+20 -33), MusicManager.java (+16 -30), MusicWatcher.java (+6 -9), Processor.java (+43 -86), SoundCheckBoxOption.java (+12 -11), SoundManager.java (+22 -50), SoundWatcher.java (+9 -13), Sounds.java (+6 -4), StatsWatcher.java (+29 -57)
akirschbaum 2010-02-13 21:24 Rev.: 12468

Distribute server package in subpackages.

8 lines of code changed in 4 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: MusicWatcher.java (+2 -2), SoundManager.java (+3 -3), SoundWatcher.java (+2 -2), StatsWatcher.java (+1 -1)
akirschbaum 2010-02-13 20:11 Rev.: 12464

Move SoundCheckBoxOption to different package.

64 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundCheckBoxOption.java (new 64)
akirschbaum 2010-02-13 17:37 Rev.: 12447

Move MusicManager.Processor to top-level class.

267 lines of code changed in 2 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: MusicManager.java (-241), Processor.java (new 267)
akirschbaum 2010-02-13 05:14 Rev.: 12423

Move GuiState and related classes to different package.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+2 -2)
akirschbaum 2010-02-12 19:37 Rev.: 12415

Move JXCWindowRenderer, RendererGuiState, and RendererGuiStateListener to different package.

3 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: StatsWatcher.java (+3 -3)
akirschbaum 2010-02-12 16:57 Rev.: 12407

Remove dependencies ConnectCommand/DisconnectCommand/DefaultJXCSkin/CommandParser -> JXCWindow.

8 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+8 -1)
akirschbaum 2010-02-12 15:46 Rev.: 12402

Extract GuiStateManager from JXCWindow to break some cyclic class dependencies.

4 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+4 -4)
akirschbaum 2010-02-12 15:07 Rev.: 12401

Rename function names.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+1 -1)
akirschbaum 2010-02-03 16:42 Rev.: 12383

Update copyright headers.

189 lines of code changed in 9 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+21 -19), ClipCache.java (+21 -19), ClipManager.java (+21 -19), MusicManager.java (+21 -19), MusicWatcher.java (+21 -19), SoundManager.java (+21 -19), SoundWatcher.java (+21 -19), Sounds.java (+21 -19), StatsWatcher.java (+21 -19)
akirschbaum 2009-11-13 13:56 Rev.: 12239

Remove assertion statements.

0 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: MusicManager.java (-1)
akirschbaum 2009-10-24 09:06 Rev.: 12213

Add nullable annotations.

68 lines of code changed in 9 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: AudioFileLoader.java (+6 -2), ClipCache.java (+7 -3), ClipManager.java (+5 -1), MusicManager.java (+9 -3), MusicWatcher.java (+5 -2), SoundManager.java (+12 -9), SoundWatcher.java (+5 -2), Sounds.java (+5), StatsWatcher.java (+14 -9)
akirschbaum 2009-10-23 18:43 Rev.: 12211

Weaken types.

9 lines of code changed in 3 files:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: ClipCache.java (+5 -3), ClipManager.java (+2 -2), SoundManager.java (+2 -2)
akirschbaum 2009-10-23 17:35 Rev.: 12208

Add private/protected modifiers.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+2 -2)
akirschbaum 2009-07-21 16:51 Rev.: 12087

Weaken type.

2 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+2 -1)
akirschbaum 2009-07-21 16:50 Rev.: 12086

Remove static modifiers.

5 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+5 -5)
akirschbaum 2009-06-15 14:27 Rev.: 11890

Include failure reason in connection error dialog.

1 lines of code changed in 1 file:

  • src/jxclient/com/realtime/crossfire/jxclient/sound: SoundManager.java (+1 -1)

(34 more)

Generated by StatSVN 0.7.0