Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-14 | Run the detectors on one directory at a time, rather than one file at a time. | Marcus Comstedt | |
svn-id: r18685 | |||
2005-08-14 | Force a single PHDR. | Marcus Comstedt | |
svn-id: r18684 | |||
2005-08-14 | Fixed new plugin search code to work with Dreamcast: | Marcus Comstedt | |
* Code does case-sensitive comparison with PLUGIN_SUFFIX, so put it in uppercase (as filenames in ISO9660 are required to be uppercase). * There is an assert somewhere which prevents the use of "" as a directory. Use "/" instead... svn-id: r18683 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18682 | |||
2005-08-14 | Replace warnings with debug, errors or printfs: | Travis Howell | |
-To catch any missing cases/functions used. -To prevent users reporting warnings as bugs svn-id: r18681 | |||
2005-08-14 | Remove leftover. | Travis Howell | |
svn-id: r18680 | |||
2005-08-14 | Add a few more HE games. | Travis Howell | |
svn-id: r18679 | |||
2005-08-14 | Fix regression in fbpack | Travis Howell | |
svn-id: r18678 | |||
2005-08-13 | Fix bug #1258537 "ITE: Introduction text is black" | Eugene Sandulenko | |
svn-id: r18677 | |||
2005-08-13 | Make IHNM demo go little further (still crashes at initialization). Add | Eugene Sandulenko | |
spanish version of IHNM. svn-id: r18676 | |||
2005-08-13 | fix bug #1254000 ITE: Actors duplicated at chasm scene | Andrew Kurushin | |
svn-id: r18675 | |||
2005-08-13 | Fix bug #1257542 "ITE: Sounds do not stop after quitting scene". Though | Eugene Sandulenko | |
There is a big problem in sound code. It is written with only one SFX and only one Voice playing at the same time in mind which is not the case. This should be rewritten so there are more than 2 sound handles. svn-id: r18674 | |||
2005-08-13 | Fixe bug #1257869 "ITE: Crash when viewing the map" | Eugene Sandulenko | |
svn-id: r18673 | |||
2005-08-12 | Fix bug #1257530 "ITE: Mouse pointer visible during cutscenes" | Eugene Sandulenko | |
svn-id: r18672 | |||
2005-08-12 | Fix bug #1257459 "ITE: Game crashes at airport" | Eugene Sandulenko | |
svn-id: r18671 | |||
2005-08-12 | updated PalmOS source files for the 'u circonflex' thing I committed yesterday | Gregory Montoir | |
svn-id: r18670 | |||
2005-08-12 | Fix bug #1257309 "ITE: Invalid read during startup" | Eugene Sandulenko | |
svn-id: r18669 | |||
2005-08-11 | Fix bug #1257033 "ITE: Map music briefly plays when loading game at sanctuary" | Eugene Sandulenko | |
svn-id: r18668 | |||
2005-08-11 | Fix bug #1257016 "ITE: crashes in dogs castle labyrinth" | Eugene Sandulenko | |
svn-id: r18667 | |||
2005-08-11 | Clarify message about unknown MD5 and don't make false alarms. | Eugene Sandulenko | |
svn-id: r18666 | |||
2005-08-11 | Fix bug #1256368 "ITE: Black pixels drawn as white at sanctuary gate" | Eugene Sandulenko | |
svn-id: r18665 | |||
2005-08-11 | rename some actor struct fields | Gregory Montoir | |
svn-id: r18664 | |||
2005-08-11 | get rid of game_thread_proc | Gregory Montoir | |
svn-id: r18663 | |||
2005-08-11 | minor cleanup | Gregory Montoir | |
svn-id: r18662 | |||
2005-08-11 | get rid of an old hack for the 'u circonflex' letter in the french version | Gregory Montoir | |
svn-id: r18661 | |||
2005-08-11 | Fix bugs #1256398 "ITE: Clicking doesn't skip dialogue" | Eugene Sandulenko | |
svn-id: r18660 | |||
2005-08-11 | Translate excuse messages and make them work on floppy versions. Earlier | Eugene Sandulenko | |
it just crashed there. svn-id: r18659 | |||
2005-08-11 | Fix bug #1256701 "ITE: Crashes during conversations" | Eugene Sandulenko | |
svn-id: r18658 | |||
2005-08-11 | Fix bug #1256704 "ITE: Wrong text display in German version" | Eugene Sandulenko | |
svn-id: r18657 | |||
2005-08-11 | More debug output for IHNM | Eugene Sandulenko | |
svn-id: r18656 | |||
2005-08-10 | clip the 'top' argument in Gdi::resetBackground (as we do for bottom), this ↵ | Gregory Montoir | |
is safer and should prevent crashes when loading savegames with 'invalid' coordinates for the actors. See also bug #1252714. svn-id: r18655 | |||
2005-08-10 | More IHNM fixes. Now it tries to start Ellen part but crashes at invalid | Eugene Sandulenko | |
opcode because it tries to execute string data. svn-id: r18654 | |||
2005-08-10 | committed patch #1255847, thanks Simon Sawatzki. | Gregory Montoir | |
svn-id: r18653 | |||
2005-08-10 | fixed iso convertion Rif position | Andrew Kurushin | |
add some IHNM panels svn-id: r18652 | |||
2005-08-10 | Improved debug output on stub script functions. | Eugene Sandulenko | |
Impelmented sfSetSpeechBox, though it is not yet functional. svn-id: r18651 | |||
2005-08-10 | Moved Goblins item to the Wiki. | Torbjörn Andersson | |
svn-id: r18650 | |||
2005-08-10 | Made Gobliiins less of a CPU hog by adding some strategic delays and | Torbjörn Andersson | |
turning on the screen auto-dirtying - some as Simon uses. It's not perfect by any means, but it may be good enough for 0.8.0 at least. svn-id: r18649 | |||
2005-08-10 | Added Goblins item. | Torbjörn Andersson | |
svn-id: r18648 | |||
2005-08-10 | Rename event types to comply with our standards. | Eugene Sandulenko | |
svn-id: r18647 | |||
2005-08-10 | Reanme more minor struct to comply with our naiming standards. | Eugene Sandulenko | |
svn-id: r18646 | |||
2005-08-10 | Rename Actor class members to _members. | Eugene Sandulenko | |
svn-id: r18645 | |||
2005-08-10 | EVENT -> Event | Eugene Sandulenko | |
svn-id: r18644 | |||
2005-08-10 | Implement part of chapter selection panel. | Eugene Sandulenko | |
svn-id: r18643 | |||
2005-08-10 | Don't explicity check for tremor and vorbis everywhere and | Jonathan Gray | |
require both USE_TREMOR and USE_VORBIS to be defined when using tremor. svn-id: r18642 | |||
2005-08-10 | Rest of the changes required for tremor to actually work. | Jonathan Gray | |
Based on patches against 0.7.1 by Jolan Luff. svn-id: r18641 | |||
2005-08-09 | o Fix some game parameters for IHNM | Eugene Sandulenko | |
o Load voices LUT for IHNM svn-id: r18640 | |||
2005-08-08 | Cleanups. Mostly removal of seemingly unused variables and stuff. | Torbjörn Andersson | |
svn-id: r18639 | |||
2005-08-08 | oops. debug output slipped in. | Eugene Sandulenko | |
svn-id: r18638 | |||
2005-08-08 | Fix bug #1252277 "ITE: Actions not performed under OS X" | Eugene Sandulenko | |
svn-id: r18637 | |||
2005-08-08 | added replacement code for hypot() | Paweł Kołodziejski | |
svn-id: r18636 |