1066 Commits

Author SHA1 Message Date
LibretroAdmin
96989ac41a
Merge pull request #39 from ds22x/master
Fix compiling on 64bit Windows
2022-11-16 10:37:55 +01:00
ds22x
c633ff5e69 Fix compiling on 64bit Windows 2022-11-16 01:51:28 +01:00
LibretroAdmin
39ba32e43d
Merge pull request #38 from zoltanvb/master
Makefile fix to enable build for "unix-armv7-hardfloat-neon"
2022-07-29 22:55:54 +02:00
zoltanvb
5b4a74a91f Makefile fix to enable build for "unix-armv7-hardfloat-neon" 2022-07-29 20:47:21 +02:00
Autechre
fe88d74673
Update .gitlab-ci.yml 2021-01-21 04:28:24 +01:00
Autechre
cda58962dd
Update .gitlab-ci.yml 2021-01-21 04:20:38 +01:00
twinaphex
a4eb8ca12a Add .gitlab-ci.yml 2021-01-21 04:15:08 +01:00
Autechre
0b887fd809
Merge pull request #30 from libretro/revert-29-master
Revert "improve context logic"
2020-05-25 21:42:17 +02:00
Autechre
968d1f55c5
Revert "improve context logic" 2020-05-25 21:42:08 +02:00
Autechre
6451cdd897
Merge pull request #29 from barbudreadmon/master
improve context logic
2020-05-25 16:19:16 +02:00
barbudreadmon
500a313652 improve context logic 2020-05-25 14:28:14 +02:00
Twinaphex
c7fd002610
Merge pull request #27 from phcoder/android
Fix Android compilation
2020-02-25 03:48:35 +01:00
Vladimir Serbinenko
717c55a1c5 Fix Android compilation
Despite what the comments say Openlara uses
functions available only in glesv3. Hence we need to
force GLES3 and not GLES2. Then we need to fix compile error.
It was due to requiring too low version of Android before it
had GLESv3
2020-02-25 00:05:04 +01:00
twinaphex
51fa06895b Add 300fps / 360fps options 2020-01-07 18:30:49 +01:00
Twinaphex
469d0837be
Merge pull request #24 from webgeek1234/master
Fix mingw cross compile
2019-11-29 21:32:34 +01:00
Aaron Kling
28d3cd05bb libretro: Fix some FLAGS handling
This is to allow arch cross compiling. Add LDFLAGS to linker
command and don't clear the envs CXXFLAGS.
2019-07-29 02:23:44 -05:00
Aaron Kling
d45aba25bc Fix case in windows gl includes 2019-07-29 02:23:44 -05:00
Aaron Kling
de62993a15 libretro: allow mingw cross compile 2019-07-29 02:23:44 -05:00
twinaphex
2c9e0a8ff4 Update core options to enhanced; get rid of 15fps option;
Tomb Raider originally ran at 30fps
2019-07-28 21:15:24 +02:00
twinaphex
8bc334388d Add bitmask input code 2019-06-23 14:33:32 +02:00
Twinaphex
2086fd8d31
Merge pull request #21 from alfrix/master
Update (Rebased and fixed #19)
2019-02-23 19:06:37 +01:00
alfrix
6d0c49245c Fix GLES build 2019-02-23 12:16:00 -03:00
alfrix
9676bd987b Merge remote-tracking branch 'xproger/master' into HEAD 2019-02-23 11:40:07 -03:00
Twinaphex
1d6fdfb984
Merge pull request #20 from vanfanel/master
Fix building a GLES version and make it compatible with a GLES RetroArch
2019-02-23 13:35:12 +01:00
XProger
122d336503 fix compilation (Web) 2019-02-23 08:49:18 +03:00
XProger
5b5457f606 #15 Android store settings file to content directory (/sdcard/OpenLara) 2019-02-23 08:47:04 +03:00
XProger
12339837c4 Russian translation and glyphs, fix Polish and German; fix AV in the shaders compilation code; 2019-02-23 08:44:48 +03:00
vanfanel2
5b48ad1453 Update build.sh on the SDL2 platform so it builds the GLES version by default (it was building both!) (#168)
* Add SDL2 platform

* add desktopGL support to the SDL2 platform, and add SDL2 context shutdown calls

* fixed: now GL and GLES modes work on SDL2, use SDL2GLES define to use one or the other

* Add comentary to build.sh with instructions to build GLES or OpenGL version of the SDL2 platform port

* Update SDL init code to hide mouse and start in fullscreen mode

* Set build.sh on the SDL2 platform so it builds the GLES version by default

* Basic keyboard and joystick controls implemented in the SDL2 platform using SDL2 instead of udev

* SDL2 platform: input code cleaunp

* SDL2 input fix so Lara can do certain movements involving directions and buttons
2019-02-22 00:08:22 +03:00
XProger
10c4cd6bf4 fix automatic language detector for Web version 2019-02-21 06:11:01 +03:00
XProger
fda034ec04 fix access to uninitialized sound output; fix translation 2019-02-21 05:42:11 +03:00
XProger
faa3fe4fc4 make wider UI 2019-02-21 04:16:37 +03:00
XProger
7fd4a938f5 add Polish and Russian subtitles (both are WIP), fixes for French and German 2019-02-21 03:56:30 +03:00
XProger
448222a4b3 Merge branch 'master' of https://github.com/XProger/OpenLara 2019-02-21 03:51:27 +03:00
XProger
079e2fed71 fix for Internet Explorer! :D 2019-02-21 03:51:15 +03:00
vanfanel2
2118f1fea7 Updated the SDL2 code with bug fixing: now it works with no problems in GLES and OpenGL mode, please update (#167)
* Add SDL2 platform

* add desktopGL support to the SDL2 platform, and add SDL2 context shutdown calls

* fixed: now GL and GLES modes work on SDL2, use SDL2GLES define to use one or the other

* Add comentary to build.sh with instructions to build GLES or OpenGL version of the SDL2 platform port

* Update SDL init code to hide mouse and start in fullscreen mode
2019-02-21 01:44:43 +03:00
XProger
8bd269fba2 #15 add banner for Android TV / Nvidia Shield 2019-02-21 01:26:37 +03:00
vanfanel2
a8ec6cc511 Add SDL2 platform (#166)
* Add SDL2 platform

* add desktopGL support to the SDL2 platform, and add SDL2 context shutdown calls
2019-02-21 00:28:25 +03:00
vanfanel
4f07a6db15 Fix building a GLES version and make it compatible with a GLES RetroArch 2019-02-20 14:48:48 +01:00
XProger
1833cb1cc9 fix subs indices 2019-02-19 05:16:10 +03:00
XProger
b1897e630b fix touch controls alpha; get default language on Android 2019-02-19 04:57:40 +03:00
XProger
5f5b495613 fix giant mutant; limit light radius 2019-02-19 04:34:25 +03:00
XProger
c8cfff82a4 fix pre-multiply alpha for atlas borders (sprites only) 2019-02-19 00:35:13 +03:00
XProger
48e2bcf9e7 fix pre-multiply alpha; force opaque blend state for some models 2019-02-19 00:06:19 +03:00
XProger
05f2743aaf fix cutscenes loading for Web version 2019-02-18 23:01:27 +03:00
XProger
ccc16ccefd fix French 2019-02-18 21:11:04 +03:00
XProger
e43783a317 fix German by Oktopaps 2019-02-18 15:59:23 +03:00
XProger
cf0c171b8c Spanish fixed by RaymanTheHedgehog, Italian fixes by MontyTRC 2019-02-18 14:04:31 +03:00
XProger
b77dd330e4 add Italian translation 2019-02-18 04:05:32 +03:00
XProger
349c224338 fix spec chars for Spanish 2019-02-18 02:35:44 +03:00
XProger
2dba158031 add Spanish translation (text only) 2019-02-18 02:32:42 +03:00