Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-26 | SCI/newgui: fixes text in jones | Martin Kiewitz | |
svn-id: r45423 | |||
2009-10-26 | fix free/delete | Robert Špalek | |
svn-id: r45422 | |||
2009-10-26 | Added proper detection and handling of transitive SCI1-SCI1.1 games, like ↵ | Filippos Karapetis | |
PQ1 VGA. These used SCI1 resources and compression with a SCI1.1 kernel (thanks to waltervn's observations) svn-id: r45420 | |||
2009-10-26 | TINSEL: Fix warning again | Max Horn | |
svn-id: r45419 | |||
2009-10-26 | TINSEL: Make MEM_NODE internal to heapmem.cpp | Max Horn | |
svn-id: r45418 | |||
2009-10-26 | TINSEL: cleanup | Max Horn | |
svn-id: r45417 | |||
2009-10-26 | TINSEL: Fix handling of free memory blocks | Max Horn | |
svn-id: r45416 | |||
2009-10-26 | Change assert parameter to match the comment above it. | Johannes Schickel | |
svn-id: r45415 | |||
2009-10-26 | - Fix some missing initialization warnings from cppcheck | Johannes Schickel | |
- Fix two invalid memory accesses reported by cppcheck svn-id: r45414 | |||
2009-10-26 | Silence GCC warning. | Torbjörn Andersson | |
svn-id: r45413 | |||
2009-10-26 | SCI/newgui: SciGuiText created | Martin Kiewitz | |
svn-id: r45412 | |||
2009-10-26 | Groovie: Fix some styling issues pointed by cppcheck | Jordi Vilalta Prat | |
svn-id: r45411 | |||
2009-10-26 | Removed some duplicate code | Filippos Karapetis | |
svn-id: r45410 | |||
2009-10-26 | TINSEL: Further untangle memory managment. | Max Horn | |
* Add new function MemoryNoAlloc * Make MemoryAlloc private * Get rid of params to various memory related functions svn-id: r45409 | |||
2009-10-26 | TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value ↵ | Max Horn | |
of MemoryReAlloc() svn-id: r45408 | |||
2009-10-26 | Fix charset color in PCE version of Loom. | Travis Howell | |
svn-id: r45407 | |||
2009-10-26 | Fix charset display in PCE version of Loom. | Travis Howell | |
svn-id: r45406 | |||
2009-10-26 | Increase the _palette size for PCE version of Loom. | Travis Howell | |
svn-id: r45405 | |||
2009-10-26 | Fix cursor image in PCE version of Loom. | Travis Howell | |
svn-id: r45404 | |||
2009-10-26 | Add patch from Tobias, for costume palettes in PCE version of Loom, with ↵ | Travis Howell | |
minor changes. svn-id: r45403 | |||
2009-10-26 | TINSEL: Remove dead stuff from memory managment code, doxygenify some comments | Max Horn | |
svn-id: r45402 | |||
2009-10-26 | TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() function | Max Horn | |
svn-id: r45401 | |||
2009-10-26 | TINSEL: cleanup | Max Horn | |
svn-id: r45400 | |||
2009-10-26 | TINSEL: Move ExtractActor from scn.* to play.* | Max Horn | |
svn-id: r45399 | |||
2009-10-26 | TINSEL: Cleanup | Max Horn | |
svn-id: r45398 | |||
2009-10-26 | TINSEL: Some cleanup to the BMV code | Max Horn | |
svn-id: r45397 | |||
2009-10-26 | Add patch from Tobias, for object masking support in PCE version of Loom. | Travis Howell | |
svn-id: r45396 | |||
2009-10-26 | Cleanup | Filippos Karapetis | |
svn-id: r45395 | |||
2009-10-26 | Ooops, that part should not have been commited. | Travis Howell | |
svn-id: r45394 | |||
2009-10-26 | Switch PCE version of Loom to 16bit color, since it used 9bit color. | Travis Howell | |
svn-id: r45393 | |||
2009-10-26 | Fix 2 MIDI bugs | Robert Špalek | |
svn-id: r45392 | |||
2009-10-26 | Fixed some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r45391 | |||
2009-10-26 | Removed unused variable. | Torbjörn Andersson | |
svn-id: r45390 | |||
2009-10-26 | Fix Escape in the intro, and switching map and the inventory | Robert Špalek | |
svn-id: r45389 | |||
2009-10-26 | Add patch from Tobias, for masking support in PCE version of Loom, with ↵ | Travis Howell | |
minor changes. svn-id: r45387 | |||
2009-10-25 | Remove unused variables. | Travis Howell | |
svn-id: r45382 | |||
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis | |
svn-id: r45379 | |||
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ↵ | Filippos Karapetis | |
supposed to be modified by the user (e.g. the way lines and brushes are drawn), and we can implement any of them again if needed in the new GUI (but they shouldn't really be needed). - Added a config option to disable dithering in the new GUI if requested, called "undither", which is set to true by default and can be changed to false if needed per game - The per-resource palette code has been removed for now, to be replaced by regular hashmaps (once the FreeSCI scifx reading code has been converted) svn-id: r45378 | |||
2009-10-25 | SCI/newgui: SciGuiView is now able to detect "straight" EGA mappings and ↵ | Martin Kiewitz | |
will then ignore the mapping. This will result in undithering working for those views. All EGA-mapping views in qfg2 seem to be special fx related so they dont need undithering at all svn-id: r45377 | |||
2009-10-25 | SCI: kGameIsRestarting - another change, setting back delay back to 30msecs, ↵ | Martin Kiewitz | |
but no delay during initial 50 calls. This seems to make qfg2 and iceman happy. svn-id: r45376 | |||
2009-10-25 | SCI: kGameIsRestarting - changing speed throttler to 10 msecs, lsl5 is still ↵ | Martin Kiewitz | |
"somewhat" playable, codename iceman and qfg2 didnt show some animations cause of the higher delay svn-id: r45375 | |||
2009-10-25 | SCI/newgui: SciGuiView disable undithering when EGA mappings are available ↵ | Martin Kiewitz | |
(support needs to get implemented for this case), also fixes a part of the undithering code svn-id: r45374 | |||
2009-10-25 | SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and ↵ | Martin Kiewitz | |
SCI1MIDDLE (fixes graphic glitch in qfg2 intro) svn-id: r45373 | |||
2009-10-25 | SCI: kAddToPic - removing support for argc==0 case, if this really gets used ↵ | Martin Kiewitz | |
somewhere, we need to set _picNotValid in that case svn-id: r45372 | |||
2009-10-25 | SCI/newgui: removed list parameter from addToPicDrawCels() | Martin Kiewitz | |
svn-id: r45371 | |||
2009-10-25 | Add patch from Tobias, for initial costume support in PCE version of Loom, ↵ | Travis Howell | |
with minor changes. svn-id: r45370 | |||
2009-10-25 | SCI/newgui: circle bitmap table fixed, fixes qfg1 character selection graphic | Martin Kiewitz | |
svn-id: r45369 | |||
2009-10-25 | Cleanup | Filippos Karapetis | |
svn-id: r45368 | |||
2009-10-25 | Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD. | Matthew Hoops | |
svn-id: r45367 | |||
2009-10-25 | Cleanup | Filippos Karapetis | |
svn-id: r45366 |