Eliza
c09d7ae3e5
Merge pull request #30 from elizagamedev/gir/openLocChanges
...
open localization work
2021-11-18 06:39:00 +00:00
GIR GIR
c689eba8f2
-make the registry editing code windows only, because it's using windows api
2021-11-13 23:10:35 -08:00
GIR GIR
6e197943c0
-settings menu now loads font name and font size from 2 .ini files, so that these can be set for new languages that need to be added
2021-11-12 02:09:10 -08:00
GIR GIR
42f3db8fb7
-oneshot now writes to Software\\OneShot\\GameDirectory in registry the game's path
...
-journal now reads gamepath from registry to load images, instead of packing images into journal executable directly
-also converted journal to a visual studio solution (for windows)
2021-11-08 00:52:01 -08:00
GIR GIR
6b7e357e92
-made it so settings menu strings are loaded from .po files instead of .locs
...
-fixed issue where BlitScaled was just drawing white rectangles instead of stretching the txtSurf, so I just let this use BlitSurface instead with text getting cut off if it's too long.
2021-11-06 02:29:46 -07:00
Julia K
0d9eb20ce2
Support SDL <2.0.8
2020-06-13 00:49:29 +02:00
Pera Pisar
9b926e0cdb
Grab a localized documents directory variant on Linux
2019-04-25 02:50:24 +02:00
Pera Pisar
acef1b4c0e
Fix library blacklist and GTK dialogs
2019-04-22 23:03:35 +02:00
Pera Pisar
9a1d321215
Introduce library blacklist; enable GTK dialogs on all Linux distributions
2019-04-22 01:58:57 +02:00
Pera Pisar
28face2167
Linux changes ( #62 )
...
* Added RPATH to executable; lowercased name; fixed MRIVERSION option; made it look like an actual executable
* Silencing some compiler warnings
* Getting rid of journal binding header, fixing bugs with the Niko binding and synchronizing the two
* Journal update to fix several bugs
* Fix libpng warning by running mogrify on shrimp.png
* Improved automation of the Linux build
* Improved some aspects of wallpaper handling
* Bump default Ruby version to 2.5
2019-04-21 03:50:20 -07:00
Vinyl Darkscratch
d02a2162f4
Revert "Config: Add case-insensitive ini file parser"
...
This reverts commit 43cb318862 .
2019-04-21 03:45:34 -07:00
Vinyl Darkscratch
62b5cda85a
Merge remote-tracking branch 'Ancurio-MKXP/master'
2019-04-21 03:45:13 -07:00
Jonas Kulla
9dcfb66e86
fluid-fun: Define destructor signature based on fluidsynth version
...
As per @carstene1ns 's suggestion.
2019-03-22 21:16:57 +01:00
Jonas Kulla
d4b9adc1d1
fluid-fun: Adjust function signature to fluidsynth 2.0
...
This breaks compilation with FLUID_SHARED against <2.0 versions,
which should be reasonable given that the default mode can still
dynamically load both variants.
Fixes #219 .
2019-03-21 08:07:02 +01:00
Luis Caceres
43cb318862
Config: Add case-insensitive ini file parser
2019-03-19 19:26:50 +01:00
Vinyl Darkscratch
0a4ab04161
Merge remote-tracking branch 'origin/linux'
2018-12-28 02:08:07 -08:00
KockaAdmiralac
6ebb92c6b9
Fix crash when XDG_CURRENT_DESKTOP isn't defined
2018-12-19 22:19:18 +01:00
Vinyl Darkscratch
784f129391
Add logging for desktop background changes
2018-12-11 09:54:18 -08:00
Eliza Velasquez
c096f6f020
Fix October bug
2018-10-13 18:49:57 +00:00
Eliza Velasquez
bab22d87be
Fix font enumeration
...
Currently, the font enumeration callback erroneously stops searching if
it finds any files that aren't fonts. In the case that you have, say, a
desktop.ini or a .DS_Store or a license file, it may prevent all of the
fonts from being loaded. This commit resolves this.
2018-10-13 20:28:36 +02:00
Eliza Velasquez
4a0cb0b453
Fix physfs & ruby bugs and build for steam
2018-10-11 00:24:41 +00:00
Vinyl Darkscratch
65b9854d83
Style fix
2018-10-07 11:13:20 -07:00
Vinyl Darkscratch
eb995df65a
Add case-insensitive search for fonts folder
2018-10-07 11:12:39 -07:00
Eliza Velasquez
b0affd0b76
Miscellaneous fixes
2018-10-07 17:45:45 +00:00
Vinyl Darkscratch
02c9c6f6e4
Disable redundant JPG support
2018-10-06 19:31:58 -07:00
Vinyl Darkscratch
88c3867ff5
Finish Mojave fixes
2018-10-04 17:51:00 -07:00
Vinyl Darkscratch
49e37cec7e
Merge branch 'master' into macos-mojave-fixes
2018-10-04 11:22:42 -07:00
Vinyl Darkscratch
f1f95b1630
Update crash message
2018-10-03 05:51:48 -07:00
Vinyl Darkscratch
f9f13bf022
Dispatch popup dialogues to main thread
2018-10-03 05:51:37 -07:00
Vinyl Darkscratch
65dc6bf7d0
Revert PhysFS changes
2018-10-02 19:25:10 -07:00
Vinyl Darkscratch
6066975d92
Rename function
2018-10-02 13:41:06 -07:00
Vinyl Darkscratch
220de0c33c
Merge remote-tracking branch 'origin/linux'
2018-10-02 11:25:30 -07:00
Vinyl Darkscratch
b19153a6d3
Merge remote-tracking branch 'elizagamedev/master'
2018-10-02 11:24:39 -07:00
Eliza Velasquez
a6062dea24
Initial Conan work
2018-09-27 07:10:32 +00:00
Jonas Kulla
294e86c12f
RGSSAD: Fix parsing of top level directory entries
...
We were spamming every path into the hash (including the top
level ones) without noticing... oh well.
2018-09-27 06:34:48 +00:00
Carsten Teibes
9e5877b350
Adapt RGSS archivers and filesystem to physfs 3.0 API
2018-09-27 06:34:39 +00:00
KockaAdmiralac
56af69d59f
Potential Deepin support
2018-08-15 22:01:01 +02:00
KockaAdmiralac
c8b0b92513
Remove needless code; fix KWin compositor disabling; enable GTK dialogs on XFCE
2018-08-04 16:13:20 +02:00
KockaAdmiralac
a59e26595d
Testing reset functionality on KDE, expose DE to Ruby, add fallback wallpaper for unsupported DEs
2018-08-02 21:53:33 +02:00
KockaAdmiralac
e75ef54a75
Add fallthrough notes to intentional fallthroughs against compiler warnings and for better code readability
2018-07-15 22:04:09 +02: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
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
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