Age | Commit message (Expand) | Author |
2009-10-07 | SCI/newgui: hopefully the final fix for drawpicture - set priority and contro... | Martin Kiewitz |
2009-10-07 | SCI/newgui: it seems that this fixes floodfill finally | Martin Kiewitz |
2009-10-07 | SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe... | Martin Kiewitz |
2009-10-07 | SCI/newgui: undithering of picture now possible (just follow instructions in ... | Martin Kiewitz |
2009-10-07 | Fix mismatching new[]/delete use, by replacing delete with delete[]. | Johannes Schickel |
2009-10-07 | Implemented the SciGuiView destructor and plugged a memory leak in the curren... | Filippos Karapetis |
2009-10-07 | Hopefully fixed a mismatching free() call in gfx_free_pixmap(), originating f... | Filippos Karapetis |
2009-10-07 | Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr... | Filippos Karapetis |
2009-10-07 | Replaced the view loading code with the new view loading functions. EGA view ... | Filippos Karapetis |
2009-10-07 | SCI/newgui: fix that caused floodfill to fail | Martin Kiewitz |
2009-10-07 | SCI/newgui: implemented debug command show_map | Martin Kiewitz |
2009-10-07 | SCI/newgui: kSetCursor (show, hide, pos, shape) implemented | Martin Kiewitz |
2009-10-07 | Updated the MSVC project files and module.mk for commit #r44730 | Filippos Karapetis |
2009-10-07 | SCI: removed OSystem from SciGuiScreen | Martin Kiewitz |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-07 | SCI: SciGuiPalette - init() is now private | Martin Kiewitz |
2009-10-07 | SCI: removed r44595, sierra sci really does behave like Common::Rect, no need... | Martin Kiewitz |
2009-10-07 | More work on the view code wrapper. Now all SCI0-SCI11 views should be displa... | Filippos Karapetis |
2009-10-06 | More work on the view wrapper code | Filippos Karapetis |
2009-10-06 | Updated the parameter names of FillRect() | Filippos Karapetis |
2009-10-06 | Reverted the priority line drawing code in the current GUI (with some cleanup... | Filippos Karapetis |
2009-10-06 | Reverted #44697 (line drawing in the new GUI), with some function renaming. A... | Filippos Karapetis |
2009-10-06 | SCI/newgui: pattern drawing table fix | Martin Kiewitz |
2009-10-06 | More work on the view wrapper code | Filippos Karapetis |
2009-10-06 | WIP code for replacing the FreeSCI view decoding code with the new one (no ch... | Filippos Karapetis |
2009-10-06 | SCI/newgui: changed menuPort to one pixel less | Martin Kiewitz |
2009-10-06 | SCI/newgui: dont allow negative coordinates in draw pattern (fixes bad pixels... | Martin Kiewitz |
2009-10-06 | SCI/newgui: pattern drawing circles now fixed | Martin Kiewitz |
2009-10-06 | - Fixed kGetTime() again | Filippos Karapetis |
2009-10-06 | SCI/newgui: pattern drawing texture now bit0-bit7, sierra did it bit7-bit0 | Martin Kiewitz |
2009-10-06 | Removed yet another unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI: clean up oldx/y vs x/y | Willem Jan Palenstijn |
2009-10-06 | SCI: Minor cleanup | Willem Jan Palenstijn |
2009-10-06 | Moved the LSL1VGA workaround inside the font class | Filippos Karapetis |
2009-10-06 | Removed an unused reference to OSystem | Filippos Karapetis |
2009-10-06 | Simplified the LSL1VGA font resource workaround | Filippos Karapetis |
2009-10-06 | SCI/newgui: drawpattern now adjusts to curPort | Martin Kiewitz |
2009-10-06 | SCI/newgui: kHiLite support | Martin Kiewitz |
2009-10-06 | SCI/newgui: Draw_Line() now doesnt modify prio/control anymore | Martin Kiewitz |
2009-10-06 | Updated the SCI engine module.mk and MSVC project files for commit #44698 | Filippos Karapetis |
2009-10-06 | SCI/newgui: palette functions from SciGuiGfx now in SciGuiPalette | Martin Kiewitz |
2009-10-06 | Removed the Bresenham line drawing code in the SCI new GUI, and replaced it w... | Filippos Karapetis |
2009-10-06 | - Removed the SciGuiGfx parameter from SciGuiView | Filippos Karapetis |
2009-10-06 | Removed duplicate private variables | Filippos Karapetis |
2009-10-06 | SCI/newgui: removed warnings from vector drawing | Martin Kiewitz |
2009-10-06 | SciGuiView is only using the ResourceManager, so there's no need to pass the ... | Filippos Karapetis |
2009-10-06 | - Unified the screen buffers that are used by the current and the new GUI | Filippos Karapetis |
2009-10-06 | Removed unused reference to OSystem | Filippos Karapetis |
2009-10-06 | SCI/newgui: view type amiga now supported | Martin Kiewitz |
2009-10-06 | SCI/newgui: view 1.1 loading now completely fixed, included sanity check and ... | Martin Kiewitz |