aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-10-07SCI: debug command undither implementedMartin Kiewitz
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-07SCI: kDrawPic / had an error in previous revisionMartin Kiewitz
2009-10-07SCI/newgui: SciGuiPicture now errors out on mirrored VGA pictures (added fixme)Martin Kiewitz
2009-10-07SCI: changed kDrawPic to use oldGfxFuncs()Martin Kiewitz
2009-10-07SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki...Martin Kiewitz
2009-10-07Update AUTHORS properly using 'make credits'Max Horn
2009-10-07LOL/PC-98: fixed freeze spellFlorian Kagerer
2009-10-07Add Hkz and myselfArnaud Boutonné
2009-10-07SCI/newgui: SciGuiView - paletteoffset in EGA games documented and finally no...Martin Kiewitz
2009-10-07dont ask...Martin Kiewitz
2009-10-07another try to add myself...(this is more complicated than writing for sci it...Martin Kiewitz
2009-10-07adding myself correctly to credits.pl ;)Martin Kiewitz
2009-10-07adding myself to authors :DMartin Kiewitz
2009-10-07Fix an assert in activeWin(). Arnaud Boutonné
2009-10-07SCI/newgui: hopefully the final fix for drawpicture - set priority and contro...Martin Kiewitz
2009-10-07SCI/newgui: it seems that this fixes floodfill finallyMartin Kiewitz
2009-10-07SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe...Martin Kiewitz
2009-10-07SCI/newgui: undithering of picture now possible (just follow instructions in ...Martin Kiewitz
2009-10-07Fix mismatching new[]/delete use, by replacing delete with delete[].Johannes Schickel
2009-10-07Implemented the SciGuiView destructor and plugged a memory leak in the curren...Filippos Karapetis
2009-10-07Hopefully fixed a mismatching free() call in gfx_free_pixmap(), originating f...Filippos Karapetis
2009-10-07Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr...Filippos Karapetis
2009-10-07Replaced the view loading code with the new view loading functions. EGA view ...Filippos Karapetis
2009-10-07SCI/newgui: fix that caused floodfill to failMartin Kiewitz
2009-10-07SCI/newgui: implemented debug command show_mapMartin Kiewitz
2009-10-07SCI/newgui: kSetCursor (show, hide, pos, shape) implementedMartin Kiewitz
2009-10-07Updated the MSVC project files and module.mk for commit #r44730Filippos Karapetis
2009-10-07SCI: removed OSystem from SciGuiScreenMartin Kiewitz
2009-10-07SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructorMartin Kiewitz
2009-10-07SCI: SciGuiPalette - init() is now privateMartin Kiewitz
2009-10-07SCI: removed r44595, sierra sci really does behave like Common::Rect, no need...Martin Kiewitz
2009-10-07More work on the view code wrapper. Now all SCI0-SCI11 views should be displa...Filippos Karapetis
2009-10-06More work on the view wrapper codeFilippos Karapetis
2009-10-06Updated the parameter names of FillRect()Filippos Karapetis
2009-10-06Reverted the priority line drawing code in the current GUI (with some cleanup...Filippos Karapetis
2009-10-06Reverted #44697 (line drawing in the new GUI), with some function renaming. A...Filippos Karapetis
2009-10-06SCI/newgui: pattern drawing table fixMartin Kiewitz
2009-10-06More work on the view wrapper codeFilippos Karapetis
2009-10-06WIP code for replacing the FreeSCI view decoding code with the new one (no ch...Filippos Karapetis
2009-10-06gob - fix valgrind warning: invalid read when animKeysCount equals 0Arnaud Boutonné
2009-10-06SCI/newgui: changed menuPort to one pixel lessMartin Kiewitz
2009-10-06SCI/newgui: dont allow negative coordinates in draw pattern (fixes bad pixels...Martin Kiewitz
2009-10-06SCI/newgui: pattern drawing circles now fixedMartin Kiewitz
2009-10-06- Fixed kGetTime() againFilippos Karapetis
2009-10-06SCI/newgui: pattern drawing texture now bit0-bit7, sierra did it bit7-bit0Martin Kiewitz
2009-10-06Kyra: fix kyra 3 fontFlorian Kagerer
2009-10-06KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when t...Florian Kagerer
2009-10-06Removed yet another unused reference to OSystemFilippos Karapetis
2009-10-06SCI: clean up oldx/y vs x/yWillem Jan Palenstijn