aboutsummaryrefslogtreecommitdiff
path: root/sword2
AgeCommit message (Expand)Author
2003-08-24we don't need to be told when we've hit a keyJonathan Gray
2003-08-24return read error in PlayCompSpeech for now so we get subtitlesJonathan Gray
2003-08-24work around compiler bug in GCC 2.95.xMax Horn
2003-08-23SetPalette conflicts with an OS symbol on OS XMax Horn
2003-08-23fix a resman method and make saving work using SaveFileManagerJonathan Gray
2003-08-23Unstubbed the Create/Draw/DeleteSurface() functions, and removed someTorbjörn Andersson
2003-08-22enable boot param like option for bs2, valid numbers can be found in startup.infJonathan Gray
2003-08-22Added light mask support (in the demo this is most visible when walkingTorbjörn Andersson
2003-08-22Only hide the mouse cursor if both the mouse animation and the luggageTorbjörn Andersson
2003-08-22stop bs2 trying to cache clustersJonathan Gray
2003-08-21-Werror cleanup, don't try to free const variables...Jonathan Gray
2003-08-21patch #791738 g++ 3.4 compile fix, from Falk Hueffner and a few minor local b...Jonathan Gray
2003-08-21When a menu icon reaches its full size it can be drawn directly, withoutTorbjörn Andersson
2003-08-20Draw combined cursor properly. Thanks to joost for finding out that theOliver Kiehl
2003-08-20Lots of cleanup.Torbjörn Andersson
2003-08-20Initial (slightly buggy) support for "luggage" mouse cursors, i.e. cursorsTorbjörn Andersson
2003-08-20fix warning (properly initialise 2 dimensional arrays)Joost Peters
2003-08-20Applied a different fix for the mouse offset problem. As far as I can tell,Torbjörn Andersson
2003-08-20Removed some memset()s that I added earlier out of paranoia. Added a FIXMETorbjörn Andersson
2003-08-20SetMenuIcon(), other stubs in menu.cpp will have to be done for things to be ...Jonathan Gray
2003-08-20correction from olki that fixes mouse y offset being too highJonathan Gray
2003-08-20Cleaned up DrawSprite() and added scaling, based on the "line doubling"Torbjörn Andersson
2003-08-20This should fix the crash in the demo when you tried to walk down theTorbjörn Andersson
2003-08-20This should fix mouse cursor animations. (Actually, I hardly even looked atTorbjörn Andersson
2003-08-19preliminary cursor code. dirty, hacky and no animation yet. but at least some...Oliver Kiehl
2003-08-19Remove a bunch of unneeded cruft - but barely the surface of it. This code is...James Brown
2003-08-19patch #791032 from erik SWORD2: Sprite drawing (incomplete)Jonathan Gray
2003-08-18Added support for opaque surfaces (it's the default now, actually) since itTorbjörn Andersson
2003-08-17patch #790060 SWORD2: Initial graphics work from erik very nice indeed :)Jonathan Gray
2003-08-15Replaced ADLIB_ALWAYS and ADLIB_PREFERRED with a more flexibleJamieson Christian
2003-08-03On second thought, WAVE_FORMAT_PCM probably means uncompressed WAV-dataTorbjörn Andersson
2003-08-03Don't use level 1 I/O, it's not part of the C++ standard...Marcus Comstedt
2003-08-02patch #781530 Initial work on StreamCompMusic() by erikJonathan Gray
2003-08-02removed OSystem::set_mouse_pos (I hope I didn't break any backends, but if I ...Max Horn
2003-08-01#include cleanup (explicityl specify the location for headers from common/, s...Max Horn
2003-07-31never include headers in other headers if you can avoid it -> this cuts down ...Max Horn
2003-07-31back disable warnings into stdafx.h, vc6 is lack of warnings supportPaweł Kołodziejski
2003-07-31remove bs2 specific osystem varJonathan Gray
2003-07-31slightly changed version of erik's implmentation of FadeServerJonathan Gray
2003-07-30rename bs2 to sword2 to have the same name as the original engine.Oliver Kiehl
2003-07-29turn d_sound.cpp into class BS2SoundJonathan Gray
2003-07-28fix vc compilationPaweł Kołodziejski
2003-07-28StopSpeech -> StopSpeechBS2 (avoid conflict wiht SpeechSynthesis framework on...Max Horn
2003-07-28fix shadow'd varsJonathan Gray
2003-07-28fix shadow warningMax Horn
2003-07-28fixed const errorsMax Horn
2003-07-28fix some VC7 warningsJonathan Gray
2003-07-28match prototypeJonathan Gray
2003-07-28rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VCJonathan Gray
2003-07-28substitute long int for LARGE_INTEGERJonathan Gray