2010-03-07 |
EvanR | Heavily modified Makefile. Renamed org module. Changed...
|
commit | commitdiff | tree |
2010-03-06 |
EvanR | Fixed another bug in output level.
|
commit | commitdiff | tree |
2010-03-06 |
EvanR | Fixed output level probe.
|
commit | commitdiff | tree |
2010-03-06 |
EvanR | Added audio output level probe. Amplified default instrument.
|
commit | commitdiff | tree |
2010-03-04 |
EvanR | Fixed note off bug in default instrument. 'Fixed' volume.
|
commit | commitdiff | tree |
2010-03-04 |
EvanR | Added some events like fade out, volume. Restored ...
|
commit | commitdiff | tree |
2010-02-28 |
EvanR | 'Fixed' bug in sequencer.
|
commit | commitdiff | tree |
2010-02-28 |
EvanR | Testing of song playback.
|
commit | commitdiff | tree |
2010-02-28 |
EvanR | midi.c has better error checking and better error messages.
|
commit | commitdiff | tree |
2010-02-28 |
EvanR | midi.c now produces sorted list of events.
|
commit | commitdiff | tree |
2010-02-28 |
EvanR | Merge branch 'list' into audio
|
commit | commitdiff | tree |
2010-02-28 |
EvanR | list.c merge sort.
|
commit | commitdiff | tree |
2010-02-28 |
EvanR | midi.c
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | Merge branch 'io' into audio
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | Added read_bytes method to loader.c, improved error...
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | loader.c binary reading routines made sane.
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | Set up soundtest to test midi file loading.
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | Work on music, midi, and seq interfaces.
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | Merge branch 'list' into audio
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | Added list length function.
|
commit | commitdiff | tree |
2010-02-27 |
EvanR | Added midi.c for SMF decoding.
|
commit | commitdiff | tree |
2010-02-26 |
EvanR | Added music.c module.
|
commit | commitdiff | tree |
2010-02-26 |
EvanR | Changed an output message and put note offs in the...
|
commit | commitdiff | tree |
2010-02-25 |
EvanR | Sequencer now can loop. Fixed a bug in event dequeueing.
|
commit | commitdiff | tree |
2010-02-25 |
EvanR | Sequencer simplified, basically working.
|
commit | commitdiff | tree |
2010-02-22 |
EvanR | Added a rudimentary karplus-strong string instrument...
|
commit | commitdiff | tree |
2010-02-21 |
EvanR | Fixed an error message in loader.c, fixed a warning...
|
commit | commitdiff | tree |
2010-02-21 |
EvanR | loader.c / zip.c can now list directory contents.
|
commit | commitdiff | tree |
2010-02-21 |
EvanR | Fixed memory leak in zip.c, started on dir contents...
|
commit | commitdiff | tree |
2010-02-21 |
EvanR | Forgot to add iotest.c
|
commit | commitdiff | tree |
2010-02-21 |
EvanR | Added more error checks to zip.c
|
commit | commitdiff | tree |
2010-02-21 |
EvanR | zip.c now opens a zip archive and reads from compressed...
|
commit | commitdiff | tree |
2010-02-21 |
EvanR | zip.c work.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Merge branch 'list' into io
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Merge branch 'list' into audio
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Fixed another future bug in list.c
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Fixed a bug in list pop, again.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Enabled directory listing routines in loader.c
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Merge branch 'list' into io
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Hooked up more of loader.c into zip.c
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Added list.c and list.h
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Error output changed interface throughout code.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Better error handling in zip.c
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Reformatted zip.c, added some error handling to zip.c
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Added zip.c and linked to zlib.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Started rewriting the loader module.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Switched to an interpolated table generator in org.c
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Less bad ORG_DEFAULT loudness adjustment.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Removed ending pop completely in ORG_DEFAULT.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Removed pop bug in ORG_DEFAULT.
|
commit | commitdiff | tree |
2010-02-20 |
EvanR | Added a pitiful attempt at loudness normalization to...
|
commit | commitdiff | tree |
2010-02-19 |
EvanR | Added pitch bend feature to default instrument.
|
commit | commitdiff | tree |
2010-02-19 |
EvanR | Made default instrument in org.c 16 polyphonic.
|
commit | commitdiff | tree |
2010-02-19 |
EvanR | Added an uninterpolated sine table generator. Renamed...
|
commit | commitdiff | tree |
2010-02-19 |
EvanR | Removed unnecessary header from org.c
|
commit | commitdiff | tree |
2010-02-19 |
EvanR | Defined PI and PI2 (two times PI) in org.h
|
commit | commitdiff | tree |
2010-02-19 |
EvanR | Moved samplerate into org.h, standardized event types.
|
commit | commitdiff | tree |
2010-02-18 |
EvanR | Fixed unfriendly soundtest.c controls.
|
commit | commitdiff | tree |
2010-02-18 |
EvanR | Removed stupid debug message from audio callback.
|
commit | commitdiff | tree |
2010-02-18 |
EvanR | Put the instruments in org.c
|
commit | commitdiff | tree |
2010-02-18 |
EvanR | Added a dummy instrument, soundtest can play it.
|
commit | commitdiff | tree |
2010-02-16 |
EvanR | Added 16 dummy channels. Fixed memory error.
|
commit | commitdiff | tree |
2010-02-15 |
EvanR | New mixer model in synth.c
|
commit | commitdiff | tree |
2010-02-15 |
EvanR | Removed game.c and added soundtest.c in its place.
|
commit | commitdiff | tree |
2010-02-14 |
EvanR | Fixed warnings about console.h not being included.
|
commit | commitdiff | tree |
2010-02-13 |
EvanR | Forgot to save this file, relates to console.c
|
commit | commitdiff | tree |
2010-02-13 |
EvanR | Added input query for printing last raw event.
|
commit | commitdiff | tree |
2010-02-13 |
EvanR | Moved console stuff into console.c
|
commit | commitdiff | tree |
2010-02-13 |
EvanR | Console has new feature.
|
commit | commitdiff | tree |
2010-02-13 |
EvanR | Improved input stuff again.
|
commit | commitdiff | tree |
2010-02-13 |
EvanR | Removed .gitignore from the repo.
|
commit | commitdiff | tree |
2010-02-01 |
EvanR | Better indenting in input.c
|
commit | commitdiff | tree |
2010-01-30 |
EvanR | Added music api.
|
commit | commitdiff | tree |
2010-01-30 |
EvanR | Added preliminary support for sound effects.
|
commit | commitdiff | tree |
2010-01-30 |
EvanR | Added license info to rng. Modified some includes.
|
commit | commitdiff | tree |
2010-01-24 |
EvanR | Tidying.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | .gitignore modified.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | Removed three useless files.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | Restored and updated license notices.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | Factored seq.c out of synth.c, rewrote both.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | Added graphics.c draw_bitmap and load_bitmap.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | Factored kernel.c out of video.c, sound.c -> audio.c.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | Minor renaming.
|
commit | commitdiff | tree |
2010-01-18 |
EvanR | Moved backend.c to video.c.
|
commit | commitdiff | tree |
2010-01-17 |
EvanR | Reformatted, added input.c, better input system.
|
commit | commitdiff | tree |
2010-01-17 |
EvanR | More formatting changes.
|
commit | commitdiff | tree |
2010-01-17 |
EvanR | Massive reformatting. Removed -std=c99.
|
commit | commitdiff | tree |
2010-01-16 |
EvanR | Moved something around in rng.c.
|
commit | commitdiff | tree |
2010-01-16 |
EvanR | Added rng.c implementing an awesome RNG.
|
commit | commitdiff | tree |
2010-01-16 |
EvanR | Changed rm to $(RM) in Makefile.
|
commit | commitdiff | tree |
2010-01-16 |
EvanR | Main loop and Makefile changes.
|
commit | commitdiff | tree |
2009-09-02 |
EvanR | Minor tidying.
|
commit | commitdiff | tree |
2009-09-01 |
EvanR | Added DSP routines.
|
commit | commitdiff | tree |
2009-07-29 |
EvanR | Added smf reader routine.
|
commit | commitdiff | tree |
2009-07-29 |
EvanR | Fixed sequencer timing.
|
commit | commitdiff | tree |
2009-07-29 |
EvanR | Fixed sequencer event dispatch.
|
commit | commitdiff | tree |
2009-07-29 |
EvanR | Added broken sequencer timing.
|
commit | commitdiff | tree |
2009-07-29 |
EvanR | Added repeating scrolling background.
|
commit | commitdiff | tree |
2009-07-29 |
EvanR | Forgot to add synth.h to repo.
|
commit | commitdiff | tree |
2009-07-29 |
EvanR | Moved large amount of code out of intro module.
|
commit | commitdiff | tree |