shithub: choc

RSS feed

58f71d21 – Russell Rice <rtc_marine@hotmail.com> authored on 2009/10/12 19:43
- Add opl win9x driver to codeblocks project

56a6af42 – Simon Howard <fraggle@gmail.com> authored on 2009/10/11 17:47
Don't apply base note offset if the instrument is a fixed note

c70eec36 – Simon Howard <fraggle@gmail.com> authored on 2009/10/10 18:23
Add README.OPL to dist.

63788d62 – Simon Howard <fraggle@gmail.com> authored on 2009/10/04 12:45
Add README file for setting up hardware OPL.

73cc6b5a – Simon Howard <fraggle@gmail.com> authored on 2009/10/04 00:21
Make OpenBSD native OPL backend work on x86_64 as well as i386.

073e710f – Simon Howard <fraggle@gmail.com> authored on 2009/10/03 18:43
Use Mix_HookMusic rather than Mix_SetPostMix for OPL emulation, to avoid

13d6fa2b – Simon Howard <fraggle@gmail.com> authored on 2009/10/03 16:51
Merge from trunk.

8089e905 – Simon Howard <fraggle@gmail.com> authored on 2009/10/01 15:09
Remove temporary MIDI file after loading MIDI data. Stop all playing OPL

a034c665 – Simon Howard <fraggle@gmail.com> authored on 2009/10/01 15:08
Oops.

06c73f7a – Simon Howard <fraggle@gmail.com> authored on 2009/09/30 21:10
Merge from trunk.

508c3fd3 – Simon Howard <fraggle@gmail.com> authored on 2009/09/30 21:04
Oops.

4a70f989 – Simon Howard <fraggle@gmail.com> authored on 2009/09/30 20:08
Convert to American English spellings.

410579ec – Simon Howard <fraggle@gmail.com> authored on 2009/09/30 19:07
Change British English spellings to American English, for consistency.

b8b75575 – Simon Howard <fraggle@gmail.com> authored on 2009/09/29 21:13
Initialize dwOSVersionInfoSize before calling GetVersionEx().

d484bfaf – Simon Howard <fraggle@gmail.com> authored on 2009/09/29 20:11
Add Win9x native OPL driver (untested).

614351ce – Simon Howard <fraggle@gmail.com> authored on 2009/09/28 16:44
Change music enable/disable control in setup tool to a dropdown list, to

de66c6b9 – Simon Howard <fraggle@gmail.com> authored on 2009/09/26 20:40
Set privilege level to 3, not 1.

43f16000 – Simon Howard <fraggle@gmail.com> authored on 2009/09/26 20:08
Add documentation for OPL_DRIVER environment variable.

dce2c95f – Simon Howard <fraggle@gmail.com> authored on 2009/09/26 19:52
Move register read/write code into OPL library. Detect OPL in the

808b7815 – Simon Howard <fraggle@gmail.com> authored on 2009/09/26 16:01
Don't use snd_mport to control OPL base I/O port; Vanilla doesn't do

6f3d0abb – Simon Howard <fraggle@gmail.com> authored on 2009/09/26 15:56
Add OpenBSD/NetBSD native OPL backend.

07f50245 – Simon Howard <fraggle@gmail.com> authored on 2009/09/24 17:57
Disable OPL debug output.

79698ecf – Simon Howard <fraggle@gmail.com> authored on 2009/09/21 18:20
Implement pausing of music.

38b5ee99 – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 17:35
Add DMXOPTIONS to OPL-TODO.

3a8dc496 – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 17:32
Oops.

4b598f3d – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 17:25
Implement volume control.

fcf4a724 – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 17:21
Remove old test code.

f894f24b – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 17:19
Avoid possible overflow due to base note offset.

b600e190 – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 16:52
Update OPL-TODO.

dd03cbbe – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 16:47
Use the base note offset field to offset notes, not a fixed lookup table

42f7a9b8 – Simon Howard <fraggle@gmail.com> authored on 2009/09/20 11:27
Use "const char" in libtextscreen where appropriate (thanks entryway).

13314576 – Simon Howard <fraggle@gmail.com> authored on 2009/09/19 16:42
Add octave offset table, offset notes on specific instruments down by

