aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver/palette.cpp
AgeCommit message (Expand)Author
2003-09-28More cleanup, plus support for cutscene leadout music. For now, we onlyTorbjörn Andersson
2003-09-27I don't think UpdatePaletteMatchTable() has to write the table to file. InTorbjörn Andersson
2003-09-23Removed ancient version history. Much of it doesn't apply to us, and wasTorbjörn Andersson
2003-09-18moved engine.* to base; this fixes some linking issues when building a barebo...Max Horn
2003-09-09Added a WaitForFade() function, to replace numerous while-loops scatteredTorbjörn Andersson
2003-08-27Unstubbed DimPalette() (used when pausing the game) and re-indented theTorbjörn Andersson
2003-08-26Handle the fadeNow parameter to BS2_SetPalette() so that the palette isTorbjörn Andersson
2003-08-25FadeServer() is now called from ServiceWindows(), thus eliminating the needTorbjörn Andersson
2003-08-23SetPalette conflicts with an OS symbol on OS XMax Horn
2003-08-22Added light mask support (in the demo this is most visible when walkingTorbjörn Andersson
2003-08-17patch #790060 SWORD2: Initial graphics work from erik very nice indeed :)Jonathan Gray
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-28rename functions with windows specific namesJonathan Gray
2003-07-28-Werror cleanupJonathan Gray
2003-07-28Compiles on mingw nowTravis Howell
2003-07-28bs2 driverJonathan Gray