Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | SCI: Turned classtable into a Common::Array<Class> | Max Horn | |
svn-id: r40161 | |||
2009-04-27 | SCI: Removed unused vars; doxygenified some comments; cleanup | Max Horn | |
svn-id: r40159 | |||
2009-04-27 | Fixed a method name clash, and changed the Restart dialog to properly use ↵ | Paul Gilbert | |
the renamed method, rather than just setting the global variable directly svn-id: r40158 | |||
2009-04-27 | Added a German Urban Runner version, as supplied by goodoldgeorg in bug ↵ | Sven Hesse | |
report #2770340 svn-id: r40157 | |||
2009-04-27 | SCI: Rewrote dirty rect code to use Common::List | Max Horn | |
svn-id: r40156 | |||
2009-04-27 | SCI: Renamed gfx_state_t -> GfxState | Max Horn | |
svn-id: r40155 | |||
2009-04-26 | Ooops, actually delete[] the correct pointer (yeah, syke, I should have ↵ | Sven Hesse | |
valgrind'd it again ;)) svn-id: r40153 | |||
2009-04-26 | tinsel: changed PSX CLUT converter to report effective number of colours ↵ | Fabio Battaglia | |
used in the palette svn-id: r40151 | |||
2009-04-26 | Added all the different cases of kDoAudio as enums | Filippos Karapetis | |
svn-id: r40150 | |||
2009-04-25 | Changed the attacker parameter from 0 to 0xFFFF in inflictDamage() (which ↵ | Filippos Karapetis | |
was probably the original intended value) and added a FIXME svn-id: r40149 | |||
2009-04-25 | The "attacker" parameter is an unsigned integer, so we can't pass a negative ↵ | Filippos Karapetis | |
number to it (hopefully this doesn't break anything) svn-id: r40148 | |||
2009-04-25 | SCI: DoSync should work now, but the lip-syncing mechanism also needs DoAudio | Walter van Niftrik | |
(currently stubbed), so it hasn't been tested yet. so it hasn't been tested yet. svn-id: r40147 | |||
2009-04-25 | Fascination | Arnaud Boutonné | |
- Squeeze _goblinFuncLookUp and OpcodeGoblinEntryFascination to the max to spare memory - Added Amiga-only geUnknown1000-2 functions. At this point, they are not unknown, but hang the Protracker player - Modify some few comments and variable/function names svn-id: r40146 | |||
2009-04-25 | Fixed warning. | Torbjörn Andersson | |
svn-id: r40145 | |||
2009-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is ↵ | Florian Kagerer | |
wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm. - added support for monsters with distance attacks (like those orcs in front of roland's house) - lots of small bug fixes - Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong. svn-id: r40144 | |||
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. ↵ | Filippos Karapetis | |
KQ5 CD and SQ4 CD), taken from Greg's SCI implementation. svn-id: r40142 | |||
2009-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the ↵ | Paul Gilbert | |
first CD - Cd swap still doesn't work) or from files copied to the hard disk without the .smp/txt/idx files being properly renamed (again only for the first Cd). svn-id: r40141 | |||
2009-04-25 | Bugfix to the coroutine handling in CdDoChange | Paul Gilbert | |
svn-id: r40140 | |||
2009-04-25 | Complete general function 0 and 1 based on DrMcCoy suggestion (Hardcoded IMD ↵ | Arnaud Boutonné | |
loading and playing) svn-id: r40136 | |||
2009-04-24 | Added a workaround for the inca2 demo's cons2.imd / cons.imd mix-up | Sven Hesse | |
svn-id: r40135 | |||
2009-04-24 | Ooops, changing a const argument is evil, copying it now | Sven Hesse | |
svn-id: r40134 | |||
2009-04-24 | Removing the extra \n in warning()s. warning() already adds "!\n" | Sven Hesse | |
svn-id: r40133 | |||
2009-04-24 | SCI: Initialize pixmap to transparency before decoding cel RLE data. This | Walter van Niftrik | |
fixes some of the views in KQ6. svn-id: r40132 | |||
2009-04-24 | Gob - Add entries for different Little Red Riding Hood languages selection | Arnaud Boutonné | |
svn-id: r40131 | |||
2009-04-24 | Gob - Add 12 dummy functions used for the OpcodeGoblinEntryFascination. | Arnaud Boutonné | |
svn-id: r40130 | |||
2009-04-24 | Added supported for BAT-based non-interactive demos, namely the Inca2 one | Sven Hesse | |
svn-id: r40129 | |||
2009-04-24 | The video now works correctly in the non-interactive Urban Runner demo | Sven Hesse | |
svn-id: r40128 | |||
2009-04-24 | Long messages in Eco Quest 1 are now shown correctly | Filippos Karapetis | |
svn-id: r40127 | |||
2009-04-24 | Adding support for the non-interactive SCN-based Urban Runner demo. No image ↵ | Sven Hesse | |
though :/ svn-id: r40126 | |||
2009-04-24 | Changed an error to a warning, to make Longbow playable again | Filippos Karapetis | |
svn-id: r40124 | |||
2009-04-24 | Added the Woodruff and Playtoons non-interactive demos | Sven Hesse | |
svn-id: r40123 | |||
2009-04-24 | Added support for SCN-based non-interactive demos | Sven Hesse | |
svn-id: r40122 | |||
2009-04-24 | Merged kSetCursor and kSetCursorNew, and changed KQ5 CD to use the newer ↵ | Filippos Karapetis | |
kSetCursor version svn-id: r40120 | |||
2009-04-24 | tinsel: begin modifying drawing function to support psx 4-bit cluts | Fabio Battaglia | |
svn-id: r40119 | |||
2009-04-24 | SCI: Fix sci_max_allowed_unknown_kernel_functions[], it was missing an entry. | Walter van Niftrik | |
svn-id: r40118 | |||
2009-04-24 | SCI: Fix signature of kPalette(). | Walter van Niftrik | |
svn-id: r40117 | |||
2009-04-24 | SCI: Fix transparency in view-based mouse cursors. | Walter van Niftrik | |
svn-id: r40116 | |||
2009-04-24 | SCI: Turned GfxWidget::draw function pointer into virtual method | Max Horn | |
svn-id: r40115 | |||
2009-04-24 | SCI: Turned GfxWidget::tag function pointer into virtual method | Max Horn | |
svn-id: r40114 | |||
2009-04-24 | SCI: Turned GfxWidget::print function pointer into virtual method | Max Horn | |
svn-id: r40113 | |||
2009-04-24 | SCI: Doxygenified some comments | Max Horn | |
svn-id: r40112 | |||
2009-04-24 | Fix regression in handling of keyboard keys. | Travis Howell | |
svn-id: r40111 | |||
2009-04-24 | SCI: Fixed mouse cursor hotspots in ECO1. | Walter van Niftrik | |
svn-id: r40110 | |||
2009-04-24 | tinsel: added Discworld PSX palette converting function | Fabio Battaglia | |
svn-id: r40109 | |||
2009-04-24 | SCI: Changed GfxWidget::set_visual function pointer to virtual method setVisual | Max Horn | |
svn-id: r40108 | |||
2009-04-24 | SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors | Max Horn | |
svn-id: r40107 | |||
2009-04-24 | SCI: font_nr -> _font | Max Horn | |
svn-id: r40106 | |||
2009-04-24 | SCI: Rewrote the port_refs code (fixing at least three serious bugs in it. ↵ | Max Horn | |
Wow, crappy) svn-id: r40105 | |||
2009-04-24 | SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. | Max Horn | |
svn-id: r40104 | |||
2009-04-24 | SCI: Started to C++ify the gfxw_widget_t codebase | Max Horn | |
svn-id: r40103 |