Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-04 | Make 80 column people happy. Sheesh, it's only an egg. | James Brown | |
svn-id: r8745 | |||
2003-07-04 | Remove homage to original's misspelling of pseudo. Honest. | James Brown | |
svn-id: r8744 | |||
2003-07-04 | Because I can. | James Brown | |
svn-id: r8743 | |||
2003-07-03 | Compact data for v. 0.0288, works as well as 0.0368 now. | Robert Göffringmann | |
svn-id: r8723 | |||
2003-07-02 | fixed save/restore grid problems | Robert Göffringmann | |
svn-id: r8703 | |||
2003-07-01 | bass is completable now. | Robert Göffringmann | |
svn-id: r8691 | |||
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-27 | fixed warnings | Max Horn | |
svn-id: r8669 | |||
2003-06-27 | some more loading & saving work (still unfinished) | Robert Göffringmann | |
svn-id: r8663 | |||
2003-06-22 | native mt32 support and basic control panel (incomplete) | Robert Göffringmann | |
doesn't work with all versions, probably file numbers were changed svn-id: r8632 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-09 | mouse-fixes, note that: buttonPressed() keeping track of a repeated push ↵ | Joost Peters | |
DOES NOT WORK YET, _bMouseB gets cleared elsewhere, so we obviously need to come up with something else. and we still need a wait_relative equivalent to have a proper fnLookAt() ...hmm...this commit message is starting to look like a todo list. oh, well. :) svn-id: r8419 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn | |
svn-id: r8364 | |||
2003-06-06 | add fnRandom() | Joost Peters | |
svn-id: r8359 | |||
2003-06-06 | forgot to remove that | Robert Göffringmann | |
svn-id: r8358 | |||
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-06 | forgot to implement right mousebutton. :) | Robert Göffringmann | |
svn-id: r8343 | |||
2003-06-05 | fixed sprite drawing, added some mouse support and some logic routines. | Robert Göffringmann | |
svn-id: r8332 | |||
2003-06-04 | some more mouse stuff.. | Joost Peters | |
svn-id: r8295 | |||
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-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 | added some buggy, incomplete mouse code | Joost Peters | |
svn-id: r8233 | |||
2003-06-01 | basic ingame speech support | Robert Göffringmann | |
svn-id: r8220 | |||
2003-05-29 | added some doxygen comments to common/system.h; cleaned up the OSystem ↵ | Max Horn | |
interface a bit svn-id: r8116 | |||
2003-05-29 | whoops | Robert Göffringmann | |
svn-id: r8101 | |||
2003-05-29 | fixing crash | Robert Göffringmann | |
svn-id: r8100 | |||
2003-05-29 | argh. a missing recreate was the problem. foster is correctly animated now. | Robert Göffringmann | |
svn-id: r8078 | |||
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 | |||
2003-05-28 | moved music drivers into seperated directory, added music support for ↵ | Robert Göffringmann | |
diskdemo's adlib driver version. (maybe other sky versions also have this older adlib driver?) svn-id: r8069 | |||
2003-05-28 | add screen update to main loop | Oliver Kiehl | |
svn-id: r8063 | |||
2003-05-28 | Screen *kinda* works now. | Robert Göffringmann | |
Though I wonder what the menu sprite is doing on the mainscreen, now. ;) svn-id: r8059 | |||
2003-05-27 | implemented screen.asm and sprites.asm (not yet working) | Robert Göffringmann | |
svn-id: r8036 | |||
2003-05-21 | initialise some vars | Oliver Kiehl | |
svn-id: r7807 | |||
2003-05-16 | added SFX support | Robert Göffringmann | |
svn-id: r7574 | |||
2003-05-15 | added incrementation of key velocity. | Robert Göffringmann | |
svn-id: r7530 | |||
2003-05-14 | restructured some things (mainly the screen routines), moved things out from ↵ | Robert Göffringmann | |
SkyState. (not yet complete) svn-id: r7516 | |||
2003-05-12 | changed some internal structures, added support for true MT32 (though not ↵ | Robert Göffringmann | |
yet used by main prog) svn-id: r7483 | |||
2003-05-09 | no need for inheritance anymore | Oliver Kiehl | |
svn-id: r7407 | |||
2003-05-05 | some mouse stuff + fnEnterSection | Joost Peters | |
svn-id: r7347 | |||
2003-05-03 | changed structure of musicdriver, added General Midi music support. | Robert Göffringmann | |
mapping table mt32->gm needs a lot of changes. svn-id: r7273 | |||
2003-05-01 | added loadFixedItems() and loadBase0() | Joost Peters | |
svn-id: r7250 | |||
2003-04-29 | added hack-ish intro ESCape key code | Joost Peters | |
svn-id: r7205 | |||
2003-04-29 | made vars consistent | Joost Peters | |
svn-id: r7204 | |||
2003-04-29 | enabled lowTextManager | Joost Peters | |
svn-id: r7203 | |||
2003-04-29 | added lowTextManager(), moved language from getText() to SkyText constructor ↵ | Joost Peters | |
+ some cleanup svn-id: r7202 |