aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
2004-01-12Add mpeg2 option to mingw makefileTravis Howell
2004-01-12fixed bug that was causing lots of havoc on BE machines. Thanks eriktorbjornOliver Kiehl
2004-01-12- whitespacesPaweł Kołodziejski
2004-01-12Don't hog the CPU when playing cutscenes.Torbjörn Andersson
2004-01-12Initial libmpeg2 cutscene support based on patch #874510.James Brown
2004-01-12Sync the credits so that the text scroll and music will last for about theTorbjörn Andersson
2004-01-11cleanupTorbjörn Andersson
2004-01-10I forgot this in the previous cleanup.Torbjörn Andersson
2004-01-10cleanupTorbjörn Andersson
2004-01-09Removed redundant comment.Torbjörn Andersson
2004-01-09Removed redundant comments.Torbjörn Andersson
2004-01-09Make it possible to quit while showing in-game dialogs. (Regression fix.)Torbjörn Andersson
2004-01-09Fix a harmless clipping bug (block surfaces were drawn even when theirTorbjörn Andersson
2004-01-08Allow quitting during cutscenes and credits again. This is getting a bitTorbjörn Andersson
2004-01-07Valgrind fixes. Mostly about memory not being freed when the engine isTorbjörn Andersson
2004-01-06Never call _system->quit() directly. Let ScummVM handle that so that theTorbjörn Andersson
2004-01-06It's a new year in BS2 land, too!Torbjörn Andersson
2004-01-06Made sure the screen is really cleared when drawing a dialog window, plusTorbjörn Andersson
2004-01-05Marked some more structs as packed. I don't know if it makes anyTorbjörn Andersson
2004-01-05Changed some memmove()s to memcpy(), since the memory areas were notTorbjörn Andersson
2004-01-05Tiny cleanup.Torbjörn Andersson
2004-01-05Fixed some debugging messages so they refer to the correct function.Torbjörn Andersson
2004-01-05Slowed down the credits slightly. With the recent optimizations, the musicTorbjörn Andersson
2004-01-04Adapted LavosSpawn's idea for more efficient screen updating. It stillTorbjörn Andersson
2004-01-04Some cleanup and Valgrind warning fixes.Torbjörn Andersson
2004-01-04Update a comment to reflect that some functions have different names now.Torbjörn Andersson
2004-01-04renamed global var _debugLevel to g_debugLevel; let Engine constructor init i...Max Horn
2004-01-03cleanupMax Horn
2004-01-03fix for BE systemsMax Horn
2004-01-03Fixed bug that made ScummVM crash when loading a savegame where the mainTorbjörn Andersson
2004-01-03It was pointed out to me that we can't use the DEMO variable here, becauseTorbjörn Andersson
2004-01-03renamed AudioInputStream -> AudioStreamMax Horn
2004-01-03Made the music code more like the one in BS1, i.e. the fade time is longerTorbjörn Andersson
2004-01-01Oops, that was the wrong data type. (Not that it should matter, but...)Torbjörn Andersson
2003-12-31Some tweaking of the new credits code. It is no longer necessary to haveTorbjörn Andersson
2003-12-31oops, forgot one caseTorbjörn Andersson
2003-12-31When saving the music state, remember the name of the music file that wasTorbjörn Andersson
2003-12-31I still don't know how to draw the credits like the original did, but atTorbjörn Andersson
2003-12-31Don't allow the credits to be displayed while in conversation mode.Torbjörn Andersson
2003-12-31Enable the line that increases _gameCycle. There's a debugger command thatTorbjörn Andersson
2003-12-29tiny cleanupTorbjörn Andersson
2003-12-29The game sets its own DEMO variable, so we might as well check that one asTorbjörn Andersson
2003-12-28Hopefully the last big renaming. Now the datatypes have names likeTorbjörn Andersson
2003-12-24o Added SoundMixer::isReady()Max Horn
2003-12-24turned PlayingSoundHandle into an 'opaque' (well not really :-) data type, ma...Max Horn
2003-12-21Make it possible for game detection functions to detect language/platform (no...Max Horn
2003-12-20Make VC6/EVC happierNicolas Bacca
2003-12-19Fixed bug with looping music. It must have been there all along, but maybeTorbjörn Andersson
2003-12-19Implemented scroll wheel handling for save/load dialogs. (This turned up aTorbjörn Andersson
2003-12-19distinguish between end of stream and end of dataMax Horn