Johannes Schickel
|
88354bed23
|
SCUMM: Mark some overwritten methods as virtual.
|
2011-08-07 15:58:27 +02:00 |
|
strangerke
|
69b1485a22
|
GIT: Clean up: Suppress SVN tags, now useless
|
2011-05-12 01:16:22 +02:00 |
|
Max Horn
|
075919756f
|
SCUMM: Move shared code of Player_V2 & Player_V2CMS to new common base class
svn-id: r53830
|
2010-10-25 16:42:24 +00:00 |
|
Max Horn
|
d2a7a840c7
|
SCUMM: Move class Player_V2CMS to its own header file
svn-id: r53829
|
2010-10-25 16:41:39 +00:00 |
|
Max Horn
|
5fbca853aa
|
SCUMM: Turn global g_cmsEmu into a member var of Player_V2CMS
svn-id: r53763
|
2010-10-24 13:05:03 +00:00 |
|
Max Horn
|
05b8c5b9c5
|
Replace mutex_up/mutex_down methods by Common::StackLock
svn-id: r48231
|
2010-03-10 21:05:48 +00:00 |
|
Max Horn
|
43abd0e019
|
cleanup
svn-id: r48230
|
2010-03-10 21:03:50 +00:00 |
|
Johannes Schickel
|
aed02365ec
|
Strip trailing spaces/tabs.
svn-id: r47541
|
2010-01-25 01:39:44 +00:00 |
|
Travis Howell
|
8783b0f2f7
|
Add patch #2839048 - MM C64 sound/music player, with minor changes.
svn-id: r46143
|
2009-11-26 00:31:19 +00:00 |
|
Johannes Schickel
|
464ee013f0
|
Replaced char usage by int8, since char is unsigned on Linux/PPC by default.
svn-id: r42490
|
2009-07-14 19:32:25 +00:00 |
|
Eugene Sandulenko
|
da469d6d24
|
Shut gcc warning.
svn-id: r41286
|
2009-06-06 18:23:24 +00:00 |
|
Eugene Sandulenko
|
cda17beff5
|
Patch #1365914: "SCUMM: CMS support." Disabled by default. Still plenty to do.
svn-id: r41282
|
2009-06-06 18:21:49 +00:00 |
|
Max Horn
|
e1bcd70436
|
Re-added __attribute__(packed)
svn-id: r27830
|
2007-07-01 18:18:43 +00:00 |
|
Max Horn
|
218e132e37
|
Updated legal headers in source files, based on what Pidgin (the IM client formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots
svn-id: r27024
|
2007-05-30 21:56:52 +00:00 |
|
Max Horn
|
227a080e5b
|
Patch #1663933 (Kill premix channel) with a few tiny additional tweaks by me
svn-id: r25752
|
2007-02-20 18:50:17 +00:00 |
|
Torbjörn Andersson
|
a1a16d1579
|
Use consistent naming for the preprocessor constants used to guarantee that
header files are only included once. Many of them didn't have a SCUMM prefix
which could have lead to clashes with common header files.
svn-id: r25727
|
2007-02-19 17:48:19 +00:00 |
|
Max Horn
|
9edf1e6a1a
|
cleanup
svn-id: r24407
|
2006-10-21 12:44:10 +00:00 |
|
Torbjörn Andersson
|
c32076e5d0
|
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
for consistency with other #includes.
svn-id: r23585
|
2006-07-23 16:13:26 +00:00 |
|
Max Horn
|
2859b64702
|
Fix struct packing issues (macros are not resolve in #pragma params, at least for GCC)
svn-id: r23569
|
2006-07-22 17:28:48 +00:00 |
|
Max Horn
|
f59cf1fcdc
|
Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now (hiya eriktorbjorn, this one is for you *ggg*)
svn-id: r23547
|
2006-07-21 21:25:17 +00:00 |
|
Max Horn
|
f35f4a4d1c
|
Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking for GCC / not GCC
svn-id: r23458
|
2006-07-09 13:01:15 +00:00 |
|
Max Horn
|
27307acd7c
|
Moved the AudioCDManager as well as class AudioStream and its (standard) subclasses to namespace Audio
svn-id: r22231
|
2006-04-29 22:33:31 +00:00 |
|
Max Horn
|
26ee630756
|
Moved engines to the new engines/ directory
svn-id: r20582
|
2006-02-11 22:45:04 +00:00 |
|