59 Commits

Author SHA1 Message Date
Max Horn
14378cb56e Renamed more OSystem methods
svn-id: r13410
2004-03-28 16:30:50 +00:00
Max Horn
c6752cccf5 renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend
svn-id: r13087
2004-02-28 12:58:13 +00:00
Max Horn
d158280425 the OSystem changes we discussed on the ML (note: renaming of the existing OSystem API is not yet finished); porters will have to fix their ports to get them to compile again
svn-id: r13036
2004-02-24 22:39:42 +00:00
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
Paweł Kołodziejski
b99af18bd5 cleanup whitespaces
svn-id: r11213
2003-11-08 20:27:27 +00:00
Nicolas Bacca
de086642a9 EVC is happy now
svn-id: r10745
2003-10-12 13:33:21 +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
Nicolas Bacca
7e2ff83e70 Fix #783732 : freeze on Pocket PC
svn-id: r9550
2003-08-06 10:06:19 +00:00
Max Horn
963ecad362 debug/warning/error all automatically output a newline
svn-id: r8991
2003-07-13 16:22:17 +00:00
Robert Göffringmann
3304c40f26 changed "sprite not loaded" printfs to debug()s.
svn-id: r8989
2003-07-13 15:38:59 +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
693ea1d6f2 fixed item descriptions
svn-id: r8913
2003-07-11 19:41:37 +00:00
Nicolas Bacca
333ea0e300 Avoid deadlock
svn-id: r8911
2003-07-11 15:52:46 +00:00
Oliver Kiehl
85ef932330 fix compile
svn-id: r8901
2003-07-10 20:22:26 +00:00
Robert Göffringmann
49cd3bdfff forgot a #endif
svn-id: r8900
2003-07-10 20:15:11 +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
4fb3e9a448 another fix for the swing seqs
svn-id: r8869
2003-07-08 22:27:17 +00:00
Robert Göffringmann
d33d562ce5 button text for save and restore doesn't disappear anymore.
+ fixed screen updates for swing seqs.

svn-id: r8844
2003-07-07 17:00:55 +00:00
Max Horn
41912bc685 use our standard cast style
svn-id: r8824
2003-07-07 00:14:16 +00:00
Max Horn
297aaa9f4e don't use FROM_LE_16 here since loadFile already convertes the header to the correct endianess
svn-id: r8820
2003-07-06 23:06:53 +00:00
Torbjörn Andersson
7de3870c13 This fixes the drawing order of the pillow and magazine in Reich's
apartment. Look out for regressions, though I haven't seen any yet myself.

svn-id: r8804
2003-07-06 15:56:13 +00:00
Robert Göffringmann
6e3cfa8a4e bypassed copy protection, fixed crash when disconnecting from link space, fixed logix swing seqs
svn-id: r8686
2003-07-01 13:04:00 +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
b421c9fde9 finally fixed this stupid animation bug
svn-id: r8675
2003-06-30 16:59:41 +00:00
Max Horn
4c5501d0c3 fixed warning
svn-id: r8424
2003-06-09 23:21:31 +00:00
Robert Göffringmann
797eaee433 removed debugging leftovers, fixed one more sprite clipping issue.
svn-id: r8423
2003-06-09 23:02:56 +00:00
Robert Göffringmann
68bb844d63 some talk-related bugs fixed
svn-id: r8412
2003-06-09 02:33:27 +00:00
Robert Göffringmann
4d5a284704 changed sprite priority, changed some errors to warnings and added hack to get past the first scene
svn-id: r8357
2003-06-06 17:59:22 +00:00
Robert Göffringmann
8e253b1937 fixed sprite drawing, added some mouse support and some logic routines.
svn-id: r8332
2003-06-05 18:54:26 +00:00
Robert Göffringmann
fc350e6be6 some more inits to make compiler happy.
svn-id: r8287
2003-06-03 18:35:18 +00:00
Robert Göffringmann
5d70cc1b10 reduced number of copy_rects() during sequences.
svn-id: r8286
2003-06-03 18:10:32 +00:00
Max Horn
bedd8c4d39 fixxed warning
svn-id: r8277
2003-06-02 21:43:45 +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
ee886a6be2 fixed sprite animation bug in stdSpeak, cleaned fnTalk and made text timing in cd version depending on the end of the voc files being reached.
svn-id: r8262
2003-06-02 03:30:41 +00:00
Robert Göffringmann
1014c98fcb screen combine rectangles now. even a bit less cpu usage.
svn-id: r8258
2003-06-02 00:53:31 +00:00
Robert Göffringmann
f8ead8a776 remove useless screen updates, make non-seq intro parts escapable.
svn-id: r8255
2003-06-01 22:53:44 +00:00
Robert Göffringmann
5bb59b4755 cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG
svn-id: r8253
2003-06-01 21:21:10 +00:00
Oliver Kiehl
3e87539b5c use FROM_LE_16, indentation cleanup
svn-id: r8239
2003-06-01 13:29:28 +00:00
Robert Göffringmann
b3e1668970 I hope(!) SkyScreen is big endian compatible now.
svn-id: r8227
2003-06-01 05:02:14 +00:00
Robert Göffringmann
007352ce6b fixes layer order
svn-id: r8102
2003-05-29 14:34:40 +00:00
Robert Göffringmann
859dd93159 removed debugging stuff
svn-id: r8077
2003-05-29 03:26:28 +00:00
Robert Göffringmann
ee2bd92084 still not what it should look like, but well......
svn-id: r8076
2003-05-29 03:19:46 +00:00
Robert Göffringmann
765366df6c Screen *kinda* works now.
Though I wonder what the menu sprite is doing on the mainscreen, now. ;)

svn-id: r8059
2003-05-28 20:55:25 +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