Commit Graph

114 Commits

Author SHA1 Message Date
Wellinator 94f6e9fbf2 Add header in all files in cube sample 2021-04-13 08:23:46 -03:00
Wellinator 18ba08dc7a Remove light_manager 2021-04-09 13:36:40 -03:00
Wellinator 9dd69317e3 Add readme file 2021-04-09 13:30:41 -03:00
Wellinator 24509f7f20 remove bin dir 2021-04-09 13:26:06 -03:00
Wellinator 9268628ccd update .gitignore 2021-04-09 13:23:25 -03:00
Wellinator 4160bddc4b Update scale and speed rotation 2021-04-09 13:19:12 -03:00
Wellinator e022fcdafe Update cube mesh object 2021-04-09 13:18:34 -03:00
Wellinator 444990a262 Change background color 2021-04-09 13:16:50 -03:00
Wellinator b749a80a25 Add rotation function 2021-04-08 08:33:06 -03:00
Wellinator e43fae88e8 Setup initial cube sample 2021-04-07 08:17:10 -03:00
Wellinator 11717f42eb Initial setup for Cube sample 2021-04-02 09:01:14 -03:00
h4570 35fc8aea73 changed uris 2021-02-06 18:33:50 +01:00
h4570 bc41afdf89 gcc porting - successful compilation 2021-01-12 19:34:30 +01:00
h4570 6e09741d19 refactored texturelink, loadFrom(), mesh color 2020-12-28 14:19:51 +01:00
Sandro Sobczyński 6432fc183e Create README.MD 2020-12-27 21:21:38 +01:00
Sandro Sobczyński a971309e2d Update README.MD 2020-12-27 21:13:21 +01:00
h4570 ea0d47e09c cleanup & changed water logic 2020-12-27 19:49:36 +01:00
h4570 1d7730504b fixed sync between processors 2020-12-27 19:09:50 +01:00
h4570 c7fe915174 fixed volume 2020-12-27 13:41:32 +01:00
h4570 e987089df0 fixed floors bug 2020-12-27 13:39:44 +01:00
h4570 d0c2dfcaa3 disabled file service 2020-12-26 17:29:07 +01:00
h4570 7f9f86d7c3 added draw() in array mode 2020-12-26 13:31:43 +01:00
h4570 91772a905c cleanup 2020-12-26 13:31:30 +01:00
h4570 b4fe16dccc added manual calcs of model-view-proj matrix 2020-12-24 12:45:09 +01:00
h4570 e39c8c5de8 changes to match latest matrix/vector3 api 2020-12-24 10:34:56 +01:00
Foxar ae3dd737e5 Changed: Multiple const additions. 2020-12-21 20:28:26 +01:00
Foxar 4bee938106 PR Review: Memory de-allocation, misc. fixes. 2020-12-10 17:49:53 +01:00
Michał Mostowik 97151ffc78 PR Review, removing commented line 2020-12-10 17:37:44 +01:00
Foxar 5129d53b27 Added: Missing mine class files. 2020-12-10 16:32:01 +01:00
Foxar 0c0512b37f Added: Game over screen 2020-12-10 14:38:12 +01:00
Foxar e7aa4d13cc Added: Mines now explode and hurt the player, added new makefile and made more mines spawn on game start. 2020-12-10 13:52:45 +01:00
Foxar 1c9351e5e9 Added: Sea mines, when fully implemented, will explode and take lifes from player. 2020-12-10 12:52:54 +01:00
Foxar f86a1bf190 Added: Underwater/Above water soundscape, misc sound effects. Reworked player class a bit to contain pointer to the game engine for sound playing. 2020-12-09 14:27:40 +01:00
Foxar c4fc52b043 Added: Sprites representing lifes player has left, and life variable. 2020-12-08 19:27:30 +01:00
Foxar f4421b659d Added: Seabed model/code. 2020-12-08 16:48:43 +01:00
Foxar 220caba84a Fixed: Added MODE_STRETCH to wateroverlay, fixing the tiling issue. 2020-12-08 15:30:48 +01:00
Michał Mostowik 921b482e61 Merge pull request #3 from h4570/develop
Develop pull
2020-12-08 14:54:12 +01:00
Foxar 45edf7aedb Added: Static fps member to dolphin.cpp, auto-updated with engine->fps, made player movement multiplied by deltatime of last frame. 2020-12-08 14:42:43 +01:00
Sandro Sobczyński d9b5f8a4aa Merge pull request #42 from Foxar/master
Dolphin sample: Controls adjusted, collectibles float up on pickup, camera adjusted.
2020-12-08 14:24:02 +01:00
Michał Mostowik 4557485cab Fixed datatype typos in dolphin.cpp 2020-12-08 14:20:00 +01:00
Foxar 582b42c29e Changed: Optimization from code review PR #42 2020-12-08 13:36:13 +01:00
h4570 8a0f5f7b84 refactor #2 2020-12-07 22:14:36 +01:00
h4570 5787b6a920 refactor #1 2020-12-07 22:11:21 +01:00
h4570 6d9b93998a changed paths 2020-12-07 22:05:06 +01:00
h4570 96fe7c380e added reward 2020-12-07 21:51:48 +01:00
h4570 11a92c32ee audio changes 2020-12-07 21:51:44 +01:00
h4570 87ae4b0507 added info banner 2020-12-07 21:20:08 +01:00
h4570 dd49fc165e lot of changes in floors 2020-12-07 20:47:41 +01:00
Foxar 83dce5cb92 Changed: Slowed player rotation speed. 2020-12-07 20:09:17 +01:00
Foxar 32422b87eb Added: Collectibles now rotate, float up before disapeparing after being picked up. 2020-12-07 20:08:11 +01:00