Commit graph

708 commits

Author SHA1 Message Date
ZakatTeamI2P
1f06d5ecf1 Kill me 2026-03-30 20:46:24 +04:00
ZakatTeamI2P
d41739ce26 Merge branch 'master' of https://github.com/ZakatTeamI2P/mkxp-sunshine 2026-03-30 20:28:23 +04:00
ZakatTeamI2P
9b3058cad2 SDL3 changesssssssssssssssssssss UwU naxui 2026-03-30 20:28:12 +04:00
meowtech
d7102977bf stuff for SDL3 2026-03-30 16:21:18 +00:00
meowtech
f908f4917b stuff for SDL3 2026-03-30 16:20:24 +00:00
ZakatTeamI2P
e04cbc061b edgophrsfhoip[wrj[iyn53 2026-03-30 20:11:38 +04:00
ZakatTeamI2P
9b9eb08445 dgfsdh 2026-03-30 19:41:40 +04:00
ZakatTeamI2P
eb19b3fdc4 font.cpp and other p[gkfsdhg';[sdfg 2026-03-30 19:20:48 +04:00
ZakatTeamI2P
ce6fe42cd9 filesystem.cpp changes for SDL3 2026-03-30 19:15:27 +04:00
ZakatTeamI2P
6023dce340 eventthread.h changes for SDL3 2026-03-30 19:03:17 +04:00
ZakatTeamI2P
060eea022c eventthread.cpp changes for SDL3 syka bliat 2026-03-30 19:00:58 +04:00
ZakatTeamI2P
72166a0c6c bitmap.cpp changes for SDL3 2026-03-30 17:26:18 +04:00
ZakatTeamI2P
81c9945284 audiostream.* changes for SDL3 2026-03-30 17:14:49 +04:00
ZakatTeamI2P
e5b0ebfc19 audio.cpp changes for SDL3 2026-03-30 17:11:55 +04:00
ZakatTeamI2P
b63c3f2079 alstream.h changes for SDL3 2026-03-30 17:09:46 +04:00
ZakatTeamI2P
e807343c26 alstream.cpp changes for SDL3 2026-03-30 17:07:56 +04:00
ZakatTeamI2P
15499eea19 al-util.h changes for SDL3 2026-03-30 17:05:10 +04:00
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