Commit Graph

1881 Commits

Author SHA1 Message Date
TwistedUmbrella e6afd22f98
Merge pull request #1191 from baka0815/gdi_skipws
GDI: Reset skipws-flag
2018-06-25 10:33:34 -04:00
git@baka0815.de 915734fc32 Test GDIs: Include a testcase for #1006
In this testcase the first track contains spaces and special characters "(", ")" and ",".
This was a problem previously because the "skipws"-flag was never reset after reading a quoted filename.
2018-06-25 09:18:40 +02:00
git@baka0815.de 852d644a5f GDI: Explicitly set skipws-flag
It's not neccesarry to set it every iteration, so just set it before and reset it afterwards.
2018-06-25 09:14:51 +02:00
Christoph "baka0815" Schwerdtfeger 41ee5707a8 GDI: Reset skipws-flag 2018-06-24 14:30:46 +02:00
Stefanos Kornilios Mitsis Poiitidis 3910045384
Merge pull request #1189 from barbudreadmon/patch-3
Allow loading of lst files (Naomi support #1188)
2018-06-22 12:34:51 +02:00
barbudreadmon 2e8a87cbdf
Allow loading of lst files (Naomi support #1188) 2018-06-21 19:24:05 +02:00
Stefanos Kornilios Mitsis Poiitidis 1f088f211d
Merge pull request #1183 from reicast/skmp/revert-to-irc
README: Revert to irc from slack
2018-06-21 03:26:40 +02:00
TwistedUmbrella 75189f0a78
Merge pull request #1180 from baka0815/unused_code
Removed unused code in core/linux-dist/main.cpp
2018-06-14 15:52:23 -04:00
Stefanos Kornilios Mitsis Poiitidis 68ee2828bb
Merge pull request #1182 from baka0815/custom_cfg
evdev: Allow for custom <device>.cfg files in the /mappings/ directory.
2018-06-14 20:48:04 +02:00
Stefanos Kornilios Mitsis Poiitidis 69c5f65dd3
README: Revert to irc from slack
We should set up a slack <-> irc bridge, too.
2018-06-14 20:29:45 +02:00
Stefanos Kornilios Mitsis Poiitidis f34d4e9917
Typofix in README.md 2018-06-14 20:27:27 +02:00
Christoph "baka0815" Schwerdtfeger 3d43505504 Allow for custom <device>.cfg files in the /mappings/ directory.
Check if a configuration file named exactly like the device exists in the /mappings/ directory.
If it does, use this instead of the generic one.

Expose file_exists() from stdclass.
2018-06-13 19:33:51 +02:00
Christoph "baka0815" Schwerdtfeger e6854ef87d Removed unused code in core/linux-dist/main.cpp
This is a leftover from #964
2018-06-13 19:17:20 +02:00
Stefanos Kornilios Mitsis Poiitidis 8912449106
Merge pull request #1179 from reicast/skmp/update-donation-readme
Update donation section in readme
2018-06-13 18:53:12 +02:00
Stefanos Kornilios Mitsis Poiitidis b2a3f21520
Typofixes 2018-06-13 14:16:53 +02:00
Stefanos Kornilios Mitsis Poiitidis 6171ae5dae
Update donation section in readme 2018-06-13 14:16:13 +02:00
TwistedUmbrella ca11fd60f6
Merge pull request #1176 from reicast/issues_extended
Issues: Add a device section / Clarify "buildbot"
2018-06-11 23:42:53 -04:00
TwistedUmbrella 77e17abe0a
Issues: Initially request just the platform
Device can be requested if (it appears that) is is a device-related issue
Issues related to the OS tend to be universal to the OS, or at least the OS version
2018-06-11 22:52:40 -04:00
TwistedUmbrella 5f57a82d46
Issues: Add a device section / Clarify "buildbot" 2018-06-11 22:47:17 -04:00
TwistedUmbrella 8c69dc8f88
Merge pull request #1174 from reicast/issue_template
Add a not-so simple template for issues
2018-06-11 12:38:53 -04:00
TwistedUmbrella 4e8316a05d
Minor fix to issue template "preamble" 2018-06-11 12:26:52 -04:00
TwistedUmbrella b8fdfdc167 A not so simple template for issues
Rather than go through an arduous process of trying to provide just enough info that the template gets the desired results and everyone is happy with the formatting, here is a complex template that is simple to fill out and provides detailed info.
2018-06-11 09:51:55 -04:00
TwistedUmbrella d5ab0a597b Add a very simple template for issues 2018-06-11 07:46:00 -04:00
Stefanos Kornilios Mitsis Poiitidis f46f2740a7
Merge pull request #1151 from flyinghead/fh/clipping
Implement clipping
2018-06-09 20:02:10 +02:00
Flyinghead 08b8d30589 Implement clipping. Enabled by default. 2018-06-09 18:11:47 +02:00
Stefanos Kornilios Mitsis Poiitidis d0cd5a5f64
Merge pull request #1152 from flyinghead/fh/modvols
Enable modifier volumes. Fix for exclusion volumes.
2018-06-09 17:52:51 +02:00
Flyinghead 7640a35720 Draw modifier volumes only if enabled in settings (defaults to true) 2018-06-09 17:22:01 +02:00
Stefanos Kornilios Mitsis Poiitidis 3081afbe4a
Merge pull request #1165 from flyinghead/fh/yuvtexbase <3
Fix video choppiness
2018-06-08 13:02:45 +02:00
Flyinghead 1f95eb243c Fix video choppiness 2018-06-07 19:06:16 +02:00
Flyinghead c427997269 Enable modifier volumes. Fix for exclusion volumes. Prevent overflow of modifier triangles (JGR). 2018-05-19 10:13:00 +02:00
Stefanos Kornilios Mitsis Poiitidis a50861b249
Merge pull request #1135 from reicast/skmp/snapcraft-add-desktop
Snapcraft: Add .desktop path
2018-04-22 00:17:01 +02:00
Stefanos Kornilios Mitsis Poiitidis 35ef2337fa Snapcraft: Add .desktop path 2018-04-21 23:58:36 +02:00
rrrh bcdf38da0a
Merge pull request #1130 from reicast/rrrh/osx-high-sierra
Rrrh/osx high sierra
2018-04-21 19:26:27 +02:00
TwistedUmbrella 2c9a162540 Fix whitespace from bad example
https://github.com/reicast/reicast-emulator/pull/1130#issuecomment-383255871 attempted to set box width with whitespace. It is ignored by markdown parsing, which allows the table to be formatted for readability in unparsed form.
2018-04-21 19:01:24 +02:00
Hugo Hackenstein b785abd4a6 Fix layout typo 2018-04-21 19:01:24 +02:00
Hugo Hackenstein d8a3d7308e Merge Ios and MacOS build description to one chapter 2018-04-21 19:01:24 +02:00
Hugo Hackenstein d653d4e009 Remove unneeded stdlib include 2018-04-21 19:01:24 +02:00
Hugo Hackenstein a93c0b91f4 Added info about Macos build steps 2018-04-21 19:01:08 +02:00
Hugo Hackenstein 4fcb95a0d1 Mac compile on OSX - Remove deprecated malloc.h include and switch to stdlib.h instead 2018-04-21 19:00:36 +02:00
Stefanos Kornilios Mitsis Poiitidis 80d054940c snapcraft: Add joyconfig 2018-04-20 00:32:55 +02:00
Stefanos Kornilios Mitsis Poiitidis ea652b679e
snapcraft: use git for versioning 2018-04-20 00:14:13 +02:00
Stefanos Kornilios Mitsis Poiitidis c000f2e9a9
Merge pull request #1124 from reicast/skmp/snapcraft
Basic snapcraft configuration
2018-04-19 23:59:40 +02:00
Stefanos Kornilios Mitsis Poiitidis c97a000ee0 Update snapcraft file 2018-04-19 23:47:46 +02:00
Stefanos Kornilios Mitsis Poiitidis dc4d807846 Basic snapcraft.yaml 2018-04-19 23:05:52 +02:00
Stefanos Kornilios Mitsis Poiitidis 34b495baa7
Merge pull request #1098 from reicast/pr/1092
fix gdi track parsing in unix #1092
2018-04-19 20:51:13 +02:00
Stefanos Kornilios Mitsis Poiitidis 90e901f4a3 gdi: Normalize paths, add test gdi files 2018-04-18 22:28:05 +02:00
Stefanos Kornilios Mitsis Poiitidis 407fe4427f
Readme: Typofix
Me engrish speak much
2018-04-17 16:15:21 +02:00
Stefanos Kornilios Mitsis Poiitidis 697fcccd95
Merge pull request #1116 from sjvs/add-lgtm.yml-for-lgtm.com-C-analysis
Add .lgtm.yml file to set up lgtm.com C analysis for reicast-emulator
2018-04-17 16:01:24 +02:00
Stefanos Kornilios Mitsis Poiitidis ba11e6359d
Merge pull request #1114 from reicast/skmp/readme-contrib-section
Add contrib section to readme
2018-04-17 15:32:49 +02:00
Stefanos Kornilios Mitsis Poiitidis 71b8501e28
Merge pull request #1115 from reicast/skmp/fix-travis-100th-time
travis: Fix PR building
2018-04-17 15:27:59 +02:00