Sachith Hasaranga Seneviratne
|
5498084cde
|
Bound Vec3 class to scripts
|
2014-06-07 08:07:18 +05:30 |
|
Sachith Hasaranga Seneviratne
|
795a6022e5
|
Revert "Revert "Merge sources.cmake change""
This reverts commit 0290564310 .
|
2014-06-05 12:38:38 +05:30 |
|
Sachith Hasaranga Seneviratne
|
0290564310
|
Revert "Merge sources.cmake change"
This reverts commit 03bff8819f , reversing
changes made to 540c7818aa .
|
2014-06-05 11:46:11 +05:30 |
|
Sachith Hasaranga Seneviratne
|
03bff8819f
|
Merge sources.cmake change
|
2014-06-05 11:30:28 +05:30 |
|
vlj
|
588ec08bc1
|
Merge branch 'CS'
|
2014-06-05 03:33:02 +02:00 |
|
vlj
|
eb45954684
|
Implement Gaussian blur using Compute Shader
The filters are ~3.5 time faster with CS.
|
2014-06-05 03:19:18 +02:00 |
|
Vincent Lejeune
|
cead5081be
|
Fix MLAA
|
2014-06-05 02:56:25 +02:00 |
|
Marianne Gagnon
|
02c68d5b02
|
Merge branch 'NewRTTWidget'
|
2014-06-04 20:46:24 -04:00 |
|
Vincent Lejeune
|
5f1413e140
|
Merge branch 'master' into NewRTTWidget
|
2014-06-05 01:30:45 +02:00 |
|
hiker
|
e3513b10c6
|
Merge branch 'master' of https://github.com/Flakebi/stk-code into Flakebi-master
|
2014-06-05 08:23:47 +10:00 |
|
Arthur-D
|
cad6d5b3ae
|
Set player icons as 128x128 instead of 160x120 so the image ratio is correct.
|
2014-06-04 14:55:13 +02:00 |
|
Flakebi
|
39e5b57233
|
Add visual effect for disabled textfields
|
2014-06-04 12:49:41 +02:00 |
|
vlj
|
f0b3cbfcd0
|
Gather bloom effect to avoid extra texture read.
I have a .5ms win here...
|
2014-06-03 20:46:01 +02:00 |
|
vlj
|
55ddffaf54
|
Another round of big triangle port.
|
2014-06-03 20:28:42 +02:00 |
|
vlj
|
e5a5c78045
|
Use a big triangle instead of 2 to cover full screen.
This allows to rasterize a single primitive instead of two, and avoid
trashing the cache between the 2 triangles drawing.
|
2014-06-03 19:56:59 +02:00 |
|
vlj
|
d4fe539385
|
Do not write specular value in gi/diffuseenvmap
|
2014-06-03 17:40:21 +02:00 |
|
Sachith Hasaranga Seneviratne
|
540c7818aa
|
Scripts can now create action triggers by themselves. Example in tutorial
|
2014-06-03 10:09:03 +05:30 |
|
Sachith Hasaranga Seneviratne
|
146a71f46a
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine
|
2014-06-03 07:15:06 +05:30 |
|
vlj
|
e571afc43b
|
Speed up SSAO again
Use log2(xy) = log2(x) + log2(y), and approximate log2(alpha) =
log2(previous alpha) + .5.
Log2 is indeed a costly instruction.
|
2014-06-03 03:41:05 +02:00 |
|
vlj
|
164ffa2b4f
|
Spped up SSAO
Avoid using cos/sin too much, use sum of cos/sin formula instead.
|
2014-06-03 03:14:39 +02:00 |
|
Sachith Hasaranga Seneviratne
|
b14f79288d
|
Added ability for karts to jump to arbitrary locations on the map albeit somewhat inaccurately for now via the method jumpKartTo(kartID, targetx,target y) Notation is standard blender xyz
|
2014-06-02 21:26:27 +05:30 |
|
Sachith Hasaranga Seneviratne
|
88ea69fdc7
|
Added setVelocity to script functions for karts
|
2014-06-02 20:27:20 +05:30 |
|
Sachith Hasaranga Seneviratne
|
d908489ca7
|
Added script driven kart teleports
|
2014-06-02 19:55:37 +05:30 |
|
Sachith Hasaranga Seneviratne
|
2f57a14c87
|
On hitting a physical object with any item, the physical object is now removed (vanishes), can be tested on tutorial by shooting bowling balls at the boxes
|
2014-06-02 16:09:33 +05:30 |
|
Sachith Hasaranga Seneviratne
|
e08bbb5138
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine
|
2014-06-02 13:08:53 +05:30 |
|
hiker
|
0358e55e2e
|
Added 'back' button to user screen.
|
2014-06-02 08:21:36 +10:00 |
|
Marianne Gagnon
|
588b4189ac
|
Merge branch 'master' into NewRTTWidget
|
2014-05-30 20:44:38 -04:00 |
|
Marianne Gagnon
|
5e132f7410
|
Add GI to video options
|
2014-05-30 19:49:21 -04:00 |
|
Vincent Lejeune
|
44f70454ad
|
Fix dof overwriting alpha value.
|
2014-05-30 02:32:01 +02:00 |
|
Marianne Gagnon
|
7e9252e5b3
|
Merge branch 'master' into NewRTTWidget
|
2014-05-29 20:00:58 -04:00 |
|
Sachith Hasaranga Seneviratne
|
038aaa6f3b
|
Hitting a physical object with an object now triggers a message (Test in tutorial by shooting at the boxes). All currently suppported collision types now denote the type in the message that appears.
|
2014-05-29 18:51:48 +05:30 |
|
Sachith Hasaranga Seneviratne
|
0fd792ac5b
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine
|
2014-05-28 12:27:41 +05:30 |
|
vlj
|
40df4afc74
|
Support some debug option for GI
|
2014-05-28 07:47:06 +02:00 |
|
vlj
|
af16682a9e
|
Add GI support
|
2014-05-28 07:47:06 +02:00 |
|
Vincent Lejeune
|
5caf028a71
|
Add RH support
|
2014-05-28 07:47:06 +02:00 |
|
Vincent Lejeune
|
180bd939e0
|
Add RSM support
|
2014-05-28 07:47:06 +02:00 |
|
Flakebi
|
d5de7d49d9
|
Add graphics for deactivated buttons
|
2014-05-27 16:07:53 +02:00 |
|
hiker
|
36d705f021
|
Added 'always-show-login-screen' option, moved 'remember-password'
option from UI-options to UserScreen.
|
2014-05-27 15:36:44 +10:00 |
|
sachith500
|
8c5606be08
|
Karts involved in collisions addressable by ID
|
2014-05-26 20:30:27 +05:30 |
|
sachith500
|
31f7ea7c89
|
Added very basic collisions
|
2014-05-26 18:03:41 +05:30 |
|
sachith500
|
3cb24f55d5
|
Merge branch 'master' of https://github.com/supertuxkart/stk-code into ScriptEngine
|
2014-05-26 16:58:16 +05:30 |
|
vlj
|
2cf9bb6d2c
|
Use UBO in MLAA
|
2014-05-25 03:21:08 +02:00 |
|
vlj
|
670c25dd26
|
Return alpha value in tonemap.
|
2014-05-25 03:13:19 +02:00 |
|
hiker
|
3b721d3803
|
New zipper icon by Connor.
|
2014-05-24 12:31:43 +10:00 |
|
hiker
|
6ca40916f7
|
Used proper icons for user screen.
|
2014-05-24 11:22:12 +10:00 |
|
hiker
|
e879dcf0a8
|
Merge remote-tracking branch 'origin/master' into new_login
|
2014-05-24 10:06:50 +10:00 |
|
sachith500
|
867f1607dd
|
Action triggers addressable by name, scripts can enable/disable action triggers
|
2014-05-23 14:39:03 +05:30 |
|
sachith500
|
3c67a6159f
|
Moved scripts to stk-code/data/scripts and provided access to them via file_manager
|
2014-05-22 18:17:30 +05:30 |
|
samuncle
|
d5f781433d
|
Adding a new particle system for falling leaves
|
2014-05-21 23:23:08 +02:00 |
|
samuncle
|
bffc615a49
|
Tweak the scattering value to reduce the effect
|
2014-05-21 02:36:48 +02:00 |
|