Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RTP stuff #1139

Merged
merged 4 commits into from
Apr 4, 2017
Merged

RTP stuff #1139

merged 4 commits into from
Apr 4, 2017

Conversation

carstene1ns
Copy link
Member

  • Add support for our RTP
  • Supports multiple RTPs to be set from environment
  • Adds official English 2k RTP names

@carstene1ns carstene1ns added this to the 0.5.1 milestone Apr 3, 2017

// Windows paths are split by semicolon, Unix paths by colon
std::function<bool(char32_t)> f = [](char32_t t) {
return t == ';' || t == ':';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must be if-defed because Splitting at ":" will damage the path on Windows due to the drive letters being C:\

Copy link
Member

@Ghabry Ghabry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Besides that minor doc thing: lgtm


NOTE: All '*_RTP_PATH' variables support directory lists, using colon (':') or
semicolon (';') as separator. Useful when you have multiple translated RTP
versions or directories with extra files.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove "or semicolon(';')" because no manpage support unter Windows

@carstene1ns
Copy link
Member Author

Our manual page is not really limited by the platform, everthing documented there should work under Windows as well. We could even ship a html version with the player.exe (see also #747).

@Ghabry
Copy link
Member

Ghabry commented Apr 4, 2017

Jenkins: Test this please
Makes sense, I revoke my review.

@Ghabry Ghabry merged commit 43568fa into EasyRPG:master Apr 4, 2017
@carstene1ns carstene1ns deleted the rtps branch April 4, 2017 23:52
Ghabry added a commit to libretro/easyrpg-libretro that referenced this pull request May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants