aboutsummaryrefslogtreecommitdiff
path: root/sky/screen.cpp
AgeCommit message (Collapse)Author
2005-04-06use upper bits instead of lower bits when upscaling paletteJoost Peters
svn-id: r17423
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-12-15moved compacts and related static data out of the scummvm.exe into an ↵Robert Göffringmann
external file (available from www.lavosspawn.de/tmp/sky_cpt.zip) svn-id: r16053
2004-11-11misc cleanupRobert Göffringmann
svn-id: r15783
2004-10-25use relative timing instead of constant values.Robert Göffringmann
svn-id: r15684
2004-09-28Rename remaining OSystem methods to match our coding guidelinesMax Horn
svn-id: r15332
2004-03-28Renamed more OSystem methodsMax Horn
svn-id: r13410
2004-02-28renamed more OSystem methods to follow our naming scheme; renamed ↵Max Horn
NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend svn-id: r13087
2004-02-24the OSystem changes we discussed on the ML (note: renaming of the existing ↵Max Horn
OSystem API is not yet finished); porters will have to fix their ports to get them to compile again svn-id: r13036
2004-01-06updated copyright noticeMax Horn
svn-id: r12176
2004-01-03remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵Max Horn
namespace 'Sky' now) svn-id: r12114
2004-01-03Introduce namespace 'Sky'Max Horn
svn-id: r12099
2003-11-08cleanup whitespacesPaweł Kołodziejski
svn-id: r11213
2003-10-12EVC is happy nowNicolas Bacca
svn-id: r10745
2003-10-05renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit ↵Max Horn
(try to only #include files when you *have* to -> this reduces compilation time to a minimum when header file changes are made) svn-id: r10622
2003-10-01Whitespace changesTorbjörn Andersson
svn-id: r10516
2003-08-06Fix #783732 : freeze on Pocket PCNicolas Bacca
svn-id: r9550
2003-07-13debug/warning/error all automatically output a newlineMax Horn
svn-id: r8991
2003-07-13changed "sprite not loaded" printfs to debug()s.Robert Göffringmann
svn-id: r8989
2003-07-12removed useless _backScreen from SkyScreenRobert Göffringmann
svn-id: r8923
2003-07-11fixed screen blit during fnDrawScreenRobert Göffringmann
svn-id: r8916
2003-07-11fixed item descriptionsRobert Göffringmann
svn-id: r8913
2003-07-11Avoid deadlockNicolas Bacca
svn-id: r8911
2003-07-10fix compileOliver Kiehl
svn-id: r8901
2003-07-10forgot a #endifRobert Göffringmann
svn-id: r8900
2003-07-10fixed endian specific palette bugs for restarting game and control panelRobert Göffringmann
svn-id: r8899
2003-07-08another fix for the swing seqsRobert Göffringmann
svn-id: r8869
2003-07-07button text for save and restore doesn't disappear anymore.Robert Göffringmann
+ fixed screen updates for swing seqs. svn-id: r8844
2003-07-07use our standard cast styleMax Horn
svn-id: r8824
2003-07-06don't use FROM_LE_16 here since loadFile already convertes the header to the ↵Max Horn
correct endianess svn-id: r8820
2003-07-06This fixes the drawing order of the pillow and magazine in Reich'sTorbjörn Andersson
apartment. Look out for regressions, though I haven't seen any yet myself. svn-id: r8804
2003-07-01bypassed copy protection, fixed crash when disconnecting from link space, ↵Robert Göffringmann
fixed logix swing seqs svn-id: r8686
2003-07-01finished loading and saving, fixed grid bugs (some debugging code not yet ↵Robert Göffringmann
removed), implemented fnLincTextModule svn-id: r8682
2003-06-30finally fixed this stupid animation bugRobert Göffringmann
svn-id: r8675
2003-06-09fixed warningMax Horn
svn-id: r8424
2003-06-09removed debugging leftovers, fixed one more sprite clipping issue.Robert Göffringmann
svn-id: r8423
2003-06-09some talk-related bugs fixedRobert Göffringmann
svn-id: r8412
2003-06-06changed sprite priority, changed some errors to warnings and added hack to ↵Robert Göffringmann
get past the first scene svn-id: r8357
2003-06-05fixed sprite drawing, added some mouse support and some logic routines.Robert Göffringmann
svn-id: r8332
2003-06-03some more inits to make compiler happy.Robert Göffringmann
svn-id: r8287
2003-06-03reduced number of copy_rects() during sequences.Robert Göffringmann
svn-id: r8286
2003-06-02fixxed warningMax Horn
svn-id: r8277
2003-06-02added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid ↵Robert Göffringmann
out of SkyState svn-id: r8266
2003-06-02fixed sprite animation bug in stdSpeak, cleaned fnTalk and made text timing ↵Robert Göffringmann
in cd version depending on the end of the voc files being reached. svn-id: r8262
2003-06-02screen combine rectangles now. even a bit less cpu usage.Robert Göffringmann
svn-id: r8258
2003-06-01remove useless screen updates, make non-seq intro parts escapable.Robert Göffringmann
svn-id: r8255
2003-06-01cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAGRobert Göffringmann
svn-id: r8253
2003-06-01use FROM_LE_16, indentation cleanupOliver Kiehl
svn-id: r8239
2003-06-01I hope(!) SkyScreen is big endian compatible now.Robert Göffringmann
svn-id: r8227
2003-05-29fixes layer orderRobert Göffringmann
svn-id: r8102