TwistedUmbrella
cf7e62fd5c
Use hardware acceleration, if available
2016-08-15 03:52:38 -04:00
TwistedUmbrella
a501d9288b
Align toast usage with definition
2016-08-15 03:52:35 -04:00
TwistedUmbrella
41ae2261bb
Add / update high resolution changelog icons
2016-08-04 17:35:41 -04:00
TwistedUmbrella
dd9dba700f
Remove extraneous libraries, git API scope
2016-08-03 16:49:31 -04:00
TwistedUmbrella
b68c8ab3dc
Organize imports, Clean up Github integration
2016-08-03 16:49:21 -04:00
Rohit Nirmal
3c9ed1b3c1
Fix Linux build under CMake.
2016-05-22 11:59:13 -05:00
Stefanos Kornilios Mitsis Poiitidis
0a1689cb40
Fix broken ru xml
2016-03-17 01:30:22 +02:00
Jan Holthuis
52afec6f7d
Merge pull request #832 from reicast/holzhaus/sdl-opengl
...
Move to SDL2 for OpenGL 3.1 and GLES support
2016-03-04 15:13:25 +01:00
Jan Holthuis
0e4949e7bd
Linux/Makefile: Fix spaces in path name
...
This resolves #883 .
2015-12-18 00:14:57 +01:00
Jan Holthuis
c7b1f60cb1
Linux: Fix Makefile Indentation
...
Spaces and Tabs actually have different meanings when used in makefiles
2015-12-16 19:58:05 +01:00
Jan Holthuis
d8dabb713d
Merge pull request #873 from gizmo98/patch-1
...
reicast-joyconfig.py: store btn_escape in the right section
2015-12-14 10:09:46 +01:00
Stefanos Kornilios Mitsis Poiitidis
f868fc0655
Merge pull request #841 from reicast/wip/osx-ios-sound
...
apple: Add primitive core audio support
2015-12-14 04:06:01 +01:00
Stefanos Kornilios Mitsis Poiitidis
7a7cae9f14
Merge pull request #875 from reicast/skmp/linux-softrend
...
softrend: linux support
2015-12-14 03:50:49 +01:00
Stefanos Kornilios Mitsis Poiitidis
af01baae75
linux/softrend: Optional via makefile, sse4.1 detection
2015-12-14 02:40:23 +01:00
Stefanos Kornilios Mitsis Poiitidis
43649b5b61
linux/softrend: Fix x86 makefile
2015-12-13 14:22:49 +01:00
Stefanos Kornilios Mitsis Poiitidis
5e377399d3
linux/softrend: builds & runs, doesn't push to screen yet
2015-12-13 14:00:25 +01:00
Stefan
3ed2985d51
reicast-joyconfig.py: store btn_escape in the right section
2015-11-29 13:04:23 +01:00
6lackmag3
7b8f3ea6fa
Update strings.xml
...
added missing strings, reworked translation
2015-11-15 00:35:19 +03:00
Jan Holthuis
5aed3dffc4
reicast-joyconfig: Fix crash if button/axis is unnamed
...
This resolves #848 .
2015-11-01 14:32:55 +01:00
Jan Holthuis
098e208a57
SDL: Drop SDL1.2 support and use SDL2 for GLES, too
2015-10-11 18:41:23 +02:00
Jan Holthuis
b38813ca34
SDL: Add OpenGL3/SDL2 support
2015-10-11 18:41:23 +02:00
sergiobenrocha2
cb69ab4b94
Update linux manpages.
2015-10-08 00:48:11 -03:00
Stefanos Kornilios Mitsis Poiitidis
4282395528
apple: Add primitive core audio support
...
Also made the project xcode 7 friendly
2015-09-29 03:10:19 +02:00
Stefanos Kornilios Mitsis Poiitidis
543e355259
Merge pull request #826 from reicast/holzhaus/merge-sdl-into-linux-dist
...
SDL: Merge sdl/ code into linux-dist/ code
2015-09-23 11:42:46 +02:00
Jan Holthuis
d843e0a020
Linux/reicast-joyconfig: Fix error handling for Python < 3.0
2015-09-22 15:09:12 +02:00
Jan Holthuis
e04776caad
Linux/man: Add warning about CDI images
2015-09-22 15:01:29 +02:00
Jan Holthuis
175bb68af3
Linux/man: Use gdi as example image file
2015-09-22 14:55:36 +02:00
Jan Holthuis
76dfeae55c
SDL: Remove redundant sdl/ code
2015-09-12 16:31:32 +02:00
Jan Holthuis
e9beb86069
Merge pull request #798 from reicast/holzhaus/linux-use-xdg-config-home
...
Introduce separate config/data dirs (user & system wide)
2015-09-02 16:14:50 +02:00
Jan Holthuis
4267d51f90
stdclass: Make path getter function names more verbose
2015-09-02 15:49:00 +02:00
Jan Holthuis
b6d0cddcaa
stdclass: Add support for separate config/data dirs and system wide dirs
...
This adds support for separate config and data dirs.
On Linux, these will be compliant XDG Basedir Specification, i.e.
XDG_CONFIG_HOME and XDG_CONFIG_DIRS (or XDG_DATA_HOME and XDG_DATA_DIRS
respectively). On all other platforms, there currently just set to the
homedir path (so no previous behaviour has been changed).
If reicast wants to read and write a data file, it just calls
get_data_path("/samplefile.txt"). If it does not need to write to
that file, it just uses get_data_path("/samplefile.txt", false). That
way, we can also use system-wide dirs (like /usr/share/reicast on
linux), that the user usually doesn't have write access to.
The same applies for config file, where you use get_config_path(args)
respectively.
2015-09-02 15:48:53 +02:00
Stefanos Kornilios Mitsis Poiitidis
3e76175c7a
Merge pull request #818 from reicast/feat/import-nulldc-mmu
...
sh4/mmu: Import the old mmu implementation from nullDC.
2015-09-02 04:46:31 +02:00
Stefanos Kornilios Mitsis Poiitidis
dcd77326cc
sh4/mmu: Import the old mmu implementation from nullDC.
...
Reicast doesn't support exceptions yet, so this isn't of much use now,
and is intended mostly as documentation. nullDC used some call stack
hooking magic to handle exceptions, which was never generic and clean
enough to be worth the effort to port to Reicast.
2015-08-27 17:05:06 +02:00
Stefanos Kornilios Mitsis Poiitidis
1a751e3b5b
xcode: Update projects for libpng
2015-08-27 15:40:12 +02:00
Jan Holthuis
a704b0b46a
linux/Makefile: Fix regession caused by commit dc92124
2015-08-28 04:36:06 +02:00
Jan Holthuis
661b3d3538
Merge pull request #817 from reicast/holzhaus/makefile-improvements
...
Linux/Makefile: Add preliminary NAOMI support
2015-08-28 04:14:25 +02:00
Jan Holthuis
dc921249cf
Linux/Makefile: Use different folder for NAOMI object files
2015-08-28 04:13:42 +02:00
Jan Holthuis
826853a0a4
Linux/Makefile: Fix 'uninstall' target
2015-08-27 14:59:46 +02:00
Jan Holthuis
a4c475a26c
Linux/Makefile: Add preliminary NAOMI support
2015-08-27 14:57:44 +02:00
Jan Holthuis
5ae82b7f4f
Linux/Makefile: Readd .elf file ext and remove it during 'install'
...
target
2015-08-27 14:49:53 +02:00
Jan Holthuis
4fa0119f24
Merge pull request #815 from reicast/holzhaus/improve-man-pages
...
Improve man pages
2015-08-27 14:46:33 +02:00
Jan Holthuis
60d4ee19ea
Linux/Makefile: Add missing commands to 'uninstall' target
2015-08-27 14:44:31 +02:00
Jan Holthuis
402e7eca70
Linux: Add man page for reicast-joyconfig
2015-08-27 14:42:07 +02:00
Stefanos Kornilios Mitsis Poiitidis
223bc3c185
Merge pull request #790 from sergiobenrocha2/master
...
makefiles: Add a generic linux 32-bit ARM rule.
2015-08-27 14:39:12 +02:00
Jan Holthuis
bc4c1ab47c
Linux/man page: Add documentation about evdev mappings
2015-08-27 14:15:40 +02:00
Jan Holthuis
021acb51af
linux: Fix typo in Makefile
2015-08-27 00:45:10 +02:00
Jan Holthuis
67b4af8818
linux/Makefile: install mappings to /usr/share/reicast/mappings
...
Until we have some decent way to load system wide files, users can
easily copy the mappings folder from /usr/share/reicast into ~/.reicast
to get the pre-defined mappings.
2015-08-26 01:31:57 +02:00
Jan Holthuis
382d5db415
linux/Makefile: Add reicast-joyconfig to 'install' target
2015-08-26 01:31:10 +02:00
Jan Holthuis
9b5e997ddc
linux-dist/evdev: Use default python version in joyconfig.py
2015-08-26 01:17:45 +02:00
Jan Holthuis
f46ae2567c
linux/reicast-joyconfig: Fix crash if evdev module < v0.4.4
2015-08-25 21:45:39 +02:00