Max Horn
|
e7afcecda2
|
Removed default implementations of OSystem::getOverlayHeight() and getOverlayWidth()
svn-id: r36152
|
2009-01-30 16:23:41 +00:00 |
|
Max Horn
|
de8fa39b25
|
Fix for bug #2548995: AmigaOS4: Compiler error (and taking care of some potential errors in WinCE & GP2x, too)
svn-id: r36146
|
2009-01-30 14:26:34 +00:00 |
|
Max Horn
|
341bc64aaf
|
do not include common/debug.h from common/util.h
svn-id: r36143
|
2009-01-30 05:25:17 +00:00 |
|
Max Horn
|
9861da62f0
|
cleanup
svn-id: r36138
|
2009-01-30 04:41:57 +00:00 |
|
Max Horn
|
c69ebfd798
|
Moved default implementations for various OSystem methods into a new class BaseBackend
svn-id: r36135
|
2009-01-30 03:35:47 +00:00 |
|
Marcus Comstedt
|
8aa122b157
|
Need graphics/colormasks.h for Graphics::createPixelFormat.
svn-id: r36108
|
2009-01-27 18:43:00 +00:00 |
|
Marcus Comstedt
|
4952dd6661
|
Disable autosave (fixes [2516389]).
svn-id: r36106
|
2009-01-27 18:35:36 +00:00 |
|
Joost Peters
|
908ed66509
|
fix compilation
svn-id: r36053
|
2009-01-25 09:06:46 +00:00 |
|
Joost Peters
|
454610ff5a
|
don't append '/' to path in getChildren()
svn-id: r36042
|
2009-01-24 20:46:20 +00:00 |
|
Joost Peters
|
ab30f44171
|
fix typo
svn-id: r36041
|
2009-01-24 20:35:16 +00:00 |
|
Joost Peters
|
446c837bc7
|
fix compilation
svn-id: r36040
|
2009-01-24 19:33:18 +00:00 |
|
Travis Howell
|
2c11490d69
|
pollCD() should only return true, if CD audio is actually playing.
svn-id: r36035
|
2009-01-24 12:26:14 +00:00 |
|
Max Horn
|
5556fc7f72
|
Changed Graphics::ImageDecoder to allow custom PixelFormats
svn-id: r36026
|
2009-01-23 23:50:54 +00:00 |
|
Max Horn
|
14c5bbbccf
|
Renamed Archive::openFile to createReadStreamForMember
svn-id: r36021
|
2009-01-23 04:45:44 +00:00 |
|
Max Horn
|
a925b5e7b7
|
Oops
svn-id: r36015
|
2009-01-23 03:48:04 +00:00 |
|
Max Horn
|
8f16458e9b
|
Renamed FSNode::openForReading / openForWriting to createReadStream / createWriteStream, again to make ownership of the returned stream clear
svn-id: r36014
|
2009-01-23 03:41:36 +00:00 |
|
Max Horn
|
e4b013f616
|
Renamed OSystem::openConfigFileForReading & openConfigFileForWriting to createConfigReadStream & createConfigWriteStream, in order to make it clear that the *caller* is responsible for deleting the streams (i.e., 'owns' them)
svn-id: r36013
|
2009-01-23 03:30:40 +00:00 |
|
Max Horn
|
3e7155981e
|
DS: Nothing is supposed to use time(), so don't globally include <time.h> -- in particular, no need to fake a time() impl if the only code using it is the backend itself ;)
svn-id: r36012
|
2009-01-23 03:23:30 +00:00 |
|
Max Horn
|
72702130d9
|
DS: Apply an old cleanup patch of mine from last August
svn-id: r36011
|
2009-01-23 03:06:21 +00:00 |
|
Max Horn
|
4455a9fc2f
|
DS: Fix compilation
svn-id: r36010
|
2009-01-23 02:44:30 +00:00 |
|
Max Horn
|
94bfe1aa6f
|
Get rid of the wrappers around the zlib stream wrapper wrappers ;)
svn-id: r36007
|
2009-01-22 23:14:16 +00:00 |
|
Max Horn
|
e260598bc9
|
Revert my previous commit. File still produces error 'wrapCompressedReadStream' is not a member of 'Common' with gcc 4.2.4, though
svn-id: r36006
|
2009-01-22 23:03:12 +00:00 |
|
Max Horn
|
5a77895274
|
Removed incorrect Common:: prefix from stuff that is not part of namespace Common
svn-id: r36005
|
2009-01-22 22:56:31 +00:00 |
|
Jordi Vilalta Prat
|
2859b65ce2
|
Fix the compilation of the Wii port
svn-id: r36004
|
2009-01-22 22:29:14 +00:00 |
|
Max Horn
|
0034aa3b9c
|
Got rid of several occurrences of gBitFormat
svn-id: r35995
|
2009-01-22 04:59:09 +00:00 |
|
Max Horn
|
abc06ca18e
|
Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. into methods, and added an operator==
svn-id: r35993
|
2009-01-22 04:35:10 +00:00 |
|
Andre Heider
|
e94378511e
|
made ISO9660 support optional via USE_WII_DI
svn-id: r35985
|
2009-01-21 19:29:02 +00:00 |
|
Andre Heider
|
c65e670295
|
added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI
svn-id: r35984
|
2009-01-21 19:11:47 +00:00 |
|
Johannes Schickel
|
ceefbd19b9
|
Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.
svn-id: r35979
|
2009-01-21 15:23:30 +00:00 |
|
Max Horn
|
980917e545
|
More cleanup of the DS port
svn-id: r35978
|
2009-01-21 04:46:31 +00:00 |
|
Max Horn
|
39e3c76436
|
More cleanup
svn-id: r35977
|
2009-01-21 04:27:32 +00:00 |
|
Max Horn
|
023fcd05a3
|
cleanup
svn-id: r35976
|
2009-01-21 04:03:22 +00:00 |
|
Max Horn
|
edbf8c6720
|
Yet more cleanup
svn-id: r35975
|
2009-01-21 02:28:14 +00:00 |
|
Max Horn
|
b7f7a8c660
|
Yet more cleanup
svn-id: r35973
|
2009-01-21 02:11:25 +00:00 |
|
Max Horn
|
99c6943e3d
|
Fix what I believe to be an error in Keymapper::cleanupGameKeymaps
svn-id: r35972
|
2009-01-21 02:07:23 +00:00 |
|
Max Horn
|
250acd4c8d
|
more cleanup
svn-id: r35971
|
2009-01-21 02:02:55 +00:00 |
|
Max Horn
|
9abce1b894
|
Some cleanup / code simplification
svn-id: r35970
|
2009-01-21 01:26:04 +00:00 |
|
Max Horn
|
299736c9e1
|
some code cleanup
svn-id: r35966
|
2009-01-20 23:19:42 +00:00 |
|
Max Horn
|
c210b71876
|
Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp
svn-id: r35965
|
2009-01-20 22:52:29 +00:00 |
|
Johannes Schickel
|
94db14fecc
|
Whoops committed from the wrong directory. Removing ImageMan leftover.
svn-id: r35961
|
2009-01-20 18:37:09 +00:00 |
|
Johannes Schickel
|
4c62af49c2
|
Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.
svn-id: r35960
|
2009-01-20 18:31:35 +00:00 |
|
Johannes Schickel
|
496ab478a2
|
Some formatting.
svn-id: r35959
|
2009-01-20 17:38:48 +00:00 |
|
Andre Heider
|
f67bb6c8f1
|
fixed vkeybd.zip loading
svn-id: r35957
|
2009-01-20 16:13:08 +00:00 |
|
Andre Heider
|
fbfec8e63e
|
protect all vkeybd code with ENABLE_VKEYBD
svn-id: r35956
|
2009-01-20 16:00:36 +00:00 |
|
Andre Heider
|
60beb35a5a
|
added the required XML header to vkeybd.zip
svn-id: r35955
|
2009-01-20 15:28:07 +00:00 |
|
Andre Heider
|
1e5165bd84
|
added proper ImageMan includes
svn-id: r35954
|
2009-01-20 15:27:13 +00:00 |
|
Andre Heider
|
089548fb81
|
use Surface instead of SurfaceKeyColored
svn-id: r35953
|
2009-01-20 15:26:15 +00:00 |
|
Andre Heider
|
15b3c680da
|
added ImageMan to vkeybd
svn-id: r35952
|
2009-01-20 15:24:47 +00:00 |
|
Andre Heider
|
9b116c81c5
|
Moved libdb to the right spot in the Makefile
svn-id: r35946
|
2009-01-20 11:20:52 +00:00 |
|
Max Horn
|
a27e456ace
|
Some basic work on the vkeybd code
svn-id: r35931
|
2009-01-20 00:03:35 +00:00 |
|