Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38618 | |||
2009-02-20 | Started conversion of debug messages and debug levels to the ScummVM ↵ | Filippos Karapetis | |
equivalents. Removed the "stubs" and "warnings" debug levels and replaced such kinds of messages with normal warnings svn-id: r38617 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38616 | |||
2009-02-20 | Slight formatting update | Lars Persson | |
svn-id: r38615 | |||
2009-02-20 | use new instead of malloc for int_hash_map_t | Willem Jan Palenstijn | |
svn-id: r38613 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38612 | |||
2009-02-20 | Fixed configure on systems without mktemp. | Johannes Schickel | |
svn-id: r38610 | |||
2009-02-20 | remove old file | Joost Peters | |
svn-id: r38609 | |||
2009-02-20 | add README.PSP to update-version.pl | Joost Peters | |
svn-id: r38608 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38607 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38605 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38604 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38603 | |||
2009-02-20 | Used parentheses to indicate operator precedence (I hope I got them right) | Filippos Karapetis | |
svn-id: r38602 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38601 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38600 | |||
2009-02-20 | fixed compilation | Paweł Kołodziejski | |
svn-id: r38599 | |||
2009-02-20 | formating | Paweł Kołodziejski | |
svn-id: r38598 | |||
2009-02-20 | SCI: Started rewriting file handling. Warning: This will likely introduce | Max Horn | |
regressions, but we just have to start somewhere. - factored out some common code in engine/kfile.cpp into a separate func - replaced many uses of chdir, getcwd, sci_init_dir etc. by equivalent or better functionality from SearchMan etc. - replaced many uses of sci_open and sci_fopen by using Common::File and Common::Stream - C++ified some stuff - simplified ResourceSource a bit (loosing some unused functionality) svn-id: r38597 | |||
2009-02-20 | SCI: Renamed some ResourceManager members, cleanup | Max Horn | |
svn-id: r38596 | |||
2009-02-20 | SCI: Removed unused allow_patches param/member | Max Horn | |
svn-id: r38595 | |||
2009-02-20 | SCI: Added TODO suggestion to change the vm opcode switch/case to an opcode ↵ | Max Horn | |
table with methods for each opcode (helps to separate code and deal with changed opcode numbering in other SCI versions) svn-id: r38594 | |||
2009-02-20 | SCI: Renamed resource_source_t -> ResourceSource; some cleanup | Max Horn | |
svn-id: r38593 | |||
2009-02-20 | SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other ↵ | Max Horn | |
resource manager' that it should be renamed to GraphicsManager or so svn-id: r38592 | |||
2009-02-20 | SCI: Removed unused file | Max Horn | |
svn-id: r38591 | |||
2009-02-20 | - Moved SciEngine code to sci.cpp | Jordi Vilalta Prat | |
- Fill the platform on fallback detection - Report unparseable version strings - Map known non-numeric version strings to their numeric counterparts - Fix a crash caused by uninitialized LZEXE data svn-id: r38589 | |||
2009-02-20 | Remove scummclassic.zip from packages, since it is built in. | Travis Howell | |
svn-id: r38588 | |||
2009-02-20 | Add COPYING.LGPL to dist/install for several platforms (osxsnap still needs ↵ | Travis Howell | |
an update). svn-id: r38583 | |||
2009-02-20 | Fixed a nasty regression from the script system rewrite (commit #35670), ↵ | Filippos Karapetis | |
which will cause crashes under certain conditions, and probably makes SAGA games non-completable. When a script thread is waiting for another thread, the current instruction offset should not be modified. The thread processing function would incorrectly continue in some special cases, and would incorrectly alter the current instruction offset. This becomes apparent in some special cases only, which made it hard to spot - plus, SAGA games have not been tested for 0.13.0, so there weren't any reports for this. This change SHOULD go to the 0.13.0 branch, but we've already tagged... svn-id: r38581 | |||
2009-02-20 | Enable Eco Quest again. | Travis Howell | |
svn-id: r38580 | |||
2009-02-20 | Update comments. | Travis Howell | |
svn-id: r38579 | |||
2009-02-20 | Correct typo in project files, which caused SCI engine to be disabled. | Travis Howell | |
svn-id: r38578 | |||
2009-02-20 | Ooops, remove excess zero. | Travis Howell | |
svn-id: r38577 | |||
2009-02-20 | Add another English DOS version of The Island of Dr. Brain | Travis Howell | |
svn-id: r38576 | |||
2009-02-20 | Disable MSVC warning, which is frequently paranoid. | Travis Howell | |
svn-id: r38575 | |||
2009-02-20 | Add change from Quietust, to fix MSVC 7.1 compile. | Travis Howell | |
svn-id: r38574 | |||
2009-02-20 | Avoid conflicting targets for King's Quest 4. | Travis Howell | |
svn-id: r38573 | |||
2009-02-20 | Add entries for some SCI demos | Matthew Hoops | |
svn-id: r38572 | |||
2009-02-20 | Synced the project files of the cruise engine | Filippos Karapetis | |
svn-id: r38571 | |||
2009-02-20 | Updated the MSVC project files of the SCI engine | Filippos Karapetis | |
svn-id: r38570 | |||
2009-02-20 | We only got 1 mixer - removed the unneeded file mixers.cpp | Filippos Karapetis | |
svn-id: r38569 | |||
2009-02-20 | Re-enable some more Amiga entries. | Matthew Hoops | |
svn-id: r38568 | |||
2009-02-20 | Updated some versions in the detector | Filippos Karapetis | |
svn-id: r38567 | |||
2009-02-19 | - Do not break after finding an executable in SCI fallback detection, as we ↵ | Matthew Hoops | |
may not have found the resource files yet. - Re-enabled codename iceman amiga and fix amiga fallback detection. svn-id: r38566 | |||
2009-02-19 | Re-enable some entries which I have verified (or Kirben verified in some ↵ | Matthew Hoops | |
earlier commits). Also, remove the printf's from the fallback detection code; it would appear when detecting non-SCI games, which is not the intended effect. svn-id: r38565 | |||
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38564 | |||
2009-02-19 | don't give up scanning files after one potential executable (such as ↵ | Willem Jan Palenstijn | |
sierra.ico...) svn-id: r38563 | |||
2009-02-19 | Function call order in expressions isn't well-defined. Also fix missing ↵ | Willem Jan Palenstijn | |
shift and moved some comments. svn-id: r38562 | |||
2009-02-19 | enable Larry 3 DOS English. The MD5s match and its sciv.exe has 0.000.572 | Joost Peters | |
svn-id: r38561 | |||
2009-02-19 | formating | Paweł Kołodziejski | |
svn-id: r38560 |