Commit Graph

380 Commits

Author SHA1 Message Date
Faerbit
d0cf6b2da4 Fixing typo. 2014-11-25 21:11:05 +01:00
Faerbit
841d5d9122 Adding a few dependencies to circle.yml. 2014-11-25 21:10:18 +01:00
Faerbit
b7ab0c990a Adding circle.yml to test Circle CI. 2014-11-25 21:01:11 +01:00
Faerbit
5aaf8f5d9f Changed how windows focus is handled. 2014-11-25 16:01:13 +01:00
Faerbit
67bcbf0398 Changed fog functions a little bit more. Looks nice enough. 2014-11-25 13:54:00 +01:00
Steffen Fündgens
20e7c732e2 skeleton runs now, only xml read/write missing 2014-11-25 13:51:25 +01:00
Faerbit
669e9e0334 Removing global variables from physics, because they are not needed. 2014-11-25 13:38:28 +01:00
Faerbit
51bb3a9868 Changed fog function from exp to linear. 2014-11-25 13:24:02 +01:00
Faerbit
dc06154163 Ignoring another error in bullet. 2014-11-24 20:51:17 +01:00
Faerbit
3f28b0d2e2 More convenience. 2014-11-24 19:54:13 +01:00
Faerbit
8cccd9fc8c Added support for ninja build system and fixed uploading to Mega. 2014-11-24 15:59:59 +01:00
Faerbit
8a96be1275 Added package script. 2014-11-24 15:12:18 +01:00
Steffen Fündgens
91099d91a0 converter now takes the Level to convert as input 2014-11-24 13:21:52 +01:00
Steffen Fündgens
088ae1d494 added tinyxml2 for xml conversion 2014-11-24 13:03:55 +01:00
Faerbit
6530d4084c Starting another travis try. 2014-11-24 02:29:40 +01:00
Faerbit
59b3d68b33 Enabling cross compiling if supported by the current system. 2014-11-24 02:10:25 +01:00
Faerbit
32f6944397 Changed build script a bit. 2014-11-24 01:53:29 +01:00
Faerbit
565351f7d2 Changing vector of objects to vector of pointer of objects for clearer construnction. 2014-11-23 00:59:54 +01:00
Faerbit
4fb383976b Replacing skybox attribute with skydome. 2014-11-23 00:57:16 +01:00
Faerbit
22c9a7a936 Changed skybox to skydome. 2014-11-22 00:39:58 +01:00
Jasper
6e922ec4ec Merge branch 'master' of https://github.com/Faerbit/swp 2014-11-21 16:22:50 +01:00
Jasper
704df860f8 Put Box In Level 2014-11-21 16:22:36 +01:00
Steffen Fündgens
3cca41740a now ignoring files with ~ 2014-11-21 16:09:45 +01:00
Steffen Fündgens
bbbdd2854e Now ignoreing files with ~. 2014-11-21 16:08:03 +01:00
Steffen Fündgens
ad874a9204 Modifying CMakes files to get convert to compile. 2014-11-21 16:07:13 +01:00
Steffen Fündgens
b7834b08a5 created skeletal implementation of png to xml converter 2014-11-21 15:43:27 +01:00
Jasper
2c512acc13 Modified adders in physics to no longer accept float x,y,z but entity/object instead. 2014-11-21 12:56:30 +01:00
Jasper
f063b7ef8b added box in physics 2014-11-21 12:50:11 +01:00
Jasper
dfd6b3789a Normalized body movement (still has float strength to change magnitude) 2014-11-21 12:31:29 +01:00
Faerbit
4039bad9f9 Improved fog a little bit. 2014-11-21 02:46:02 +01:00
Faerbit
c7518a7f8e Added skybox and refined fog a bit. Fog still needs a lot of work. 2014-11-21 02:38:03 +01:00
Faerbit
84a3dbba4f Fixing typo to allow cross compilation. 2014-11-20 23:25:52 +01:00
Faerbit
56a1bfeb76 Removing travis.yml again because it doesn't work. 2014-11-20 21:19:07 +01:00
Faerbit
45bbc07490 Fixing sed command. 2014-11-20 21:16:51 +01:00
Faerbit
6df854bbf5 Now using standard Makefiles instead of Ninja. 2014-11-20 21:15:02 +01:00
Faerbit
f30c5a8850 Fixing installation of ninja again. 2014-11-20 21:08:29 +01:00
Faerbit
a33c9c9bd9 Fixing installation of ninja. 2014-11-20 21:05:15 +01:00
Faerbit
efea5db271 Adding .travis.yml for CI. 2014-11-20 21:02:58 +01:00
Faerbit
d84a4640d5 Removing useless files. 2014-11-20 20:42:40 +01:00
Faerbit
9367026ef0 Implemented simple fog. 2014-11-19 01:58:48 +01:00
Faerbit
1c848f35e6 Now using built-in exp function. 2014-11-19 01:58:25 +01:00
Faerbit
ba77cd68ac Added getCameraPosition to Level because it is used very often. 2014-11-19 01:57:38 +01:00
Faerbit
777bce286d Changing a few lighting paramters for testing. 2014-11-19 00:59:48 +01:00
Faerbit
e8ad41c75b Changing how the intensity is calculated. 2014-11-19 00:59:33 +01:00
Faerbit
7f0a493a01 Moving far plane a bit further. 2014-11-19 00:59:02 +01:00
Faerbit
89a3018221 Clamping diffuse color for more realistic lighting. 2014-11-19 00:46:51 +01:00
Faerbit
d2d5c18090 Removing angular(Velocity) from object class as it is not needed there. 2014-11-18 19:57:58 +01:00
Faerbit
0e3dc33b80 Resized large textures to one third of their size. 2014-11-18 19:39:44 +01:00
Steffen Fündgens
d6ee36c071 changed terrain normals to consider 8 vertices, looks the same 2014-11-18 13:09:55 +01:00
Faerbit
e0c8820bd0 Reexported objects and enabled smooth shading. 2014-11-17 22:03:28 +01:00