Age | Commit message (Expand) | Author |
2010-06-23 | SCI: global scaling implemented (hopefully, i'm not sure if it works 100% :P)... | Martin Kiewitz |
2010-06-23 | SCI: adding some more global scaling code, adding vanishingY and vanishingX a... | Martin Kiewitz |
2010-06-23 | SCI: some initial work on global scaling | Martin Kiewitz |
2010-06-23 | SCI: implementing boundary checking for GfxPalette::createFromData(), sq5 has... | Martin Kiewitz |
2010-06-22 | SCI: added nicks picks sq to the sci1.1 interpreter games, the other ones may... | Martin Kiewitz |
2010-06-22 | SCI: eco quest 1 demo also uses inbetween sci1.1 interpreter, fixing graphics | Martin Kiewitz |
2010-06-22 | SCI: reversing r50168, demo is using the same offTop as well (demo.bat) | Martin Kiewitz |
2010-06-22 | SCI: demo of fairy tales uses regular offTop | Martin Kiewitz |
2010-06-22 | SCI: set offTop to 26 for mixed up fairy tales to fix all sorts of non-fully-... | Martin Kiewitz |
2010-06-22 | SCI: implemented kAssertPalette and a palvary fix for ::set, fixes erana's pl... | Martin Kiewitz |
2010-06-22 | SCI: fixed typo | Martin Kiewitz |
2010-06-22 | SCI: kPalVary(SetTarget) implemented | Martin Kiewitz |
2010-06-21 | Fix the Hoyle 4 (Hoyle Classic) demo's top offset. It currently errors out la... | Matthew Hoops |
2010-06-21 | SCI: also set throttle trigger on kPalette(animate) | Martin Kiewitz |
2010-06-21 | SCI: GfxPalette::kernelSetIntensity() now also triggers throttler - somewhat ... | Martin Kiewitz |
2010-06-20 | SCI: fixed typo | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(changeTicks) | Martin Kiewitz |
2010-06-20 | SCI: properly implement kPalVary functionality within kDrawPic and transition... | Martin Kiewitz |
2010-06-20 | SCI: adding timestamp update for frameout, fixes gk1 windows main menu | Martin Kiewitz |
2010-06-20 | SCI: disable palvary when reverse is fully done - fixes palette getting stuck... | Martin Kiewitz |
2010-06-20 | SCI: cleanup of SciPalette | Martin Kiewitz |
2010-06-20 | SCI: implemented kPalVary(reverse) for pharkas, although there is a bug somew... | Martin Kiewitz |
2010-06-20 | Sort planes in kFrameOut by priority and keep plane/item priority separate as... | Matthew Hoops |
2010-06-20 | SCI: implementing kPalVary(2) | Martin Kiewitz |
2010-06-20 | SCI: adding code for kPalVary ticks == 0 case, fixes pharkas | Martin Kiewitz |
2010-06-20 | SCI: adding kPalVary update call to kFrameout - it's getting morning now in g... | Martin Kiewitz |
2010-06-20 | SCI: some kPalVary support - intro of island dr. brain works fine now | Martin Kiewitz |
2010-06-20 | SCI: kPalVary - cleanup and some more code | Martin Kiewitz |
2010-06-20 | SCI: fix r50078, we need to update timestamp for inbetween SCI1.1 games, but ... | Martin Kiewitz |
2010-06-20 | SCI: update timestamp like before for inbetween SCI1.1 games | Martin Kiewitz |
2010-06-20 | SCI: update sys palette timestamp only on kDrawPic in SCI1.1, fixes intro of ... | Martin Kiewitz |
2010-06-20 | SCI: removing unneeded parameters inside SciPalette, cleanup of SciPalette | Martin Kiewitz |
2010-06-20 | SCI: some cleanup for kPalVary | Martin Kiewitz |
2010-06-19 | SCI: cleanup view decompression code | Martin Kiewitz |
2010-06-18 | SCI: fixing detection of vga sci11 views for ega games (original change in r5... | Martin Kiewitz |
2010-06-18 | SCI: added more description about changes in r50025 | Martin Kiewitz |
2010-06-18 | SCI: making vga views work in ega games :P | Martin Kiewitz |
2010-06-18 | SCI: fix typo when setting EGA palette | Martin Kiewitz |
2010-06-18 | Fixed a problem in kAnimate which occurred when a list was modified by a call... | Filippos Karapetis |
2010-06-18 | SCI: pseudo-implemented 0x72 and 0x73 for kDisplay used by longbow-demo, alth... | Martin Kiewitz |
2010-06-18 | SCI: partially revert r49983 - all of those are not implemented in sierra sci... | Martin Kiewitz |
2010-06-18 | Added several unimplemented kDisplay subops, as well as a new sound command, ... | Filippos Karapetis |
2010-06-17 | Strict mode: error out on unhandled subops, to note if they actually exist an... | Filippos Karapetis |
2010-06-17 | Strict mode: Changed several warnings due to logic bugs into errors. If an er... | Filippos Karapetis |
2010-06-17 | Reduced header dependency | Filippos Karapetis |
2010-06-17 | SCI: Change SciEngine's 'char *getGameID()' to 'Common::String getGameId()' | Max Horn |
2010-06-17 | SCI: Rename sciEvent to SciEvent | Max Horn |
2010-06-17 | SCI: Moved the event code a little bit around. | Max Horn |
2010-06-17 | SCI: dont subtract offTop on wmgrPort when using old gfx functions - fixes ab... | Martin Kiewitz |
2010-06-17 | SCI: applying forceRealMerge change to pq1 and qfg3 demo as well (see r49936)... | Martin Kiewitz |