index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
backends
/
platform
/
sdl
/
win32
/
win32.cpp
Age
Commit message (
Collapse
)
Author
2011-06-04
BACKENDS: Fix compilation with mingw
Littleboy
2011-06-04
BACKENDS: Implement Win32 version of OSystem::displayLogFile interface
Littleboy
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-05
WIN32: Embed engine data files and theme files into executable.
Johannes Schickel
This embeds all the engine data files from dists/engine-data into the executable in case the engines using them are included statically. Furthermore it includes the theme dist files in the executable.
2011-04-28
JANITORIAL: Add in necessary include files to fix compilation in MSVC
Paul Gilbert
2010-11-29
SDL: Move createLogFile implementions to the OSystem_SDL subclasses.
Johannes Schickel
svn-id: r54581
2010-11-29
SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation
Max Horn
svn-id: r54575
2010-11-29
BACKENDS: Include scummsys.h at top of all .cpp files, *before* any #ifdefs
Max Horn
svn-id: r54573
2010-11-29
COMMON: Applied patch #3121969 - "WIN32_LEAN_AND_MEAN in incorrect place"
Filippos Karapetis
svn-id: r54567
2010-11-28
SDL: Added missing #define FORBIDDEN_SYMBOL_ALLOW_ALL for the Win32 SDL backend
Filippos Karapetis
svn-id: r54527
2010-11-28
Merging the gsoc2010-opengl branch
Max Horn
svn-id: r54518
2010-07-02
Cleanup and documentation.
Alejandro Marzini
svn-id: r50589
2010-06-27
Improved getDefaultConfigFileName(). Code cleanup.
Alejandro Marzini
svn-id: r50364
2010-06-26
Removed DEFAULT_CONFIG_FILE define in favor of new getConfigFileNameString ↵
Alejandro Marzini
function. svn-id: r50301
2010-06-24
Added a init function to OSystem_SDL for early backend setup, and so ↵
Alejandro Marzini
allowing better sub classing. svn-id: r50224
2010-06-23
Relocated Win32 and Posix ports. (Part 2)
Alejandro Marzini
svn-id: r50193
2010-06-23
Relocated Win32 and Posix ports. (Part 1)
Alejandro Marzini
svn-id: r50191