This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-04 09:56:30 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
scumm
/
imuse
History
Lars Persson
595a48a87e
Small updates to intiate variable and member visibility.
...
svn-id: r21604
2006-04-04 21:32:19 +00:00
..
imuse_internal.h
IMuse SysEx processing now handled by client-specified callbacks. This removes all game-specific references from the Player class. Bloodshed Dev-C++ project file updated.
2006-03-12 18:06:22 +00:00
imuse_part.cpp
Separated the IMuse Part methods into their own file. Updated the Bloodshed Dev-C++ project file at the same time.
2006-03-05 05:14:20 +00:00
imuse_player.cpp
Remove unused vars, to prevent compiler warnings
2006-03-14 12:13:27 +00:00
imuse.cpp
Fix MSVC warnings
#2
2006-03-24 18:32:10 +00:00
imuse.h
IMuse SysEx processing now handled by client-specified callbacks. This removes all game-specific references from the Player class. Bloodshed Dev-C++ project file updated.
2006-03-12 18:06:22 +00:00
instrument.cpp
SysEx data now passed around with const pointers. Permits simplification of some SysEx client code.
2006-02-27 01:59:07 +00:00
instrument.h
SysEx data now passed around with const pointers. Permits simplification of some SysEx client code.
2006-02-27 01:59:07 +00:00
sysex_samnmax.cpp
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 to ~250). Many greetings to eriktorbjorn, and have fun recompiling.
2006-03-29 15:59:37 +00:00
sysex_scumm.cpp
Small updates to intiate variable and member visibility.
2006-04-04 21:32:19 +00:00
sysex.h
IMuse SysEx processing now handled by client-specified callbacks. This removes all game-specific references from the Player class. Bloodshed Dev-C++ project file updated.
2006-03-12 18:06:22 +00:00