Age | Commit message (Expand) | Author |
2003-08-27 | Add code to check for game-specific scaler and fullscreen settings, like we | Torbjörn Andersson |
2003-08-27 | Added code for smoothing upscaled sprites (for the highest detail setting). | Torbjörn Andersson |
2003-08-27 | Unstubbed DimPalette() (used when pausing the game) and re-indented the | Torbjörn Andersson |
2003-08-27 | use file class for speech so people with clusters in different directories ge... | Jonathan Gray |
2003-08-27 | errr. this shouldn't have been committed | Joost Peters |
2003-08-27 | Basic speech code, the change in speech.cpp is needed for me, but I am afraid... | Joost Peters |
2003-08-26 | Handle the fadeNow parameter to BS2_SetPalette() so that the palette is | Torbjörn Andersson |
2003-08-26 | The graphics detail settings partially work now. They only affect how | Torbjörn Andersson |
2003-08-25 | Clarified the comments for our Surface class a bit. I plan on removing it | Torbjörn Andersson |
2003-08-25 | FadeServer() is now called from ServiceWindows(), thus eliminating the need | Torbjörn Andersson |
2003-08-24 | use less generic file name for settings.dat, I assume filenames > 8.3 are ok ... | Jonathan Gray |
2003-08-24 | make settings use SaveFileManager stuff as well | Jonathan Gray |
2003-08-24 | fix strange keyboard issues by passing the game the values it wants | Jonathan Gray |
2003-08-24 | be more tolerant of files being in different spots, and living on case sensit... | Jonathan Gray |
2003-08-24 | this should be signed | Jonathan Gray |
2003-08-24 | correct slashes in paths | Jonathan Gray |
2003-08-24 | bring up the restore game menu when any -x param is specified, this is nicer ... | Jonathan Gray |
2003-08-24 | we don't need to be told when we've hit a key | Jonathan Gray |
2003-08-24 | return read error in PlayCompSpeech for now so we get subtitles | Jonathan Gray |
2003-08-24 | work around compiler bug in GCC 2.95.x | Max Horn |
2003-08-23 | SetPalette conflicts with an OS symbol on OS X | Max Horn |
2003-08-23 | fix a resman method and make saving work using SaveFileManager | Jonathan Gray |
2003-08-23 | Unstubbed the Create/Draw/DeleteSurface() functions, and removed some | Torbjörn Andersson |
2003-08-22 | enable boot param like option for bs2, valid numbers can be found in startup.inf | Jonathan Gray |
2003-08-22 | Added light mask support (in the demo this is most visible when walking | Torbjörn Andersson |
2003-08-22 | Only hide the mouse cursor if both the mouse animation and the luggage | Torbjörn Andersson |
2003-08-22 | stop bs2 trying to cache clusters | Jonathan Gray |
2003-08-21 | -Werror cleanup, don't try to free const variables... | Jonathan Gray |
2003-08-21 | patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b... | Jonathan Gray |
2003-08-21 | When a menu icon reaches its full size it can be drawn directly, without | Torbjörn Andersson |
2003-08-20 | Draw combined cursor properly. Thanks to joost for finding out that the | Oliver Kiehl |
2003-08-20 | Lots of cleanup. | Torbjörn Andersson |
2003-08-20 | Initial (slightly buggy) support for "luggage" mouse cursors, i.e. cursors | Torbjörn Andersson |
2003-08-20 | fix warning (properly initialise 2 dimensional arrays) | Joost Peters |
2003-08-20 | Applied a different fix for the mouse offset problem. As far as I can tell, | Torbjörn Andersson |
2003-08-20 | Removed some memset()s that I added earlier out of paranoia. Added a FIXME | Torbjörn Andersson |
2003-08-20 | SetMenuIcon(), other stubs in menu.cpp will have to be done for things to be ... | Jonathan Gray |
2003-08-20 | correction from olki that fixes mouse y offset being too high | Jonathan Gray |
2003-08-20 | Cleaned up DrawSprite() and added scaling, based on the "line doubling" | Torbjörn Andersson |
2003-08-20 | This should fix the crash in the demo when you tried to walk down the | Torbjörn Andersson |
2003-08-20 | This should fix mouse cursor animations. (Actually, I hardly even looked at | Torbjörn Andersson |
2003-08-19 | preliminary cursor code. dirty, hacky and no animation yet. but at least some... | Oliver Kiehl |
2003-08-19 | Remove a bunch of unneeded cruft - but barely the surface of it. This code is... | James Brown |
2003-08-19 | patch #791032 from erik SWORD2: Sprite drawing (incomplete) | Jonathan Gray |
2003-08-18 | Added support for opaque surfaces (it's the default now, actually) since it | Torbjörn Andersson |
2003-08-17 | patch #790060 SWORD2: Initial graphics work from erik very nice indeed :) | Jonathan Gray |
2003-08-15 | Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexible | Jamieson Christian |
2003-08-03 | On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-data | Torbjörn Andersson |
2003-08-03 | Don't use level 1 I/O, it's not part of the C++ standard... | Marcus Comstedt |
2003-08-02 | patch #781530 Initial work on StreamCompMusic() by erik | Jonathan Gray |