Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-15 | moved 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-11 | misc cleanup | Robert Göffringmann | |
svn-id: r15783 | |||
2004-10-25 | use relative timing instead of constant values. | Robert Göffringmann | |
svn-id: r15684 | |||
2004-09-28 | Rename remaining OSystem methods to match our coding guidelines | Max Horn | |
svn-id: r15332 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-02-28 | renamed 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-24 | the 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-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-03 | remove 'Sky' name prefix for most stuff (not needed anymore since we are in ↵ | Max Horn | |
namespace 'Sky' now) svn-id: r12114 | |||
2004-01-03 | Introduce namespace 'Sky' | Max Horn | |
svn-id: r12099 | |||
2003-11-08 | cleanup whitespaces | Paweł Kołodziejski | |
svn-id: r11213 | |||
2003-10-12 | EVC is happy now | Nicolas Bacca | |
svn-id: r10745 | |||
2003-10-05 | renamed 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-01 | Whitespace changes | Torbjörn Andersson | |
svn-id: r10516 | |||
2003-08-06 | Fix #783732 : freeze on Pocket PC | Nicolas Bacca | |
svn-id: r9550 | |||
2003-07-13 | debug/warning/error all automatically output a newline | Max Horn | |
svn-id: r8991 | |||
2003-07-13 | changed "sprite not loaded" printfs to debug()s. | Robert Göffringmann | |
svn-id: r8989 | |||
2003-07-12 | removed useless _backScreen from SkyScreen | Robert Göffringmann | |
svn-id: r8923 | |||
2003-07-11 | fixed screen blit during fnDrawScreen | Robert Göffringmann | |
svn-id: r8916 | |||
2003-07-11 | fixed item descriptions | Robert Göffringmann | |
svn-id: r8913 | |||
2003-07-11 | Avoid deadlock | Nicolas Bacca | |
svn-id: r8911 | |||
2003-07-10 | fix compile | Oliver Kiehl | |
svn-id: r8901 | |||
2003-07-10 | forgot a #endif | Robert Göffringmann | |
svn-id: r8900 | |||
2003-07-10 | fixed endian specific palette bugs for restarting game and control panel | Robert Göffringmann | |
svn-id: r8899 | |||
2003-07-08 | another fix for the swing seqs | Robert Göffringmann | |
svn-id: r8869 | |||
2003-07-07 | button text for save and restore doesn't disappear anymore. | Robert Göffringmann | |
+ fixed screen updates for swing seqs. svn-id: r8844 | |||
2003-07-07 | use our standard cast style | Max Horn | |
svn-id: r8824 | |||
2003-07-06 | don't use FROM_LE_16 here since loadFile already convertes the header to the ↵ | Max Horn | |
correct endianess svn-id: r8820 | |||
2003-07-06 | This fixes the drawing order of the pillow and magazine in Reich's | Torbjörn Andersson | |
apartment. Look out for regressions, though I haven't seen any yet myself. svn-id: r8804 | |||
2003-07-01 | bypassed copy protection, fixed crash when disconnecting from link space, ↵ | Robert Göffringmann | |
fixed logix swing seqs svn-id: r8686 | |||
2003-07-01 | finished loading and saving, fixed grid bugs (some debugging code not yet ↵ | Robert Göffringmann | |
removed), implemented fnLincTextModule svn-id: r8682 | |||
2003-06-30 | finally fixed this stupid animation bug | Robert Göffringmann | |
svn-id: r8675 | |||
2003-06-09 | fixed warning | Max Horn | |
svn-id: r8424 | |||
2003-06-09 | removed debugging leftovers, fixed one more sprite clipping issue. | Robert Göffringmann | |
svn-id: r8423 | |||
2003-06-09 | some talk-related bugs fixed | Robert Göffringmann | |
svn-id: r8412 | |||
2003-06-06 | changed sprite priority, changed some errors to warnings and added hack to ↵ | Robert Göffringmann | |
get past the first scene svn-id: r8357 | |||
2003-06-05 | fixed sprite drawing, added some mouse support and some logic routines. | Robert Göffringmann | |
svn-id: r8332 | |||
2003-06-03 | some more inits to make compiler happy. | Robert Göffringmann | |
svn-id: r8287 | |||
2003-06-03 | reduced number of copy_rects() during sequences. | Robert Göffringmann | |
svn-id: r8286 | |||
2003-06-02 | fixxed warning | Max Horn | |
svn-id: r8277 | |||
2003-06-02 | added some functions to SkyLogic, -Screen, -Talk and -Disk, moved SkyGrid ↵ | Robert Göffringmann | |
out of SkyState svn-id: r8266 | |||
2003-06-02 | fixed 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-02 | screen combine rectangles now. even a bit less cpu usage. | Robert Göffringmann | |
svn-id: r8258 | |||
2003-06-01 | remove useless screen updates, make non-seq intro parts escapable. | Robert Göffringmann | |
svn-id: r8255 | |||
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann | |
svn-id: r8253 | |||
2003-06-01 | use FROM_LE_16, indentation cleanup | Oliver Kiehl | |
svn-id: r8239 | |||
2003-06-01 | I hope(!) SkyScreen is big endian compatible now. | Robert Göffringmann | |
svn-id: r8227 | |||
2003-05-29 | fixes layer order | Robert Göffringmann | |
svn-id: r8102 | |||
2003-05-29 | removed debugging stuff | Robert Göffringmann | |
svn-id: r8077 | |||
2003-05-29 | still not what it should look like, but well...... | Robert Göffringmann | |
svn-id: r8076 |