Fabian Klemp
|
388217648c
|
Added fading to the sun.
|
2015-03-04 17:47:34 +01:00 |
|
Fabian Klemp
|
b6c1d94cc3
|
Added sun to skydome.
|
2015-03-04 17:09:46 +01:00 |
|
Fabian Klemp
|
b2daa764d5
|
Increases vertex count of skydome.
|
2015-03-04 17:08:47 +01:00 |
|
Fabian Klemp
|
c8f360e1c2
|
Using new skydome texture.
|
2015-03-04 16:10:15 +01:00 |
|
Fabian Klemp
|
95fef2448e
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 16:08:11 +01:00 |
|
Fabian Klemp
|
1ec7f05eca
|
Gave skydome it's own shader.
|
2015-03-04 16:08:03 +01:00 |
|
Jasper
|
5dd03ef9e6
|
added playermove
|
2015-03-04 16:01:55 +01:00 |
|
Steffen Fündgens
|
6f0e0997e3
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 15:52:39 +01:00 |
|
Steffen Fündgens
|
47bd2d29df
|
Added a trigger that resets the player when his z value is below 15.
|
2015-03-04 15:52:28 +01:00 |
|
Steffen Fündgens
|
f3520639c9
|
Added new undo parameter for triggers to the converter.
|
2015-03-04 15:45:48 +01:00 |
|
Jasper
|
f195d8e017
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 15:33:50 +01:00 |
|
Jasper
|
3710852841
|
fix
|
2015-03-04 15:33:31 +01:00 |
|
Steffen Fündgens
|
306b4d03bc
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 15:22:14 +01:00 |
|
Steffen Fündgens
|
c4f106bf86
|
Added flameHeight and flameWidth with loading from xml.
|
2015-03-04 15:22:07 +01:00 |
|
sfroitzheim
|
db0eda098d
|
Merge branch 'master' of https://github.com/Faerbit/swp
|
2015-03-04 15:11:14 +01:00 |
|
Jasper
|
c598f0215f
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 15:09:50 +01:00 |
|
sfroitzheim
|
b06d76780d
|
Seperated skydome and sun
|
2015-03-04 15:06:58 +01:00 |
|
Jasper
|
d03bfb61bc
|
modified the update in level.cc. Now the ball no longer goes bouncy.
|
2015-03-04 15:04:46 +01:00 |
|
sfroitzheim
|
764a936361
|
Merge branch 'master' of https://github.com/Faerbit/swp
|
2015-03-04 15:04:32 +01:00 |
|
sfroitzheim
|
c0daf67d6a
|
smoothed the alpha in the hintTexture
|
2015-03-04 15:04:08 +01:00 |
|
Steffen Fündgens
|
5cd13899d6
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 14:35:26 +01:00 |
|
Steffen Fündgens
|
58db26b9da
|
Changed triggers so the undo function can be in the same lua file. Fixed triggers for the second door.
|
2015-03-04 14:35:14 +01:00 |
|
Steffen Fündgens
|
0cb792b415
|
Made the block for the switches heavier so it can activate the switches again.
|
2015-03-04 13:38:38 +01:00 |
|
Jasper
|
d0b56e3cf1
|
modified camera to a directional camera as requested
|
2015-03-04 13:37:27 +01:00 |
|
Faerbit
|
f4b9d4dc38
|
Now also blurring the edges of the flames.
|
2015-03-04 12:13:58 +01:00 |
|
Faerbit
|
bb3267c72a
|
Fixed blurring of flames with stencil buffer.
|
2015-03-04 11:25:02 +01:00 |
|
Jasper
|
5428f4cbed
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 11:16:22 +01:00 |
|
Faerbit
|
38292e335d
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-04 00:55:11 +01:00 |
|
Faerbit
|
2a82f9f2e2
|
Made first attempt at blurring flames. Conceptually bad, looks very bad.
|
2015-03-04 00:55:01 +01:00 |
|
Faerbit
|
e54ee77557
|
Removed now useless stuff from the flame shader.
|
2015-03-03 23:32:43 +01:00 |
|
Faerbit
|
35b77c9c01
|
Introduced flame post processing shader.
|
2015-03-03 23:27:41 +01:00 |
|
Steffen
|
91fe9a9b27
|
Added checks and error messages in case files do not exist.
|
2015-03-03 18:45:02 +01:00 |
|
Steffen
|
99d77a0e9e
|
Changed array initialization because it did not compile under windows.
|
2015-03-03 17:37:03 +01:00 |
|
Faerbit
|
60c106f863
|
Moved torch light up to account for new torch model.
|
2015-03-03 11:05:34 +01:00 |
|
Faerbit
|
7597b068cb
|
Made bias variable to get smaller bias for smaller shadow maps.
|
2015-03-03 11:04:39 +01:00 |
|
Steffen Fündgens
|
e07e2a5b14
|
Removed shift of the physical heightmap, because the graphical heightmap is corect now.
|
2015-03-02 17:27:49 +01:00 |
|
Steffen Fündgens
|
0bc98c7026
|
Merge branch 'master' of github.com:Faerbit/swp
|
2015-03-02 17:20:16 +01:00 |
|
Steffen Fündgens
|
9ba15227c2
|
Added scripts and triggers to open the second door.
|
2015-03-02 17:20:02 +01:00 |
|
Steffen Fündgens
|
319ef672df
|
Fixed a bug with shifting the heightmap.
|
2015-03-02 17:17:06 +01:00 |
|
sfroitzheim
|
0dd10f423a
|
Merge branch 'master' of https://github.com/Faerbit/swp
|
2015-03-02 16:47:54 +01:00 |
|
sfroitzheim
|
d73e092747
|
Made a new torch model
|
2015-03-02 16:47:42 +01:00 |
|
Steffen Fündgens
|
262241f559
|
Recalculated normals because they were wrong.
|
2015-03-02 15:09:29 +01:00 |
|
Steffen Fündgens
|
1ad25ef8cb
|
Ignored first two seconds of triggering to give switches time to position themselves.
|
2015-03-02 14:28:19 +01:00 |
|
Steffen Fündgens
|
80df2aac41
|
Added lua scripts and triggers for the third door.
|
2015-03-02 12:58:34 +01:00 |
|
Steffen Fündgens
|
cb538cb9ff
|
Moved unused scripts into a subfolder.
|
2015-03-02 12:42:04 +01:00 |
|
Steffen Fündgens
|
39e731fa42
|
Added position constraints for all switch_inner.
|
2015-03-02 12:22:47 +01:00 |
|
Steffen Fündgens
|
08f8eec432
|
Adjusted the size of switch_inner so it does not move to the sides.
|
2015-03-02 12:16:29 +01:00 |
|
Faerbit
|
4bdf64c35a
|
Tried to further improve the rendering of the flame; didn't quite work.
|
2015-03-01 23:28:36 +01:00 |
|
Faerbit
|
014b2e508a
|
Corrected flame normals.
|
2015-03-01 22:22:48 +01:00 |
|
Faerbit
|
40e7dda14a
|
Tried adding normals for color calculation seems wrong.
|
2015-03-01 19:40:39 +01:00 |
|