Commit graph

48 commits

Author SHA1 Message Date
e24371bf8b Implmenent PlayerUpgrade singleton 2019-06-25 22:10:37 +03:00
70a977ac09 Implement Speed, Bombs and Flames upgrade 2019-06-23 15:15:37 +03:00
ae09d98a3b Implement UpgradeManager 2019-06-22 17:37:26 +03:00
9614bcfd6c Post-merge fixes 2019-06-22 15:35:48 +03:00
1cb4159f8e Remove nameof from StartCoroutine 2019-06-22 15:17:12 +03:00
Andrei Gavra
00065089dd Partial Dumb & dumber enemies 2019-06-22 11:53:01 +03:00
a8e1613e3f Use coroutine to change wall transparency 2019-06-22 10:01:55 +03:00
9417167b9e Improve Player Movement and animation state machine 2019-06-16 13:28:28 +03:00
8e237a9dc4 Add Playe BlendTree animations 2019-06-15 18:24:56 +03:00
001eca70c5 Refactor Ammo code 2019-06-15 13:48:25 +03:00
2e10cc44ec Improve Player Movement 2019-06-15 13:14:55 +03:00
0da7155279 Move all calls from Debug to DebugHelper 2019-06-12 23:27:32 +03:00
583d009313
Merge branch 'master' into fix-bombs-animations-and-raycast 2019-06-12 11:47:50 +03:00
Andrei Gavra
86f54991b7 Fix animation and raycast 2019-06-11 22:17:23 +03:00
1c55c754e1 Implement transparent walls when player is near 2019-06-11 21:49:16 +03:00
9d544f7687 Implement DebugHelper class 2019-06-11 20:19:18 +03:00
263c53245e Implement destructible wall interaction 2019-06-11 20:01:43 +03:00
Andrei Gavra
f03fa7f8a0 Move bombsspawner in ammo package 2019-06-10 17:46:01 +03:00
Andrei Gavra
1273981a38 Improve bomb usage 2019-06-10 17:28:33 +03:00
00e2abf8e3 Reformat Bomb Code 2019-06-09 23:33:48 +03:00
c7eff9ff61 Import Sprites for Walls 2019-06-09 23:28:05 +03:00
62bee02357 Finish Merge 2019-06-09 19:14:13 +03:00
Andrei Gavra
beb91cd49d Final fix 2019-06-09 17:03:03 +03:00
Andrei Gavra
17e905c98f Fix bomb placement 2019-06-09 16:55:19 +03:00
Andrei Gavra
3e77c9a8c6 almost fixing bombs 2019-06-08 15:25:09 +03:00
4100f25567 Add additional logging on exit & update spawn 2019-06-05 22:24:19 +03:00
9533269c96 Implement GameManager 2019-06-05 22:16:11 +03:00
f75d7e8fee Implement Destructible Wall & Fix deathzone bug 2019-06-04 20:20:53 +03:00
184e44f0e8 Move HandleMovement in FixedUpdate 2019-06-02 18:52:14 +03:00
6802fc868e Make Extensions/ShuffleList generic 2019-06-02 18:09:42 +03:00
295f16e499 Fix startzone tile generation 2019-06-02 18:01:59 +03:00
a38f45a875 Merge world generation 2019-06-02 17:48:37 +03:00
f5e7e78323 Remove transform from playercontroller 2019-06-02 17:40:06 +03:00
3452d9661f Merge bombs-and-explosions to master 2019-06-02 17:15:46 +03:00
Andrei Gavra
991baca38a Remove prefab null check 2019-06-02 15:26:24 +03:00
Andrei Gavra
b0b02ee8c5 Stop being retarded 2019-06-02 14:33:06 +03:00
Andrei Gavra
cd4add6d90 Add ifdefs for platforms 2019-06-02 14:23:03 +03:00
d686fba7c3 Add LevelManager + devSprites 2019-06-02 14:13:10 +03:00
Andrei Gavra
16184dfd31 Bombs and explostions 2019-06-02 13:00:00 +03:00
658bbc7b5d Implement respawn position 2019-06-01 21:04:37 +03:00
2d625d3e3e Fix code hiding 2019-05-29 19:44:36 +03:00
8e193a5e8e Upload PlayerController meta 2019-05-29 19:41:57 +03:00
c9fab7c6e0
Merge pull request #1 from dnutiu/fix-player
Rename Player to PlayerController and move rigidbody to base class
2019-05-29 19:40:18 +03:00
f7cfaa087a Add meta files 2019-05-29 19:39:26 +03:00
88ce9369da Rename Player to PlayerController and move rigidbody to base class 2019-05-29 19:33:29 +03:00
21de9bff1a Add Player class and basic movement code 2019-05-29 19:18:42 +03:00
b9f78d1208 Cleaning up scripts 2019-05-29 19:17:45 +03:00
ab5adf75cf Initial commit 2019-05-26 17:34:05 +03:00