47282d2c – Simon Howard <fraggle@gmail.com> authored on 2009/09/17 16:20
Add OPL TODO list.

7e2eaa10 – Simon Howard <fraggle@gmail.com> authored on 2009/09/12 20:15
Change intro/introa fix to be more accurate: Doom uses d_intro, but

2b40842e – Simon Howard <fraggle@gmail.com> authored on 2009/09/12 19:04
Remove separate volume calculations for non-feedback (separate operator)

6132a2a3 – Simon Howard <fraggle@gmail.com> authored on 2009/09/12 17:13
Vanilla Doom plays d_introa, not d_intro.

a6a747e0 – Simon Howard <fraggle@gmail.com> authored on 2009/09/12 13:22
Discard an existing voice when no voices are available (based on

10da45b9 – Simon Howard <fraggle@gmail.com> authored on 2009/09/11 17:56
Add (lack of) copyright notice for SDL workaround.

cc0cc9fb – Simon Howard <fraggle@gmail.com> authored on 2009/09/11 12:54
Implement the fine tuning field, based on research.

100b658b – Simon Howard <fraggle@gmail.com> authored on 2009/09/10 16:28
Merge from trunk.

ba1accec – Simon Howard <fraggle@gmail.com> authored on 2009/09/08 14:12
Set the correct instrument voice, instead of using the first voice for

e97bc5db – Simon Howard <fraggle@gmail.com> authored on 2009/09/08 13:56
Program two voices for double voice instruments.

be3bba2a – Simon Howard <fraggle@gmail.com> authored on 2009/09/07 15:43
Fix compilation under MacOS X.

d372d65b – Simon Howard <fraggle@gmail.com> authored on 2009/09/07 14:11
Implement pitch bend.

0de7210f – Simon Howard <fraggle@gmail.com> authored on 2009/09/06 14:15
Fixes for MSVC compile (thanks entryway).

556f7291 – Simon Howard <fraggle@gmail.com> authored on 2009/09/01 14:17
Loop songs (when appropriate)

eb229103 – Simon Howard <fraggle@gmail.com> authored on 2009/08/31 18:50
Perform volume mapping on note and channel volumes before multiplying

fe96ae29 – Simon Howard <fraggle@gmail.com> authored on 2009/08/31 14:33
Dont program an instrument if it is already set.

a26925cf – Simon Howard <fraggle@gmail.com> authored on 2009/08/31 14:18
Set the volume on both operators for instruments that use non-modulating

a43e60ee – Simon Howard <fraggle@gmail.com> authored on 2009/08/31 13:32
Make channel volume work.

c887c980 – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 19:55
Use fixed note on instruments with the fixed note flag set.

01cebf13 – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 19:54
Use milliseconds rather than microseconds, to avoid integer overflow.

ab14960e – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 19:04
Make I_OPL_StopSong work.

628ba41e – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 18:47
Use the pedal speed value for the volume. This sounds better, but it's

61b2e3d2 – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 18:26
Set the right instrument for percussion notes.

1d045ed1 – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 18:03
Initial, broken, volume level setting.

ca23c95d – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 17:34
Initial/basic MIDI track playback.

076adeb0 – Simon Howard <fraggle@gmail.com> authored on 2009/08/30 08:07
Add method to clear all existing callbacks.

4d13a133 – Russell Rice <rtc_marine@hotmail.com> authored on 2009/08/30 00:31
- Add OPL to codeblocks project

f6ce7dfe – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 21:56
Make some noise.

f2f36117 – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 17:30
MIDI_OpenFile -> MIDI_LoadFile.

a10180a4 – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 17:26
Use OPL_Delay to wait 1ms for timer to expire when doing OPL detect.

9cc843c6 – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 17:22
Load MIDI file.

324c1d87 – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 17:05
Rename MIDI_OpenFile to MIDI_LoadFile, remove unneeded structure

6cae0f05 – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 17:03
Don't crash if OPL is shutdown after SDL was initialised.

e7262d2a – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 16:12
Fix crash when specifying an invalid filename.

ca065a06 – Simon Howard <fraggle@gmail.com> authored on 2009/08/29 16:08
Set timer callback for OPL emulator so that the adlib detection routine

e33a4961 – Simon Howard <fraggle@gmail.com> authored on 2009/08/28 14:04
Working SDL OPL driver.

ec81c27e – Simon Howard <fraggle@gmail.com> authored on 2009/08/27 19:27
Allow PGUP/PGDN to scroll up and down in scroll panes (thanks

1715116e – Simon Howard <fraggle@gmail.com> authored on 2009/07/20 18:27
Remove redundant variable assignment (thanks Quasar/Yagisan)

f1596273 – Simon Howard <fraggle@gmail.com> authored on 2009/07/19 20:37
Save and display the loading disk icon as a fixed 16x16 square, from an

63b550c0 – Simon Howard <fraggle@gmail.com> authored on 2009/07/13 18:43
Add stdio.h include to fix MSVC build (thanks Kaiser)

480a3109 – Simon Howard <fraggle@gmail.com> authored on 2009/07/12 20:52
Merge from trunk.

e66653a8 – Simon Howard <fraggle@gmail.com> authored on 2009/07/12 12:47
Fix compile with libsamplerate.

1dbed306 – Simon Howard <fraggle@gmail.com> authored on 2009/07/12 10:00
On Windows CE, use the Windows API to find the amount of available

37db69b8 – Simon Howard <fraggle@gmail.com> authored on 2009/07/11 08:32
Remove entry in bug list about OPL music.

24db815f – Simon Howard <fraggle@gmail.com> authored on 2009/07/11 07:15
Add missing item to NEWS.

24783792 – Simon Howard <fraggle@gmail.com> authored on 2009/07/07 15:46
Update NEWS.

e806e6a6 – Simon Howard <fraggle@gmail.com> authored on 2009/07/07 15:38
Fix launching of the game from the setup tool in Windows CE.

8777a967 – Simon Howard <fraggle@gmail.com> authored on 2009/06/21 15:33
Add Makefile for building CAB files, dependency calculation.

4981903f – Simon Howard <fraggle@gmail.com> authored on 2009/06/21 15:19
Use correct filename for SDL_net DLL.

48f39f1e – Simon Howard <fraggle@gmail.com> authored on 2009/06/21 15:03
Remove temporary files after generating CAB file.

d131bab5 – Simon Howard <fraggle@gmail.com> authored on 2009/06/20 18:13
Add script to generate Windows CE install package.

9d9d55a9 – Simon Howard <fraggle@gmail.com> authored on 2009/06/16 15:47
Automatically allocate a smaller zone size if it was not possible to

356cc402 – Simon Howard <fraggle@gmail.com> authored on 2009/06/13 13:10
Don't post zero key events.

d4863b4c – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 15:07
On Windows CE systems without a keyboard, patch the default settings to

a3b1c4e9 – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 13:58
Remove debug messages.

9fc871cd – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 13:35
Set the USER environment variable based on the owner information from

c80600ef – Simon Howard <fraggle@gmail.com> authored on 2009/06/12 13:34
Always grab input on Windows CE.

43748a36 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 17:34
Include libc_wince.a in chocolate-server build.

779a2157 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 15:41
Grab the input in setup when reading a new key binding, so that Windows

3a4db250 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 14:19
Include libc_wince.h on Windows CE.

1a5c3bc6 – Simon Howard <fraggle@gmail.com> authored on 2009/06/11 14:18
Declare getenv/putenv on Windows CE for recent SDL versions that do not

ac28eb40 – Simon Howard <fraggle@gmail.com> authored on 2009/06/10 15:03
Add key bindings for pause, message refresh.

b6491fa4 – Simon Howard <fraggle@gmail.com> authored on 2009/06/08 15:26
Remove debugging code.

a91a1c60 – Simon Howard <fraggle@gmail.com> authored on 2009/06/08 14:15
Use SDL's getenv/putenv implementation, and populate at startup.

bdeaec12 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 19:41
Use CreateFileW instead of OpenFile (doesn't exist on Windows CE)

d9be0682 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 15:08
Fix header includes (thanks exp[x])

ea3b0114 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 14:18
Don't add DirectX/Windib selector on Windows CE.

0e3e4653 – Simon Howard <fraggle@gmail.com> authored on 2009/06/07 13:53
Use home dir to store configuration and savegames under Windows CE.

Next