Commit Graph

19 Commits

Author SHA1 Message Date
Max Horn
033ff78ae9 updated copyright notice
svn-id: r12176
2004-01-06 12:45:34 +00:00
Max Horn
14f28d58f1 remove 'Sky' name prefix for most stuff (not needed anymore since we are in namespace 'Sky' now)
svn-id: r12114
2004-01-03 15:57:57 +00:00
Max Horn
b0e23e35ee Introduce namespace 'Sky'
svn-id: r12099
2004-01-03 01:58:58 +00:00
Max Horn
bfce5e500a renamed SkyState to SkyEngine; cleaned the #include dependency mess a bit (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-05 20:21:20 +00:00
Torbjörn Andersson
cee745dbf9 Whitespace changes
svn-id: r10516
2003-10-01 09:40:28 +00:00
Max Horn
be9d4066e1 moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
svn-id: r10287
2003-09-18 02:07:18 +00:00
Nicolas Bacca
7e2ff83e70 Fix #783732 : freeze on Pocket PC
svn-id: r9550
2003-08-06 10:06:19 +00:00
Robert Göffringmann
b241be004d removed useless _backScreen from SkyScreen
svn-id: r8923
2003-07-12 04:21:20 +00:00
Robert Göffringmann
fa921ad6d6 fixed screen blit during fnDrawScreen
svn-id: r8916
2003-07-11 22:59:56 +00:00
Robert Göffringmann
b3247c5e5f fixed endian specific palette bugs for restarting game and control panel
svn-id: r8899
2003-07-10 20:09:19 +00:00
Robert Göffringmann
2c9a784be8 finished loading and saving, fixed grid bugs (some debugging code not yet removed), implemented fnLincTextModule
svn-id: r8682
2003-07-01 01:29:29 +00:00
Robert Göffringmann
5d70cc1b10 reduced number of copy_rects() during sequences.
svn-id: r8286
2003-06-03 18:10:32 +00:00
Robert Göffringmann
9a450413cd forgot to remove debug printfs and to make sequenceRunning volatile.
svn-id: r8267
2003-06-02 06:48:36 +00:00
Robert Göffringmann
3ac5b4ccfa added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid out of SkyState
svn-id: r8266
2003-06-02 06:42:42 +00:00
Robert Göffringmann
859dd93159 removed debugging stuff
svn-id: r8077
2003-05-29 03:26:28 +00:00
Oliver Kiehl
79ba8e7227 add screen update to main loop
svn-id: r8063
2003-05-28 21:29:50 +00:00
Robert Göffringmann
bc290162bd implemented screen.asm and sprites.asm (not yet working)
svn-id: r8036
2003-05-27 16:42:20 +00:00
Robert Göffringmann
7fb5bd3a3d reordered some intro commands, made fade-in look nicer
svn-id: r7531
2003-05-15 19:14:40 +00:00
Robert Göffringmann
d0e5d1f44c restructured some things (mainly the screen routines), moved things out from SkyState. (not yet complete)
svn-id: r7516
2003-05-14 22:33:39 +00:00