Age | Commit message (Expand) | Author |
2004-10-12 | Cleanup | Torbjörn Andersson |
2004-10-08 | Prevent double slash in path | Chris Apers |
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn |
2004-09-26 | Removed obsolete comment about floating/locked memory. | Torbjörn Andersson |
2004-09-25 | Fix doxygen warnings | Max Horn |
2004-09-19 | Removed obsolete comment. | Torbjörn Andersson |
2004-09-12 | As an experiment, expire SCREEN_FILE resources faster than other resources. | Torbjörn Andersson |
2004-09-12 | Made the output from the "mem" debugger command a bit more informative, and | Torbjörn Andersson |
2004-09-08 | Fixed evil regression #2. Restarting the game, or using the "start" debug | Torbjörn Andersson |
2004-09-07 | Fixed debug output. | Torbjörn Andersson |
2004-09-07 | Much like an early civilization with no concept of the number zero, the | Torbjörn Andersson |
2004-09-04 | Fix compile | Travis Howell |
2004-09-04 | Rewrote the code that loads credits.clu into memory. The new code is | Torbjörn Andersson |
2004-09-04 | Fixed a glitch in the music fade-out code. | Torbjörn Andersson |
2004-09-04 | Added support for compressed music. I'm sure there are some glitches still | Torbjörn Andersson |
2004-08-28 | Cleanup. Removed the original DipMusic() code. If anyone wants to | Torbjörn Andersson |
2004-08-27 | Use the same code for opening the music clusters as for opening the speech | Torbjörn Andersson |
2004-08-26 | Explicitly cast value to uint32, since there was a report about compilation | Torbjörn Andersson |
2004-08-25 | The original speech clusters are now decoded through a custom AudioStream | Torbjörn Andersson |
2004-08-25 | Added a destructor to the FontRenderer class to free any remaining text | Torbjörn Andersson |
2004-08-23 | Fixed the bug that caused Vorbis and FLAC to misbehave with compressed | Torbjörn Andersson |
2004-08-22 | Experimental (i.e. slightly broken) code for handling compressed speech. | Torbjörn Andersson |
2004-08-17 | Don't try to free text sprites with the memory manager - it uses standard | Torbjörn Andersson |
2004-08-01 | Correct default settings used by COMI | Travis Howell |
2004-07-26 | I shouldn't be mixing cleanups and bug fixes, but I'm doing so anyway, just | Torbjörn Andersson |
2004-07-17 | Allowing both music streams to share the same rate converter only worked | Torbjörn Andersson |
2004-06-28 | Enhanced default directory support in the File class; now one can specify arb... | Max Horn |
2004-06-27 | Reversed param order of File::open() -- this allowed me to get rid of a few m... | Max Horn |
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn |
2004-06-25 | Use auto_ptr to avoid leaks | Max Horn |
2004-06-17 | Itsy-bitsy cleanup. | Torbjörn Andersson |
2004-06-12 | Cleanup | Torbjörn Andersson |
2004-06-11 | Hopefully fixed the displayMsg() fade-up glitch I accidentally introduced | Torbjörn Andersson |
2004-06-11 | Fixed a regression caused by my recent cleanup. This one would cause the | Torbjörn Andersson |
2004-06-10 | If the 'time' parameter to displayMsg() is 0, wait until the user clicks | Torbjörn Andersson |
2004-06-10 | Some more work on the - still disabled - "right click to clear luggage" | Torbjörn Andersson |
2004-06-10 | Added another assert(). I'm hunting - unsuccessfully so far - for a | Torbjörn Andersson |
2004-06-10 | One of my not-so-recent cleanups caused BS2 to produce corrupt savegames. | Torbjörn Andersson |
2004-06-09 | Cleaned up the palette handling a bit. Renamed _palCopy to _palette since I | Torbjörn Andersson |
2004-06-08 | Added a few comments, rewrote a few others, and added a couple of assert()s | Torbjörn Andersson |
2004-06-07 | Added comment. | Torbjörn Andersson |
2004-06-06 | Cleaned up sprite scaling. | Torbjörn Andersson |
2004-06-05 | Cleanup | Torbjörn Andersson |
2004-05-10 | Close menus before restarting. (This is a purely cosmetical fix.) | Torbjörn Andersson |
2004-05-10 | Fixed typo. | Torbjörn Andersson |
2004-05-09 | Forgot to remove this file when I changed input handling. | Torbjörn Andersson |
2004-05-09 | Removed the buffering of mouse and keyboard events. I don't think any of | Torbjörn Andersson |
2004-05-09 | When drawing lines and points, mark the corresponding screen area as dirty | Torbjörn Andersson |
2004-05-09 | My recent sound changes broke "restart". This should un-break it again. | Torbjörn Andersson |
2004-05-07 | Cleanup. | Torbjörn Andersson |