Age | Commit message (Collapse) | Author |
|
|
|
Instead of defining a hacked up Common::Error code, split the return
value of processSettings into two parts: An error code, and a value
which indicates whether the specified command was completely handled
by processSettings or not.
|
|
|
|
Some backends may break as I only compiled SDL
|
|
svn-id: r55200
|
|
for any current symbian phone)
svn-id: r54372
|
|
This commits a slightly modified patch from my patch tracker item #3104630
"OSYSTEM: Add logging API as proposed by Max on -devel".
I was not able to test compilation on Android and SamsungTV, since there is no
toolchain for those on buildbot (or I was too blind to find them).
svn-id: r54339
|
|
This is currently necessary for the PS2 port and possibly others.
svn-id: r53989
|
|
svn-id: r51094
|
|
svn-id: r50964
|
|
This should make debugging easier, especially for users.
svn-id: r50113
|
|
svn-id: r49449
|
|
svn-id: r48280
|
|
svn-id: r46205
|
|
MSVC again (broken with commit #46130). MSVC places all object files for each engine in the same folder (even if they're in subfolders), which resulted in clashing between gui/console.* and common/console.*. There's no easy way around this, other than turning the resulting MSVC files into a big mess, so a simple file rename is more feasible
svn-id: r46151
|