Age | Commit message (Expand) | Author |
2008-08-16 | Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,... | Vicent Marti |
2008-08-15 | SCUMM: Made some potentially ambiguous (to the reader, at least) checks sligh... | Max Horn |
2008-08-15 | Tons of misc. GFX fixes. | Vicent Marti |
2008-08-15 | Deprecated support for "direction" layout keys. | Vicent Marti |
2008-08-15 | Implemented raster operation for masks and postponed blitting of zones after ... | Nicola Mettifogo |
2008-08-15 | Added routines to load and handle item masks: animation are now correctly hid... | Nicola Mettifogo |
2008-08-15 | Fixing a segfault in the Bargon Attack menu | Sven Hesse |
2008-08-15 | Updated layer calculation: animations are now hidden properly by background e... | Nicola Mettifogo |
2008-08-15 | Made coordinates and frame number protected into Zone and Animation, and chan... | Nicola Mettifogo |
2008-08-15 | Made scripts access Animation fields via accessors and mutators, instead of u... | Nicola Mettifogo |
2008-08-15 | Disabled lip syncing code in BRA, since I couldn't find any scripts actually ... | Nicola Mettifogo |
2008-08-15 | Simplified handling of script variables (especially locals). | Nicola Mettifogo |
2008-08-14 | lol: new detection entry (german floppy extracted) | Florian Kagerer |
2008-08-14 | Formatting. | Johannes Schickel |
2008-08-14 | Improved version of my resource loading patch from -devel (check also r33876). | Johannes Schickel |
2008-08-14 | Moved showing of the collision page from Alt-key to F11-key because Alt confl... | Kari Salminen |
2008-08-14 | - HOF: forgot french and german entries in last commit | Florian Kagerer |
2008-08-14 | - HOF: another Italian fan translation | Florian Kagerer |
2008-08-14 | Fix for bugging moving at the bottom of the ocean when trying to free the gir... | Kari Salminen |
2008-08-14 | Added debug showing of the collision page when pressing the Alt key. Alt isn'... | Kari Salminen |
2008-08-14 | Some variable renamed to make more sense. | Nicola Mettifogo |
2008-08-14 | More cleanup. | Nicola Mettifogo |
2008-08-14 | Cleanup. | Nicola Mettifogo |
2008-08-14 | Finally moved parseNextToken to Script, where it belongs! | Nicola Mettifogo |
2008-08-14 | Removed cross-references between the general parser and the text formatter. T... | Nicola Mettifogo |
2008-08-13 | Added detection entries for kyra3 Mac. | Johannes Schickel |
2008-08-13 | Finished legacy API cleanup. Removed all legacy code. | Vicent Marti |
2008-08-13 | Type 21 overlay comment update (Found the drawing routine in the disassembly ... | Kari Salminen |
2008-08-13 | Fixed initialization of some SoundMgr-class's member variables. Moved _sndBuf... | Kari Salminen |
2008-08-13 | Reverted r33815 (But not r33816). | Kari Salminen |
2008-08-13 | Finished GUI layout in g1x. | Vicent Marti |
2008-08-13 | Clarify SCUMM MD5 message: We do not want reports on fanmade translations | Max Horn |
2008-08-13 | Shutting up Valgrind about using uninitialised values from array _chn in func... | Kari Salminen |
2008-08-13 | Changed Agi::SoundMgr's sound buffer to a member array of size BUFFER_SIZE. A... | Kari Salminen |
2008-08-12 | Hopefully fixes 'Conditional jump or move depends on uninitialised value(s)' ... | Kari Salminen |
2008-08-12 | Fixed drawPlainBox's boundary checking (It wrote outside the screen occasiona... | Kari Salminen |
2008-08-12 | Added possibility to get the read resource's size from readBundleFile. Made l... | Kari Salminen |
2008-08-12 | fix typo 'baclup' -> 'backup' | Joost Peters |
2008-08-12 | Fix for GCC warning in OSRenderer::renderOverlay: declaration of 'len' shadow... | Kari Salminen |
2008-08-12 | Tiny comment fix. | Kari Salminen |
2008-08-12 | Implemented Operation Stealth's makeCommandLine. | Kari Salminen |
2008-08-12 | Implemented Operation Stealth specific parts of processInventory and added an... | Kari Salminen |
2008-08-12 | Changed commandBuffer from a char[80] to Common::String and made FWRenderer::... | Kari Salminen |
2008-08-11 | Made Operation Stealth's action failure messages use a background color set b... | Kari Salminen |
2008-08-11 | Implemented drawMessage changes for Operation Stealth's timed cutscenes (Nega... | Kari Salminen |
2008-08-11 | Moved fontParamTable inside TextHandler struct and made it a constant size as... | Kari Salminen |
2008-08-11 | Changed palPtr from a pointer to a Common::Array named palArray. Removed palE... | Kari Salminen |
2008-08-11 | Removed textDataPtr pointer as it's not used beyond the loadTextData function... | Kari Salminen |
2008-08-11 | Changed partBuffer from a pointer to a Common::Array. Removed numElementInPar... | Kari Salminen |
2008-08-11 | Added a safeguard to readBundleFile so it shouldn't corrupt memory even if th... | Kari Salminen |