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

1068 Commits

Author SHA1 Message Date
XProger
c959e63366 #23 fix transparent bugs 2017-05-01 03:55:56 +03:00
XProger
84f23a627b #15 add VS project stuff for Win, add fb link for Web version 2017-05-01 00:36:29 +03:00
XProger
13ad99b425 #14 fix box overlap index 2017-05-01 00:23:37 +03:00
XProger
1db6892f66 * #14 debug zone info, CTRL key to set Lara pos by camera (Editor build only) 2017-05-01 00:16:53 +03:00
Gh0stBlade
2abc8daf96 Merge remote-tracking branch 'refs/remotes/XProger/master' 2017-04-29 19:57:51 +01:00
Timur Gagiev
6a09dd5781 Merge pull request #44 from Gh0stBlade/lara_state_names
Lara state names
2017-04-29 21:01:59 +03:00
Gh0stBlade
9db02f6c79 Finish up remaining state names for Lara. 2017-04-29 18:55:51 +01:00
Gh0stBlade
f909ab6644 Merge remote-tracking branch 'refs/remotes/XProger/master' 2017-04-29 17:40:33 +01:00
Timur Gagiev
c2b6228040 Merge pull request #32 from Gh0stBlade/lara_jump_forward
Bug Fix: Jump Forward.
2017-04-29 19:28:54 +03:00
Gh0stBlade
bfaa12d10b Bug Fix: Jump Forward.
In the original game, pressing Jump + (Left || Right) should allow Lara
to jump forward too. In OpenLara this is not possible as the input code
only checks if forward flag is set when pressed. Not forward + (Left ||
Right) resuling in Lara not being able to jump forward and only straight
up in these cases.
2017-04-29 10:56:12 +01:00
XProger
5db4b54bd0 #23 fix over-bright lighting 2017-04-26 01:26:35 +03:00
XProger
8c33378621 #23 braid & blob shadows fix 2017-04-25 03:02:58 +03:00
XProger
e14e66184b #15 fix OL version of OSX 20170424 2017-04-24 02:33:32 +03:00
XProger
f5115f20e7 #3 fix climp & water out bug 2017-04-24 01:51:01 +03:00
XProger
3f88038990 #15 fix android build 2017-04-24 01:50:27 +03:00
XProger
aad89fcdba #23 replace leading spaces by tabs in shader (solves const string limits) 2017-04-24 00:40:39 +03:00
XProger
a254f2944f #23 fading shadows 2017-04-24 00:30:53 +03:00
XProger
9734a6cc6d #23 fix texture bordrr color for OGL ES 2017-04-23 04:49:12 +03:00
XProger
cfc056a336 #23 ambient occlusion blob 2017-04-23 04:39:26 +03:00
XProger
1bef4286e0 #23 interpolation between shadow sources 2017-04-23 02:13:29 +03:00
XProger
f55a2839c2 #23 experimental shadows (XPSM, crop etc.) 2017-04-23 00:12:30 +03:00
XProger
a8d54272cd Merge branch 'master' of https://github.com/XProger/OpenLara 2017-04-18 02:00:03 +03:00
XProger
f9aac9739b #15 fix multi-touch support 2017-04-18 01:59:50 +03:00
XProger
8c6daf981d Merge branch 'master' of https://github.com/XProger/OpenLara 2017-04-08 01:03:22 +03:00
XProger
eac32f2cd5 #15 fix 16 to 24-bit color conversion 2017-04-08 01:02:45 +03:00
XProger
1c4acb9ff6 #15 fix osx & ios build 2017-04-03 00:46:38 +03:00
XProger
e4cf88969d #23 iOS update project 2017-04-02 23:33:14 +03:00
XProger
623ed467af #23 iOS support 2017-04-02 23:24:48 +03:00
XProger
b5de93cd74 #15 fix touch controls #23 fix water, remove VR code 2017-04-02 16:23:20 +03:00
XProger
28afc80266 #15 migrating from Eclipse to Android Studio 2017-04-02 02:33:20 +03:00
XProger
fd88bc7e90 #23 experimental VR 2017-04-01 21:24:53 +03:00
XProger
18827109c7 #23 shadow volume shader 2017-03-26 14:32:17 +03:00
XProger
0380184967 #23 shadow mask (volumes); #15 android fix double tap 2017-03-26 03:01:31 +03:00
XProger
b481719277 #15 android keyboard support; sensor landscape screen orientation 2017-03-25 03:28:47 +03:00
XProger
0e062800b9 Merge branch 'master' of https://github.com/XProger/OpenLara 2017-03-24 04:01:52 +03:00
XProger
7299446ed7 #15 fix gamepad support; #23 fix specular (wet effect) 2017-03-24 04:01:25 +03:00
XProger
2ffa5a7bf4 #15 windows version with touch-screen support 2017-03-24 02:21:51 +03:00
XProger
12537924c6 #23 main shader optimizations; touch UI 2017-03-24 02:17:06 +03:00
XProger
1fb501dcec Merge branch 'master' of https://github.com/XProger/OpenLara 2017-03-19 21:25:32 +03:00
XProger
0586ddf8db #15 mac build fix 2017-03-19 21:25:09 +03:00
XProger
bb5a50d274 #15 touch controls (windows, android, web) 2017-03-19 06:16:04 +03:00
XProger
765693299e #23 frame time query 2017-03-18 00:02:43 +03:00
XProger
6a25f64a61 #15 android gamepad support 2017-03-17 03:20:40 +03:00
XProger
4493c0ed24 Merge branch 'master' of https://github.com/XProger/OpenLara 2017-03-17 02:13:21 +03:00
XProger
a180e36037 #15 UPS deltaTime logic 2017-03-17 02:12:33 +03:00
XProger
8a765fe7e0 #15 add cache directory for linux build 2017-03-16 20:31:05 +03:00
XProger
7ea7f783e9 #15 fix active gamepad detection 2017-03-16 18:44:41 +03:00
XProger
f8bd8789a7 #15 core stats refactoring; gamepad analog fix for web; shadow matrix crop (test) 2017-03-16 18:21:51 +03:00
XProger
fd89ab526c #22 fix sprite texture coordinates 2017-03-16 14:54:01 +03:00
XProger
10017c7907 #27 analog gamepad control support 2017-03-16 14:52:31 +03:00