35628 Commits

Author SHA1 Message Date
Eugene Sandulenko
c3ffbd884a Merge pull request #426 from sunmax/master
PS2: Pull request to master for latest PS2 code
2014-04-28 21:20:42 +03:00
Eugene Sandulenko
3d5dee897e Merge pull request #445 from lukaslw/second_branch
DRACI: Saving and fading out improvments.
2014-04-28 20:53:13 +03:00
Eugene Sandulenko
31b094892a FULLPIPE: Fix one more warning 2014-04-28 20:38:08 +03:00
Eugene Sandulenko
0c1b0cd097 FULLPIPE: Fix warnings 2014-04-28 20:35:18 +03:00
uruk
258d7ea535 CGE2: Implement deinitialization properly. 2014-04-28 10:24:35 +02:00
uruk
d9e0e882b7 CGE2: Deallocate _resman in destructor. 2014-04-28 09:34:34 +02:00
Eugene Sandulenko
5a966eef39 FULLPIPE: Implement ModalSaveGame::init() 2014-04-28 08:18:10 +03:00
Matthew Hoops
277a712f0b PEGASUS: Fix a Norad Delta door locked sound
Based on a patch by Keith Kaisershot
2014-04-27 21:19:08 -04:00
Keith Kaisershot
cfcd3fd780 PEGASUS: Set volume in more places 2014-04-27 21:12:34 -04:00
Keith Kaisershot
bee65c0b8e PEGASUS: Fix repeated audio analysis video when leaving after defeating Sinclair 2014-04-27 20:38:57 -04:00
Eugene Sandulenko
de9ab9d088 FULLPIPE: More code to ModalSaveGame 2014-04-27 12:52:57 +03:00
Eugene Sandulenko
91a3839882 FULLPIPE: Implement ModalSaveGame::getSaveName() 2014-04-27 12:42:28 +03:00
Eugene Sandulenko
d5bc560d66 FULLPIPE: Implement ModalSaveGame destructor 2014-04-27 12:39:37 +03:00
Eugene Sandulenko
a3859041bf FULLPIPE: Implement ModalSaveGame::ModalSaveGame() 2014-04-27 12:37:48 +03:00
Eugene Sandulenko
cf97b2ec9e FULLPIPE: Implement StaticANIObject::calcStepLen() 2014-04-27 11:59:29 +03:00
Eugene Sandulenko
10d3017737 FULLPIPE: Proper implementation of FullpipeEngine::stopAllSoundInstances() 2014-04-27 11:07:41 +03:00
Eugene Sandulenko
eaee951a2f FULLPIPE: Implement Sound::setPanAndVolume() 2014-04-26 23:32:27 +03:00
Eugene Sandulenko
64800b2ac2 FULLPIPE: Implement SoundList::getSoundItemById() 2014-04-26 21:58:20 +03:00
Eugene Sandulenko
533b4accb2 FULLPIPE: Fixed Sound::getVolume() 2014-04-26 21:45:41 +03:00
Eugene Sandulenko
ecdda5acdf FULLPIPE: Implement Sound() destructor 2014-04-26 17:34:24 +03:00
Eugene Sandulenko
452f939cba FULLPIPE: Implement Sound::freeSound() and Sound::stop() 2014-04-26 17:32:41 +03:00
Eugene Sandulenko
e25195d8f5 FULLPIPE: Implement Sound::play() 2014-04-26 17:00:11 +03:00
Eugene Sandulenko
4d81792b45 FULLPIPE: Implement global_messageHandler_handleSound() 2014-04-26 16:25:01 +03:00
Eugene Sandulenko
2f10c8ec55 FULLPIPE: Proper implementation of FullpipeEngine::playSound() 2014-04-26 15:06:23 +03:00
Eugene Sandulenko
ba14a54d79 FULLPIPE: Implement FullpipeEngine::setSceneMusicParameters() 2014-04-26 15:00:36 +03:00
Eugene Sandulenko
4598f48fd6 FULLPIPE: Remove redundant object casts 2014-04-26 14:47:18 +03:00
Eugene Sandulenko
e804b8fa2c FULLPIPE: Implement FullpipeEngine::getSceneTrack() 2014-04-26 14:43:08 +03:00
Eugene Sandulenko
81b24d0c40 FULLPIPE: Proper implementation of FullpipeEngine::startSceneTrack() 2014-04-26 14:34:12 +03:00
Eugene Sandulenko
d12d69631d FULLPIPE: Implement FullpipeEngine::playTrack() 2014-04-26 14:22:50 +03:00
Eugene Sandulenko
fd8eb9a0e3 FULLPIPE: Implement FullpipeEngine::processArcade() 2014-04-26 14:02:04 +03:00
Eugene Sandulenko
aad1d556d6 FULLPIPE: Implement FullpipeEngine::updateSoundVolume() 2014-04-26 13:18:55 +03:00
Eugene Sandulenko
cb565e9eaf FULLPIPE: Implement FullpipeEngine::toggleMute() 2014-04-26 13:13:07 +03:00
Eugene Sandulenko
04ca386e68 FULLPIPE: Implement global_messageHandler_KickStucco() 2014-04-26 12:23:37 +03:00
Eugene Sandulenko
da23bd0772 FULLPIPE: Implement global_messageHandler_KickMetal() 2014-04-26 12:18:53 +03:00
Eugene Sandulenko
c55398cd4b FULLPIPE: Implement clearGlobalMessageQueueList() 2014-04-26 12:08:37 +03:00
Eugene Sandulenko
20f14713da FULLPIPE: Implement MGM::refreshOffsets() 2014-04-26 12:03:58 +03:00
Eugene Sandulenko
8d15423f42 FULLPIPE: Implement MGM::countPhases() 2014-04-26 10:45:01 +03:00
Eugene Sandulenko
49b6498d22 FULLPIPE: Implement MGM::genMovement() 2014-04-26 10:39:34 +03:00
Eugene Sandulenko
324aa1a941 FULLPIPE: Implement MGM::genMQ() 2014-04-26 10:12:27 +03:00
uruk
b58965e4e6 CGE2: Add file I/O. 2014-04-26 08:02:00 +02:00
Eugene Sandulenko
58648b0894 FULLPIPE: Implement StaticANIObject::changeStatics1() 2014-04-25 22:30:10 +03:00
uruk
aad77304a8 CGE2: Add copyright comments to the source files. 2014-04-25 20:11:32 +02:00
uruk
b429e746a7 CGE2: Remove detection of Sfinx from CGE1. 2014-04-25 17:34:38 +02:00
uruk
2141c99b59 CGE2: Initial commit, implement detection. 2014-04-25 16:55:41 +02:00
Eugene Sandulenko
8230577153 FULLPIPE: Implement MGM::recalcOffsets() 2014-04-25 14:30:51 +03:00
Eugene Sandulenko
1726f5731d FULLPIPE: Further work on MGM::recalcOffsets() 2014-04-25 08:38:55 +03:00
Eugene Sandulenko
c340570138 FULLPIPE: More work on MGM::recalcOffsets() 2014-04-24 12:37:56 +03:00
Matthew Hoops
7011e8122e PEGASUS: Poll for events in more places
Based on a patch by Keith Kaisershot (blitter)
2014-04-23 20:33:08 -04:00
Eugene Sandulenko
c949963a8a FULLPIPE: More work on MGM::calcOffsets() 2014-04-23 20:52:39 +03:00
Eugene Sandulenko
8195f14473 FULLPIPE: Started implementation of MGM::recalcOffsets() 2014-04-23 20:29:36 +03:00