Age | Commit message (Expand) | Author |
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 |
2003-08-02 | removed 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-31 | never include headers in other headers if you can avoid it -> this cuts down ... | Max Horn |
2003-07-31 | back disable warnings into stdafx.h, vc6 is lack of warnings support | Paweł Kołodziejski |
2003-07-31 | remove bs2 specific osystem var | Jonathan Gray |
2003-07-31 | slightly changed version of erik's implmentation of FadeServer | Jonathan Gray |
2003-07-30 | rename bs2 to sword2 to have the same name as the original engine. | Oliver Kiehl |
2003-07-29 | turn d_sound.cpp into class BS2Sound | Jonathan Gray |
2003-07-28 | fix vc compilation | Paweł Kołodziejski |
2003-07-28 | StopSpeech -> StopSpeechBS2 (avoid conflict wiht SpeechSynthesis framework on... | Max Horn |
2003-07-28 | fix shadow'd vars | Jonathan Gray |
2003-07-28 | fix shadow warning | Max Horn |
2003-07-28 | fixed const errors | Max Horn |
2003-07-28 | fix some VC7 warnings | Jonathan Gray |
2003-07-28 | match prototype | Jonathan Gray |
2003-07-28 | rename _DEBUG define to _BS2_DEBUG to stop it conflicting with VC | Jonathan Gray |
2003-07-28 | substitute long int for LARGE_INTEGER | Jonathan Gray |
2003-07-28 | replace DWORD usage with uint32 | Jonathan Gray |
2003-07-28 | rename memory struct as well | Jonathan Gray |
2003-07-28 | rename functions with windows specific names | Jonathan Gray |
2003-07-28 | rename _mkdir | Jonathan Gray |
2003-07-28 | undefine these functions for now but in the long run we should probably renam... | Jonathan Gray |
2003-07-28 | -Werror cleanup | Jonathan Gray |
2003-07-28 | add bs2demo target for broken sword 2 demo | Jonathan Gray |
2003-07-28 | it would be nice if people would update functions when adding qualifiers to p... | Jonathan Gray |
2003-07-28 | missed one | Jonathan Gray |
2003-07-28 | Ooops | Travis Howell |
2003-07-28 | A few warnings | Travis Howell |
2003-07-28 | Compiles on mingw now | Travis Howell |
2003-07-28 | big FIXME | Max Horn |
2003-07-28 | fixed yet more warnings | Max Horn |
2003-07-28 | fixed more warnings | Max Horn |
2003-07-28 | more warnings | Max Horn |
2003-07-28 | fixed some warnings | Max Horn |