Commit Graph

1421 Commits

Author SHA1 Message Date
KockaAdmiralac f7b3f1ba17
Merge branch 'linux' of https://github.com/GooborgStudios/synglechance into linux 2018-07-10 13:01:57 +02:00
KockaAdmiralac 7b75c40f50
Maybe implement partial KDE support 2018-07-10 13:01:07 +02:00
Vinyl Darkscratch 9844d20be3 Merge branch 'master' into linux 2018-07-06 12:09:32 -07:00
Vinyl Darkscratch ef13eba7de Update libsteam_api.dylib for macOS 2018-07-06 12:02:48 -07:00
Vinyl Darkscratch 07423256ea Compile steamshim 2018-07-06 12:01:21 -07:00
Vinyl Darkscratch d362fcf317 Fix GitHub URL 2018-07-06 12:00:07 -07:00
Vinyl Darkscratch aa421131eb Merge branch 'master' into linux 2018-07-03 11:51:44 -07:00
Vinyl Darkscratch 4553e2f2bf Merge remote-tracking branch 'MKXP/master' 2018-07-03 11:36:50 -07:00
Vinyl Darkscratch 6613d5a616 Bump version number 2018-07-03 11:36:24 -07:00
KockaAdmiralac 0c2b3f36a5
SILENCE ALL WARNINGS! 2018-06-16 11:07:04 +02:00
KockaAdmiralac 0a80ce24ef
Restore GTK dialogs on Cinnamon 2018-06-16 10:34:03 +02:00
KockaAdmiralac 1890afabbb
Remove unused code 2018-06-16 09:53:42 +02:00
KockaAdmiralac 8060adceee
Fix indentation in i18n.cpp, remove unused havePendingTitle, output when writing to pipe fails 2018-06-16 09:21:53 +02:00
Vinyl Darkscratch 3a6e61604b Implement KDE and LXDE detection 2018-06-12 00:59:50 -07:00
Vinyl Darkscratch 36102a12a4 Separate Cinnamon DE from GNOME DE 2018-06-01 23:02:16 -07:00
Vinyl Darkscratch b77b0c856f Use developer's definitions 2018-06-01 22:43:53 -07:00
Vinyl Darkscratch 7f4f9ff5a5 Switch from giomm to gio
Seems that gio has more documentation than giomm.
2018-06-01 22:43:36 -07:00
Vinyl Darkscratch e31229d405 Select Qt5 2018-06-01 20:09:51 -07:00
Vinyl Darkscratch ed9ce08e77 Merge branch 'master' into linux 2018-06-01 19:16:41 -07:00
Vinyl Darkscratch 591f119129 Fix typo in pt_BR/save_unix.png
Fixes #47
2018-05-22 04:05:20 -07:00
Vinyl Darkscratch 9653a59bcc Merge branch 'master' into linux 2018-05-21 16:24:53 -07:00
Vinyl Darkscratch e09072c800 Update dependencies list
Fixes #48
2018-05-21 16:24:37 -07:00
Jonas Kulla ae59fcd112 Graphics: Fix transition when new scene has gray tone effect
Rendering the scene may cause PingPong swaps of front / backbuffer,
so don't take references to those buffers until after rendering.

Fixes #199
2018-05-21 12:22:23 +02:00
Vinyl Darkscratch 8a873cd503 Switch to windowed mode when changing wallpaper
This fixes a bug on macOS where fullscreen applications are treated like separate desktops.  Also makes the wallpaper easier to see.
2018-05-04 01:39:26 -07:00
Vinyl Darkscratch 0e3abe02e2 Bump version number 2018-05-04 01:38:04 -07:00
Vinyl Darkscratch 69829ad17a Disable close button after switching from default image 2018-05-04 01:32:16 -07:00
Vinyl Darkscratch 386189e032 Copy xScripts.rxdata from Steam folder to repo folder
This makes for somewhat easier packaging and release.
2018-05-04 01:31:52 -07:00
Vinyl Darkscratch beb0d3fb3c If journal is open, quit journal when quitting game 2018-05-04 01:20:41 -07:00
Vinyl Darkscratch d9357ef4f3 Increase fullscreen->window delay on dialogue message boxes
Fixes #38
2018-05-03 22:12:26 -07:00
Vinyl Darkscratch 77b419d30a Allow for easy OS detection within Ruby scripts 2018-05-03 22:10:59 -07:00
Vinyl Darkscratch e77c7bce4a Fix install script 2018-05-03 02:07:02 -07:00
Vinyl Darkscratch 4da276e2bb Merge branch 'linux' 2018-05-03 01:57:49 -07:00
Vinyl Darkscratch b02557a96c Merge branch 'master' into linux 2018-05-03 01:52:46 -07:00
Vinyl Darkscratch f441c590b0 Bump version number 2018-05-03 01:50:25 -07:00
Vinyl Darkscratch 35009f9128 Patch doubled fading effect when going in/out of basement
Fixes #36
2018-05-03 01:45:24 -07:00
Vinyl Darkscratch 33d0feb67e Disable window resize
Fixes #13
Fixes #23
2018-05-03 01:18:06 -07:00
Vinyl Darkscratch 73088bf7b0 Remove non-functioning Qt.NoFocus policy 2018-05-02 20:33:59 -07:00
Vinyl Darkscratch 3b0a934de0 Don't use journal-binding.h in niko-binding.cpp 2018-05-02 19:58:28 -07:00
Vinyl Darkscratch 92240ab7e4 Patch more Data assets 2018-05-02 19:56:40 -07:00
Vinyl Darkscratch 0d942f9286 Move definitions from header to CPP 2018-05-02 19:29:45 -07:00
Vinyl Darkscratch 9b30c28fa6 ...#pragma once 2018-05-02 19:25:58 -07:00
Vinyl Darkscratch 5c296007e0 Don't let Niko take the focus from OneShot 2018-05-02 19:21:31 -07:00
Vinyl Darkscratch 53709a92c7 Let journal reimplementation accommodate for new API updates 2018-05-02 19:15:11 -07:00
Vinyl Darkscratch 3b54638cfc Create Niko::get_ready
This progresses completion of #40.
2018-05-02 19:06:11 -07:00
Vinyl Darkscratch b8c3531bff Create jounal-binding.h 2018-05-02 18:56:13 -07:00
Vinyl Darkscratch 86b3f26c2a Remove deprecated CMakeLists.txt 2018-05-02 18:38:31 -07:00
Vinyl Darkscratch c41dd80143 Quit journal when finished using it
Fixes #40
2018-05-02 16:37:13 -07:00
Vinyl Darkscratch b750ae8bae Simplify install script 2018-05-02 14:12:22 -07:00
Vinyl Darkscratch a2410a2931 Add pj_portal.png patches 2018-05-02 14:11:46 -07:00
Vinyl Darkscratch e075ec1796 Organize asset patches 2018-05-02 14:11:31 -07:00