Jerome Fisher
eda317924e
Committed patch #1168149 (Shared GM/MT-32 mapping) by eriktorbjorn as-is. This does the following:
...
- Replaces multiple identical MT-32-to-General MIDI mapping tables with a common one in MidiDriver.
- Changes Sky's GmChannel class to allow NULL instrument and velocity mapping tables, giving a 1-to-1 mapping without creating a dummy table.
svn-id: r17361
2005-04-03 22:01:38 +00:00
Max Horn
abd12dd1b6
Use class Mutex instead of MutexRef
...
svn-id: r16679
2005-01-28 22:05:51 +00:00
Max Horn
cffd917165
system.h was being included in tons of places, without any good reason; reduced this (total dependencies on system.h went down from 193 to 85 files)
...
svn-id: r16527
2005-01-10 22:06:49 +00:00
Max Horn
47280d9433
Updated copyright
...
svn-id: r16398
2005-01-01 16:09:25 +00:00
Robert Göffringmann
eb7fe9cee4
changed timing code.
...
svn-id: r15639
2004-10-22 05:34:18 +00:00
Max Horn
ce8c99bf62
Rename remaining OSystem methods to match our coding guidelines
...
svn-id: r15332
2004-09-28 20:19:37 +00:00
Max Horn
033ff78ae9
updated copyright notice
...
svn-id: r12176
2004-01-06 12:45:34 +00:00
Max Horn
14f28d58f1
remove 'Sky' name prefix for most stuff (not needed anymore since we are in namespace 'Sky' now)
...
svn-id: r12114
2004-01-03 15:57:57 +00:00
Max Horn
b0e23e35ee
Introduce namespace 'Sky'
...
svn-id: r12099
2004-01-03 01:58:58 +00:00
Paweł Kołodziejski
b99af18bd5
cleanup whitespaces
...
svn-id: r11213
2003-11-08 20:27:27 +00:00
Jamieson Christian
13541879e0
Fix for Bug [817286] MT-32 execution checksum errors
...
logicdeluxe's patch to avoid MT-32 processing
overflows when sending large amounts of SysEx data.
svn-id: r10755
2003-10-12 14:47:44 +00:00
Jamieson Christian
69964cda56
Corrected MT-32 master volume SysEx
...
svn-id: r10671
2003-10-07 15:13:39 +00:00
Max Horn
bfce5e500a
renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made)
...
svn-id: r10622
2003-10-05 20:21:20 +00:00
Jamieson Christian
056974821a
Fix OOB SysEx checksums
...
svn-id: r10572
2003-10-03 18:59:48 +00:00
Max Horn
65a6bcb90b
moved declaration of error/warning/debug from engine.h to util.h
...
svn-id: r10154
2003-09-10 12:40:41 +00:00
Travis Howell
c832c55f90
Fxo sky module compile
...
svn-id: r10153
2003-09-10 12:35:29 +00:00
Max Horn
963ecad362
debug/warning/error all automatically output a newline
...
svn-id: r8991
2003-07-13 16:22:17 +00:00
Robert Göffringmann
8e776dea07
fixed mt32 key velocities
...
svn-id: r8931
2003-07-12 06:20:40 +00:00
Robert Göffringmann
ec64f23f22
fixed race condition when loading different sections
...
svn-id: r8681
2003-07-01 01:27:50 +00:00
Max Horn
d3c7f26850
another warning
...
svn-id: r8637
2003-06-22 22:36:28 +00:00
Robert Göffringmann
f891aceee3
native mt32 support and basic control panel (incomplete)
...
doesn't work with all versions, probably file numbers were changed
svn-id: r8632
2003-06-22 21:42:59 +00:00
Robert Göffringmann
5bb59b4755
cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG
...
svn-id: r8253
2003-06-01 21:21:10 +00:00
Robert Göffringmann
6f3d72e8b7
fixed wrong path
...
svn-id: r8075
2003-05-29 03:19:10 +00:00
Robert Göffringmann
2186ad138b
moved music drivers into seperated directory, added music support for diskdemo's adlib driver version.
...
(maybe other sky versions also have this older adlib driver?)
svn-id: r8069
2003-05-28 23:31:43 +00:00