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
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
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
b7f7a8c660
Yet more cleanup
...
svn-id: r35973
2009-01-21 02:11:25 +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
Andre Heider
57d118e930
Added ISO9660/Joliet DVD support
...
svn-id: r35930
2009-01-19 23:57:49 +00:00
Andre Heider
57e6cb4c8a
Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for memory statistics and splitted existing DEBUG_* tunables.
...
svn-id: r35920
2009-01-19 15:11:18 +00:00
Andre Heider
08c71e3949
Enable IHNM and SAGA2
...
svn-id: r35815
2009-01-11 00:44:52 +00:00
Eugene Sandulenko
83972e2001
Merge in Virtual Keybpard & KeyMapper branch,
...
- Merge is perfromed in order to not let rotting the code
- Makefile modifications were avoided
Stuff to resolve:
- Circular dependency of common/vkeybd from graphics/
- Make it compilable (?)
- Add some keyboards
- Decide on the key bindings
svn-id: r35813
2009-01-11 00:20:27 +00:00
Marcus Comstedt
326df55deb
Enabled GROOVIE and TUCKER as well, as they are enabled by default by the standard configure script.
...
svn-id: r35812
2009-01-11 00:02:28 +00:00
Marcus Comstedt
3707e03d94
Enable IHNM.
...
svn-id: r35808
2009-01-10 23:09:03 +00:00
Lars Persson
1130af03d1
Add subengine flag for ihnm.
...
svn-id: r35797
2009-01-09 18:35:07 +00:00
Lars Persson
3c34c2ce74
Add initial files for a secondary exe (to be distributed with in a single pkg file)
...
svn-id: r35790
2009-01-08 19:16:58 +00:00
Kostas Nakos
5ac9de0938
had forgotten the case of a rect being partially off the top of the screen (and not the bottom at the same time). fixes bug #2470228
...
svn-id: r35733
2009-01-04 20:37:24 +00:00
Kostas Nakos
78a6d9e388
fix bug #2480870 : crash when shaking (not stirring)
...
svn-id: r35731
2009-01-04 19:37:56 +00:00
Kostas Nakos
ce989725cf
follow new SAGA engine defines
...
svn-id: r35729
2009-01-04 16:08:24 +00:00
Kostas Nakos
3baddc752e
Virtualize sdl backend's setGraphicsModeIntern() so it can be overloaded by CE. Scalers are pre-selected by magic on CE. Overriding these selections leads to crashes
...
svn-id: r35728
2009-01-04 16:07:19 +00:00
Andre Heider
c43b790912
debug Makefile targets
...
svn-id: r35709
2009-01-03 19:26:44 +00:00
Andre Heider
043ddf0ae6
tweak the cache values for better video streaming
...
svn-id: r35708
2009-01-03 19:20:24 +00:00
Johannes Schickel
a33a5d0f14
Fixed the way how screen changes are tracked. This should fix a crash when doing an RTL from COMI when a 3x scaler is enabled.
...
svn-id: r35685
2009-01-02 21:52:32 +00:00
Andre Heider
c1c206a455
mutex fix, we actally want recursive locks
...
svn-id: r35674
2009-01-02 17:58:54 +00:00
Johannes Schickel
690b88f982
Renamed gui/newgui.cpp -> gui/GuiManager.cpp and gui/newgui.h -> gui/GuiManager.h
...
svn-id: r35668
2009-01-02 03:21:40 +00:00
Max Horn
6561a7bf36
Set/unified svn:keywords for all *.h and *.cpp files
...
svn-id: r35651
2009-01-01 17:05:05 +00:00
Eugene Sandulenko
696897b058
Whoa! Removing trailing spaces.
...
svn-id: r35648
2009-01-01 15:06:43 +00:00
Andre Heider
771ecec983
added RM_REC, it's required for clean:
...
svn-id: r35623
2008-12-30 18:36:22 +00:00
Kostas Nakos
fccaa73ae7
workaround for ce's limitation of cwd in _access too
...
svn-id: r35594
2008-12-28 20:19:22 +00:00
Kostas Nakos
ec09d76b18
fix buggy repaints caused by multiple calls to the overlay toggles
...
svn-id: r35593
2008-12-28 20:16:53 +00:00
Filippos Karapetis
32ac8d633a
Slight simplification
...
svn-id: r35580
2008-12-27 19:30:11 +00:00
Andre Heider
e570d0942f
480p video mode for gamecube if a component cable was detected (contributed by hkz)
...
svn-id: r35505
2008-12-23 19:50:24 +00:00
Andre Heider
328991f4eb
tweak the video mode some more to get rid of black borders
...
svn-id: r35503
2008-12-23 19:20:20 +00:00
Andre Heider
80e113093a
increase the height of the overlay so the modern theme fits in 16:9
...
svn-id: r35502
2008-12-23 19:19:40 +00:00
Andre Heider
25a2ea2092
enable groovie and tucker
...
svn-id: r35501
2008-12-23 19:18:25 +00:00
Andre Heider
13801bd4a5
drop mpeg2 support
...
svn-id: r35500
2008-12-23 19:17:18 +00:00
Andre Heider
700c69e942
changes for devkitPPC r16
...
svn-id: r35499
2008-12-23 19:16:38 +00:00
Max Horn
a1eb74622e
DS port: Removed mixer.cpp from OPTLIST (saves 11kb code size); added several DEFINES which reduce the binary size further
...
svn-id: r35468
2008-12-21 17:14:42 +00:00
Torbjörn Andersson
08ff8d281f
Allow changing the scaler using hotkeys again. I hope this is the correct way
...
of fixing it. (I've added a final case to endGFXTransaction for when the screen
just needs to be updated, without any changes in mode or size.)
svn-id: r35443
2008-12-19 17:54:45 +00:00
Kostas Nakos
8a6387ca13
fix opening of config file + some cleanup
...
svn-id: r35421
2008-12-18 08:06:08 +00:00
Marcus Comstedt
d5115c0fc6
Use the new nifty defines DISABLE_TEXT_CONSOLE and DISABLE_COMMAND_LINE.
...
svn-id: r35363
2008-12-14 18:02:42 +00:00
Kostas Nakos
c7094e20df
implement the newer gfx transaction interface. some issues still remain
...
svn-id: r35297
2008-12-10 20:46:19 +00:00