Commit Graph

312 Commits

Author SHA1 Message Date
Sandro Sobczyński 7b43c0c90f Merge pull request #91 from Foxar/develop
Fixed loading erros in .obj loader when loading models without UVMap or Normals.
2021-04-19 11:35:06 +02:00
Foxar b0ae873a88 Adjusted scanf results checking to correct value, fixing the loading of models without set normals. 2021-04-19 11:19:18 +02:00
Foxar 7b3a28065b Fixed loading errors when loading models without Normals or UVMaps, by modifying the fscanf format, and adding a missing break statement. 2021-04-19 10:07:38 +02:00
Sandro Sobczyński 589b3b03a4 Merge pull request #90 from Foxar/develop
Dolphin sample deep diving crashing fix.
2021-04-18 23:41:09 +02:00
Foxar 611d4f76be Replaced renderer::draw() call with array of meshes and size of array as argument with a loop iterating through water tile array, calling draw on the individual water tiles. 2021-04-18 23:02:21 +02:00
Michał Mostowik bf0c65a14c Merge pull request #6 from h4570/develop
Update develop to newest version
2021-04-18 22:18:13 +02:00
Michał Mostowik ab0c999117 Merge pull request #5 from h4570/develop
Updating develop with h4570/tyra develop
2021-04-18 14:32:42 +02:00
Sandro Sobczyński 28599512e4 Update README.MD 2021-04-13 20:26:58 +02:00
Sandro Sobczyński db6c84ba11 Merge pull request #89 from Wellinator/cube-sample
Create basic cube sample
2021-04-13 20:22:33 +02:00
Wellinator b0c94a1602 Merge branch 'cube-sample' of github.com:Wellinator/tyra into cube-sample 2021-04-13 13:48:39 -03:00
Wellinator f34284591f Add README.MD 2021-04-13 13:48:29 -03:00
Sandro Sobczyński 7203f6f5c4 Delete readme.txt 2021-04-13 17:13:58 +02:00
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
Sandro Sobczyński 142bf60a6d Update README.MD 2021-02-07 17:03:16 +01:00
Sandro Sobczyński 9efd8ab3e1 Update README.MD 2021-02-07 14:13:31 +01:00
Sandro Sobczyński 7b2e411a13 Merge pull request #85 from h4570/develop
Added latest changes, make Tyra working on latest PS2SDK (GCC11)
v1.31.2-alpha
2021-02-06 19:04:10 +01:00
h4570 8bd5476d61 link fix 2021-02-06 19:02:10 +01:00
h4570 4146df48a9 fixed audio playing - dirty way 2021-02-06 18:57:00 +01:00
h4570 35fc8aea73 changed uris 2021-02-06 18:33:50 +01:00
h4570 c0bb78f1c9 added latest changes 2021-02-06 18:26:09 +01:00
h4570 e5c2aa1548 removed unecessary comment 2021-02-06 18:21:35 +01:00
h4570 c72393b236 fixed asm reg alloc bug 2021-02-06 18:21:28 +01:00
h4570 a973c47321 set normals/sts as present in md2/dff 2021-02-06 18:21:11 +01:00
h4570 bc41afdf89 gcc porting - successful compilation 2021-01-12 19:34:30 +01:00
h4570 67bbe2e674 added note to changelog 2020-12-28 16:59:10 +01:00
Michał Mostowik 69b3621215 Merge pull request #84 from h4570/feature/non-textured-rendering
Renderer: Non textured rendering (RGBA only)
2020-12-28 16:21:25 +01:00
h4570 b053504623 added rgba only option to vu progrm 2020-12-28 16:06:22 +01:00
h4570 ad43a4bfd3 moved sts/normals present 2020-12-28 16:05:48 +01:00
h4570 1b6e1e94ee commented out drawByPath3() (obsolete) 2020-12-28 14:23:51 +01:00
h4570 6e09741d19 refactored texturelink, loadFrom(), mesh color 2020-12-28 14:19:51 +01:00
h4570 152bc7d6cf fixed compilation warning 2020-12-28 13:39:56 +01:00
h4570 25255c1c22 Merge branch 'develop' into objloader-refactor 2020-12-28 12:43:43 +01:00
Sandro Sobczyński afa98e8bdf Update CHANGELOG.MD v1.29.1-alpha 2020-12-27 21:39:19 +01:00
Sandro Sobczyński 55bc876dfb Update README.MD 2020-12-27 21:32:18 +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
Sandro Sobczyński b94fa40eac Update README.MD 2020-12-27 21:03:31 +01:00
Sandro Sobczyński c1ed10eb3b Create CHANGELOG.MD 2020-12-27 20:53:57 +01:00
Sandro Sobczyński 07ba692009 Merge pull request #82 from h4570/develop
Monthly release
2020-12-27 20:03:09 +01:00
Sandro Sobczyński 64a2ccd6f3 Merge pull request #80 from h4570/feature/dolphin
Dolphin: Cleanup & changed water logic.
2020-12-27 19:56:41 +01:00