Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-15 | SWORD25: Fix unloading of movies so the menu animation properly loops | Paul Gilbert | |
svn-id: r53474 | |||
2010-10-14 | SWORD25: Attempt to optimize movie rendering | Eugene Sandulenko | |
Current code makes about 5 blits of each frame which is a huge overhead. This code is an attempt to make that 1. Doesn't work yet as the rendering pipe keeps blitting invisible pictures. svn-id: r53459 | |||
2010-10-13 | SWORD25: Hopefully fix compilation when libtheora is not present | Filippos Karapetis | |
svn-id: r53439 | |||
2010-10-13 | SWORD25: Include common/scummsys.h in places where USE_THEORADEC is used | Filippos Karapetis | |
svn-id: r53423 | |||
2010-10-13 | SWORD25: Renamed ENABLE_THEORADEC to USE_THEORADEC (like in configure) | Filippos Karapetis | |
svn-id: r53418 | |||
2010-10-13 | SWORD25: Renamed ENABLE_THEORA to ENABLE_THEORADEC (like in configure) | Filippos Karapetis | |
svn-id: r53417 | |||
2010-10-13 | SWORD25: Added a ENABLE_THEORA define inside fmv/theora_decoder.h | Filippos Karapetis | |
This define can be used to disable building of the Theora decoder, and thus makes libtheora optional (therefore resolving an item in the Sword25 TODO). Disabling the Theora decoder will effectively disable the game's videos Note that running the game with the Theora decoder disabled is still untested svn-id: r53416 | |||
2010-10-13 | SWORD25: Enforced code naming conventions in script/* | Eugene Sandulenko | |
svn-id: r53391 | |||
2010-10-13 | SWORD25: Enforce code naming conventions in fmv/* | Eugene Sandulenko | |
svn-id: r53388 | |||
2010-10-13 | SWORD25: Enforse code naming conventions in PackageManager and Sword25Engine | Eugene Sandulenko | |
svn-id: r53380 | |||
2010-10-12 | SWORD25: Fix some warnings | Eugene Sandulenko | |
svn-id: r53338 | |||
2010-10-12 | SWORD25: Comply to the code conventions for several classes | Eugene Sandulenko | |
svn-id: r53310 | |||
2010-10-12 | SWORD25: unsigned int -> uint | Eugene Sandulenko | |
svn-id: r53309 | |||
2010-10-12 | SWORD25: unsigned char -> byte | Eugene Sandulenko | |
svn-id: r53308 | |||
2010-10-12 | SWORD25: Movie playback now works | Paul Gilbert | |
svn-id: r53303 | |||
2010-10-12 | SWORD25: Formatting fixes | Eugene Sandulenko | |
svn-id: r53302 | |||
2010-10-12 | SWORD25: Put back changes accidentally removed in previous merge. | Eugene Sandulenko | |
svn-id: r53301 | |||
2010-10-12 | SWORD25: Merge of my pending changes to movie playback | Paul Gilbert | |
svn-id: r53300 | |||
2010-10-12 | SWORD25: Bugfixes for video playback. | Eugene Sandulenko | |
svn-id: r53299 | |||
2010-10-12 | SWORD25: Implement playback. Blitting is TODO. | Eugene Sandulenko | |
svn-id: r53298 | |||
2010-10-12 | SWORD25: Started to hook TheoraDecoder. Crashes at startup. | Eugene Sandulenko | |
svn-id: r53297 | |||
2010-10-12 | Revert "SWORD25: Commit of in-progress MoviePlayer code" | Eugene Sandulenko | |
This reverts commit cb95db7cc04a5a3d14f408835cd371e0a0abd4ed. svn-id: r53296 | |||
2010-10-12 | SWORD25: Commit of in-progress MoviePlayer code | Paul Gilbert | |
Frames aren't being corrected decoded yet; still trying to locate the cause svn-id: r53295 | |||
2010-10-12 | SWORD25: removed BS_ prefix from rest of the classes. | Eugene Sandulenko | |
The things which are intentionally left with the prefix: BS_LOG, BS_ASSERT, BS_Rect, BS_String. svn-id: r53261 | |||
2010-10-12 | SWORD25: eliminated BS_ prefix in all but kernel/ | Eugene Sandulenko | |
svn-id: r53259 | |||
2010-10-12 | SWORD25: Mass-eliminating of BS_ prefix in fmv/ and gfx/ | Eugene Sandulenko | |
svn-id: r53258 | |||
2010-10-12 | SWORD25: Added implementation of rint method | Paul Gilbert | |
Windows doesn't seem to implement this method; even examples for FMOD I saw had WIN32 defines that manually provided the method. svn-id: r53256 | |||
2010-10-12 | SWORD25: Mass-astyle. | Eugene Sandulenko | |
svn-id: r53222 | |||
2010-10-12 | SWORD25: Finish preliminary implementation of Theora decoder | Eugene Sandulenko | |
svn-id: r53213 | |||
2010-10-12 | SWORD25: Start of plugging audio to Theora decoder | Eugene Sandulenko | |
svn-id: r53207 | |||
2010-10-12 | SWORD25: Start for VideoDecoder-compatible Theora player. | Eugene Sandulenko | |
svn-id: r53206 | |||
2010-10-12 | SWORD25: Fix compilation | Eugene Sandulenko | |
svn-id: r53193 | |||
2010-10-12 | SWORD25: Replacing headers with ScummVM ones plus original (C) | Eugene Sandulenko | |
svn-id: r53188 | |||
2010-10-12 | SWORD25: Converted kernel/kernel.cpp to compile under ScummVM | Paul Gilbert | |
This commit creates a skeleton detection and engine class, as well as code necessary to call the kernel initiation. The kernel/kernel.cpp has been converted to compile under ScummVM, along with all dependant header files. svn-id: r53184 | |||
2010-10-12 | SWORD25: Compilation fixes | Eugene Sandulenko | |
Majority of files now compile under Windoze. svn-id: r53182 | |||
2010-10-12 | SWORD25: Path fixes for includes | Eugene Sandulenko | |
svn-id: r53180 | |||
2010-10-12 | SWORD25: Make couple file compilable | Eugene Sandulenko | |
svn-id: r53179 | |||
2010-10-12 | SWORD25: Importing original sources | Eugene Sandulenko | |
svn-id: r53171 |