Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-16 | GUI: Move major widgets to new directory gui/widgets | Max Horn | |
Also renamed the source/header files, now they are more closely aligned to how we rename most other source files svn-id: r54264 | |||
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-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-09-08 | WII: Fix typo, update translations. | Andre Heider | |
svn-id: r52640 | |||
2010-09-05 | MERGE: Merge trunk to branch. | Andre Heider | |
svn-id: r52564 | |||
2010-09-05 | WII: Add plugins to the distribution. | Andre Heider | |
svn-id: r52554 | |||
2010-09-05 | PLUGINS: Plugin support for the GameCube/Wii backend. | Andre Heider | |
svn-id: r52553 | |||
2010-09-05 | WII: Merge r52536 from trunk. | Andre Heider | |
svn-id: r52537 | |||
2010-09-05 | WII: New disttarget 'wiiloaddist' | Andre Heider | |
Uploads a .zip file to HBC to unpack to the used storage media. svn-id: r52536 | |||
2010-08-30 | WII: Abuse pollEvent() to update the screen of skipped frames. | Andre Heider | |
updateScreen() itself skips redraws when called too frequently. With the right timing and number of consecutive calls this can result in missing gfx updates, so lets abuse pollEvent() to check for overdue redraws. svn-id: r52456 | |||
2010-08-28 | WII: svn merge Wii port commits from trunk | Andre Heider | |
svn-id: r52425 | |||
2010-08-17 | WII: Bump the sfx buffer size to fix MT32 emulator hiccups. | Andre Heider | |
svn-id: r52161 | |||
2010-08-14 | WII: Update port for the current versions of the base libraries. Enable DVD ↵ | Andre Heider | |
access for the GameCube port. svn-id: r52074 | |||
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467 | |||
2010-06-26 | GUI: Add and improve some messages to translate | Jordi Vilalta Prat | |
svn-id: r50324 | |||
2010-06-15 | SYSTEM: Unify OSystem::getSupportedFormats() signature | Max Horn | |
svn-id: r49838 | |||
2010-06-15 | WII: sync with recent GUI changes. NOT TESTED. | Eugene Sandulenko | |
svn-id: r49793 | |||
2010-04-30 | Fixed warnings when building a GC binary. | Andre Heider | |
svn-id: r48877 | |||
2010-04-20 | Round up the game texture dimensions if the requested size is incompatible ↵ | Andre Heider | |
to the hardware. svn-id: r48751 | |||
2010-04-19 | Fix lockScreen() for 16bit modes. | Andre Heider | |
svn-id: r48728 | |||
2010-04-19 | Reinit the video mode when showing the console on an abnormal exit. This was ↵ | Andre Heider | |
not sccessful under some circumstances. svn-id: r48727 | |||
2010-03-11 | Replace Audio::MixerImpl::setOutputRate with a new 'sampleRate' param to the ↵ | Max Horn | |
MixerImpl constructor svn-id: r48238 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson | |
I figure it the changes are harmless at worst, and making them will make it easier to find real errors in the (still quite long) list of warnings. svn-id: r47443 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-01 | Fixed mismatching malloc/free, and plugged a memleak. | Andre Heider | |
svn-id: r44526 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-27 | Use _port_mk for the Wii and Gamecube port. | Andre Heider | |
svn-id: r44402 | |||
2009-09-25 | Move wii specific stuff from ports.mk to backends/platform/wii/wii.mk | Max Horn | |
svn-id: r44343 | |||
2009-09-21 | whitespace fix | Andre Heider | |
svn-id: r44233 | |||
2009-09-21 | reinit the console when changing the video mode. | Andre Heider | |
svn-id: r44232 | |||
2009-09-20 | New "Input" tab for the options dialog to set pad sensitivity and acceleration. | Andre Heider | |
svn-id: r44205 | |||
2009-09-20 | Fix compilation | Andre Heider | |
svn-id: r44203 | |||
2009-09-20 | Mention mount errors on the status labels. | Andre Heider | |
svn-id: r44202 | |||
2009-09-20 | Only update status label of the active tab (lables print their text when ↵ | Andre Heider | |
updating, regardless of its visibility status). svn-id: r44200 | |||
2009-09-18 | Show the console when exiting abnormally. | Andre Heider | |
svn-id: r44190 | |||
2009-09-18 | Moved the Wii gfx code to its own library. Added a onscreen console for ↵ | Andre Heider | |
stdout/err, toggable via pad keys. svn-id: r44189 | |||
2009-09-05 | Support for SMB shares, cleaned up async FS functions. | Andre Heider | |
svn-id: r43965 | |||
2009-09-03 | Removed AA modes in favor of bilinear texture filtering, which gives much ↵ | Andre Heider | |
better results. Renamed a few types and enums to make it clear what they're for. svn-id: r43919 | |||
2009-09-02 | Fixed thumbnail gfx glitches on savegames | Andre Heider | |
svn-id: r43910 | |||
2009-09-01 | Added an options dialog for some Wii specific settings. | Andre Heider | |
svn-id: r43892 | |||
2009-08-30 | Complete GFX rewrite with new features: | Andre Heider | |
- Standard and Dual-strike (240p) video modes, both with or without AA - Distinct textures for the overlay, game buffer and the cursor - Support for HW paletted textures - Less pixel buffer conversions - Cursor scaling - Support for kFeatureAspectRatioCorrection and kFeatureOverlaySupportsAlpha svn-id: r43830 | |||
2009-08-22 | Removed unused var | Andre Heider | |
svn-id: r43659 | |||
2009-08-22 | 16bit support for the Wii port | Andre Heider | |
svn-id: r43631 | |||
2009-08-21 | Fixed OSystem_Wii for the 16bit API changes | Andre Heider | |
svn-id: r43605 | |||
2009-08-15 | Fix compilation. | Andre Heider | |
svn-id: r43393 | |||
2009-08-08 | tweaked the mapped keys to reintroduce SHIFT for mass adding games | Andre Heider | |
svn-id: r43117 | |||
2009-06-17 | Moved the wiidist target to ports.mk, cleaned it up and automated meta.xml ↵ | Andre Heider | |
generation. svn-id: r41619 | |||
2009-05-27 | Changes for the latest libfat update. | Andre Heider | |
svn-id: r40950 |