Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-26 | AVALANCHE: Add Sequence. | uruk | |
2013-06-26 | AVALANCHE: Add Celer. | uruk | |
2013-06-26 | AVALANCHE: Add Visa. | uruk | |
2013-06-25 | AVALANCHE: Repair compilation. | uruk | |
2013-06-25 | AVALANCHE: Add Lucerna. | uruk | |
2013-06-25 | AVALANCHE: Add Enhanced. | uruk | |
2013-06-24 | AVALANCHE: Add Logger. | uruk | |
2013-06-24 | AVALANCHE: Relocate used sources. (Should have happened sooner.) | uruk | |
2013-06-24 | AVALANCHE: Add Scrolls2. Logger is needed to proceed. | uruk | |
2013-06-23 | AVALANCHE: Start continuously adding parts to Avalot as I proceed with the ↵ | uruk | |
conversion of the necessary Pascal units. | |||
2013-06-21 | AVALANCHE: Add some detail in debug strings | Strangerke | |
2013-06-21 | AVALANCHE: Stub gyro2.cpp. Fix readmes. | uruk | |
2013-06-21 | AVALANCHE: Reorganise source files. | uruk | |
2013-06-21 | AVALANCHE: Add color.h to replace the color constants from the CRT unit of ↵ | uruk | |
Pascal. | |||
2013-06-21 | AVALANCHE: Implement ROOMNUMS.INC. | uruk | |
2013-06-21 | AVALANCHE: Getting GYRO to compile. | uruk | |
2013-06-20 | AVALANCHE: Add class Avalot. Cosmetic modifications. | uruk | |
2013-06-20 | AVALANCHE: Keep the functions connected to command line arguments and the ↵ | uruk | |
main menu for later. Minimal cosmetic modifications in the order of the functions. | |||
2013-06-20 | AVALANCHE: Partially implement run_avalot(). | uruk | |
2013-06-20 | AVALANCHE: Fix detection. | uruk | |
2013-06-20 | AVALANCHE: Remove some functions from detection. | uruk | |
2013-06-20 | AVALANCHE: Messing around with GameDescription. | uruk | |
2013-06-19 | AVALANCHE: Fix compilation | Strangerke | |
2013-06-19 | AVALANCHE: Start stubbing with bootstrp.cpp. | uruk | |
2013-06-18 | AVALANCHE: Add detection. Some fix in console.h. | uruk | |
2013-06-18 | AVALANCHE: Add skeleton. | uruk | |
2013-06-18 | AVALANCHE: Hook the engine into ScummVM. | uruk | |
2013-06-18 | AVALANCHE: Remove empty lines with only ";" characters in them. | uruk | |
2013-06-18 | AVALANCHE: Use Artistic Style. | uruk | |
2013-06-17 | AVALANCHE: Add namespace. | uruk | |
2013-06-17 | AVALANCHE: Add standard header. (Now the right one...) | uruk | |
2013-06-17 | Revert "AVALANCHE: Add standard header." | uruk | |
This reverts commit b87de38cc8dc270c272b681b8581decc602ae984. | |||
2013-06-17 | AVALANCHE: Add standard header. | uruk | |
2013-06-17 | AVALANCHE: Remove #include "ptoc.h" lines from the beginning every .cpp files. | uruk | |
2013-06-17 | AVALANCHE: Initial PtoC output. | uruk | |
2013-06-08 | LURE: Fix bad operator in "hotspot" debug command, CID 1004147 | Torbjörn Andersson | |
2013-06-08 | COMMON: Add basic documentation for RDFT | Willem Jan Palenstijn | |
2013-06-08 | COMMON: Improve comment in CosineTable::CosineTable. | Johannes Schickel | |
This commit changes the comment to use the same variable names as we do in the code. Furthermore, it also makes the comment a bit easier to grasp. | |||
2013-06-08 | COMMON: Try to document the SineTable/CosineTable table entries. | Johannes Schickel | |
2013-06-08 | COMMON: Save memory by allocating only required entries in Cosine-/SineTable. | Johannes Schickel | |
The tables only contain (2^bitPrecision)/2 entries. The code allocated twice as many entries previously. | |||
2013-06-08 | COMMON: Fix regression in SineTable creation. | Johannes Schickel | |
This is a regression from f4ba8a6485b097a8ef1e2004d1af127243f379f1. The commit replaced the static cosine and sine tables with dynamically created ones. In the process of that a copy&paste error happened which made the sine table use the layout of the cosine table. This commit now changes the dynamically created sine tables to conform to the layout of the previous static tables. | |||
2013-06-08 | Merge pull request #336 from madmoose/smacker-8-bit-audio-fix | Johannes Schickel | |
VIDEO: Wrap 8-bit smacker audio properly | |||
2013-06-06 | WINTERMUTE: Prevent warning about duplicate files when autodetecting. | Tobia Tesan | |
Removed a call to BaseFileManager::registerPackages() in WintermuteEngine::getGameInfo(), as the constructor for BaseFileManager already calls registerPackages() once; another call should thus be superfluous. | |||
2013-06-06 | WINTERMUTE: Fix for unnecessary "WARNING: getChildren() failed for path:" | Tobia Tesan | |
FSNode::getChildren() was called assuming that it returns 0 iff success. Actually, it's the other way around. | |||
2013-06-06 | MOHAWK: Use addSubDirectoryMatching for LB paths. | Alyssa Milburn | |
2013-06-06 | COMMON: Add depth/flat parameters to addSubDirectoryMatching. | Alyssa Milburn | |
2013-06-06 | BUILD: GNU Hurd & kFreeBSD support | Dmitry Smirnov | |
From: Petr Salinger <Petr.Salinger@seznam.cz> Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711320 Bug-ScummVM: https://sourceforge.net/tracker/?func=detail&atid=418820&aid=3614268&group_id=37116 | |||
2013-06-06 | ALL: Fix typo (succesful -> successful) | Willem Jan Palenstijn | |
Thanks to 'onlyjob' on pull request #337 for pointing out an instance of this. | |||
2013-06-06 | TINSEL: Revert the incorrect flagging of DW2 entries as CD versions | Filippos Karapetis | |
This reverts the changes done to the DW2 entries in commit d4a354c1. We only distinguish between floppy and CD versions if a game had both a CD and a floppy version released. DW2 was only released as a CD version, so the extra flagging of the DW2 entries as CD was redundant, and caused confusion regarding previous saved games to users that readded the DW2 detection entries after this change | |||
2013-06-06 | HOPKINS: Fix glitch occurring in the intro of the Linux Demo. | Strangerke | |
Thanks greencis for reporting it |