4
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 22, 2024 — Jun 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add some docs on IStreamListener. They may not be all that accurate. More... over 15 years ago
Resolve one of the two compile errors in our test suite. More... over 15 years ago
only create a new runner, not a new SoundPlayer. More... over 15 years ago
De-reference SoundPlayer entirely on Queue shutdown so it can be garbage collected. SoundPlayer Shutdown race still exists, this will at least mitigate the problem until sproctor has a chance to look at it. More... over 15 years ago
Oops. Call thread.start() instead of thread.run(). Removed some misleading comment. More... over 15 years ago
I think this removes the race in SoundPlayer More... over 15 years ago
clean up the sound player a little More... over 15 years ago
Shutdown SoundPlayer after 20 seconds of not playing anything. More... over 15 years ago
Queue up sounds from highlights up to a limit of 20, then drop the oldest non-playing sound to add new sounds to queue. More... over 15 years ago
the configuration must get destroyed somewhere... somehow. when we need it again, just create a new one. More... over 15 years ago
Change default warlock-build.properties to point to kassah's eclipse location because he's lazy. More... over 15 years ago
Update build libs to the latest svn version. More... over 15 years ago
use and ordered list of offsets for styles rather than ranges, so we can specify order for adjacent styles. More... over 15 years ago
If isStreamOpen ever needs to actually interact with SWT, it will need to run synchronously. Any wrapper methods that return a value need to be run synchronously. Don't wrap isStreamOpen in an object and just call it directly, so we get the proper value. More... over 15 years ago
oops, indent mistake. More... over 15 years ago
the whole point of not creating streams on get: when a client doesn't have a stream, show the streamName instead of the... non-existent title. More... over 15 years ago
fix NPE causing the StreamText StyledText to not get displayed initially. More... over 15 years ago
Don't create streams on WarlockClient.getStream(). A ton of infrastructure to go along with that. It breaks loaded clients initially. unsure why. too tired to diagnose tonight. More... over 15 years ago
Fix left folder to not be huge. More... over 15 years ago
Follow SIMUs guides to placement of views. More... over 15 years ago
prefix the title on the story view with the game and character name More... over 15 years ago
set StreamView title on character change and connect More... over 15 years ago
only include subtitle in the full title when we actually have one. More... over 15 years ago
fix layout so windows restore to the proper location More... over 15 years ago
fix stream windows so they connect to their content More... over 15 years ago
use a buffered reader. More... over 15 years ago
get the menu working again More... over 15 years ago
Add Streams Dynamically to the Window Menu More... over 15 years ago
take stream windows out of plugin.xml More... over 15 years ago
store <streamWindow> location in Stream More... over 15 years ago