Commit Graph

5887 Commits

Author SHA1 Message Date
Vicki Pfau 3d27d1d7fe Merge branch 'master' (early part) into medusa 2019-06-28 16:54:30 -07:00
Vicki Pfau e6aa23f19c Merge branch 'master' (early part) into medusa 2019-06-28 16:27:53 -07:00
Vicki Pfau 8b04eca8f0 Merge branch 'master' (early part) into medusa 2019-06-28 16:25:24 -07:00
Vicki Pfau 5e82d97b5b Merge branch 'master' (early part) into medusa 2019-06-28 16:23:05 -07:00
Vicki Pfau 0b07d6b671 Merge branch 'master' (early part) into medusa 2019-06-28 16:19:20 -07:00
Vicki Pfau 67aaac84b6 Merge branch 'master' (early part) into medusa 2019-06-28 16:19:16 -07:00
Vicki Pfau a6dcfcc338 Merge branch 'master' (early part) into medusa 2019-06-28 16:17:21 -07:00
Vicki Pfau 3304a448ed Merge branch 'master' (early part) into medusa 2019-06-28 16:17:18 -07:00
Vicki Pfau 3496336f46 Merge branch 'master' (early part) into medusa 2019-06-28 16:16:06 -07:00
Vicki Pfau f48a69e8e5 Merge branch 'master' (early part) into medusa 2019-06-28 16:04:02 -07:00
Vicki Pfau a87b800414 Merge branch 'master' (early part) into medusa 2019-06-28 16:01:01 -07:00
Vicki Pfau b6db8581df Merge branch 'master' (early part) into medusa 2019-06-28 15:53:53 -07:00
Vicki Pfau 7a67ed4ff9 Merge branch 'master' (early part) into medusa 2019-06-28 15:52:41 -07:00
Vicki Pfau 585f571e10 Merge branch 'master' (early part) into medusa 2019-06-28 15:50:48 -07:00
Vicki Pfau 39ad11d471 Merge branch 'master' (early part) into medusa 2019-06-28 15:50:12 -07:00
Vicki Pfau a6ce525da1 Merge branch 'master' (early part) into medusa 2019-06-28 15:48:27 -07:00
Vicki Pfau 1a0e44c014 Merge branch 'master' (early part) into medusa 2019-06-28 15:45:45 -07:00
Vicki Pfau 3b379d7e8d Merge branch 'master' (early part) into medusa 2019-06-28 15:41:23 -07:00
Vicki Pfau 946ae038cc CMake: Bump version 2018-10-07 14:28:00 -07:00
Vicki Pfau f6a4a13b60 GBA: All IRQs have 7 cycle delay (fixes #539, #1208) 2018-10-07 12:52:00 -07:00
Vicki Pfau 01d9c106cb Qt: Detect presence of GL_ARB_framebuffer_object 2018-10-06 21:06:52 -07:00
Vicki Pfau ab4b730991 Debugger: More minor text fixes 2018-10-06 18:24:29 -07:00
Vicki Pfau 086a34103d Qt: Debugger console history 2018-10-06 18:23:11 -07:00
Vicki Pfau cf28e05f1a Debugger: Minor text fixes 2018-10-06 18:03:23 -07:00
Vicki Pfau 7046422417 Qt: Add width adjustment to tile viewer 2018-10-05 13:15:08 -07:00
Vicki Pfau a8d991e24f Libretro: Reduce rumble callbacks 2018-10-05 08:42:20 -07:00
Vicki Pfau 1bf29ae362 CMake: unix2dos, not dos2unix 2018-10-04 12:26:03 -07:00
Vicki Pfau eda2669780 CMake: Installer buildscript fixes 2018-10-04 12:09:54 -07:00
Vicki Pfau d5548f6da8 GB Video: More SGB fixes 2018-10-04 10:39:43 -07:00
Vicki Pfau d7f2f5ba06 GB Video: SGB border drawing improvements 2018-10-04 09:46:05 -07:00
Vicki Pfau 23e60e081e GB: Improved SGB2 support 2018-10-04 09:26:03 -07:00
Vicki Pfau a44621e0d4 CMake: Ubuntu Cosmic fixes 2018-10-03 23:11:32 -07:00
Vicki Pfau 360890d5dc Qt: Fix portable.ini creation 2018-10-03 20:53:26 -07:00
Vicki Pfau c94c5eeedf Merge branch 'inno-setup' 2018-10-03 16:42:06 -07:00
Vicki Pfau c7e615a047 Windows: Add Inno Setup script 2018-10-03 16:39:39 -07:00
Lothar Serra Mari 3e957c7b91 Win32: Let Inno setup parse the source directory recursively 2018-10-03 16:39:39 -07:00
Lothar Serra Mari cf1a2b817e Win32: Add French as language option in the inno installer 2018-10-03 16:39:39 -07:00
Lothar Serra Mari 2a60cc9951 Win32: Increase version number for the inno installer to 0.6.3 2018-10-03 16:39:39 -07:00
rootfather a81259f94b Win32: Fix entries for the README/documentation files 2018-10-03 16:39:39 -07:00
rootfather ae553bab34 Win32: Add German README file to the installer script 2018-10-03 16:39:39 -07:00
rootfather 8880ed7277 Win32: Add version detection to the Inno script
Now you don't have to switch between IsRelease = yes and no.

Instead, you set the CurrentReleaseVersion variable to the
number of the latest stable release and Inno will decide
if the setup you are about to build is a stable or a development
package, so you have to alter the script only once for each release
cycle.

This is the highest level of automation I can currently imagine.
2018-10-03 16:39:39 -07:00
rootfather c1a7e1aca1 Win32: Add notification message when installing a development build 2018-10-03 16:39:39 -07:00
rootfather 06b999afd5 Win32: Remove workaround for bug #906 (now fixed) 2018-10-03 16:39:39 -07:00
rootfather a4f669969e Win32: Improve version handling in Inno Setup 2018-10-03 16:39:39 -07:00
rootfather df9c5f5f91 Win32: Add Inno Setup script 2018-10-03 16:39:39 -07:00
Lothar Serra Mari b8d29a0ce8 Qt: Update German GUI translation 2018-10-03 22:55:48 +02:00
Kevin López Brante e1b9ace37c Qt: Updated Spanish translation 2018-10-02 17:08:23 -07:00
Vicki Pfau f52859126b Qt: End painter thread when destroying GL display 2018-10-02 13:07:26 -07:00
Vicki Pfau 50e699037f Qt: Clear display before closing window 2018-10-02 13:04:15 -07:00
Vicki Pfau 5e7333e20f Qt: Don't double-load display driver 2018-10-02 13:03:41 -07:00