Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-15 | SWORD25: Removed the duplicate header files inside the pluto/pdep directory | md5 | |
2011-04-15 | SWORD25: Removed several unused files from the pluto directory | md5 | |
2011-03-19 | SWORD25: Fix MSVC Compilation. | D G Turner | |
2011-03-19 | ALL: s/PI/M_PI/ | dhewg | |
Tip of the day: git grep -w PI | |||
2011-01-19 | SWORD25: Strip off unportable functions | Eugene Sandulenko | |
svn-id: r55319 | |||
2010-11-04 | LUA: Tweak lua_ident to not conflict with SVN keywords (since this is not ↵ | Max Horn | |
used at all, only used to 'mark' binaries compiling Lua in, I think we could safely remove it, too) svn-id: r54056 | |||
2010-11-04 | Trying to fix weird keyword expansion quirk | Max Horn | |
svn-id: r54055 | |||
2010-10-19 | SWORD25: Work around for bug in Mac OS X 10.2 SDK | Max Horn | |
svn-id: r53604 | |||
2010-10-18 | SWORD25: Since ssize_t might not be available on all platforms use size_t ↵ | Johannes Schickel | |
for the pointer cast now. svn-id: r53594 | |||
2010-10-18 | SWORD25: Fix compilation on 64bit arches by casting a pointer to ssize_t ↵ | Johannes Schickel | |
instead of int. This should be no permanent solution. I added a small fixme comment near the cast so it won't be forgotten. svn-id: r53593 | |||
2010-10-18 | SWORD25: Use const_cast to cast away constness. | Johannes Schickel | |
This fixes a few warnings/errors in the LUA code. I added some FIXMEs at the places where the casts happen, since usually this casting indicates bad design. svn-id: r53592 | |||
2010-10-18 | SWORD25: Fix warning | Eugene Sandulenko | |
svn-id: r53569 | |||
2010-10-18 | SWORD25: Renamed Lua .c files to .cpp and make it compilable | Eugene Sandulenko | |
svn-id: r53568 | |||
2010-10-16 | SWORD25: Use C-style comments in C files | Ori Avtalion | |
svn-id: r53538 | |||
2010-10-16 | SWORD25: Update svn keywords | Ori Avtalion | |
svn-id: r53537 | |||
2010-10-13 | SWORD25: Remove lua.c since it is not needed | Eugene Sandulenko | |
svn-id: r53452 | |||
2010-10-13 | SWORD25: Remove the unused LUA compiler | Filippos Karapetis | |
svn-id: r53411 | |||
2010-10-12 | SWORD25: Converted AnimationResource to use SCUMMVM XMLParser. Removed ↵ | Paul Gilbert | |
tinyxml library svn-id: r53281 | |||
2010-10-12 | SWORD25: Portability fixes. Now compiles and runs under Linux. | Eugene Sandulenko | |
svn-id: r53240 | |||
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: 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: 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: Moving Lua one level up | Eugene Sandulenko | |
svn-id: r53178 | |||
2010-10-12 | SWORD25: Importing original sources | Eugene Sandulenko | |
svn-id: r53171 |