Age | Commit message (Expand) | Author |
2016-05-22 | SWORD25: Fix signed/unsigned warning | Filippos Karapetis |
2016-03-09 | SWORD25: Add engine option to use English speech instead of German | Thierry Crozat |
2014-02-18 | SWORD25: Make GPL headers consistent in themselves. | Johannes Schickel |
2011-06-23 | SWORD25: Add error checks after allocating memory with malloc | Julien |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-05 | SWORD25: Moved the thumbnail handling code to its appropriate place | md5 |
2011-05-05 | SWORD25: Initial code for showing savegame thumbnails | md5 |
2011-01-28 | SWORD25: Marked several unused LUA callbacks as dummy functions. Some cleanup. | Filippos Karapetis |
2011-01-23 | SWORD25: Replaced BS_ASSERT() with assert() | Filippos Karapetis |
2011-01-23 | SWORD25: Removed the custom log class and replaced it with warning/error/debu... | Filippos Karapetis |
2010-10-30 | SWORD25: Added a hack to allow the new English voice pack to be detected | Paul Gilbert |
2010-10-25 | SWORD25: Simplify FS 'wrapper' code a bit, add FIXME comments | Max Horn |
2010-10-25 | SWORD25: Get rid of most of the 'kernel service/superclass' code | Max Horn |
2010-10-19 | SWORD25: Enforced code formatting rules in rest of the engine | Eugene Sandulenko |
2010-10-19 | SWORD25: Fix cppcheck warning | Torbjörn Andersson |
2010-10-18 | SWORD25: Renamed Lua .c files to .cpp and make it compilable | Eugene Sandulenko |
2010-10-18 | SWORD25: Fix for Valgrind identified errors | Paul Gilbert |
2010-10-15 | SWORD25: Do not use Kernel::GetService directly anymore | Max Horn |
2010-10-13 | SWORD25: Enforced code naming conventions in script/* | Eugene Sandulenko |
2010-10-13 | SWORD25: Loading >200kb file in memory is no more ugly | Eugene Sandulenko |
2010-10-13 | SWORD25: Enforse code naming conventions in PackageManager and Sword25Engine | Eugene Sandulenko |
2010-10-13 | SWORD25: Add support for language patch | Eugene Sandulenko |
2010-10-12 | SWORD25: Implemented thumbnail loading for savegame list | Paul Gilbert |
2010-10-12 | SWORD25: Got rid of ScummVMPackageManager | Eugene Sandulenko |
2010-10-12 | SWORD25: Another memory leak fix | Paul Gilbert |
2010-10-12 | SWORD25: Fix memory leak | Paul Gilbert |
2010-10-12 | SWORD25: Replaced some free's with delete[] | Paul Gilbert |
2010-10-12 | SWORD25: unsigned int -> uint | Eugene Sandulenko |
2010-10-12 | SWORD25: Started to hook TheoraDecoder. Crashes at startup. | Eugene Sandulenko |
2010-10-12 | SWORD25: Added GetXmlFile helper function | Paul Gilbert |
2010-10-12 | SWORD25: removed BS_ prefix from rest of the classes. | Eugene Sandulenko |
2010-10-12 | SWORD25: eliminated BS_ prefix in all but kernel/ | Eugene Sandulenko |
2010-10-12 | SWORD25: Fix warnings | Eugene Sandulenko |
2010-10-12 | SWORD25: Made game run with extracted data | Eugene Sandulenko |
2010-10-12 | SWORD25: Added possibility to run from extracted game. | Eugene Sandulenko |
2010-10-12 | SWORD25: Implement BS_ScummVMPackageManager::doSearch. | Eugene Sandulenko |
2010-10-12 | SWORD25: Changed signature of FS searching method. Cleanup. | Eugene Sandulenko |
2010-10-12 | SWORD25: package manager. Style fixes. Cleanup | Eugene Sandulenko |
2010-10-12 | SWORD25: Fix loading files with relative paths. | Eugene Sandulenko |
2010-10-12 | SWORD25: Fix initialization. | Eugene Sandulenko |
2010-10-12 | SWORD25: Fix package manager. Now scripts run. | Eugene Sandulenko |
2010-10-12 | SWORD25: Further fixes for package manager | Eugene Sandulenko |
2010-10-12 | SWORD25: started fixing pakage manager | Eugene Sandulenko |
2010-10-12 | SWORD25: Fix couple more warnings | Eugene Sandulenko |
2010-10-12 | SWORD25: Clean compile! | Eugene Sandulenko |
2010-10-12 | SWORD25: Mass-astyle. | Eugene Sandulenko |
2010-10-12 | SWORD25: Converted remainder of package/ folder | Paul Gilbert |
2010-10-12 | SWORD25: Reimplemented package manager for ScummVM using Common::Archive | Paul Gilbert |
2010-10-12 | SWORD25: Replacing headers with ScummVM ones plus original (C) | Eugene Sandulenko |