aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
AgeCommit message (Expand)Author
2006-02-11Moved engines to the new engines/ directoryMax Horn
2006-02-09Fix $Header$ and some minor file header inconsistencies.Torbjörn Andersson
2006-01-18Update copyright noticeEugene Sandulenko
2006-01-01Some cleanup/paranoia fixes to the previous missing voices/music fix. TreatTorbjörn Andersson
2006-01-01Hopefully fixed the missing speech bug reported on the forum, once and forTorbjörn Andersson
2005-12-30Slightly more verbose debugging messages. Still trying to track down weirdTorbjörn Andersson
2005-12-21Added debugging messages to track which CD (1 or 2) the game thinks it'sTorbjörn Andersson
2005-12-11Fix warningMax Horn
2005-12-11Fixed Valgrind memory leak warnings, either by freeing memory on exit orTorbjörn Andersson
2005-10-29Applied my own patch #1341495, in an attempt to fix alignment issuesTorbjörn Andersson
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
2005-10-17Fixed end credits crash. (See bug #1327650). Actually, there were severalTorbjörn Andersson
2005-07-30Remove trailing whitespaces.Eugene Sandulenko
2005-05-12Whitespace: "(type *)something" instead of "(type *) something", becauseTorbjörn Andersson
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
2005-05-08Made it possible to quit while the game is asking for a CD.Torbjörn Andersson
2005-02-25Whitespace changes.Torbjörn Andersson
2005-02-22Fix compilation on BE systemsMax Horn
2005-02-22Moved some debugging stuff into the debugger class.Torbjörn Andersson
2005-02-21removed lots of unnecessary seek()s and read()s by keeping the datafiles' ind...Robert Göffringmann
2005-02-19This is the second part of the BS2 restructuring. There are two newTorbjörn Andersson
2005-02-08Now there are two file handles for the music: one for each CD. This is notTorbjörn Andersson
2005-01-28Began what I hope is the final major restructuring of the BS2 engine.Torbjörn Andersson
2005-01-17Updated copyright header, as discussed on the mailing list.Torbjörn Andersson
2005-01-01Updated copyright year.Torbjörn Andersson
2004-11-27Make use of our String class instead of juggling with char pointers; added Fi...Max Horn
2004-11-14CleanupTorbjörn Andersson
2004-09-19Removed obsolete comment.Torbjörn Andersson
2004-09-12As an experiment, expire SCREEN_FILE resources faster than other resources.Torbjörn Andersson
2004-09-08Fixed evil regression #2. Restarting the game, or using the "start" debugTorbjörn Andersson
2004-06-27Reversed param order of File::open() -- this allowed me to get rid of a few m...Max Horn
2004-06-10If the 'time' parameter to displayMsg() is 0, wait until the user clicksTorbjörn Andersson
2004-05-09Removed the buffering of mouse and keyboard events. I don't think any ofTorbjörn Andersson
2004-05-09My recent sound changes broke "restart". This should un-break it again.Torbjörn Andersson
2004-05-01Simplified the handling of sound effects. It's not necessary for the driverTorbjö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-03-17Use the same syntax for accessing script variables as BS1 does, i.e. nowTorbjörn Andersson
2004-03-04If the user has previous savegames, display a restart/restore dialog whenTorbjörn Andersson
2004-02-05Removed some of the #includes from sword2.hTorbjörn Andersson
2004-01-18fix warningsPaweł Kołodziejski
2004-01-12fixed bug that was causing lots of havoc on BE machines. Thanks eriktorbjornOliver Kiehl
2004-01-11cleanupTorbjörn Andersson
2004-01-07Valgrind fixes. Mostly about memory not being freed when the engine isTorbjörn Andersson
2004-01-06It's a new year in BS2 land, too!Torbjörn Andersson
2004-01-03It was pointed out to me that we can't use the DEMO variable here, becauseTorbjö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-17cleanupTorbjörn Andersson
2003-12-08Shut up Valgrind warnings.Torbjörn Andersson