aboutsummaryrefslogtreecommitdiff
path: root/sky/screen.cpp
AgeCommit message (Expand)Author
2005-01-01Updated copyrightMax Horn
2004-12-15moved compacts and related static data out of the scummvm.exe into an externa...Robert Göffringmann
2004-11-11misc cleanupRobert Göffringmann
2004-10-25use relative timing instead of constant values.Robert Göffringmann
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
2004-03-28Renamed more OSystem methodsMax Horn
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor...Max Horn
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing OS...Max Horn
2004-01-06updated copyright noticeMax Horn
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in n...Max Horn
2004-01-03Introduce namespace 'Sky'Max Horn
2003-11-08cleanup whitespacesPaweł Kołodziejski
2003-10-12EVC is happy nowNicolas Bacca
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (tr...Max Horn
2003-10-01Whitespace changesTorbjörn Andersson
2003-08-06Fix #783732 : freeze on Pocket PCNicolas Bacca
2003-07-13debug/warning/error all automatically output a newlineMax Horn
2003-07-13changed "sprite not loaded" printfs to debug()s.Robert Göffringmann
2003-07-12removed useless _backScreen from SkyScreenRobert Göffringmann
2003-07-11fixed screen blit during fnDrawScreenRobert Göffringmann
2003-07-11fixed item descriptionsRobert Göffringmann
2003-07-11Avoid deadlockNicolas Bacca
2003-07-10fix compileOliver Kiehl
2003-07-10forgot a #endifRobert Göffringmann
2003-07-10fixed endian specific palette bugs for restarting game and control panelRobert Göffringmann
2003-07-08another fix for the swing seqsRobert Göffringmann
2003-07-07button text for save and restore doesn't disappear anymore.Robert Göffringmann
2003-07-07use our standard cast styleMax Horn
2003-07-06don't use FROM_LE_16 here since loadFile already convertes the header to the ...Max Horn
2003-07-06This fixes the drawing order of the pillow and magazine in Reich'sTorbjörn Andersson
2003-07-01bypassed copy protection, fixed crash when disconnecting from link space, fix...Robert Göffringmann
2003-07-01finished loading and saving, fixed grid bugs (some debugging code not yet rem...Robert Göffringmann
2003-06-30finally fixed this stupid animation bugRobert Göffringmann
2003-06-09fixed warningMax Horn
2003-06-09removed debugging leftovers, fixed one more sprite clipping issue.Robert Göffringmann
2003-06-09some talk-related bugs fixedRobert Göffringmann
2003-06-06changed sprite priority, changed some errors to warnings and added hack to ge...Robert Göffringmann
2003-06-05fixed sprite drawing, added some mouse support and some logic routines.Robert Göffringmann
2003-06-03some more inits to make compiler happy.Robert Göffringmann
2003-06-03reduced number of copy_rects() during sequences.Robert Göffringmann
2003-06-02fixxed warningMax Horn
2003-06-02added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out...Robert Göffringmann
2003-06-02fixed sprite animation bug in stdSpeak, cleaned fnTalk and made text timing i...Robert Göffringmann
2003-06-02screen combine rectangles now. even a bit less cpu usage.Robert Göffringmann
2003-06-01remove useless screen updates, make non-seq intro parts escapable.Robert Göffringmann
2003-06-01cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAGRobert Göffringmann
2003-06-01use FROM_LE_16, indentation cleanupOliver Kiehl
2003-06-01I hope(!) SkyScreen is big endian compatible now.Robert Göffringmann
2003-05-29fixes layer orderRobert Göffringmann
2003-05-29removed debugging stuffRobert Göffringmann