Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-28 | All interactive objects are now drawn in the framebuffer instead of using ↵ | Nicola Mettifogo | |
the old kBitBack/kBitFront buffers. Animation are not sorted yet, so they can overlap in an inconsistent fashion for the time being. svn-id: r30673 | |||
2008-01-28 | Changed array of method pointers to case statement to fix compiler error in ↵ | Paul Gilbert | |
earlier versions of gcc svn-id: r30672 | |||
2008-01-28 | Forward declare HashMap::ConstIterator (this might fix compile errors with ↵ | Max Horn | |
some old GCC versions) svn-id: r30670 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-27 | Possible fix for the errors under older versions of GCC (e.g. under BeOS) | Filippos Karapetis | |
svn-id: r30661 | |||
2008-01-27 | Fix the endianness detection in Solaris 8 (It fixes but #1871509 "GUI ↵ | Jordi Vilalta Prat | |
distorted on Solaris/sparc") svn-id: r30658 | |||
2008-01-27 | Cleanup. | Johannes Schickel | |
svn-id: r30657 | |||
2008-01-27 | Disabled a debug function which throws warnings in older versions of GCC ↵ | Filippos Karapetis | |
(e.g. under BeOS) svn-id: r30655 | |||
2008-01-27 | Fix for some problems introduced (like wrong text display) with last commit. | Johannes Schickel | |
svn-id: r30654 | |||
2008-01-27 | - slightly refactored user settings handling | Johannes Schickel | |
- added user some settings handling for HoF svn-id: r30653 | |||
2008-01-27 | Really fix bug #1846886: "PUTTZOO: Windows version cursor/pointer drawn wrong". | Eugene Sandulenko | |
Also replace default HE cursor (used in Lost) with correct one. svn-id: r30650 | |||
2008-01-27 | Limit the number of simultaneous open files in IHNM to 7, down from 12. This ↵ | Filippos Karapetis | |
is necessary for devices that can keep a limited amount of files open simultaneously, like the PSP svn-id: r30648 | |||
2008-01-27 | Update kyra.dat. | Johannes Schickel | |
svn-id: r30647 | |||
2008-01-27 | Commit patch #1870149 "KYRA: kyradat tool update (hof ingame sfx)". ↵ | Johannes Schickel | |
(slightly modified) svn-id: r30646 | |||
2008-01-27 | Commit patch #1869752 "KYRA: HoF startup patch for towns and floppy". ↵ | Johannes Schickel | |
(Slightly modified) svn-id: r30645 | |||
2008-01-26 | Reworked FilesystemNode::lookupFile (fixing doxygen comment, making it ↵ | Max Horn | |
possible to restrict the search depth, fixed the 'exhaustive' mode and some other tweaks) svn-id: r30644 | |||
2008-01-25 | fix for wrong imuse table entry fixes #1879940 | Paweł Kołodziejski | |
svn-id: r30634 | |||
2008-01-25 | Fully fix bug #1660424 (KQ4: Zombie bug). The bug also affected room 18 in ↵ | Kari Salminen | |
addition to the room 16 that was already taken care of in revision 30482. svn-id: r30631 | |||
2008-01-24 | Added detection for fanmade AGI game Enclosure v1.03. | Kari Salminen | |
svn-id: r30630 | |||
2008-01-24 | Got rid of the experimental NPC Schedule store in favour of moving the NPC ↵ | Paul Gilbert | |
schedules from the active hotspot class back into the hotspot data class, similiar to how the original game implements them svn-id: r30629 | |||
2008-01-23 | Removing the outdated and obsolete msvc6 files (see FR #1878432) | Max Horn | |
svn-id: r30626 | |||
2008-01-23 | assert if hashmap iterator is out of bounds (e.g. happens when derefing end() | Max Horn | |
svn-id: r30623 | |||
2008-01-23 | Commit of patch #1877134 - "Drascula: Remove Spanish characters" | Filippos Karapetis | |
svn-id: r30621 | |||
2008-01-23 | Define and use enumerations for AGI Mouse protocol 1.0's button states. | Kari Salminen | |
svn-id: r30620 | |||
2008-01-22 | Code simplification | Filippos Karapetis | |
svn-id: r30617 | |||
2008-01-22 | Some refactoring of text drawing routines. | Nicola Mettifogo | |
svn-id: r30615 | |||
2008-01-22 | Fixed typo in comment. | Kari Salminen | |
svn-id: r30614 | |||
2008-01-22 | Fix configure for plain Bourne shells | Jordi Vilalta Prat | |
svn-id: r30613 | |||
2008-01-22 | Finally removed backends/intern.h itself | Max Horn | |
svn-id: r30612 | |||
2008-01-22 | Removed backends/intern.h | Max Horn | |
svn-id: r30611 | |||
2008-01-22 | Bugfix for transformation sparkle to finish if the player changes room ↵ | Paul Gilbert | |
partway through animation svn-id: r30609 | |||
2008-01-22 | Support both ways to represent a version number, with a dot and with a comma ↵ | Filippos Karapetis | |
(e.g. both 9.0 and 9,0) svn-id: r30608 | |||
2008-01-22 | Added a pause when the MSVC conversion tools are finished, so that the DOS ↵ | Filippos Karapetis | |
command prompt window doesn't close immediately svn-id: r30607 | |||
2008-01-21 | moved debug log | Paweł Kołodziejski | |
svn-id: r30605 | |||
2008-01-21 | final fix for bug #1757010 | Paweł Kołodziejski | |
svn-id: r30604 | |||
2008-01-21 | Proper data file paths for S60v3 | Lars Persson | |
svn-id: r30603 | |||
2008-01-21 | Implements 2 arguments version of the adj.ego.move.to.x.y-command. Should ↵ | Kari Salminen | |
fix bug #1733297 (GR: Actor stuck (Amiga version)). Savegames when using adj.ego.move.to.x.y-command may be broken at the moment. svn-id: r30602 | |||
2008-01-21 | Functionality for is readable and writable | Lars Persson | |
svn-id: r30601 | |||
2008-01-21 | Merged low level blitting functions into one single routine. | Nicola Mettifogo | |
svn-id: r30600 | |||
2008-01-21 | replaced the unsafe tag2str implementation by a safe one, now that it seems ↵ | Max Horn | |
to be meant for general use ;) svn-id: r30599 | |||
2008-01-21 | Move tag2str() to common/ | Eugene Sandulenko | |
svn-id: r30598 | |||
2008-01-21 | disabled force restore state music, it seems fix bug #1757010, at least i ↵ | Paweł Kołodziejski | |
see/hear difference :) svn-id: r30596 | |||
2008-01-21 | fix debug output | Paweł Kołodziejski | |
svn-id: r30595 | |||
2008-01-21 | for debug logs for dimuse | Paweł Kołodziejski | |
svn-id: r30594 | |||
2008-01-20 | Add Spanish Amiga version of Elvira 2. | Travis Howell | |
svn-id: r30592 | |||
2008-01-20 | added experimental hack to code to prevent the same start music again if old ↵ | Paweł Kołodziejski | |
one didn't have chance finish. it's fix bug #1861704, it may fix other similiar things when seq is to null. added few changes to debug logs. svn-id: r30590 | |||
2008-01-20 | Removed obsolete comment, fixed indention | Max Horn | |
svn-id: r30589 | |||
2008-01-20 | fix/workaround for bug #1624464, as we do not support game playing on two ↵ | Paweł Kołodziejski | |
different CDs svn-id: r30588 | |||
2008-01-20 | rename to prevent confusion | Paweł Kołodziejski | |
svn-id: r30587 |