Ryan 'Swingflip' Hamlin
|
c9a5582f3a
|
Fixed Wayland build (#177)
|
2019-03-14 21:37:34 +03:00 |
|
XProger
|
8f68e5fae3
|
#121 linux keys
|
2019-03-14 10:48:29 +03:00 |
|
XProger
|
8ca9025483
|
#121 add full keyboard
|
2019-03-14 10:28:31 +03:00 |
|
XProger
|
217c31b0d6
|
add Spanish CAFE and CANYON subs
|
2019-03-14 07:40:18 +03:00 |
|
XProger
|
64d516bcd2
|
fix moving blocks save state
|
2019-03-14 07:19:57 +03:00 |
|
XProger
|
b0f2209d29
|
#15 PSC Wayland EGL context initialization
|
2019-03-13 10:13:04 +03:00 |
|
Ryan 'Swingflip' Hamlin
|
bccba2b42f
|
Added PSC platform and builderv0.1 (#176)
|
2019-03-12 15:09:52 +03:00 |
|
XProger
|
451aa624c9
|
fix AV; fix textures for static objects (Sega Saturn)
|
2019-03-12 07:46:57 +03:00 |
|
XProger
|
4921d3433d
|
Merge branch 'master' of https://github.com/XProger/OpenLara
|
2019-03-12 06:59:59 +03:00 |
|
XProger
|
c07b2ac150
|
fix German
|
2019-03-12 06:59:43 +03:00 |
|
XProger
|
6076c25ee5
|
RPI build fix, detect language; Clover build fix
|
2019-03-10 16:08:02 +03:00 |
|
XProger
|
3ae71b1106
|
rename osGetTime to osGetTimeMS for platforms
|
2019-03-10 15:42:32 +03:00 |
|
XProger
|
3241eb7948
|
minor fix (wrong spec char code)
|
2019-03-10 12:02:53 +03:00 |
|
XProger
|
f70e23fa99
|
add Portuguese translation by SrDanielPonces; fix spec chars;
|
2019-03-10 11:56:24 +03:00 |
|
XProger
|
7343b0cfb0
|
minor fix
|
2019-03-09 18:15:31 +03:00 |
|
XProger
|
edc5c9de8e
|
English, German and Russian subs for FMVs
|
2019-03-09 18:13:49 +03:00 |
|
XProger
|
6d3eddf867
|
Merge branch 'master' of https://github.com/XProger/OpenLara
|
2019-03-09 06:00:22 +03:00 |
|
XProger
|
5838ce23a6
|
fix mip generation for zero-sized textures
|
2019-03-09 05:59:34 +03:00 |
|
XProger
|
3ed6c9828f
|
#15 3DS port (WIP); split atlas to rooms, sprites, objects and glyphs; rename osGetTime to osGetTimeMS; reverberation effect optimizations;
|
2019-03-09 05:52:41 +03:00 |
|
XProger
|
a412d136c1
|
minor fixes
|
2019-03-08 14:58:16 +03:00 |
|
XProger
|
9a18c97252
|
STR block IDCT optimization
|
2019-03-08 14:29:09 +03:00 |
|
XProger
|
7fea5c7249
|
fix for Spanish by RoxasXIIIKeys
|
2019-03-02 20:30:50 +03:00 |
|
vanfanel2
|
e4df7fed73
|
SDL: Changed fullscreen toggle code for better code. (#175)
|
2019-02-27 21:41:36 +03:00 |
|
XProger
|
38239b72c9
|
fix for Japanese
|
2019-02-27 19:29:30 +03:00 |
|
XProger
|
e888dd2908
|
add glyphs project
|
2019-02-27 05:48:00 +03:00 |
|
XProger
|
143f22dd86
|
fix touch controls render
|
2019-02-27 05:43:25 +03:00 |
|
XProger
|
ab1a57c994
|
OGL hack over different versions of headers >_<
|
2019-02-27 05:31:07 +03:00 |
|
XProger
|
664ada9bfb
|
OGL fix extension directive in the middle of a shader
|
2019-02-27 05:26:47 +03:00 |
|
XProger
|
fc8f656ce4
|
fix OGL shader headers
|
2019-02-27 05:11:12 +03:00 |
|
XProger
|
669dd29c4a
|
SDL2 turn off some extensions (TODO)
|
2019-02-27 03:49:42 +03:00 |
|
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 |
|