Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | TOON: Fixed bug #3085971 with missing "fail" sound sfx | Sylvain Dupont | |
Bug #3085971: "TOON: Missing sfx for invalid Flux request" svn-id: r53260 | |||
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: brought CallBackRegisry class to our naming standards | Eugene Sandulenko | |
svn-id: r53257 | |||
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: Fix valgrind warning | Eugene Sandulenko | |
svn-id: r53255 | |||
2010-10-12 | SWORD25: Fix warnings | Eugene Sandulenko | |
svn-id: r53254 | |||
2010-10-12 | SWORD25: Debug output for image blitting | Eugene Sandulenko | |
svn-id: r53253 | |||
2010-10-12 | SWORD25: Made game run with extracted data | Eugene Sandulenko | |
svn-id: r53252 | |||
2010-10-12 | SWORD25: Added possibility to run from extracted game. | Eugene Sandulenko | |
Still doesn't start though svn-id: r53251 | |||
2010-10-12 | SWORD25: Actually blit images to screen. | Eugene Sandulenko | |
svn-id: r53250 | |||
2010-10-12 | SWORD25: Implement BS_ScummVMPackageManager::doSearch. | Eugene Sandulenko | |
Now all scripts run. svn-id: r53249 | |||
2010-10-12 | SWORD25: Changed signature of FS searching method. Cleanup. | Eugene Sandulenko | |
svn-id: r53248 | |||
2010-10-12 | SWORD25: package manager. Style fixes. Cleanup | Eugene Sandulenko | |
svn-id: r53247 | |||
2010-10-12 | SWORD25: Fix loading files with relative paths. | Eugene Sandulenko | |
svn-id: r53246 | |||
2010-10-12 | SWORD25: Fix initialization. | Eugene Sandulenko | |
svn-id: r53245 | |||
2010-10-12 | SWORD25: Fix package manager. Now scripts run. | Eugene Sandulenko | |
svn-id: r53244 | |||
2010-10-12 | SWORD25: Further fixes for package manager | Eugene Sandulenko | |
svn-id: r53243 | |||
2010-10-12 | SWORD25: Make Lua package registering more robust. | Eugene Sandulenko | |
svn-id: r53242 | |||
2010-10-12 | SWORD25: Better detection entry. | Eugene Sandulenko | |
svn-id: r53241 | |||
2010-10-12 | SWORD25: Portability fixes. Now compiles and runs under Linux. | Eugene Sandulenko | |
svn-id: r53240 | |||
2010-10-12 | SWORD25: started fixing pakage manager | Eugene Sandulenko | |
svn-id: r53239 | |||
2010-10-12 | SWORD25: Fix log output. | Eugene Sandulenko | |
svn-id: r53238 | |||
2010-10-12 | SWORD25: Fix conversion bugs in BS_LuaBindhelper::_CreateTable() | Eugene Sandulenko | |
svn-id: r53237 | |||
2010-10-12 | SWORD25: Fix couple more warnings | Eugene Sandulenko | |
svn-id: r53236 | |||
2010-10-12 | SWORD25: Turn on debugging by default | Eugene Sandulenko | |
svn-id: r53235 | |||
2010-10-12 | SWORD25: Final linking fixes. Now it links! | Eugene Sandulenko | |
svn-id: r53234 | |||
2010-10-12 | SWORD25: Stubbed FMODExSound class | Eugene Sandulenko | |
svn-id: r53233 | |||
2010-10-12 | SWORD25: Added missing file | Eugene Sandulenko | |
svn-id: r53232 | |||
2010-10-12 | SWORD25: Get rid of glsprites library | Eugene Sandulenko | |
svn-id: r53231 | |||
2010-10-12 | SWORD25: Temporarily added tinyxml code | Eugene Sandulenko | |
To speedup linking, added the code. It has to be replaced with our XML parser. svn-id: r53230 | |||
2010-10-12 | SWORD25: Next step of graphics code conversion. | Eugene Sandulenko | |
Now it does not depend on glsprite library and may even show something svn-id: r53229 | |||
2010-10-12 | SWORD25: Fix linking | Eugene Sandulenko | |
svn-id: r53228 | |||
2010-10-12 | SWORD25: Started rewriting gfx subsystem | Eugene Sandulenko | |
svn-id: r53227 | |||
2010-10-12 | SWORD25: Linking fixes. | Eugene Sandulenko | |
svn-id: r53226 | |||
2010-10-12 | SWORD25: Clean compile! | Eugene Sandulenko | |
Under MinGW, with OpenGL and tinyxml. svn-id: r53225 | |||
2010-10-12 | SWORD25: More compilation fixes | Eugene Sandulenko | |
Now almost everything compiles fine. Several files were tricked and there are references to tinyxml.h and of course fmod and agg. OpenGL gfx renderer removed from the project, we need to create our own from the scratch. svn-id: r53224 | |||
2010-10-12 | SWORD25: More compilation fixes | Eugene Sandulenko | |
svn-id: r53223 | |||
2010-10-12 | SWORD25: Mass-astyle. | Eugene Sandulenko | |
svn-id: r53222 | |||
2010-10-12 | SWORD25: Fix callbackregistry.h compilation | Eugene Sandulenko | |
svn-id: r53221 | |||
2010-10-12 | SWORD25: Converted remainder of package/ folder | Paul Gilbert | |
svn-id: r53220 | |||
2010-10-12 | SWORD25: Number of compilation and warning fixes | Eugene Sandulenko | |
svn-id: r53219 | |||
2010-10-12 | SWORD25: std::string -> Common::String in gfx/ | Eugene Sandulenko | |
svn-id: r53218 | |||
2010-10-12 | SWORD25: Fix warnings and compilation | Eugene Sandulenko | |
svn-id: r53217 | |||
2010-10-12 | SWORD25: Converted remainder of Kernel/ folder | Paul Gilbert | |
svn-id: r53216 | |||
2010-10-12 | SWORD25: Fix compilation and several warnings | Eugene Sandulenko | |
svn-id: r53215 | |||
2010-10-12 | SWORD25: Mass-putting of all files in gfx/ into Sword25 namespace | Eugene Sandulenko | |
svn-id: r53214 | |||
2010-10-12 | SWORD25: Finish preliminary implementation of Theora decoder | Eugene Sandulenko | |
svn-id: r53213 | |||
2010-10-12 | SWORD25: Fixed some potentially uninitialised variable warnings | Paul Gilbert | |
svn-id: r53212 |