Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-03 | don't error out if a font is missing -> this fixes the COMI demo | Max Horn | |
svn-id: r6678 | |||
2003-03-03 | added SysEx support to the CoreAudio midi backend - though I have no clue ↵ | Max Horn | |
what effect this will have, or how I could test this... svn-id: r6677 | |||
2003-03-03 | enable newgui f5 dialog for comi as per erik's patch | Jonathan Gray | |
svn-id: r6676 | |||
2003-03-03 | fix shadowed variable problems | Jonathan Gray | |
svn-id: r6675 | |||
2003-03-03 | Don't keep a backlog of missed deadlines for event polling... | Marcus Comstedt | |
svn-id: r6674 | |||
2003-03-03 | Increased level of optimization (make sure to use gcc 3.3). | Marcus Comstedt | |
svn-id: r6673 | |||
2003-03-03 | Made the code a bit more maintainable... | Marcus Comstedt | |
svn-id: r6672 | |||
2003-03-03 | add stub for opcode 0xE4 | Jonathan Gray | |
svn-id: r6671 | |||
2003-03-03 | add hack that attempts to workaround the offset hotspot problem in humongous ↵ | Jonathan Gray | |
games svn-id: r6670 | |||
2003-03-03 | fixes to akos opcodes | Paweł Kołodziejski | |
svn-id: r6669 | |||
2003-03-02 | opcode 0xA7 is just o6_pop | Jonathan Gray | |
svn-id: r6668 | |||
2003-03-02 | Timer implemented. | Marcus Comstedt | |
svn-id: r6667 | |||
2003-03-02 | Handle architectures which need alignment for 32bit memory access... | Marcus Comstedt | |
svn-id: r6666 | |||
2003-03-02 | Make sure version_settings are initialized. | Marcus Comstedt | |
svn-id: r6665 | |||
2003-03-02 | warp_mouse added. | Marcus Comstedt | |
svn-id: r6664 | |||
2003-03-02 | Patch #691064: dot matrix scaler | Max Horn | |
svn-id: r6663 | |||
2003-03-02 | patch #696030: CMI: More actor direction fixes | Max Horn | |
svn-id: r6662 | |||
2003-03-02 | increased range of palette to 255 | Paweł Kołodziejski | |
svn-id: r6661 | |||
2003-03-02 | added AKC_StartVarAnim opcode for akos_increaseAnims | Paweł Kołodziejski | |
svn-id: r6660 | |||
2003-03-02 | fixed warnings | Paweł Kołodziejski | |
svn-id: r6659 | |||
2003-03-02 | changed sub_FEE_78D2 func for scumm v7 | Paweł Kołodziejski | |
svn-id: r6658 | |||
2003-03-02 | changed check only for Cxxx opcodes | Paweł Kołodziejski | |
svn-id: r6657 | |||
2003-03-02 | add commands to debugger, objects prints a table of local objects, object ↵ | Jonathan Gray | |
num pickup (room) will pickup an object, _currentRoom if no room specified, be warned this currently doesn't check the room is valid for the particular object number svn-id: r6656 | |||
2003-03-01 | those TODOs have been obsoleted | Oliver Kiehl | |
svn-id: r6655 | |||
2003-03-01 | change GameIDs to GameFeatures | Oliver Kiehl | |
svn-id: r6654 | |||
2003-03-01 | fix warning | Max Horn | |
svn-id: r6653 | |||
2003-03-01 | removed the single big VersionSettings list; instead, the simon & scumm ↵ | Max Horn | |
modules now keep their target lists seperatly (and when we add BASS, it can have its own target list) svn-id: r6652 | |||
2003-03-01 | don't hardcode the Simon GameID values, rather use the #defines from ↵ | Max Horn | |
simon/intern.h. Proper solution pending svn-id: r6651 | |||
2003-03-01 | no need for a hack if include gameDetector.h anyway... | Max Horn | |
svn-id: r6650 | |||
2003-03-01 | a few minor cleanups in the debian build scripts | Tore Anderson | |
svn-id: r6649 | |||
2003-03-01 | we were reading 8 bytes too much on DIGI sounds | Jonathan Gray | |
svn-id: r6648 | |||
2003-03-01 | Disable realizePalette_unk() in simon since it causes regressions | Travis Howell | |
svn-id: r6647 | |||
2003-03-01 | hacky support for humongous talkie format | Jonathan Gray | |
svn-id: r6646 | |||
2003-02-28 | heh | Paweł Kołodziejski | |
svn-id: r6645 | |||
2003-02-28 | change rate for humongous DIGI sounds to 11025 | Jonathan Gray | |
svn-id: r6644 | |||
2003-02-27 | patch #693475 attempt to address the actor facing problems in comi by erik | Jonathan Gray | |
svn-id: r6643 | |||
2003-02-27 | patch #689164 comi verb coin hack by erik, fixes the verb coin drawing ↵ | Jonathan Gray | |
behind the inventory svn-id: r6642 | |||
2003-02-27 | move comi to be up near the other scumm games | Jonathan Gray | |
svn-id: r6641 | |||
2003-02-26 | add snmidemo | Jonathan Gray | |
svn-id: r6640 | |||
2003-02-26 | bump cvs version number and date as its been over 2 months since this was ↵ | Jonathan Gray | |
updated svn-id: r6639 | |||
2003-02-26 | cleanup | Max Horn | |
svn-id: r6638 | |||
2003-02-24 | make sounds work in non puttdemo humongous games | Jonathan Gray | |
svn-id: r6637 | |||
2003-02-24 | add gameid for puttdemo | Jonathan Gray | |
svn-id: r6636 | |||
2003-02-22 | improved o6_stampObject func | Paweł Kołodziejski | |
svn-id: r6635 | |||
2003-02-22 | correct o6_findAllObjects to match disassembly | Paweł Kołodziejski | |
svn-id: r6634 | |||
2003-02-22 | cleanup o6_unknownE0 | Paweł Kołodziejski | |
svn-id: r6633 | |||
2003-02-22 | some cleanup a pickVarRandom func | Paweł Kołodziejski | |
svn-id: r6632 | |||
2003-02-22 | improved a little akos_queCommand func | Paweł Kołodziejski | |
svn-id: r6631 | |||
2003-02-21 | remove BeIDE file that is apparently rather outdated, the initial author of ↵ | Jonathan Gray | |
this file now recommends people use the makefile svn-id: r6630 | |||
2003-02-21 | add o6_shuffle and stub for o6_localizeArray | Jonathan Gray | |
svn-id: r6629 |