aboutsummaryrefslogtreecommitdiff
path: root/sword2/resman.cpp
AgeCommit message (Expand)Author
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
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-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-16More cleanup. I've eliminated all the temporary global variables I've addedTorbjörn Andersson
2003-11-15Mostly cleanup. Also prevented what would probably have been an infiniteTorbjörn Andersson
2003-11-14cleanupTorbjörn Andersson
2003-11-13Re-enabled the CD swapping code, after rewriting it a bit.Torbjörn Andersson
2003-11-11Slight refinement to the last patch. There are four different possibilitiesTorbjörn Andersson
2003-11-11Extended the "res" debugger command to print information about where theTorbjörn Andersson
2003-11-11Moved low-level keyboard and mouse handling to a new Input class, andTorbjörn Andersson
2003-11-08Removed some now redundant header files.Torbjörn Andersson
2003-11-08Moved more stuff into classes, changed some static allocation to dynamic,Torbjörn Andersson
2003-11-07spelling fixesJonathan Gray
2003-11-04Create g_logic dynamically. More moving of stuff into classes.Torbjörn Andersson
2003-11-03The resource and memory managers are now created dynamically.Torbjörn Andersson