Commit Graph

235 Commits

Author SHA1 Message Date
Norbert Lange
62202a9de5 Removed alot of the debug-output
created a class player_v4a to hook TFMX Playback into Scumm. Monkey Island has sound, but no sfx yet

svn-id: r41480
2009-06-12 20:10:27 +00:00
Norbert Lange
14f1960c8f sdl.cpp, main.cpp:
Made modifications dependend on compiletime-variable TFMX_CMDLINE_TOOL.
scumm.vcproj, scummvm-tfmx.sln, scummvm-tfmx.vcproj:
	enabled Scumm-Engine
tfmx.cpp:
	Some small cleanups and corrections

svn-id: r41478
2009-06-12 14:02:21 +00:00
Norbert Lange
d3ad5fc663 Initital commit modifying buildsystem and adding a TFMX Module-Player
Changes in Paula.cpp/Paula.h + soundfx.cpp:
Added (easy) queueing of samples by implementing methods that act similar
like writes to the Amiga-Chipset would.
Added counting of DMA-Interrupts, that is how often a sample finished
playing.
Added a base for the interrupt-interval, in most cases this will be the
Cia-clockrate. Derived classes can then set the interval without scaling to
the samplerate

Changes in common/scummsys.h:
Only disable warnings with pragmas for MS Compilers that cant do so
otherwise. Newer MSVC Versions can and should disable warnings in the
Project-Settings.

Files in tfmx:
Some files for debugging. Wont ever be commited back into trunk so those
will contain some messy and hackish code

Added: tfmx.h/tfmx.cpp
Player for TFMX-Modules.

Rest: main.cpp etc.
Modified buildsystem to include new directory, modified main.cpp so it
calls tfmxmain (tfmxplayer.cpp) instead of starting the GUI.

