1
0
mirror of https://github.com/XProger/OpenLara.git synced 2025-05-04 01:27:59 +02:00

1196 Commits

Author SHA1 Message Date
laripette
2a615655a7
Update fr.h (#314) 2021-02-02 13:50:25 +03:00
laripette
efad867281
Update index.php (#313)
I removed the line: overflow: hidden; in body.
I think that line was useless.

to check
2021-01-28 15:06:08 +03:00
XProger
ae5c04d652 fix PS Vita build 2021-01-26 05:45:56 +03:00
laripette
4c5d1e3fc7
Update index.php (#311) 2021-01-26 02:24:27 +03:00
laripette
5c5b60f435
Update fr.h (#310) 2021-01-26 02:23:35 +03:00
laripette
4f40b5f81d
Update fr.h (#309) 2021-01-26 02:23:00 +03:00
XProger
977fa6e042 fix shadow sampling for GL3 2021-01-25 18:04:06 +03:00
XProger
4a95219952 fix shaders compilation 2021-01-25 04:33:22 +03:00
Leo-89
55364779a2
Update it.h (#300)
* Update it.h

Corrected a wrong accent in the opening FMV. ;)

* Update it.h

* Update it.h

* Update it.h

* Update it.h

* Update it.h

* Update it.h

* Update it.h

* Update it.h

* Update it.h

* Update it.h
2021-01-25 00:23:57 +03:00
XProger
e69b6ecc59 Swedish translation by Carl Lindmark 2021-01-25 00:22:53 +03:00
XProger
442e905655 fix default ambient audio tracks for some levels 2021-01-17 18:44:02 +03:00
XProger
f19ff9813e fix GLSL version for OpenGL 3.2 2021-01-17 07:34:54 +03:00
Leo-89
21f0b07f1b
Update it.h (#296)
Here it is! I swear it's the last change: I read everything 1000 times. 🙄
Thank you very much. 😉👍
2021-01-15 06:59:37 +03:00
XProger
e7d84c6bea fix special characters for Italian translation 2021-01-12 12:14:22 +03:00
Leo-89
28b336ea3d
Update it.h (#292)
Hi, playing and testing the game during these Xmas holidays I thought to make my past translation a bit "smarter".
2021-01-12 12:02:46 +03:00
XProger
d98f62cf72 fix depth buffer size on AMD 2021-01-12 11:59:54 +03:00
XProger
a25e42e65f rooms export to GLTF (WIP) 2021-01-08 09:00:55 +03:00
Timur Gagiev
764b1899e4 minor fix for " glyph 2021-01-08 05:54:05 +03:00
Timur Gagiev
dc5ae76016 add special glyph for Hungarian translation, fix auto language detection for Hungarian on various platforms 2021-01-08 05:44:48 +03:00
Viktor Varga
75118aa874
Adding hungarian translation (#289)
* Adding hungarian translation

* mistake in hungarian corrected
2021-01-08 04:35:13 +03:00
XProger
87bb787032 Linux AZERTY keyboard layout support 2021-01-03 16:39:21 +03:00
Timur Gagiev
26d226a6df fix windows build 2020-12-30 04:56:03 +03:00
Timur Gagiev
608f75e71d fixed #282 Switch fix input for new firmware version 2020-12-30 03:59:33 +03:00
Timur Gagiev
d07808e93c GBA fix build 2020-12-29 02:24:26 +03:00
XProger
0c0e2111b5 gba render on tns 2020-12-29 02:08:34 +03:00
XProger
6d9304d96a TI-Nspire port 2020-12-27 18:00:36 +03:00
Sergey Ukolov
8a3126a7c3
Adjusted sound buffer size for nix platform (#286)
Fixes possible audio stutters https://github.com/XProger/OpenLara/issues/285
2020-12-16 18:00:52 +03:00
Timur Gagiev
cee1873093 fix luminance format for textures 2020-11-25 06:28:11 +03:00
Timur Gagiev
e8b55939aa merge OGL 3.2 support from Vulkan branch 2020-11-25 05:32:02 +03:00
Timur Gagiev
960f2ad6e9 fix windows project settings 2020-11-25 04:25:17 +03:00
Timur Gagiev
1d07147e72 use Windows 10 SDK by default 2020-11-25 02:08:40 +03:00
Timur Gagiev
23cf124c2b 3DS turn off bottom screen by default, downscale atlas to 1024x1024 if it's necessary (SAT version only), fix sprites rendering, add notification if no content data is available, fix floating point precision bugs 2020-11-25 02:07:07 +03:00
XProger
a94937ae40 XBOX turn off MSAA for 720p for stable 60 fps 2020-11-15 16:12:00 +04:00
Timur Gagiev
8292ae6a42 fix Sega Saturn format support for 3DS and XBOX 2020-11-15 14:59:54 +03:00
Timur Gagiev
fa2f98747b 3DS fix file access latency, add cubemap reflections, add fog, add underwater vertex caustics 2020-11-10 09:37:31 +03:00
Timur Gagiev
f2622864e8 3DS move pica files to shaders directory 2020-11-07 06:05:38 +03:00
Timur Gagiev
049db16020 Merge branch 'master' of https://github.com/XProger/OpenLara 2020-11-07 05:48:15 +03:00
Timur Gagiev
8a5cc60873 3DS fix build 2020-11-07 05:47:48 +03:00
XProger
0cd27e7d5a XBOX fix 1080i video mode support fix #277 2020-11-06 12:41:34 +04:00
Timur Gagiev
1f6c3a771e remove sEnvironment sampler from shaders 2020-11-06 05:06:31 +03:00
XProger
1e38d9f2fa XBOX underwater vertex caustics, cubemaps, fix lighting intensity 2020-11-05 14:03:12 +04:00
XProger
9a80717f35 XBOX fix inventory background, add MSAA 4x, add title and save icons 2020-11-05 06:23:19 +04:00
Manuel Alfayate Corchete
af08ce9cdc
SDL2 platform: Rewrite inputUpdate() so joystick/gamecontroller inputs are NOT processed as both joystick AND gamecontroller inputs, since that causes major input problems. (#276) 2020-11-03 18:50:38 +03:00
Timur Gagiev
8cc844e9ea Xbox One port (UWP) 2020-11-01 10:56:17 +03:00
Timur Gagiev
e928908a41 Merge branch 'master' of https://github.com/XProger/OpenLara 2020-10-29 06:28:41 +03:00
Timur Gagiev
7ad630da26 GBA optimizations 2020-10-29 06:28:06 +03:00
XProger
045ed9b63b XBOX fix mip generation for small textures, increase gamepads stick deadzone 2020-10-14 07:45:40 +04:00
XProger
f0bc71af6d XBOX port WIP 2020-10-14 06:32:13 +04:00
Timur Gagiev
7a3c15d29c Merge branch 'master' of https://github.com/XProger/OpenLara 2020-09-25 05:33:20 +03:00
Timur Gagiev
f0e905f194 GBA minor optims 2020-09-25 05:32:53 +03:00