Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-14 | RECORDER: Fix indenting | Sven Hesse | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-07-14 | RECORDER: Fix CID 1046887. Missing break in switch | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046882. Uninitalized variables | Eugene Sandulenko | |
2013-07-14 | RECORDER: Rename class variables in accoudance with our code style | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046883. Uninitialized variables | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046881. Unused value | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046888. Wrong check. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Rename class variable in accoudance with our code style. | Eugene Sandulenko | |
2013-07-14 | RECORDER: Fix CID 1046884. Uninitialized class variables. | Eugene Sandulenko | |
2013-07-06 | ALL: Don't use EventRecorder at all when not compiled in | Matthew Hoops | |
2013-07-04 | Merge pull request #350 from chrisws/tizen_port_1_6_0a | Johannes Schickel | |
TIZEN: bada port updated to tizen Conflicts: backends/platform/tizen/system.cpp | |||
2013-07-04 | GUI: Cleanup EventRecorder::getSurface. | Johannes Schickel | |
Formerly the function created a SDL_Surface by hand. Instead now it uses SDL_CreateRGBSurface (which is used in the SDL backend anyway and yields the same results). This should fix PS3 port compilation. | |||
2013-07-04 | RECORDER: Fix crash at startup | Eugene Sandulenko | |
2013-07-04 | Merge pull request #331 from sev-/gsoc2012-eventsrecorder | Eugene Sandulenko | |
GSoC2012: Event Recorder (reworked) | |||
2013-07-03 | TIZEN: bada port updated to tizen | Chris Warren-Smith | |
2013-06-01 | Merge pull request #332 from bluegr/roland_gs_cleanup | Johannes Schickel | |
SCUMM: iMuse - Clean-up of Roland GS code (updated) | |||
2013-05-26 | GUI: Fix the spelling of some variable/class names | Matthew Hoops | |
2013-05-26 | GUI: Add missing include for IBAction | Matthew Hoops | |
Hopefully will fix compilation on older Mac versions | |||
2013-05-26 | Merge pull request #307 from criezy/filebrowser-hidden-osx | Alyssa Milburn | |
OSX: Allow user to display hidden files in the browser dialog. | |||
2013-05-22 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-17 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-17 | RECORDER: Implement Events Recorder | Eugene Sandulenko | |
2013-05-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-11 | GUI: Update Roland GS description in MT-32 tab | tcarey | |
Clarified the Roland GS settings. The current description is only partially accurate and confusing at best. | |||
2013-05-08 | I18N: Fix missing quote in Ukrainian translation | Thierry Crozat | |
2013-05-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-05-05 | I18N: Updated translations.dat | Eugene Sandulenko | |
2013-05-05 | I18N: Update Catalan translation | Jordi Vilalta Prat | |
2013-04-29 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-04-28 | I18N: Regenerate translations data file | Thierry Crozat | |
2013-04-26 | I18N: Update French translation | Thierry Crozat | |
2013-04-26 | I18N: Update Hungarian translation (from patch #3611796) | Thierry Crozat | |
2013-04-24 | I18N: Update Galician translation (from patch #3611744) | Thierry Crozat | |
2013-04-24 | I18N: Update Norwegian (Bokmål)-translation | Einar Johan Trøan Sømåen | |
2013-04-24 | GUI: Plug memory leak. CID 1003572 | Eugene Sandulenko | |
2013-04-24 | GUI: Fix memory leak. CID 1003569 | Eugene Sandulenko | |
2013-04-21 | GUI: Fix previous commit | Eugene Sandulenko | |
2013-04-21 | GUI: Add sanity check to config format. CID 1004153 | Eugene Sandulenko | |
2013-04-16 | GUI: Always try to show as many entries as possible in ListWidget. | Johannes Schickel | |
In case there were less items in the list than on a page, it was possible that a "scrollTo" call scrolled items out of the view even though all could be displayed. This caused odd behavior in the load dialog in T7G. There the list contains 10 entries. In case the last one was loaded via the dialog, the next time it was brought up again it showed the 9th entry at the top of the view and effectively hiding all the others. It furthermore did not show the scroll bar because all entries would have fit onto one page. To prevent this odd behavior, a boundary check has been added to all places where the scroll position is set. This has been taken from "scrollToCurrent" which already tried to prevent this. This fixes the second issue described in bug #3610960 "T7G - savegame glitches". | |||
2013-04-09 | OSX: Fix memory leaks | Thierry Crozat | |
2013-03-17 | OSX: Allow user to display hidden files in the browser dialog | Thierry Crozat | |
2013-03-04 | CREDITS: Added NoiZe | Eugene Sandulenko | |
2013-02-27 | HOPKINS: Update credits | Strangerke | |
2013-02-16 | I18N: Update Hungarian translation from patch #3604064 | Thierry Crozat | |
2013-02-07 | I18N: Update translations from source code | Thierry Crozat | |
This adds the translation strings from the pegasus engine. | |||
2013-02-07 | I18N: Update Czech translation from patch #3603683 | Thierry Crozat | |
2013-02-04 | I18N: Update Hungarian translation from patch #3603156 | Thierry Crozat | |
2013-02-04 | CREDITS: Fix display of credits with non ISO-8859-1 charsets | Thierry Crozat | |
The credits.pl script now prints both the ASCII and ISO-8859-1 strings in the credits.dat file when they are different. The About dialog then chooses either one or the other depending on the current charset used. This fixes bug #3539986 | |||
2013-02-03 | I18N: Update translation files from source code | Thierry Crozat | |