Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | SWORD25: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-04-22 | SWORD25: Correct stack dump debug function output. | D G Turner | |
This was introduced by the change from C++ output streams (<<) to Common::String output. Thanks to salty-horse for finding this. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-21 | SWORD25: Reduce code duplication; formatting | Max Horn | |
2011-01-23 | SWORD25: Replaced BS_ASSERT() with assert() | Filippos Karapetis | |
svn-id: r55464 | |||
2011-01-23 | SWORD25: Removed the custom log class and replaced it with ↵ | Filippos Karapetis | |
warning/error/debugC calls svn-id: r55462 | |||
2010-10-13 | SWORD25: Enforced code naming conventions in script/* | Eugene Sandulenko | |
svn-id: r53391 | |||
2010-10-12 | SWORD25: eliminated BS_ prefix in all but kernel/ | Eugene Sandulenko | |
svn-id: r53259 | |||
2010-10-12 | SWORD25: Make Lua package registering more robust. | Eugene Sandulenko | |
svn-id: r53242 | |||
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: Mass-astyle. | Eugene Sandulenko | |
svn-id: r53222 | |||
2010-10-12 | SWORD25: Moved the Lua library into it's own namespace | Paul Gilbert | |
Previously with some of the files I was leaving the #include references to the library inside the global namespace. However, since the engine itself is now inside a namespace, I had to do a lot of changes, such as lua_State to ::lua_State. This way is cleaner, and I just need to add a 'using namespace Lua' where needed. svn-id: r53198 | |||
2010-10-12 | SWORD25: Converted Lua interface classes | Paul Gilbert | |
svn-id: r53195 | |||
2010-10-12 | SWORD25: Replacing headers with ScummVM ones plus original (C) | Eugene Sandulenko | |
svn-id: r53188 | |||
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 |