svn-id: r41382
2009-06-08 18:33:20 +00:00
Arnaud Boutonné
5db387a496 Suppress inclusion of a not yet committed file
svn-id: r41323
2009-06-07 08:46:15 +00:00
Arnaud Boutonné
c37ff65613 Suppress use of parse_v1 and parse_v2 as DrMcCoy got rid of them.
svn-id: r41322
2009-06-07 08:33:46 +00:00
Filippos Karapetis
fe967127e2 Updated the MSVC project files of the SCUMM engine for commit #41282
svn-id: r41290
2009-06-06 18:38:41 +00:00
Filippos Karapetis
c3206f3671 Updated the MSVC project files of the SCI engine
svn-id: r41168
2009-06-04 12:47:11 +00:00
Arnaud Boutonné
3b311c65d0 gob - Apply DrMcCoy modifications to the save system in the vcproj files. (still not compiling, though)
svn-id: r41060
2009-05-31 09:11:45 +00:00
Filippos Karapetis
8e2af8ff7c Updated the MSVC project files of the SCI engine
svn-id: r41034
2009-05-30 15:42:29 +00:00
Filippos Karapetis
56c0a41b71 SCI: Moved the rest of the console code out of sciconsole.cpp and into console.cpp. "list" and "hexgrep" have been added to the console commands. parse_reg_t() has been moved to kmovement.cpp (as it's the only code using it). Note that the debug commands in scriptdebug.cpp have not been converted yet, so they don't work at the moment
svn-id: r41024
2009-05-30 10:22:53 +00:00
Filippos Karapetis
f728ddefd0 Updated the MSVC project files of the SCI engine with the latest changes, and synced the MSVC7 project file of the kyra engine
svn-id: r40998
2009-05-29 14:18:46 +00:00
Filippos Karapetis
d25ddb5fa9 Updated the MSVC project files of the SCI engine
svn-id: r40970
2009-05-28 22:28:23 +00:00
Paul Gilbert
6ca62c0581 Added new files to the MSVC Kyra project
svn-id: r40953
2009-05-28 08:36:27 +00:00
Filippos Karapetis
ae480e2903 Updated the MSVC project files of the SCI engine
svn-id: r40918
2009-05-26 15:01:52 +00:00
Filippos Karapetis
409c5e0a7e Updated the MSVC project files of the kyra engine (added sound_lol.cpp)
svn-id: r40881
2009-05-25 10:32:36 +00:00
Filippos Karapetis
24242bfb4c Updated the MSVC files of the SCI engine (added the KQ6 SEQ decoder)
svn-id: r40777
2009-05-21 23:27:12 +00:00
Filippos Karapetis
dfffea1bf4 Updated the MSVC project files of the gob engine (added helper.h)
svn-id: r40769
2009-05-21 17:28:43 +00:00
Filippos Karapetis
b7f8990ba8 Renamed the DXA, SMK and FLIC video decoders to reflect the fact that they're decoders, not players
svn-id: r40759
2009-05-21 13:02:56 +00:00
Filippos Karapetis
6bc543d499 Updated the MSVC project files with the latest changes to file structure
svn-id: r40756
2009-05-21 10:52:13 +00:00
Filippos Karapetis
3f778de173 Updated the MSVC project files of the AGOS and KYRA engines
svn-id: r40639
2009-05-17 08:51:34 +00:00
Filippos Karapetis
4b52d7ae2a Updated the MSVC project files of the SCI engine
svn-id: r40610
2009-05-15 14:13:06 +00:00
Filippos Karapetis
abe09307ea Updated the MSVC project files of the SCI engine
svn-id: r40562
2009-05-14 13:56:05 +00:00
Filippos Karapetis
ab3bd3c3c0 Updated the MSVC project files of the SCI engine
svn-id: r40543
2009-05-13 21:25:37 +00:00
Filippos Karapetis
636776cf44 Updated the MSVC project files of the SCI engine
svn-id: r40525
2009-05-13 17:00:28 +00:00
Max Horn
0255cd0213 SCI: Removed sci_memory.h/.cpp
svn-id: r40514
2009-05-12 23:30:10 +00:00
Paul Gilbert
2cb051a394 Added the new hardwarekeys.cpp file
svn-id: r40448
2009-05-11 09:30:39 +00:00
Filippos Karapetis
5dc9bdc05a Synced all the MSVC project files of the SCI engine
svn-id: r40402
2009-05-09 15:34:13 +00:00
Filippos Karapetis
1c50778e46 Fixed compilation under all versions of MSVC (renamed sound/softsynth/opl/opl.cpp and .h into opl_impl.h and opl_inc.h respectively)
svn-id: r40379
2009-05-08 11:24:20 +00:00
Filippos Karapetis
625f218388 Fixed SCI compilation under MSVC and added several missing files
svn-id: r40359
2009-05-06 11:16:38 +00:00
Filippos Karapetis
494000dab7 Updated the MSVC project files of the SCI engine (compilation is broken with SCI under MSVC)
svn-id: r40350
2009-05-06 10:03:22 +00:00
Filippos Karapetis
f982011f4e - Updated the MSVC project files of ScummVM (added the new Adlib player, as well as vkeyb and keymapper)
- Synced the GOB project files
- Synced the SCUMM project files

svn-id: r40349
2009-05-06 10:01:05 +00:00
Arnaud Boutonné
99e5936a30 Gob - Fix MSVC7, 7.1 and 9 VCPROJ, as compilation failed (demos classes were teleported to a demos subdir by some evil entity) ;)
svn-id: r40235
2009-05-02 08:53:45 +00:00
Arnaud Boutonné
a61089a730 Gob - Add game_fascin.cpp file
svn-id: r40208
2009-04-29 16:41:04 +00:00
Arnaud Boutonné
e575683c65 MSVC project files for Gob : Add demoplayer and batplayer needed to compile
svn-id: r40137
2009-04-25 00:07:30 +00:00
Filippos Karapetis
de9f2a2b5a Updated the MSVC project files of the gob engine for commit #40122
svn-id: r40125
2009-04-24 18:40:15 +00:00
Filippos Karapetis
6206ea92bb Updated the MSVC project files of the gob engine
svn-id: r40061
2009-04-21 23:03:12 +00:00
Max Horn
9d8d3fdb2f Patch #2776913: Fix MSVC dists to include new necessary files
svn-id: r40047
2009-04-21 13:41:29 +00:00
Filippos Karapetis
0dc02a2cbe Updated the SAGA and SCI MSVC project files (removed saga/list.h and sci/engine/aatree.h)
svn-id: r39932
2009-04-11 12:34:16 +00:00
Kari Salminen
0a9febc300 Update MSVC project files (MSVC9's cruise.vcproj bas broken in r39787).
svn-id: r39792
2009-04-01 16:19:48 +00:00
Paul Gilbert
ef81dc0f98 Added Cruise sound.cpp/.h to the MSVC projects
svn-id: r39787
2009-04-01 10:45:36 +00:00
Kari Salminen
02b178f4db Update MSVC project files for r39687.
svn-id: r39692
2009-03-25 20:07:44 +00:00
Filippos Karapetis
a8672bc492 Updated the MSVC project files of the Gob, Parallaction, SCI and SCUMM engines
svn-id: r39592
2009-03-21 16:24:07 +00:00
Filippos Karapetis
28036e8f0c Updated the MSVC project files of the SCI engine
svn-id: r39516
2009-03-18 13:26:13 +00:00
Filippos Karapetis
7918852b1d Added some missing header files to the MSVC project files of the SCI engine
svn-id: r39507
2009-03-18 08:09:02 +00:00
Filippos Karapetis
4c498d3456 Updated the MSVC project files of the SCI engine for commit #39499
svn-id: r39500
2009-03-17 23:39:28 +00:00
Filippos Karapetis
6a83723b0c Updated the MSVC project files of the tinsel, sci and scummvm projects for the file changes which occurred in commits #39430 and #39439
svn-id: r39440
2009-03-16 07:45:47 +00:00
Filippos Karapetis
adde70537a Updated MSVC project files for commit #39416 (moved vag.* from engines/sword1/ to sound/)
svn-id: r39423
2009-03-15 17:11:34 +00:00
Filippos Karapetis
4805271539 Updated the MSVC project files of the parallaction engine
svn-id: r39403
2009-03-14 17:45:41 +00:00
Filippos Karapetis
0796c72e97 Updated the MSVC project files of the SCI engine (added engine/savegame.h)
svn-id: r39378
2009-03-14 00:17:12 +00:00
Filippos Karapetis
8dc86556da Add the ENABLE_LOL flag to release builds as well
svn-id: r39377
2009-03-14 00:16:02 +00:00