aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
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
2003-12-19unregister the premix proc when you go awayMax Horn
2003-12-19I am going to remove the default implementation of readBuffer() (AudioInputSt...Max Horn
2003-12-17My last commit didn't work on big-endian. Maybe this one does...Torbjörn Andersson
2003-12-17The mixer handles little-endian samples now. Take advantage of that.Torbjörn Andersson
2003-12-17fixed warningPaweł Kołodziejski
2003-12-17cleanupTorbjörn Andersson
2003-12-17Made sure that *all* AudioInputStream 'know' their sample rate; removed point...Max Horn
2003-12-15Tiny whitespace change. (No, as a matter of fact I don't have anythingTorbjörn Andersson
2003-12-14Mostly cleanups, but I believe this also fixes an endian problem in theTorbjörn Andersson
2003-12-14Fixed a potential crash bug where an audio buffer would be freed at the endTorbjörn Andersson
2003-12-13removed GameSettings::detectname and GameSettings::midi; renamed GameSettings...Max Horn
2003-12-11cleanupTorbjörn Andersson
2003-12-10Restored some relevant information to a comment that was removed by myTorbjörn Andersson
2003-12-10Sprite surfaces (as opposed to standard sprites) are always displayTorbjörn Andersson
2003-12-10Cleaned up keyboard handling. The old code would misinterpret some keys,Torbjörn Andersson
2003-12-09I've played through the whole game, and I've scanned through the clusterTorbjörn Andersson
2003-12-08Shut up Valgrind warnings.Torbjörn Andersson
2003-12-03Change Broken Sword 2 default to no subtitlesTravis Howell
2003-12-02Since all other engines have been changed to use "subtitles" instead ofTorbjörn Andersson
2003-12-02cleanupTorbjörn Andersson
2003-12-01Removed semi-colon after REGISTER_PLUGIN() to be consistent with the otherTorbjörn Andersson
2003-12-01Removed some unnecessary / commented out code, and initialized the debugTorbjörn Andersson
2003-11-29Clarified comment about the elevator script bug and added a workaround forTorbjörn Andersson
2003-11-28Some formatting changes, and a few debug message corrections.Torbjörn Andersson
2003-11-27Mostly whitespace changes, but also a few modifications to the stillTorbjörn Andersson
2003-11-25Removed some spurious semi-colons pointed out in patch #847464Torbjörn Andersson
2003-11-25Removed extra bars/node stuff since it was never used. From what ITorbjörn Andersson
2003-11-25cleanupTorbjörn Andersson
2003-11-25More cleanup. Another unused file bites the dust.Torbjörn Andersson
2003-11-24Removed redundant information from the opcode list. I thought having theTorbjörn Andersson
2003-11-23Added experimental (i.e. not tested) resource dumping code.Torbjörn Andersson
2003-11-19Eliminated some more references to g_sword2. I think the only thing thatTorbjörn Andersson
2003-11-18Removed unused file.Torbjörn Andersson