Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-04 | TOOL: Fix ticks per seconds for H1 Dos | Arnaud Boutonné | |
svn-id: r54063 | |||
2010-11-04 | GOB: Extended workaround for Goblin Stuck On Reload to cover bug #3065914 | David Turner | |
This generalises the workaround added for bug #3018918 i.e. UOTODDV issue, to cover the ICVGCGT case and hopefully all future cases, by executing the variable correction during the reload after Game Over and using the variable read by the script triggering the movement lock, rather than the movement lock variable (59) itself as this may not be set until a later script. svn-id: r54061 | |||
2010-11-04 | PSP: cleaning up some stuff from plugin merge | Yotam Barnoy | |
svn-id: r54060 | |||
2010-11-04 | DS: moved build-ds.sh to DS directory. It's currently unused but has a good ↵ | Yotam Barnoy | |
way of reducing dynamic size svn-id: r54059 | |||
2010-11-04 | DC: remove multi-build of dc-provider that slipped in with plugin merge. | Yotam Barnoy | |
svn-id: r54058 | |||
2010-11-04 | COMMON: Undo changes to common/ptr.h, remove Common::ScopedPtrC | Max Horn | |
The deletePointer() method approach cannot work, as it is called by the destructor of the base class. A possible correct solution would be to enhance ScopedPtr with a "deleter" object like SharedPtr. But this seems overkill as long as we need it in only one place. svn-id: r54057 | |||
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-11-03 | HUGO: Fix 'exit' command in DOS versions | Arnaud Boutonné | |
svn-id: r54054 | |||
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy | |
This merge was extremely difficult to carry out. It wasn't entirely SVN's fault -- there were several merges to the branch that were done by hand. Please check for any issues and regressions. Also note that the DS makefile was not copied over since the "one at a time" plugin mode currently has too much fragmentation ie. it doesn't work. svn-id: r54051 | |||
2010-11-03 | M4: Changed debug calls to debugCN since they all have newlines | Paul Gilbert | |
svn-id: r54047 | |||
2010-11-03 | Dummy file creation through SVN to allow merging gsoc plugins via mercurial | Yotam Barnoy | |
svn-id: r54046 | |||
2010-11-03 | SWORD25: cleanup | Max Horn | |
svn-id: r54045 | |||
2010-11-02 | HUGO: Fix typo... sorry | Arnaud Boutonné | |
svn-id: r54044 | |||
2010-11-02 | HUGO: Fix cypher for v1 Dos | Arnaud Boutonné | |
svn-id: r54043 | |||
2010-11-02 | SCI: Properly cast the results of kTimesSin and kTimesCos to 16-bit integers | Filippos Karapetis | |
svn-id: r54042 | |||
2010-11-02 | OPENPANDORA: Add FORBIDDEN_SYMBOL_ALLOW_ALL define to enable use of ↵ | John Willis | |
forbidden symbols. svn-id: r54041 | |||
2010-11-02 | SWORD25: Convert printf to debugN | Max Horn | |
svn-id: r54040 | |||
2010-11-02 | M4: Convert last few printfs to debug | Max Horn | |
svn-id: r54039 | |||
2010-11-02 | M4: Remove redundant fflush calls | Max Horn | |
svn-id: r54038 | |||
2010-11-02 | SCI: Remove any use of printf | Max Horn | |
svn-id: r54037 | |||
2010-11-02 | MADE Remove now redundant fflush call | Max Horn | |
svn-id: r54036 | |||
2010-11-02 | M4: Converted all printf's to debug | Paul Gilbert | |
svn-id: r54035 | |||
2010-11-02 | M4: Added function pointers to the the script engine data map list | Paul Gilbert | |
svn-id: r54034 | |||
2010-11-02 | M4: Reworked dumpFile to use Common::DumpFile | Paul Gilbert | |
svn-id: r54033 | |||
2010-11-01 | KYRA: Pause engine when the debugger is open. | Johannes Schickel | |
svn-id: r54032 | |||
2010-11-01 | ENGINES: Replace many printfs by warning/debug/debugN | Max Horn | |
svn-id: r54031 | |||
2010-11-01 | TINSEL: Correcting my previous commit, oops | Max Horn | |
svn-id: r54030 | |||
2010-11-01 | TINSEL: Fix a leak in DW2, and a potential OOB in NextTaggedActor | Max Horn | |
svn-id: r54029 | |||
2010-11-01 | TINSEL: Fixed two places that weren't reset when exiting to the launcher and ↵ | Filippos Karapetis | |
reentering the game. There could be (and most likely are) others as well svn-id: r54028 | |||
2010-11-01 | TINSEL: Explain why exactly RTL is disabled | Max Horn | |
The very same issue probably affects more engines, possibly even some which have RTL enabled. svn-id: r54027 | |||
2010-11-01 | GOB: Fix a map cleanup regression | Sven Hesse | |
svn-id: r54025 | |||
2010-11-01 | BASE: Destroy TranslationManager when exiting; destroy GuiManager before ↵ | Max Horn | |
ConfigManager svn-id: r54024 | |||
2010-11-01 | COMMON: Get rid of the debug() output formatter | Max Horn | |
Now Engine::errorString is only used by error(), as its name suggests. This also resolves the inconsistency between debug & debugN. svn-id: r54023 | |||
2010-11-01 | SOUND: Convert some (f)printf + fflush to debug | Max Horn | |
svn-id: r54022 | |||
2010-11-01 | HUGO: Replace Utils::Warn() by warning() | Max Horn | |
svn-id: r54021 | |||
2010-11-01 | HUGO: Fix typo | Arnaud Boutonné | |
svn-id: r54019 | |||
2010-11-01 | HUGO: Convert class member comments to Doxygen format | Arnaud Boutonné | |
svn-id: r54018 | |||
2010-11-01 | SCI: fixing port restoring | Martin Kiewitz | |
- recalculate _freeCounter - dont push disposed windows onto windowlist svn-id: r54017 | |||
2010-11-01 | SCI: fixing bug when restoring ports | Martin Kiewitz | |
fixes assert svn-id: r54016 | |||
2010-11-01 | SCI: Fixed a silly bug when restoring port rectangles. This uncovered a bug ↵ | Filippos Karapetis | |
with the recently added port save/restore code svn-id: r54015 | |||
2010-11-01 | SCI: fixing lf | Martin Kiewitz | |
(stupid msvc) svn-id: r54014 | |||
2010-11-01 | COMMON: Disable DEBUG_HASH_COLLISIONS (oops) | Max Horn | |
svn-id: r54013 | |||
2010-11-01 | SCI: saving/restoring script created windows now | Martin Kiewitz | |
fixes "GfxPorts::kernelSetActive" error based on code by [md5] svn-id: r54012 | |||
2010-11-01 | ENGINES: Get rid of some (f)printfs | Max Horn | |
svn-id: r54011 | |||
2010-11-01 | COMMON: Switch hexdump() to debugN instead of printf | Max Horn | |
Rational: hexdump() is used for debug output. An even better alternative might be to change it to return a string, instead of printing anything. This way, it could be used inside e.g. GUI debug consoles. This is left as an exercise to the interested developer :). svn-id: r54010 | |||
2010-11-01 | COMMON: Switch ConfigManager::setInt & ConfigManager::registerDefault to use ↵ | Max Horn | |
String::format svn-id: r54009 | |||
2010-11-01 | COMMON: Add debugN variant without level parameter | Max Horn | |
This makes our various debug*() functions fully symmetric, for now. svn-id: r54008 | |||
2010-11-01 | GUI: Add GCC_PRINTF to GUI::Debugger::DebugPrintf & fix resulting warnings | Max Horn | |
svn-id: r54007 | |||
2010-11-01 | GUI: Rename ConsolDialog methods (v)printf, putchar | Max Horn | |
svn-id: r54006 |