1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-02-24 07:22:58 +01:00

970 Commits

Author SHA1 Message Date
XProger
b1afbea84a fix GLES shaders compilation on some hw 2019-02-27 00:20:35 +03:00
vanfanel2
a37d1d5bd6 Added joystick detection (#174) 2019-02-26 23:46:49 +03:00
XProger
e11b5fd895 force bilinear filtering for glyphs texture 2019-02-26 21:06:41 +03:00
XProger
24d96e0f65 separate atlas for tiles and glyphs; fix printing spec glyphs; 2019-02-26 20:55:49 +03:00
XProger
a6d56b3525 fixes for Japanese 2019-02-26 15:36:36 +03:00
XProger
e83bad298a thanks for Italian :) 2019-02-26 09:21:25 +03:00
XProger
e1b7e49257 remove speed multiplier for Japanese subs 2019-02-26 07:10:53 +03:00
XProger
3eb4359646 add Japanese translation and glyphs 2019-02-26 07:04:51 +03:00
vanfanel2
ba45fe0d4e SDL: rewrote joystick handling and add multiple joystick support. (#170)
* SDL: rewrote joystick handling and add multiple joystick support.

* SDL: Move SDL2 platform audio system to SDL2 functions

* SDL: Add fullscreen toggle via ALT+ENTER. Rearrange SDL2 GL/GLES header includes.
2019-02-26 05:07:36 +03:00
XProger
57882de04b Japanese translation by Eringo (WIP) 2019-02-25 10:24:54 +03:00
XProger
0539ccd948 split languages header 2019-02-25 10:00:36 +03:00
XProger
1d0a05ed5c add French subtitles for cutscenes 2019-02-25 05:19:13 +03:00
XProger
b21487d413 dump of kanji glyphs for TR2 & TR3 (debug only) 2019-02-25 01:38:58 +03:00
XProger
97daf17107 fix dubs suffixes for Web build; add Spanish subtitles for cutscenes; 2019-02-24 14:39:01 +03:00
XProger
44987b89c9 Hall of Fame 2019-02-24 04:21:13 +03:00
XProger
82dacfb022 add subtitles for cutscenes (English, German, Russian); fix translations 2019-02-24 03:53:36 +03:00
XProger
9f3ea54a74 fix html issues 2019-02-24 01:57:57 +03:00
XProger
61795e0463 Linux automatic language selector 2019-02-24 00:29:13 +03:00
XProger
e4021e9096 fix Russian characters, fix vault state bug for GYM level 2019-02-23 18:32:39 +03: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
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
XProger
6e261c1645 fix French subs 2019-02-17 23:05:03 +03:00
XProger
70962bc51d fix French subs by Zellphie 2019-02-17 21:48:23 +03:00
XProger
77078de377 fix spec chars for German & French 2019-02-17 19:47:52 +03:00
XProger
87a54197d4 add multi-language support: english (subs+audio), french (subs+audio), german (subs+audio), russian (audio), japanese (audio) 2019-02-17 06:44:19 +03:00
XProger
288c166c77 fix WebGL build 2019-02-16 06:48:18 +03:00
XProger
2e0aa56726 add subtitles settings, fix skaterboy, 2019-02-16 06:24:52 +03:00