Commit Graph

1014 Commits

Author SHA1 Message Date
github-actions[bot]
03ad648b4c Fetch translations & Recreate libretro_core_options_intl.h 2023-12-15 10:52:56 +00:00
github-actions[bot]
035dbe127a Fetch translations & Recreate libretro_core_options_intl.h 2023-12-08 10:52:49 +00:00
Bobby Smith
9b232311f4
Fix palettes (#257) 2023-12-04 13:44:52 -08:00
github-actions[bot]
e3e12814bf Fetch translations & Recreate libretro_core_options_intl.h 2023-12-01 10:53:00 +00:00
github-actions[bot]
327137ec04 Fetch translations & Recreate libretro_core_options_intl.h 2023-11-17 10:52:56 +00:00
github-actions[bot]
ee52f204d0 Fetch translations & Recreate libretro_core_options_intl.h 2023-11-10 10:54:00 +00:00
Gabriel Morazán
76b9bf928d
Build Fix (#255) 2023-11-05 11:34:21 -08:00
Patrick Adams
6aee06e9b2
Halloween Treat: 100 New Palettes! (#253)
* Super Saiyan Palette Update! + Context

Super Saiyan God, Super Saiyan Blue, Legendary Super Saiyan, Super Saiyan Rose, Super Saiyan, and Super Saiyan Blue Evolved have all received updates! I'll explain why so you can get the context on this update. On the Japanese website for Super Dragon Ball Heroes, I wanted to find the exact correct color shades of all the Super Saiyan transformations represented. Plus, Mastered Ultra Instinct is now called Perfected Ultra Instinct. Thank the Dragon Ball Wiki for that.

* TWB64 085 Name Update!

Goodbye, Mastered Ultra Instinct, hello, Perfected Ultra Instinct!

* Update gbcpalettes.h

* TWB64 140 - Dragon Ball Orange Updated!

No need for Shenron granting this update! Dragon Ball Orange has been updated!

* Super Saiyan Blue Evolved Updated Again!?

I had to look for the correct Super Saiyan

* All treats, no tricks; 100 new palettes! + Updated palettes!

Yes, I'm alive! I've still been working on Game Boy palettes all this time, even after I retired from Twitter thanks to the Muskrat. 100 new Game Boy palettes have been added to the Gambatte emulator. Plus, some have been updated/overhauled!

* 100 new palette names! + Changed palettes names in packs 1 and 2!

* TWB64 - Pack 3 Added! + Changed Names

Hey everyone! Sorry that it's been a while since I contributed to github, but I'm here with one big Halloween treat for the Gambatte emulator: a new pack with 100 new palettes! Plus, sme palette names in packs 1 and 2 have been changed.
2023-11-03 07:07:17 -07:00
github-actions[bot]
733aa407cf Fetch translations & Recreate libretro_core_options_intl.h 2023-11-03 10:53:01 +00:00
github-actions[bot]
40d0d7ac4e Fetch translations & Recreate libretro_core_options_intl.h 2023-09-29 10:52:51 +00:00
github-actions[bot]
64561b7e1b Fetch translations & Recreate libretro_core_options_intl.h 2023-09-15 10:52:57 +00:00
github-actions[bot]
1bc650e42a Fetch translations & Recreate libretro_core_options_intl.h 2023-09-08 10:52:56 +00:00
github-actions[bot]
e00db0d2c6 Fetch translations & Recreate libretro_core_options_intl.h 2023-08-25 10:52:58 +00:00
github-actions[bot]
0641ea6b2a Fetch translations & Recreate libretro_core_options_intl.h 2023-08-18 10:52:49 +00:00
github-actions[bot]
8898bdf97b Fetch translations & Recreate libretro_core_options_intl.h 2023-07-14 10:52:57 +00:00
github-actions[bot]
e6bcb9f43c Fetch translations & Recreate libretro_core_options_intl.h 2023-06-23 10:52:54 +00:00
Eric Warmenhoven
90701d6e5d
Fix tvos build (#249) 2023-05-28 05:59:22 +02:00
github-actions[bot]
44903d53b7 Fetch translations & Recreate libretro_core_options_intl.h 2023-05-26 10:53:16 +00:00
github-actions[bot]
e9b8013189 Fetch translations & Recreate libretro_core_options_intl.h 2023-05-19 10:53:14 +00:00
github-actions[bot]
9574b6ef59 Fetch translations & Recreate libretro_core_options_intl.h 2023-04-28 10:53:15 +00:00
github-actions[bot]
b13159169d Fetch translations & Recreate libretro_core_options_intl.h 2023-04-07 10:53:12 +00:00
github-actions[bot]
463e29c1a0 Fetch translations & Recreate libretro_core_options_intl.h 2023-03-31 10:53:19 +00:00
github-actions[bot]
c21b9fb851 Fetch translations & Recreate libretro_core_options_intl.h 2023-03-24 10:53:27 +00:00
github-actions[bot]
9c8ce9555f Fetch translations & Recreate libretro_core_options_intl.h 2023-03-17 10:53:31 +00:00
github-actions[bot]
ea563fac40 Fetch translations & Recreate libretro_core_options_intl.h 2023-03-10 10:53:17 +00:00
github-actions[bot]
7bd0260b90 Fetch translations & Recreate libretro_core_options_intl.h 2023-03-03 10:53:21 +00:00
github-actions[bot]
15daa102de Fetch translations & Recreate libretro_core_options_intl.h 2023-02-24 10:53:37 +00:00
LibretroAdmin
5ae3727f51
Update .gitlab-ci.yml 2023-02-20 19:07:10 +01:00
LibretroAdmin
4874c192c5
Update .gitlab-ci.yml 2023-02-20 19:03:40 +01:00
github-actions[bot]
0389826fe4 Fetch translations & Recreate libretro_core_options_intl.h 2023-02-17 10:53:15 +00:00
mudlord
4c64b5285b
Use proper VFS version. (#248)
VFS callbacks fail since it requires V2, which includes vfs_truncate. Otherwise it falls back to libretro-common code. Current VFS wrapping code in libretro-common needs V2 since vfs_truncate's callback is set.

https://github.com/libretro/libretro-common/blob/master/streams/file_stream.c#L65

Now VFS callbacks work properly in frontends that support them. Otherwise a hack of setting "cb->required_interface_version = 2" in frontend works. Only cores, according to specs, are meant to set the required version.
2023-02-03 20:49:10 +01:00
github-actions[bot]
d0baf84d9f Fetch translations & Recreate libretro_core_options_intl.h 2023-02-03 10:53:23 +00:00
github-actions[bot]
ca0f7e14c5 Fetch translations & Recreate libretro_core_options_intl.h 2023-01-13 10:53:31 +00:00
libretroadmin
d4bb33eea4 Fix build 2023-01-07 05:56:38 +01:00
Michael Burgardt
8c0ea08479
Fix build problems due to removal of the Hebrew localisation (#247)
The Hebrew language was erroneously removed on Crowdin - right before the sync script ran.
This lead to build errors, as some requires variables suddenly became undefined.
This PR replaces these variables with dummies to enable building the core again.
2023-01-06 23:59:45 +01:00
github-actions[bot]
364ef53422 Fetch translations & Recreate libretro_core_options_intl.h 2023-01-06 10:53:16 +00:00
Michael Burgardt
6ee43f79da
Fix Crowdin config & workflow (#245)
Also add new languages and update translation scripts
2023-01-02 22:50:23 +01:00
Patrick Adams
7e02df6004
TWB64 090 and TWB64 140 Updated! (#235)
Once again, I had to do some deep digging into color research, but just in the Super Dragon Ball Heroes webpages, but regarding Super Saiyan Blue Evolved, the sprite assets from Dragon Ball Z: Dokkan Battle.
2022-08-22 03:51:38 +02:00
Patrick Adams
26e89f11e4
TWB64 104 - SideM Green Tweaked! (#233)
The SideM Green Game Boy palette now represents that to the official SideM color as seen on THE IDOLM@STER's official website. It turns out the SideM Green palette was in the incorrect shade all this time until now. So, my apologies.
2022-07-31 23:16:36 +02:00
GABO1423
eef6dede9e
Build Fix (#232)
* Build Fix

* Fix name
2022-07-31 00:46:44 +02:00
Patrick Adams
4a4f5c9424
Super Saiyan Palette Updates! (#231)
* Super Saiyan Palette Update! + Context

Super Saiyan God, Super Saiyan Blue, Legendary Super Saiyan, Super Saiyan Rose, Super Saiyan, and Super Saiyan Blue Evolved have all received updates! I'll explain why so you can get the context on this update. On the Japanese website for Super Dragon Ball Heroes, I wanted to find the exact correct color shades of all the Super Saiyan transformations represented. Plus, Mastered Ultra Instinct is now called Perfected Ultra Instinct. Thank the Dragon Ball Wiki for that.

* TWB64 085 Name Update!

Goodbye, Mastered Ultra Instinct, hello, Perfected Ultra Instinct!

* Update gbcpalettes.h
2022-07-30 19:22:53 +02:00
LibretroAdmin
717a333e2a Backport ' Added support for Sonic 3D Blast 5' - from bardeci 2022-07-30 19:21:01 +02:00
libretroadmin
13b58dfd84 Fix build errors 2022-07-25 13:11:28 +02:00
libretroadmin
dc3d11af96 Set OSX target back to 'default' - some libc++ conflicts - rely
instead for 10.7 backwards compatibility on us not using anything
unusual in libc++ that could cause issues at runtime, like strlcpy_chk_
or sincos
2022-07-25 13:07:30 +02:00
LibretroAdmin
b4dfe7cc26
Update .gitlab-ci.yml 2022-07-25 09:55:22 +02:00
libretroadmin
c7929548d7 Buildfix 2022-07-14 18:33:44 +02:00
LibretroAdmin
d824e1a41e
Merge pull request #229 from TheWolfBunny64/master
Palettes Updated!
2022-07-14 14:20:24 +01:00
Patrick Adams
f405884589
TWB64 142 Name Update!
To avoid name confusion with the actual Pepsi Blue soda, the Pepsi Blue Game Boy palette is now called Pepsi-Cola Blue.
2022-07-12 19:48:45 -07:00
Patrick Adams
94b29b4117
Updated 5 palettes + 1 palette name.
The Game Boy palettes that have been received an update are: Super Saiyan God, Super Saiyan Blue, Super Saiyan, Super Saiyan 3, and AKB48 Pink. Plus, Pepsi Blue from here on out is called Pepsi-Cola Blue, to avoid name confusion with the actual Pepsi Blue soft drink.
2022-07-12 19:45:46 -07:00
jdgleaver
15536214cd
Add 45 internal palettes by PixelShift (#225) 2022-03-25 17:53:09 +01:00