Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-13 | Commit salty-horse's fix for bug #2854261 "GUI: Launcher list doesn't ↵ | Johannes Schickel | |
highlight after getting focus". svn-id: r44067 | |||
2009-09-13 | Proper fix for bug #2835715 "KYRA: GFX glitch at the bridge". The old fix ↵ | Johannes Schickel | |
broke saves, which were made in front of the castle door. svn-id: r44065 | |||
2009-09-13 | Fix regression caused by OSystem::updateScreen call limitation, which caused ↵ | Johannes Schickel | |
certain animations not to display at all. svn-id: r44063 | |||
2009-09-13 | Fix bug when skipping Kyrandia 1 Intro, when no restart save game file is ↵ | Johannes Schickel | |
present. svn-id: r44062 | |||
2009-09-13 | LOL/Floppy: fixed size of menu boxes | Florian Kagerer | |
svn-id: r44061 | |||
2009-09-13 | fixed double-taking of the captain's key | Vladimir Menshakov | |
svn-id: r44060 | |||
2009-09-13 | fixed flickering by restarting render cycle | Vladimir Menshakov | |
svn-id: r44059 | |||
2009-09-13 | return event status from the nextEvent() | Vladimir Menshakov | |
svn-id: r44058 | |||
2009-09-13 | removed invalid 0xff character handler, added fixme | Vladimir Menshakov | |
svn-id: r44057 | |||
2009-09-13 | fixed sounds for the earlier callbacks | Vladimir Menshakov | |
svn-id: r44056 | |||
2009-09-13 | added hide/showActor, fixed intro, reverted straight animation order | Vladimir Menshakov | |
svn-id: r44055 | |||
2009-09-13 | LOL: add missing opcode | Florian Kagerer | |
svn-id: r44053 | |||
2009-09-13 | Fixed crash when reaching the end of the movie, riggered by recent Stream | Torbjörn Andersson | |
changes. svn-id: r44052 | |||
2009-09-13 | Added workaround fix for Amazon conversation being cut off in Act 2 | Paul Gilbert | |
svn-id: r44050 | |||
2009-09-13 | added intro support | Vladimir Menshakov | |
svn-id: r44049 | |||
2009-09-13 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r44048 | |||
2009-09-13 | added simple credits support for the intro. | Vladimir Menshakov | |
svn-id: r44047 | |||
2009-09-13 | added shadow_color, height and packed width parameters for fonts. | Vladimir Menshakov | |
svn-id: r44046 | |||
2009-09-13 | fixed animation slot in first trial | Vladimir Menshakov | |
svn-id: r44045 | |||
2009-09-13 | Always disable the "Change Directory" button in the save/load menus, as we ↵ | Filippos Karapetis | |
don't allow the engine to change the directory where saved games will be placed svn-id: r44044 | |||
2009-09-12 | Removed the INST_LOOKUP_CLASS define | Filippos Karapetis | |
svn-id: r44043 | |||
2009-09-12 | Made is_object() a method of the segment manager | Filippos Karapetis | |
svn-id: r44042 | |||
2009-09-12 | Removed the unused ASSERT()-related code and changed a warning where ↵ | Filippos Karapetis | |
BREAKPOINT() was used to an error svn-id: r44041 | |||
2009-09-12 | LOL: fix bug that would sometimes accidently swap the freeze palette and the ↵ | Florian Kagerer | |
normal palette in the ghorka swamp svn-id: r44040 | |||
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and ↵ | Filippos Karapetis | |
getObjectName, respectively) - Renamed alloc_List -> allocateList, alloc_Node->allocateNode, alloc_hunk_entry->allocateHunkEntry, free_hunk_entry->freeHunkEntry, for consistency svn-id: r44039 | |||
2009-09-11 | LOL: added another missing opcode | Florian Kagerer | |
svn-id: r44037 | |||
2009-09-11 | LOL: add missing opcode | Florian Kagerer | |
svn-id: r44036 | |||
2009-09-11 | Added support for WINDRESFLAGS, required for e.g. multilib enabled MinGW ↵ | Andre Heider | |
toolchains svn-id: r44035 | |||
2009-09-11 | LOL/Floppy: fixed gfx tables generation | Florian Kagerer | |
svn-id: r44034 | |||
2009-09-11 | fix duplicate definition of FORCEINLINE on mingw toolchains | Norbert Lange | |
svn-id: r44033 | |||
2009-09-11 | Added an experimental screen transition dirty rect calculation code which ↵ | Paul Gilbert | |
should make background changes faster on slower devices or when scalers are active svn-id: r44032 | |||
2009-09-11 | Bugfix for the boundaries of changing objects used for dirty rect calculations | Paul Gilbert | |
svn-id: r44031 | |||
2009-09-11 | Remove excess spaces. | Travis Howell | |
svn-id: r44030 | |||
2009-09-11 | Remove excess spaces. | Travis Howell | |
svn-id: r44029 | |||
2009-09-11 | Fix compile of M4 game engine. | Travis Howell | |
svn-id: r44028 | |||
2009-09-11 | Slightly modified version of Patch #2838562: Improve endian.h and stream.h | Max Horn | |
svn-id: r44027 | |||
2009-09-11 | M4: Seems that s1_cos and s1_sin are either misnamed, or buggy ? | Max Horn | |
svn-id: r44026 | |||
2009-09-11 | Don't abuse FORCEINLINE | Max Horn | |
svn-id: r44025 | |||
2009-09-10 | Removed incorrect German Neon Edition MD5 | Paul Gilbert | |
svn-id: r44023 | |||
2009-09-09 | Really fixing searchHotspot, syntax-wise at least. (Note: ↵ | Sven Hesse | |
Hotspots::Hotspot::left is unsigned, so a comparison with -1 will always yield false. And for left == 0xFFFF a method already exists, Hotspots::Hotspot::isEnd()) svn-id: r44022 | |||
2009-09-09 | LOL/Floppy: - fix spell book animation | Florian Kagerer | |
svn-id: r44021 | |||
2009-09-09 | Playtoons - Fix searchHotspot and suppress a forgotten debug warning | Arnaud Boutonné | |
svn-id: r44020 | |||
2009-09-09 | moved away actor animation from the "lan" animations. added better handling ↵ | Vladimir Menshakov | |
for the asynchronous events. svn-id: r44019 | |||
2009-09-09 | Playtoons - Add oPlaytoons_printText | Arnaud Boutonné | |
svn-id: r44018 | |||
2009-09-09 | Removed/replaced the gfx_pixmap_color struct | Filippos Karapetis | |
svn-id: r44017 | |||
2009-09-08 | Fix what looks like a typo bug in the AVI player | Max Horn | |
svn-id: r44016 | |||
2009-09-08 | Fixed some (pedantic) warnings | Max Horn | |
svn-id: r44015 | |||
2009-09-08 | tinsel: correct mac cd checksums, made on files extracted as raw data | Fabio Battaglia | |
svn-id: r44014 | |||
2009-09-08 | added actor-walkbox position correction | Vladimir Menshakov | |
svn-id: r44013 | |||
2009-09-08 | removed ann's house music hack from scene. | Vladimir Menshakov | |
svn-id: r44012 |