Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn | |
This makes it possible to write DECLARE_SINGLETON(foo); instead of DECLARE_SINGLETON(foo) without causing a warning about an extra semicolon. The extra semicolon helps some editors at parsing the C++ code. svn-id: r54258 | |||
2010-10-25 | SWORD25: Get rid of most of the 'kernel service/superclass' code | Max Horn | |
svn-id: r53835 | |||
2010-10-24 | SWORD25: Remove outdated comments | Max Horn | |
svn-id: r53752 | |||
2010-10-19 | SWORD25: Enforced code formatting rules in rest of the engine | Eugene Sandulenko | |
svn-id: r53626 | |||
2010-10-19 | SWORD25: Enforce code naming conventions in gfx/image/imageloader* | Eugene Sandulenko | |
svn-id: r53623 | |||
2010-10-19 | SWORD25: Enforce code naming conventions in gfx/graphicengine* | Eugene Sandulenko | |
svn-id: r53621 | |||
2010-10-19 | SWORD25: Optimize ReverseArray, move it to only place it is used | Max Horn | |
svn-id: r53606 | |||
2010-10-19 | SWORD25: Added operator= to Polygon class | Paul Gilbert | |
This fixes a corruption where vertice arrays were being copied directly and destroyed prematurely svn-id: r53603 | |||
2010-10-18 | SWORD25: Renamed Lua .c files to .cpp and make it compilable | Eugene Sandulenko | |
svn-id: r53568 | |||
2010-10-15 | SWORD25: Do not use Kernel::GetService directly anymore | Max Horn | |
svn-id: r53477 | |||
2010-10-13 | SWORD25: Semi-colon cleanup. | Johannes Schickel | |
svn-id: r53446 | |||
2010-10-13 | SWORD25: Invoke parent's class copy constructor | Max Horn | |
svn-id: r53432 | |||
2010-10-13 | SWORD25: Convert object registries to singletons | Max Horn | |
svn-id: r53431 | |||
2010-10-13 | SWORD25: Renamed getInstance() -> instance() | Max Horn | |
svn-id: r53430 | |||
2010-10-13 | SWORD25: Oops, atan2() takes two arguments | Filippos Karapetis | |
svn-id: r53429 | |||
2010-10-13 | SWORD25: Extended Mac OSX compilation fix for sqrtf and atan2f | Filippos Karapetis | |
svn-id: r53426 | |||
2010-10-13 | SWORD25: Hopefully fixed compilation under Mac OSX, Solaris and mingw32 | Filippos Karapetis | |
Taken from sound/softsynth/mt32/tables.cpp lines 28-41 (thanks LordHoto) svn-id: r53425 | |||
2010-10-13 | SWORD25: Enforced code naming conventions in math/* | Eugene Sandulenko | |
svn-id: r53392 | |||
2010-10-13 | SWORD25: Enforced code naming conventions in script/* | Eugene Sandulenko | |
svn-id: r53391 | |||
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: Corrected the definition of infinity constant | Paul Gilbert | |
Previous string of ~(-1) was actually evaluating to 0, which was screwing up the path-finding algorithms svn-id: r53290 | |||
2010-10-12 | SWORD25: Bugfix to walk path detection | Paul Gilbert | |
svn-id: r53289 | |||
2010-10-12 | SWORD25: Refactored engine to remove BS_Rect class | Paul Gilbert | |
svn-id: r53265 | |||
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: Fix warnings | Eugene Sandulenko | |
svn-id: r53254 | |||
2010-10-12 | SWORD25: Final linking fixes. Now it links! | Eugene Sandulenko | |
svn-id: r53234 | |||
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: Mass-astyle. | Eugene Sandulenko | |
svn-id: r53222 | |||
2010-10-12 | SWORD25: Fix compilation and several warnings | Eugene Sandulenko | |
svn-id: r53215 | |||
2010-10-12 | SWORD25: Fixed some potentially uninitialised variable warnings | Paul Gilbert | |
svn-id: r53212 | |||
2010-10-12 | SWORD25: Converted further files from old hashmap.h to Common::HashMap | Paul Gilbert | |
This commit includes a class pointer hash function added in objectregistry.h that should be double-checked to see if it's correct. svn-id: r53211 | |||
2010-10-12 | SWORD25: Fixed string comparisons against pointers rather than contents | Paul Gilbert | |
svn-id: r53210 | |||
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 the math folder files | Paul Gilbert | |
svn-id: r53197 | |||
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: 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: Importing original sources | Eugene Sandulenko | |
svn-id: r53171 |