Skip to content

Commit

Permalink
Merge branch 'Feature/ProLights' into dev
Browse files Browse the repository at this point in the history
# Conflicts:
#	Bin/data/boot.json
#	Bin/data/components.json
#	Bin/data/modules.json
#	Bin/data/prefabs/patrol.prefab
#	Bin/data/scenes/bt_test.scene
#	Bin/data/scenes/enemy.scene
#	Bin/data/scenes/player_fsm.scene
#	Bin/data/scenes/skeleton_demo.scene
#	Bin/data/techniques.json
#	source/Game.vcxproj
#	source/Game.vcxproj.filters
#	source/fsm/custom_states.cpp
#	source/modules/game/module_map_intro.cpp
#	source/render/render_objects.cpp
#	source/render/render_utils.cpp
#	source/render/shaders/vertex_declarations.cpp
  • Loading branch information
pluxy committed Apr 23, 2018
2 parents 8ae758d + fb46dfd commit 3ffa211
Show file tree
Hide file tree
Showing 298 changed files with 18,946 additions and 2,959 deletions.
13,680 changes: 12,220 additions & 1,460 deletions Bin/aresults.cpuprofile

Large diffs are not rendered by default.

22 changes: 13 additions & 9 deletions Bin/data/boot.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,26 @@
{
"intro_scenes" : [
"data/scenes/player_fsm.scene",
"data/scenes/milestone1_map_lights.scene",
"data/scenes/milestone1_map_meshes.scene",
"data/scenes/milestone1_map_colliders.scene",
"data/scenes/enemy.scene",
"data/scenes/camera.scene",
"data/scenes/sp_dynamic_lights.scene",
"data/scenes/bt_test.scene",
"data/scenes/skeleton_crab.scene"
"data/scenes/milestone2_map.scene",
"data/scenes/milestone2_map_lights.scene",
"data/scenes/milestone2_map_colliders.scene",
"data/scenes/capsules.scene",
"data/scenes/camera.scene",
"data/scenes/water_plane.scene"
],
"light_scenes_test" : [
"data/scenes/player_fsm.scene",
"data/scenes/milestone1_map_lights.scene",
"data/scenes/milestone1_map_meshes.scene",
"data/scenes/milestone1_map_colliders.scene",
"data/scenes/enemy.scene",
"data/scenes/camera.scene",
"data/scenes/capsules.scene"
"data/scenes/sp_dynamic_lights.scene",
"data/scenes/milestone2_map.scene",
"data/scenes/milestone2_map_lights.scene",
"data/scenes/milestone2_map_colliders.scene",
"data/scenes/capsules.scene",
"data/scenes/camera.scene"
],
"unused_scenes" : [
"dummy"
Expand Down
Binary file modified Bin/data/colliders/Spot001.collider
Binary file not shown.
Binary file modified Bin/data/colliders/Spot002.collider
Binary file not shown.
Binary file modified Bin/data/colliders/Spot003.collider
Binary file not shown.
Binary file modified Bin/data/colliders/Spot004.collider
Binary file not shown.
Binary file modified Bin/data/colliders/Spot005.collider
Binary file not shown.
Binary file added Bin/data/colliders/ovw/Spot001.collider
Binary file not shown.
9 changes: 6 additions & 3 deletions Bin/data/components.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"sizes": {
"default": 512,
"transform": 512
"sizes" : {
"default" : 1024,
"transform" : 1024
},
"init_order": {
"entity": 100,
Expand All @@ -24,6 +24,9 @@
"rigidbody",
"collider",
"noise_emitter",
"light_dir",
"light_spot",
"light_point",
"camera_flyover",
"curve_controller",
"trigger_camera",
Expand Down
2 changes: 0 additions & 2 deletions Bin/data/materials/body.material
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
{
"technique": "solid_normal.tech"
,
"shadows": true
,
"textures":
Expand Down
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_alminares.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_houses.dds"
,
"lightmap": "data/textures/tx_lm_alminares.dds"
"albedo": "data/textures/m2/tx_concrete1-a.dds",
"normal": "data/textures/m2/tx_concrete1-n.dds",
"metallic": "data/textures/m2/tx_concrete1-r.dds",
"roughness": "data/textures/m2/tx_concrete1-r.dds"
}
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_archs_end.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_wall03.dds"
,
"lightmap": "data/textures/tx_lm_wallEnd.dds"
"albedo": "data/textures/m2/tx_brick2-a.dds",
"normal": "data/textures/m2/tx_brick2-n.dds",
"metallic": "data/textures/m2/tx_brick2-m.dds",
"roughness": "data/textures/m2/tx_brick2-r.dds"
}
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_cathedral.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_cathedral.dds"
,
"lightmap": "data/textures/tx_lm_cathedral.dds"
"albedo": "data/textures/m2/tx_brick2-a.dds",
"normal": "data/textures/m2/tx_brick2-n.dds",
"metallic": "data/textures/m2/tx_brick2-m.dds",
"roughness": "data/textures/m2/tx_brick2-r.dds"
}
}
8 changes: 3 additions & 5 deletions Bin/data/materials/mtl_corner_houses.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_desert.dds"
,
"lightmap": "data/textures/tx_lm_housesCorner.dds"
"albedo": "data/textures/m2/tx_concrete-a.dds",
"normal": "data/textures/m2/tx_concrete-n.dds",
"roughness": "data/textures/m2/tx_concrete-r.dds"
}
}
8 changes: 3 additions & 5 deletions Bin/data/materials/mtl_default_casas_medio.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_houses.dds"
,
"lightmap": "data/textures/tx_lm_housesMiddle.dds"
"albedo": "data/textures/m2/tx_floor-a.dds",
"normal": "data/textures/m2/tx_floor-n.dds",
"roughness": "data/textures/m2/tx_floor-r.dds"
}
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_default_muralla_interior.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_wall03.dds"
,
"lightmap": "data/textures/tx_lm_wallInterior.dds"
"albedo": "data/textures/m2/tx_brick2-a.dds",
"normal": "data/textures/m2/tx_brick2-n.dds",
"metallic": "data/textures/m2/tx_brick2-m.dds",
"roughness": "data/textures/m2/tx_brick2-r.dds"
}
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_dome.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_dome.dds"
,
"lightmap": "data/textures/tx_lm_cathedralDome.dds"
"albedo": "data/textures/m2/tx_dome-a.dds",
"normal": "data/textures/m2/tx_dome-n.dds",
"metallic": "data/textures/m2/tx_dome-m.dds",
"roughness": "data/textures/m2/tx_dome-r.dds"
}
}
8 changes: 3 additions & 5 deletions Bin/data/materials/mtl_drophole.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_wall04.dds"
,
"lightmap": "data/textures/tx_lm_drophole.dds"
"albedo": "data/textures/m2/tx_wall-a.dds",
"normal": "data/textures/m2/tx_wall-n.dds",
"roughness": "data/textures/m2/tx_wall-r.dds"
}
}
13 changes: 13 additions & 0 deletions Bin/data/materials/mtl_enemy_crab.material
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"shadows": true
,
"textures":
{
"albedo": "data/textures/enemy/tx_robotCrab_a.dds",
"normal": "data/textures/enemy/tx_robotCrab_n.dds",
"metallic": "data/textures/enemy/tx_robotCrab_m.dds",
"roughness": "data/textures/enemy/tx_robotCrab_r.dds",
"emissive": "data/textures/enemy/tx_robotCrab_e.dds"
},
"self_color" : "1.0 0.0 0.0 1.0"
}
10 changes: 5 additions & 5 deletions Bin/data/materials/mtl_floor.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_floor.dds"
,
"lightmap": "data/textures/tx_lm_floor.dds"
"albedo": "data/textures/m2/New_Graph_basecolor_2.dds",
"normal": "data/textures/m2/New_Graph_normal.dds",
"roughness": "data/textures/m2/New_Graph_roughness.dds",
"metallic": "data/textures/m2/New_Graph_metallic.dds",
"emissive": "data/textures/m2/New_Graph_emissive.dds"
}
}
8 changes: 3 additions & 5 deletions Bin/data/materials/mtl_houses_end.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_desert.dds"
,
"lightmap": "data/textures/tx_lm_housesEnd.dds"
"albedo": "data/textures/m2/tx_concrete-a.dds",
"normal": "data/textures/m2/tx_concrete-n.dds",
"roughness": "data/textures/m2/tx_concrete-r.dds"
}
}
8 changes: 3 additions & 5 deletions Bin/data/materials/mtl_houses_start.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_houses.dds"
,
"lightmap": "data/textures/tx_lm_housesStart.dds"
"albedo": "data/textures/m2/tx_floor-a.dds",
"normal": "data/textures/m2/tx_floor-n.dds",
"roughness": "data/textures/m2/tx_floor-r.dds"
}
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_lofts.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_houses.dds"
,
"lightmap": "data/textures/tx_lm_loft.dds"
"albedo": "data/textures/m2/tx_rock-a.dds",
"normal": "data/textures/m2/tx_rock-n.dds",
"roughness": "data/textures/m2/tx_rock-r.dds",
"metallic": "data/textures/m2/tx_rock-m.dds"
}
}
14 changes: 14 additions & 0 deletions Bin/data/materials/mtl_low_mecha.material
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"shadows": true
,
"textures":
{
"albedo": "data/textures/enemy/Mech_low_1001_BaseColor.dds",
"normal": "data/textures/enemy/Mech_low_1001_Normal.dds",
"metallic": "data/textures/enemy/Mech_low_1001_Metallic.dds",
"roughness": "data/textures/enemy/Mech_low_1001_Roughness.dds",
"emissive": "data/textures/enemy/Mech_low_1001_Emissive.dds",
"lightmap": "data/textures/enemy/Mech_low_1001_Normal.dds"
},
"self_color" : "1.0 0.0 0.0 1.0"
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_metallic.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_metal.dds"
,
"lightmap": "data/textures/tx_lm_metallic.dds"
"albedo": "data/textures/m2/tx_rust-a.dds",
"normal": "data/textures/m2/tx_rust-n.dds",
"metallic": "data/textures/m2/tx_rust-m.dds",
"roughness": "data/textures/m2/tx_rust-r.dds"
}
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_palace_entrance.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_floor02.dds"
,
"lightmap": "data/textures/tx_lm_palace.dds"
"albedo": "data/textures/m2/tx_rock-a.dds",
"normal": "data/textures/m2/tx_rock-n.dds",
"roughness": "data/textures/m2/tx_rock-r.dds",
"metallic": "data/textures/m2/tx_rock-m.dds"
}
}
15 changes: 15 additions & 0 deletions Bin/data/materials/mtl_player_main.material
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"technique" : "pbr_player.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/player/Shade_mtl_BaseColor.dds",
"normal": "data/textures/player/Shade_mtl_Normal.dds",
"metallic": "data/textures/player/Shade_mtl_Metallic.dds",
"roughness": "data/textures/player/Shade_mtl_Roughness.dds",
"emissive": "data/textures/player/Shade_mtl_Emissive.dds"
},
"self_color" : "0.0 1.0 1.0 1.0"
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_tunel.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_desert.dds"
,
"lightmap": "data/textures/tx_lm_tunnel.dds"
"albedo": "data/textures/wall/mybricks1_basecolor.dds",
"normal": "data/textures/wall/mybricks1_normal.dds",
"metallic": "data/textures/wall/mybricks1_metallic.dds",
"roughness": "data/textures/wall/mybricks1_roughness.dds"
}
}
9 changes: 4 additions & 5 deletions Bin/data/materials/mtl_wall_middle.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_wall03.dds"
,
"lightmap": "data/textures/tx_lm_wallMiddle.dds"
"albedo": "data/textures/m2/tx_brick2-a.dds",
"normal": "data/textures/m2/tx_brick2-n.dds",
"metallic": "data/textures/m2/tx_brick2-m.dds",
"roughness": "data/textures/m2/tx_brick2-r.dds"
}
}
8 changes: 3 additions & 5 deletions Bin/data/materials/mtl_wall_start.material
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"technique": "textured_bk.tech"
,
"shadows": true
,
"textures":
{
"albedo": "data/textures/tx_df_wall03.dds"
,
"lightmap": "data/textures/tx_lm_wallStart.dds"
"albedo": "data/textures/m2/tx_brick2-a.dds",
"normal": "data/textures/m2/tx_brick2-n.dds",
"roughness": "data/textures/m2/tx_brick2-r.dds"
}
}
Loading

0 comments on commit 3ffa211

Please sign in to comment.