Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-04 | Reapplied the LSL1 casino workaround, which got disabled accidentally in ↵ | Filippos Karapetis | |
commit #45661 svn-id: r45665 | |||
2009-11-04 | Removed the reference to EngineState from the SciGuiGfx class | Filippos Karapetis | |
svn-id: r45664 | |||
2009-11-04 | SCI: forgot to adjust gui32 as well | Martin Kiewitz | |
svn-id: r45662 | |||
2009-11-04 | SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, ↵ | Martin Kiewitz | |
also moved code svn-id: r45661 | |||
2009-11-04 | Removed the reference to SciGuiCursor from EngineState | Filippos Karapetis | |
svn-id: r45660 | |||
2009-11-04 | Added references to the scaleX and scaleY selectors, used for SCI1.1 view ↵ | Filippos Karapetis | |
scaling svn-id: r45659 | |||
2009-11-04 | priority_first and priority_last are not used by the new drawing code, thus ↵ | Filippos Karapetis | |
the new code didn't handle priority changes by kGraph() svn-id: r45658 | |||
2009-11-04 | Fixed compilation when INCLUDE_OLDGFX is not defined | Filippos Karapetis | |
svn-id: r45657 | |||
2009-11-04 | Moved the audio CD handling code inside the AudioPlayer class. Some cleanup | Filippos Karapetis | |
svn-id: r45656 | |||
2009-11-04 | Moved the sound sync code inside the AudioPlayer class | Filippos Karapetis | |
svn-id: r45655 | |||
2009-11-04 | Moved sound sync related variables inside the AudioPlayer class and fixed ↵ | Filippos Karapetis | |
compilation svn-id: r45654 | |||
2009-11-04 | Moved most of the code for playing sound effects and speech into a separate ↵ | Filippos Karapetis | |
class svn-id: r45653 | |||
2009-11-04 | Cleanup | Filippos Karapetis | |
svn-id: r45652 | |||
2009-11-03 | SCI: Fix warning (declaration of 'FOO' shadows a member of 'this') | Max Horn | |
svn-id: r45637 | |||
2009-11-03 | SCI/newgui: fixes for statusbar and transitions, so menubar shows up in ↵ | Martin Kiewitz | |
intro of qfg1ega svn-id: r45635 | |||
2009-11-03 | SCI/newgui: SciGuiMenu partially implemented | Martin Kiewitz | |
svn-id: r45634 | |||
2009-11-03 | Removed some more hacks for accessing the segment manager | Filippos Karapetis | |
svn-id: r45631 | |||
2009-11-03 | Fixed the deletion of cursorBitmap | Filippos Karapetis | |
svn-id: r45630 | |||
2009-11-03 | Fixed a crash when loading in the old GUI | Filippos Karapetis | |
svn-id: r45628 | |||
2009-11-03 | Remove the SegManager-related hacks for the selector defines, as the segMan ↵ | Filippos Karapetis | |
parameter is explicit now svn-id: r45626 | |||
2009-11-03 | Plugged a memory leak | Filippos Karapetis | |
svn-id: r45625 | |||
2009-11-03 | Don't keep a reference to SegManager, as it gets deleted when loading. Fixes ↵ | Filippos Karapetis | |
a crash when loading games svn-id: r45624 | |||
2009-11-02 | SCI: Fix hoyle hack | Walter van Niftrik | |
svn-id: r45619 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-11-02 | SCI: Fix warning about unused variable | Max Horn | |
svn-id: r45614 | |||
2009-11-02 | SCI/newgui: Removed GuiCast structure | Martin Kiewitz | |
svn-id: r45613 | |||
2009-11-02 | SCI: SciGuiMenu created, kMenu-related stuff now using SciGui | Martin Kiewitz | |
svn-id: r45612 | |||
2009-11-01 | SCI/newgui: kBaseSetter ported from gregs engine, kq5 pathfinding works now ↵ | Martin Kiewitz | |
correctly svn-id: r45601 | |||
2009-11-01 | SCI: AvoidPath: Add simpler visibility algorithm (still disabled). | Walter van Niftrik | |
svn-id: r45590 | |||
2009-10-31 | SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called ↵ | Martin Kiewitz | |
(fixes cels disappearing after removing windows) svn-id: r45588 | |||
2009-10-31 | SCI: AvoidPath: Switch to A* | Walter van Niftrik | |
svn-id: r45586 | |||
2009-10-31 | SCI/newgui: added portrait data layout as comment (not completely done) | Martin Kiewitz | |
svn-id: r45585 | |||
2009-10-31 | Fix compilation. | Johannes Schickel | |
svn-id: r45582 | |||
2009-10-31 | SCI/newgui: SciGuiPortrait created | Martin Kiewitz | |
svn-id: r45579 | |||
2009-10-31 | Comment out unused variables. | Johannes Schickel | |
svn-id: r45574 | |||
2009-10-31 | Added a comment that the current implementation that we got on drawing ↵ | Filippos Karapetis | |
already scaled views is a temporary hack svn-id: r45571 | |||
2009-10-31 | Silenced GCC warning. | Torbjörn Andersson | |
svn-id: r45570 | |||
2009-10-31 | SCI/newgui: Changed code for graphSaveUpscaledHiresBox to not scale the ↵ | Martin Kiewitz | |
position, its not needed and would actually result in a crash cause of 2 times scaling. svn-id: r45569 | |||
2009-10-31 | Added some default directories | Filippos Karapetis | |
svn-id: r45568 | |||
2009-10-31 | - Added some TODOs | Filippos Karapetis | |
- Disabled the kGraph case used in KQ6 Windows for now, as it's problematic and crashes the game - Added extra param to kDrawCel(), used in KQ6 Windows The icon bar in KQ6 Windows is shown a bit better now svn-id: r45567 | |||
2009-10-31 | Slight optimization to the 2x scaler | Filippos Karapetis | |
svn-id: r45566 | |||
2009-10-31 | Upscale the mouse cursor when the screen is upscaled. Also, reapplied some ↵ | Filippos Karapetis | |
code which was accidentally reverted in commit #45562 svn-id: r45565 | |||
2009-10-31 | SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if ↵ | Martin Kiewitz | |
coordinates are really hires, it seems that they are not) svn-id: r45564 | |||
2009-10-31 | SCI: accidentally set newgui to default, reverting | Martin Kiewitz | |
svn-id: r45563 | |||
2009-10-31 | SCI/newgui: UpscaledHires implemented including undithering support, cleanup | Martin Kiewitz | |
svn-id: r45562 | |||
2009-10-31 | Properly fixed putPixel() for scaled screens | Filippos Karapetis | |
svn-id: r45557 | |||
2009-10-31 | Cursor positioning now takes screen scaling into account | Filippos Karapetis | |
svn-id: r45556 | |||
2009-10-31 | Some more work on KQ6 hi res version - screen scaling should be done now, ↵ | Filippos Karapetis | |
but other methods haven't been updated yet svn-id: r45555 | |||
2009-10-30 | Formatting. | Johannes Schickel | |
svn-id: r45553 | |||
2009-10-30 | Some work on the kPortrait kernel function, used to show hires character ↵ | Filippos Karapetis | |
portraits in the Windows CD version of KQ6 svn-id: r45552 |