Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-12 | SWORD25: Changing service registration to use replacement ScummVM Package ↵ | Paul Gilbert | |
Manager svn-id: r53201 | |||
2010-10-12 | SWORD25: Converted inputengine.cpp | Paul Gilbert | |
svn-id: r53200 | |||
2010-10-12 | TOON: Fixed bug #3086025 with bad inventory behavior | Sylvain Dupont | |
Bug #3086025 "TOON: Inventory not working correctly with butter" svn-id: r53199 | |||
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 | SCUMM/FM-TOWNS: start fixing japanese font drawing | Florian Kagerer | |
svn-id: r53196 | |||
2010-10-12 | SWORD25: Converted Lua interface classes | Paul Gilbert | |
svn-id: r53195 | |||
2010-10-12 | SWORD25: Reimplemented package manager for ScummVM using Common::Archive | Paul Gilbert | |
svn-id: r53194 | |||
2010-10-12 | SWORD25: Fix compilation | Eugene Sandulenko | |
svn-id: r53193 | |||
2010-10-12 | SWORD25: Removed leftover include references | Eugene Sandulenko | |
svn-id: r53192 | |||
2010-10-12 | SWORD25: get rid of custom md5.cpp and Windows-specific debug stuff | Eugene Sandulenko | |
All version ID generation is useless for ScummVM as we have our own clear versions. Thus removing all of that. svn-id: r53191 | |||
2010-10-12 | SWORD25: Update GUIO | Eugene Sandulenko | |
svn-id: r53190 | |||
2010-10-12 | SWORD25: Update detection to modern state | Eugene Sandulenko | |
svn-id: r53189 | |||
2010-10-12 | SWORD25: Replacing headers with ScummVM ones plus original (C) | Eugene Sandulenko | |
svn-id: r53188 | |||
2010-10-12 | SWORD25: Converted the Resource Manager | Paul Gilbert | |
svn-id: r53187 | |||
2010-10-12 | SWORD25: Implemented ScummVM version of BS_FileSystemUtil interface | Paul Gilbert | |
svn-id: r53186 | |||
2010-10-12 | SWORD25: Added and fixed the remaining engine setup/execution/free code | Paul Gilbert | |
svn-id: r53185 | |||
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: Fixed rest of the include paths | Eugene Sandulenko | |
svn-id: r53181 | |||
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: Moving Lua one level up | Eugene Sandulenko | |
svn-id: r53178 | |||
2010-10-12 | SWORD25: Remove main_win.cpp | Eugene Sandulenko | |
svn-id: r53177 | |||
2010-10-12 | SWORD25: Remove memorydumper which is Windows-specific | Eugene Sandulenko | |
svn-id: r53176 | |||
2010-10-12 | SWORD25: Fix some includes | Eugene Sandulenko | |
svn-id: r53175 | |||
2010-10-12 | SWORD25: removed ASM usage | Eugene Sandulenko | |
svn-id: r53174 | |||
2010-10-12 | SWORD25: Removed cpuinfo.cpp file | Eugene Sandulenko | |
svn-id: r53173 | |||
2010-10-12 | SWORD25: Added module.mk | Eugene Sandulenko | |
svn-id: r53172 | |||
2010-10-12 | SWORD25: Importing original sources | Eugene Sandulenko | |
svn-id: r53171 | |||
2010-10-12 | HUGO: Add lineHandler for v3 Dos, fix/add comments | Arnaud Boutonné | |
svn-id: r53170 | |||
2010-10-12 | SWORD25: Added detection of libtheora, png an dplugged in the engine | Eugene Sandulenko | |
svn-id: r53169 | |||
2010-10-12 | SWORD25: Initial dummy engine | Eugene Sandulenko | |
svn-id: r53168 | |||
2010-10-12 | HUGO: enable left diagonals | Arnaud Boutonné | |
svn-id: r53167 | |||
2010-10-12 | AGI: Fix bug #3017908 with MIDI music | Eugene Sandulenko | |
Bug #3017908: "AGI: No music with the new MIDI patch" Thanks to Raziel^ for pinpointing the bug. svn-id: r53166 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-10-11 | TOON: Fixed Flux disappearing in barn when talking to the cow | Sylvain Dupont | |
Several animations are not present for every Flux facing. There is an hardcoded table to handle this. svn-id: r53157 | |||
2010-10-11 | TOON: Fixed uninitialized var | Sylvain Dupont | |
svn-id: r53156 | |||
2010-10-11 | TOON: Reverted script throttle for now and fixed anim timing issue | Sylvain Dupont | |
svn-id: r53155 | |||
2010-10-11 | HUGO: Split classes with multiple version in separate files | Arnaud Boutonné | |
svn-id: r53152 | |||
2010-10-11 | TOON: Reduced CPU usage by about 40% | Filippos Karapetis | |
svn-id: r53151 | |||
2010-10-11 | AGI: Fix one more strncpy/strncat issue | Willem Jan Palenstijn | |
svn-id: r53148 | |||
2010-10-11 | AGI: Fix possible buffer overflow. | Johannes Schickel | |
This is based on patch #3085298 "overflows in agi and parallaction". svn-id: r53147 | |||
2010-10-11 | PARALLACTION: Fix out of bounds access. | Johannes Schickel | |
This is a partial commit of patch #3085298 "overflows in agi and parallaction". svn-id: r53146 | |||
2010-10-10 | HUGO: Use _targetName for naming save files | Matthew Hoops | |
svn-id: r53145 | |||
2010-10-10 | TOON: Fixed offsets in hard coded conversation musics | Sylvain Dupont | |
svn-id: r53144 | |||
2010-10-10 | SCI: Fix warning about uninitialized variable | Max Horn | |
svn-id: r53140 | |||
2010-10-10 | HUGO: Add specific takeObject and dropObject for H1 DOS | Arnaud Boutonné | |
svn-id: r53135 | |||
2010-10-10 | TOON: Made all ToonEngine functions non-virtual | Sylvain Dupont | |
svn-id: r53134 |