Eugene Sandulenko
|
b36677af71
|
Update FSF address. Eek. Actually that took place on May 1, 2005
svn-id: r19142
|
2005-10-18 01:30:26 +00:00 |
|
Torbjörn Andersson
|
b6a5b0acaf
|
Whitespace changes
svn-id: r18788
|
2005-09-08 14:08:04 +00:00 |
|
Eugene Sandulenko
|
6b4484472b
|
Remove trailing whitespaces.
svn-id: r18604
|
2005-07-30 21:11:48 +00:00 |
|
Max Horn
|
8b1d7b9166
|
When including files from common/, explicitly use the common/ prefix
svn-id: r18444
|
2005-06-24 15:23:51 +00:00 |
|
Max Horn
|
cca744f69a
|
Comply to our coding conventions
svn-id: r17975
|
2005-05-08 21:49:52 +00:00 |
|
Joost Peters
|
60a64494d1
|
use upper bits instead of lower bits when upscaling palette
svn-id: r17423
|
2005-04-06 19:18:08 +00:00 |
|
Max Horn
|
47280d9433
|
Updated copyright
svn-id: r16398
|
2005-01-01 16:09:25 +00:00 |
|
Robert Göffringmann
|
2308ba8aaf
|
moved compacts and related static data out of the scummvm.exe into an external file
(available from www.lavosspawn.de/tmp/sky_cpt.zip)
svn-id: r16053
|
2004-12-15 06:48:08 +00:00 |
|
Robert Göffringmann
|
7dec7b7054
|
misc cleanup
svn-id: r15783
|
2004-11-11 10:14:35 +00:00 |
|
Robert Göffringmann
|
376f51ba79
|
use relative timing instead of constant values.
svn-id: r15684
|
2004-10-25 00:27:53 +00:00 |
|
Max Horn
|
ce8c99bf62
|
Rename remaining OSystem methods to match our coding guidelines
svn-id: r15332
|
2004-09-28 20:19:37 +00:00 |
|
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 |
|