Age | Commit message (Expand) | Author |
2010-01-29 | SCI: Move selector stuff to new header; reorder k_argc & k_argp param of invo... | Max Horn |
2010-01-29 | SCI: view class fix for hires views that are larger than 64k (fixes kq7 cel c... | Martin Kiewitz |
2010-01-28 | SCI: some progress on REing robot files (99% comments only) | Martin Kiewitz |
2010-01-27 | Made the code inside SciGui::display() a bit more readable | Filippos Karapetis |
2010-01-27 | SCI: fix for clipping code inside kGraph | Martin Kiewitz |
2010-01-27 | SCI: removing duplicate comment line that isnt right there (it documents the ... | Martin Kiewitz |
2010-01-27 | Only reshow the cursor after playing a video if it was originally showing bef... | Matthew Hoops |
2010-01-27 | SCI: scaling for non-regular cels, scaling for reanimate (fixes pharkas demo,... | Martin Kiewitz |
2010-01-26 | SCI: changed flags (uint16) to force (bool) for set/merge palette methods | Martin Kiewitz |
2010-01-26 | SCI: force palette merging for kq6 hires portraits (cause its needed on those) | Martin Kiewitz |
2010-01-26 | SCI: dont do real merging of palettes for sci1.1+, fixes sq5 wilco face, wilc... | Martin Kiewitz |
2010-01-26 | SCI: removing now unneeded table EGAtable from palette class | Martin Kiewitz |
2010-01-25 | SCI: removed EGA mapping for amiga games, cause changing K_GRAPH_GET_COLORS_N... | Martin Kiewitz |
2010-01-25 | Fixed window port for Slater and Hoyle 3 (the top coordinate of the main wind... | Filippos Karapetis |
2010-01-25 | SCI: fixing skipping over dummy VGA palettes in amiga games | Martin Kiewitz |
2010-01-25 | SCI: created isAmiga32color(), using this method instead of comparing against... | Martin Kiewitz |
2010-01-25 | SCI: changed comment about amiga palette inside picture class (removed TODO a... | Martin Kiewitz |
2010-01-25 | SCI: support for amiga pictures that change the palette | Martin Kiewitz |
2010-01-25 | SCI: support for both amiga "palettes" (one is a left-over VGA palette, the o... | Martin Kiewitz |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-24 | SCI: skip over amiga palette inside pictures for now, needs implementation (T... | Martin Kiewitz |
2010-01-24 | SCI: removed oldMenuId check for BitsShow in menu (was done for keyboard inte... | Martin Kiewitz |
2010-01-24 | SCI: never set palette for amiga games (fixes kq5 palette corruption at the b... | Martin Kiewitz |
2010-01-24 | SCI: changed amiga palette mapping table to map color 15 (white) again, scrip... | Martin Kiewitz |
2010-01-24 | SCI: added comment about using color 255 all the time for amiga games | Martin Kiewitz |
2010-01-24 | SCI: changing white to be 255 for amiga all the time (works for our interpret... | Martin Kiewitz |
2010-01-24 | SCI: fixing amiga mapping for colors 0 and 15, those are hardcoded like every... | Martin Kiewitz |
2010-01-24 | SCI: self drawn stuff on amiga uses ega palette, we need to match it onto cur... | Martin Kiewitz |
2010-01-24 | SCI: handle intensity calls for amiga the same way as we handle palette anima... | Martin Kiewitz |
2010-01-24 | SCI: supporting .used bit 1 in palettes (force direct palette setting) and cl... | Martin Kiewitz |
2010-01-23 | Added some skeleton code for kPalVary() | Filippos Karapetis |
2010-01-23 | SCI: SCI0 games have a grey titlebar | Martin Kiewitz |
2010-01-22 | SCI: restoring r47412, we were right all along but this "hack" was done on th... | Martin Kiewitz |
2010-01-22 | SCI: reverting r47412, change was incorrect and also resulted in broken anima... | Martin Kiewitz |
2010-01-22 | SCI: removed error inside Menu::mouseFindMenuItemSelection, instead returning 0 | Martin Kiewitz |
2010-01-22 | SCI: draw a black line under menubar when menu is active (effectively for jon... | Martin Kiewitz |
2010-01-20 | SCI: control icons now use objects priority selector instead of hardcoded pri... | Martin Kiewitz |
2010-01-20 | SCI: boundary check on getPortById() | Martin Kiewitz |
2010-01-19 | SCI: dont directly set mouse cursor to visible state but call show() instead ... | Martin Kiewitz |
2010-01-19 | SCI: call showBits() on the line between menubar and the actual menu (because... | Martin Kiewitz |
2010-01-19 | SCI: also fix statusbar | Martin Kiewitz |
2010-01-19 | SCI: fixed displaying of menubar (fixes all sorts of ega games) | Martin Kiewitz |
2010-01-19 | SCI: use reanimate instead of BitsShow() when removing menus | Martin Kiewitz |
2010-01-19 | SCI: Still limit lower boundary in SCI1.1, moved upper priority boundary limi... | Martin Kiewitz |
2010-01-19 | SCI: don't limit priority bands in sci1.1 (fixes swimmer in lsl6) | Martin Kiewitz |
2010-01-19 | SCI: implemented priority bands support for sci1.1 picture resources, fixed l... | Martin Kiewitz |
2010-01-17 | SCI: speed throttler changed, now gets triggered by kAnimate, removed initial... | Martin Kiewitz |
2010-01-16 | SCI: fix kNewWindow code to match the code in gregs engine | Martin Kiewitz |
2010-01-16 | SCI: added TODO inside kAnimate for scalesignal bit 1, added comment about sc... | Martin Kiewitz |
2010-01-16 | SCI: view scaling - dont fill left-over bytes if there are no left-over bytes :P | Martin Kiewitz |