Age | Commit message (Expand) | Author |
2010-04-25 | get rid of global Box objects and remove obsoleted PALMOS_ARM defines. | Gregory Montoir |
2010-04-25 | SCI: green buttons for sci0early implemented | Martin Kiewitz |
2010-04-25 | SCI: draw a black line between titlebar and actual window content for SCI0, a... | Martin Kiewitz |
2010-04-25 | SCI: changing setFont() call logic inside textedit controls to save 2 setFont... | Martin Kiewitz |
2010-04-25 | SCI: we check for enough space, before adding pressed characters in textedit ... | Martin Kiewitz |
2010-04-25 | SCI: replaced value with constant when checking if controls are selected | Martin Kiewitz |
2010-04-25 | SCI: reset cursor state when kDrawControl gets called on textedit controls, f... | Martin Kiewitz |
2010-04-25 | PSP: A couple of small fixes to the debugging support | Yotam Barnoy |
2010-04-25 | PSP:Implemented fingolfin's suggestion for cleaning up debugging code | Yotam Barnoy |
2010-04-25 | SCI: fix regression of r48659 - now calculating menu width and splitting text... | Martin Kiewitz |
2010-04-24 | SCI: Don't error() out when autodetection fails | Walter van Niftrik |
2010-04-24 | SCI: reverting r48787 port updates were actually introduced (heard that befor... | Martin Kiewitz |
2010-04-24 | SCI: add show_map command to debug help again (must have been lost some time ... | Martin Kiewitz |
2010-04-24 | SCI: r48786 port updates were actually introduced during SCI01, qfg2 and xmas... | Martin Kiewitz |
2010-04-24 | SCI: beginUpdate()/endUpdate() of ports were introduced inside kAnimate() in ... | Martin Kiewitz |
2010-04-24 | SCI: added special comments about r48784 | Martin Kiewitz |
2010-04-24 | SCI: changing GetLongest() on kanji (again) hopefully it's now working as in ... | Martin Kiewitz |
2010-04-24 | SCI: Fix regression in locals init for re-used segments | Walter van Niftrik |
2010-04-24 | SCI: document skipping over breaking spaces done in r48781 | Martin Kiewitz |
2010-04-24 | SCI: change the way we handle breaking spaces based on how sierra sci does it... | Martin Kiewitz |
2010-04-24 | SCI: first byte of resource patch must have 0x80 added to the resource type, ... | Martin Kiewitz |
2010-04-23 | SCI: fix for regression of r48778: do add spaces to width, if we are at endin... | Martin Kiewitz |
2010-04-23 | SCI: text16 ::Width() doesn't add ending spaces to the width anymore, sierra ... | Martin Kiewitz |
2010-04-23 | SCI: pc98 sierra interpreter had special code, that circumvents having a japa... | Martin Kiewitz |
2010-04-23 | Implemented extra timer methods and a DynamicHotspots class | Paul Gilbert |
2010-04-22 | SCI: added additional comment for setOrigin() commit (from waltervn), after d... | Martin Kiewitz |
2010-04-22 | SCI: make setOrigin() for ports behave like in sierra sci, fixes qfg1ega char... | Martin Kiewitz |
2010-04-22 | SCI: SCI1LATE+ checks for STYLE_USER, versions before check for STYLE_USER|ST... | Martin Kiewitz |
2010-04-22 | set cxx_verc_fail=no when MIPSpro 7.4.4 is detected + proper MIPSpro capitali... | Joost Peters |
2010-04-22 | Reformat NEWS items a bit, add full stops | Max Horn |
2010-04-21 | Update credits: Fredrik retired | Max Horn |
2010-04-21 | TINSEL: Change cdGraphStream to a Common::File pointer, | Max Horn |
2010-04-21 | CINE: Change Doxygen commands to match our CFC | Max Horn |
2010-04-21 | Changed MadsView into a separate class, since it's functionality is needed by... | Paul Gilbert |
2010-04-21 | Fixed GCC warning about 'hotspotId' shadowing a member of 'this'. Let's call | Torbjörn Andersson |
2010-04-20 | Document setPalette() and grabPalette() changes, fix some incorrect 8bit stat... | Andre Heider |
2010-04-20 | abort() when calling setPalette() or grabPalette() in non CLUT8 modes. | Andre Heider |
2010-04-20 | Use the faster memset() in Surface::fillRect() for 16bit modes when possible. | Andre Heider |
2010-04-20 | SCI: get color white instead of hardcoded 255 inside openPort(), fixes not wo... | Martin Kiewitz |
2010-04-20 | SCI: replaced values with constant | Martin Kiewitz |
2010-04-20 | Fix the MT32 gfx output for 16bit compatiblity, cleanup, get rid of unnecessa... | Andre Heider |
2010-04-20 | Round up the game texture dimensions if the requested size is incompatible to... | Andre Heider |
2010-04-20 | Small tweak, works around a bug in the default OpenBSD gcc 3.3.5 compiler | Max Horn |
2010-04-20 | SCI: the pc98 rom has to display kanji directly, because of the bad behaviour... | Martin Kiewitz |
2010-04-20 | SCI: menu - handle right aligned "=" as actual text not as tag marker, also h... | Martin Kiewitz |
2010-04-20 | SCI: remove lone spaces at the end of right aligned menu items. fixes "wrongl... | Martin Kiewitz |
2010-04-20 | SCI: sq4/japanese uses sjis 0x9781 for line breaks as well | Martin Kiewitz |
2010-04-20 | Corrected a debug statement that could use an object field after the object w... | Paul Gilbert |
2010-04-19 | Add note about fix for 1.1.1 to README-WinCE.txt | Robin Watts |
2010-04-19 | Mention Wii/Gamecube specific changes. | Andre Heider |