aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-27Got rid of use of exceptions.Johannes Schickel
svn-id: r45442
2009-10-27Add missing include.Johannes Schickel
svn-id: r45441
2009-10-27Oops, forgot to commit the txt file too.Matthew Hoops
svn-id: r45440
2009-10-27Update detection of Loom PCE Japanese.Matthew Hoops
svn-id: r45439
2009-10-27Add patch #2856940 - MM C64: corner walkboxes fixed.Travis Howell
svn-id: r45438
2009-10-27Add patch #2846425 - MM C64: walkbox fixed, with minor changes.Travis Howell
svn-id: r45437
2009-10-27Load/save the 16BitPalette data in PCE version of Loom.Travis Howell
svn-id: r45436
2009-10-27Fix restoring distaff, after reloading saved game in PCE version of Loom.Travis Howell
svn-id: r45435
2009-10-27Reset _distaff after drawing distaff image in PCE version of Loom.Travis Howell
svn-id: r45434
2009-10-27Add support for distaff images in PCE version of Loom.Travis Howell
svn-id: r45433
2009-10-27Make Jones in the Fast Lane use up the whole screen as did the original game.Matthew Hoops
svn-id: r45431
2009-10-27TINSEL: Add some debugging code; fix LockMem() regressionMax Horn
svn-id: r45430
2009-10-27TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanupMax Horn
svn-id: r45429
2009-10-27TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statisticsMax Horn
svn-id: r45428
2009-10-27TINSEL: Changed heap manager to use malloc internallyMax Horn
svn-id: r45427
2009-10-27TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ↵Max Horn
add MemoryDeinit() svn-id: r45426
2009-10-26Cleanup.Johannes Schickel
svn-id: r45425
2009-10-26- Add support for AMD64 (x64) builds in automatically generated MSVC project ↵Johannes Schickel
files. - Fixed some file prefix bug, introduced when allowing to overwrite the file prefix via command line. svn-id: r45424
2009-10-26SCI/newgui: fixes text in jonesMartin Kiewitz
svn-id: r45423
2009-10-26fix free/deleteRobert Špalek
svn-id: r45422
2009-10-26Cleanup.Johannes Schickel
svn-id: r45421
2009-10-26Added 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-26TINSEL: Fix warning againMax Horn
svn-id: r45419
2009-10-26TINSEL: Make MEM_NODE internal to heapmem.cppMax Horn
svn-id: r45418
2009-10-26TINSEL: cleanupMax Horn
svn-id: r45417
2009-10-26TINSEL: Fix handling of free memory blocksMax Horn
svn-id: r45416
2009-10-26Change assert parameter to match the comment above it.Johannes Schickel
svn-id: r45415
2009-10-26- Fix some missing initialization warnings from cppcheckJohannes Schickel
- Fix two invalid memory accesses reported by cppcheck svn-id: r45414
2009-10-26Silence GCC warning.Torbjörn Andersson
svn-id: r45413
2009-10-26SCI/newgui: SciGuiText createdMartin Kiewitz
svn-id: r45412
2009-10-26Groovie: Fix some styling issues pointed by cppcheckJordi Vilalta Prat
svn-id: r45411
2009-10-26Removed some duplicate codeFilippos Karapetis
svn-id: r45410
2009-10-26TINSEL: 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-26TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value ↵Max Horn
of MemoryReAlloc() svn-id: r45408
2009-10-26Fix charset color in PCE version of Loom.Travis Howell
svn-id: r45407
2009-10-26Fix charset display in PCE version of Loom.Travis Howell
svn-id: r45406
2009-10-26Increase the _palette size for PCE version of Loom.Travis Howell
svn-id: r45405
2009-10-26Fix cursor image in PCE version of Loom.Travis Howell
svn-id: r45404
2009-10-26Add patch from Tobias, for costume palettes in PCE version of Loom, with ↵Travis Howell
minor changes. svn-id: r45403
2009-10-26TINSEL: Remove dead stuff from memory managment code, doxygenify some commentsMax Horn
svn-id: r45402
2009-10-26TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() functionMax Horn
svn-id: r45401
2009-10-26TINSEL: cleanupMax Horn
svn-id: r45400
2009-10-26TINSEL: Move ExtractActor from scn.* to play.*Max Horn
svn-id: r45399
2009-10-26TINSEL: CleanupMax Horn
svn-id: r45398
2009-10-26TINSEL: Some cleanup to the BMV codeMax Horn
svn-id: r45397
2009-10-26Add patch from Tobias, for object masking support in PCE version of Loom.Travis Howell
svn-id: r45396
2009-10-26CleanupFilippos Karapetis
svn-id: r45395
2009-10-26Ooops, that part should not have been commited.Travis Howell
svn-id: r45394
2009-10-26Switch PCE version of Loom to 16bit color, since it used 9bit color.Travis Howell
svn-id: r45393
2009-10-26Fix 2 MIDI bugsRobert Špalek
svn-id: r45392