aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
2004-08-01Correct default settings used by COMITravis Howell
2004-07-26I shouldn't be mixing cleanups and bug fixes, but I'm doing so anyway, justTorbjörn Andersson
2004-07-17Allowing both music streams to share the same rate converter only workedTorbjörn Andersson
2004-06-28Enhanced default directory support in the File class; now one can specify arb...Max Horn
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-06-25Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage againMax Horn
2004-06-25Use auto_ptr to avoid leaksMax Horn
2004-06-17Itsy-bitsy cleanup.Torbjörn Andersson
2004-06-12CleanupTorbjörn Andersson
2004-06-11Hopefully fixed the displayMsg() fade-up glitch I accidentally introducedTorbjörn Andersson
2004-06-11Fixed a regression caused by my recent cleanup. This one would cause theTorbjörn Andersson
2004-06-10If the 'time' parameter to displayMsg() is 0, wait until the user clicksTorbjörn Andersson
2004-06-10Some more work on the - still disabled - "right click to clear luggage"Torbjörn Andersson
2004-06-10Added another assert(). I'm hunting - unsuccessfully so far - for aTorbjörn Andersson
2004-06-10One of my not-so-recent cleanups caused BS2 to produce corrupt savegames.Torbjörn Andersson
2004-06-09Cleaned up the palette handling a bit. Renamed _palCopy to _palette since ITorbjörn Andersson
2004-06-08Added a few comments, rewrote a few others, and added a couple of assert()sTorbjörn Andersson
2004-06-07Added comment.Torbjörn Andersson
2004-06-06Cleaned up sprite scaling.Torbjörn Andersson
2004-06-05CleanupTorbjörn Andersson
2004-05-10Close menus before restarting. (This is a purely cosmetical fix.)Torbjörn Andersson
2004-05-10Fixed typo.Torbjörn Andersson
2004-05-09Forgot to remove this file when I changed input handling.Torbjörn Andersson
2004-05-09Removed the buffering of mouse and keyboard events. I don't think any ofTorbjörn Andersson
2004-05-09When drawing lines and points, mark the corresponding screen area as dirtyTorbjörn Andersson
2004-05-09My recent sound changes broke "restart". This should un-break it again.Torbjörn Andersson
2004-05-07Cleanup.Torbjörn Andersson
2004-05-05Take advantage of the changes in the backend's mouse cursor handling. ItTorbjörn Andersson
2004-05-05Cleanup.Torbjörn Andersson
2004-05-01Simplified the handling of sound effects. It's not necessary for the driverTorbjörn Andersson
2004-05-01Made the "debugoff" console command actually turn *off* the debug info.Torbjörn Andersson
2004-04-28Cleanup. I plan to take a closer look at the sound effects handling later.Torbjörn Andersson
2004-04-27CleanupTorbjörn Andersson
2004-04-26Tweaked a few things to accommodateJamieson Christian
2004-04-26Cleanup. Mostly removal of redundant comments.Torbjörn Andersson
2004-04-24fetchObjectName() no longer assumes that the resource will still be in theTorbjörn Andersson
2004-04-23Fixed a crash regression in setLuggage() that was caused by a change ITorbjörn Andersson
2004-04-23I forgot to clear the reference counter when a resource is forcibly removedTorbjörn Andersson
2004-04-23Major revamping of the BS2 memory manager and, some small changes to theTorbjörn Andersson
2004-04-16CleanupTorbjörn Andersson
2004-04-14Cleanup. (Mostly of the comments.)Torbjörn Andersson
2004-04-07Cleanup.Torbjörn Andersson
2004-04-07Cleanup.Torbjörn Andersson
2004-04-07Added notice about how I think CP_PUSH_LOCAL_ADDR is used.Torbjörn Andersson
2004-04-07Cleanup. (Mostly to change the wording and priority of the debuggingTorbjörn Andersson
2004-04-04Cleanup.Torbjörn Andersson
2004-03-30CleanupTorbjörn Andersson
2004-03-29Cleanup.Torbjörn Andersson
2004-03-29Make clearScene() set the _needFullRedraw variable.Torbjörn Andersson
2004-03-28Renamed more OSystem methodsMax Horn