liskon_frotz.git
2015-10-16 David GriffithNo more segfaults when playing an AIFF when an OGG...
2015-10-01 David GriffithUpdate and cruft-removal for the manpages.
2015-09-17 David GriffithNow OGGV playback works.
2015-09-16 David GriffithRemove unnecessary memmmove() calls.
2015-09-06 David GriffithRemoved unnecessary startup chatter.
2015-08-31 David GriffithChange some exit() calls to simple returns.
2015-08-31 David GriffithGoing back to calling libvorbisfile directly because...
2015-08-27 David GriffithTrying using the playaiff code for OGGV. It should...
2015-08-10 David GriffithAlternating MODs with AIFFs now work completely. Still...
2015-08-10 David GriffithMods play correctly. No mixing yet.
2015-06-30 David GriffithREADME tweaks.
2015-06-22 David GriffithFirst stab at playing MODs with AIFFs. Plays slow...
2015-06-22 David GriffithIt seems that in Debian 7, -lpthread was automatically...
2015-06-22 David GriffithUpdate manpages and conf-big.
2015-05-21 David GriffithRemove old-style save file format support.
2015-05-21 David GriffithBump version number to 2.45pre (Please don't package...
2015-05-15 David GriffithFixed problem with background color not being set corre...
2015-05-15 David GriffithFixing restart in games that have zcode in blorb files.
2015-05-14 David GriffithImproper writing of variables and eval stack led to...
2015-05-13 David GriffithDon't allow multiple playaiff() threads.
2015-05-13 David GriffithStereoize monaural AIFF playback so that the mixer...
2015-05-13 David GriffithFix some stupidity.
2015-05-13 David GriffithNow providing the mixer with floats for ease of mixing...
2015-05-13 David GriffithAdded os_warn() to complement os_fatal().
2015-05-13 David GriffithAdded os_init_sound() stub to make the common code...
2015-05-04 David GriffithUpdate address of FSF and stuff.
2015-04-28 David GriffithCleaned up Makefile
2015-04-27 David GriffithFix line spacing and stuff.
2015-04-25 David GriffithUsing Erik's example code (modified) to do sample rate...
2015-04-25 David GriffithThank-you to Erik de Castro Lopo.
2015-04-22 David GriffithSome -Wall fixes.
2015-04-19 David GriffithAllow for os_stop_sample() to work properly, more or...
2015-04-17 David GriffithReplaced stupid use of usleep() with a semaphore.
2015-04-17 David GriffithPutting this back in for a bit.
2015-04-16 David GriffithAdded missing sem_init()s and pthread_mutex_init()
2015-04-15 David GriffithBeginnings of os_stop_sample()
2015-04-15 David GriffithPlaying AIFF samples in the background works now with...
2015-04-12 David GriffithNow AIFF samples play correctly.
2015-04-12 David GriffithAt long last, a .gitignore file...
2015-04-12 David GriffithQuiet down the Makefile.
2015-04-10 David GriffithRoll back thread crap. Trying another angle for a...
2015-04-10 David GriffithReworked the Makefile. There may be more changes like...
2014-01-06 David GriffithAttempting to get threads really working.
2014-01-06 David GriffithEliminated unnecessary opens and closes of sound device...
2014-01-06 David GriffithMinor advance in bleep processing.
2014-01-06 David GriffithBleeps starting to work with threads.
2014-01-06 David GriffithAdding os_init_sound() for the core to call.
2014-01-01 David GriffithPass a struct to playaiff() and friends.
2014-01-01 David GriffithFalling back to blocking audio in preparation for an...
2013-12-31 David GriffithSignal sanity.
2013-12-31 David GriffithComment out debug printf
2013-12-31 David GriffithKill all sound effects if os_stop_sample(0) is used...
2013-12-31 David GriffithTrying cutting over to the AIFF instead of mixing it...
2013-12-31 David GriffithTrying floats
2013-12-30 David GriffithLet's see if an ntohs() call helps with mixing AIFFs.
2013-12-30 David GriffithA bit more farting around.
2013-12-26 David GriffithAIFFs playing as 16-bit. Still need to match rate.
2013-12-26 David GriffithCrude mixing with AIFF and OGG works. Need to match...
2013-12-20 David GriffithStopping sounds implemented. Mixing bleeps with music...
2013-12-20 David GriffithPass a resource number to os_start_sample() and friends.
2013-12-20 David GriffithMODs and OGGs play (can't stop them yet).
2013-12-20 David GriffithJust this for a while
2013-12-20 David GriffithUpdate the TODO list
2013-12-17 David GriffithRuntime endian determination.
2013-12-17 David GriffithOops with zgetopt.
2013-12-17 David GriffithNot used anymore.
2013-12-17 David GriffithRandom cleanup and marking stuff static
2013-12-17 David GriffithNot using this file anymore.
2013-12-16 David GriffithNobody uses this anymore.
2013-12-16 David GriffithUpdates and cleanups. Now things are more or less...
2013-12-16 David GriffithPreliminary changelog
2013-12-16 David GriffithDocs cleanup and updates
2013-12-16 David GriffithShiny new Makefile.
2013-12-16 David GriffithForgot to change returns to exits. Added commentary.
2013-12-16 David GriffithThis approach seems to work better. Just AIFF for now.
2013-12-05 David GriffithMessy, and needs much more work, but sound effects...
2013-12-03 David GriffithNow able to make crackly noises.
2013-12-01 David GriffithForgot to add ux_audio.c
2013-12-01 David GriffithFirst stab at getting sound working. AIFF-only for...
2013-12-01 David GriffithDon't assume NULL == 0
2013-11-25 David GriffithCleaned up os_process_arguments() and ux_init_blorb()
2013-10-25 David GriffithAdded instructions on building Frotz for DOS.
2013-10-25 David GriffithIndents now match the rest of the code. Minor bugfixes...
2013-10-25 David GriffithMinor just-in-case alteration to cleanup code
2013-09-23 David GriffithAnother file that I'm not sure how got missed.
2013-09-23 David GriffithHow did I forget this file???
2013-06-19 David GriffithNot going to talk about pre-compiled packages anymore...
2013-06-19 David GriffithMake DOS Frotz less chatty on startup.
2013-06-19 David GriffithFixed compile failure for DOS
2013-06-19 David Griffith64-bitness fixes from Bill Lash
2013-06-19 David GriffithBlorb file name fix from Bill Lash
2013-02-07 David GriffithReplaced now-obsolete os_path_open() with os_load_story()
2013-02-07 David Griffithf_setup.story_file straggler
2012-09-06 David Griffith64-bit problem fixed by Bill Lash
2012-09-06 David GriffithWhoops. Duplicate defines
2012-09-06 David GriffithZblorb extensions and malloc cleanliness
2012-08-25 David GriffithFilename buffer problem and tell why a blorb missing...
2012-08-25 David GriffithFixed a problem where filenames of a certain length...
2012-08-25 David GriffithEnabling compile options
2012-08-21 David GriffithCommented out Unicode cleanliness. Interferes with...
next