h4570
|
c72393b236
|
fixed asm reg alloc bug
|
2021-02-06 18:21:28 +01:00 |
|
h4570
|
bc41afdf89
|
gcc porting - successful compilation
|
2021-01-12 19:34:30 +01:00 |
|
h4570
|
ad43a4bfd3
|
moved sts/normals present
|
2020-12-28 16:05:48 +01:00 |
|
h4570
|
6e09741d19
|
refactored texturelink, loadFrom(), mesh color
|
2020-12-28 14:19:51 +01:00 |
|
h4570
|
25255c1c22
|
Merge branch 'develop' into objloader-refactor
|
2020-12-28 12:43:43 +01:00 |
|
h4570
|
b4fe16dccc
|
added manual calcs of model-view-proj matrix
|
2020-12-24 12:45:09 +01:00 |
|
h4570
|
91934df5e8
|
fixed warning
|
2020-12-24 10:35:04 +01:00 |
|
h4570
|
8589a298da
|
added comments, increased performance
|
2020-12-24 10:33:30 +01:00 |
|
h4570
|
5a932b35ca
|
fixed bug, added full rotation
|
2020-12-24 10:32:51 +01:00 |
|
h4570
|
7dd8947612
|
added vec3 multiply
|
2020-12-23 22:38:57 +01:00 |
|
h4570
|
4b2deb8b39
|
matrix refactor
|
2020-12-23 22:10:12 +01:00 |
|
h4570
|
e0ad58f72f
|
fixed bug with matrix multiply
|
2020-12-23 20:28:41 +01:00 |
|
Foxar
|
ae3dd737e5
|
Changed: Multiple const additions.
|
2020-12-21 20:28:26 +01:00 |
|
Foxar
|
8137bd56d8
|
Changed: Usage of getVertices()[y] to getVertex(y)
|
2020-12-21 20:07:34 +01:00 |
|
Foxar
|
cf07cf78c8
|
Added: Comment for BoundingBox constructor parameters.
|
2020-12-21 20:06:55 +01:00 |
|
Foxar
|
13f6a2ecb7
|
Changed: Changed manual deep-copy of parameter vertex array to usage of memcpy()
|
2020-12-21 20:02:51 +01:00 |
|
Foxar
|
586fe136ea
|
Changed: Removed old vertex array boundingbox declaration, forced usage of temporary vector array in initial boundingbox calculations.
|
2020-12-21 19:05:33 +01:00 |
|
Foxar
|
02d7916925
|
Fixed: Fixed incorrect naming of boundingbox constructor parameters.
|
2020-12-21 19:04:34 +01:00 |
|
Foxar
|
1cc1e62ed6
|
Fixed: Fixed incorrect vertex array for-loop iteration.
|
2020-12-21 19:03:40 +01:00 |
|
Foxar
|
d835f83e51
|
Added: New BoundingBox infrastructure into mesh_material, analogous to mesh_frame.
|
2020-12-21 18:48:11 +01:00 |
|
Foxar
|
71ce30a8fc
|
Added: Destructor for boundingbox class.
|
2020-12-20 14:13:47 +01:00 |
|
Foxar
|
53c134b0d5
|
Added: Integrated new BoundingBox class implentation with mesh_frame boundingbox calculations.
|
2020-12-20 13:38:26 +01:00 |
|
Foxar
|
9b2d39505b
|
Added: BoundingBoxFaces assignments, calculations and doxygen comments.
|
2020-12-20 13:24:50 +01:00 |
|
Foxar
|
44776f7aba
|
Added: Incomplete implenetation of BoundingBox class and BoundingBoxFace struct.
|
2020-12-20 13:13:03 +01:00 |
|
Foxar
|
607c2abc0c
|
Added: Information in mesh_frame on if STs/Normals are present, misc changes for PR #65 code review.
|
2020-12-17 15:42:33 +01:00 |
|
Sandro Sobczyński
|
3f4d2c5521
|
Revert "Urgent hotfix in matrix multiply, added few funcs"
|
2020-12-13 00:19:18 +01:00 |
|
h4570
|
b050e4643b
|
multiply hotfix! added scale, angle rotation
|
2020-12-12 23:18:31 +01:00 |
|
h4570
|
ac36012545
|
added some matrix/math funcs
|
2020-12-12 14:07:23 +01:00 |
|
Michał Mostowik
|
1c3edb3887
|
Merge pull request #38 from h4570/feature/sprite-modes
Sprite modes (stretch/repeat)
|
2020-12-07 17:23:06 +01:00 |
|
h4570
|
8a1bc254c5
|
added sprite modes (stretch/repeat)
|
2020-12-07 17:18:43 +01:00 |
|
h4570
|
f080a97dc5
|
fixes for real ps2 (vwaitq), and cosmetic changes
|
2020-12-06 20:25:52 +01:00 |
|
h4570
|
d0017f26f1
|
marked distanceTo as const
|
2020-12-06 16:38:51 +01:00 |
|
h4570
|
513ae84577
|
added const to some vector3 funcs
|
2020-12-03 23:51:18 +01:00 |
|
h4570
|
389a5ee608
|
mesh_texture -> texture
|
2020-12-01 19:27:55 +01:00 |
|
h4570
|
510199164c
|
added 2d png support
|
2020-12-01 17:26:10 +01:00 |
|
Sandro Sobczyński
|
bfd75003a4
|
fixed naming convention
|
2020-11-04 22:46:47 +01:00 |
|
Sandro Sobczyński
|
b48fa16274
|
added vector rotate
|
2020-11-04 22:00:20 +01:00 |
|
Sandro Sobczyński
|
ef16f1dbe2
|
added enable/disable vsync
|
2020-11-04 16:03:53 +01:00 |
|
Sandro Sobczyński
|
aa6b2d314b
|
optimized draw data calculations using VU0
|
2020-11-04 16:03:30 +01:00 |
|
Sandro Sobczyński
|
02560f2d6f
|
fixed frustum culling, static game class
|
2020-11-04 13:20:58 +01:00 |
|
Sandro Sobczyński
|
b75b2d6e4f
|
fixed floors sample
|
2020-11-03 16:44:39 +01:00 |
|
Sandro Sobczyński
|
5aa2a9bdb5
|
optimized rendering, fixed dff
|
2020-11-02 23:09:55 +01:00 |
|
Sandro Sobczyński
|
06a440243a
|
found fopen() bug, implemented workaroung
|
2020-11-02 15:57:36 +01:00 |
|
Sandro Sobczyński
|
138ab762ba
|
removed md2_model
|
2020-11-01 18:13:24 +01:00 |
|
Sandro Sobczyński
|
200fa3e4d5
|
removed dff model
|
2020-11-01 14:17:52 +01:00 |
|
Sandro Sobczyński
|
ef7bd425db
|
removed obj model
|
2020-11-01 10:42:24 +01:00 |
|
Sandro Sobczyński
|
d4be8e94e7
|
implemented vector in tex repo
|
2020-10-31 22:51:46 +01:00 |
|
Sandro Sobczyński
|
f9dc79caf1
|
added texture swapping
|
2020-10-31 22:14:35 +01:00 |
|
Sandro Sobczyński
|
885e8b4f2b
|
implemented alpha texture repository
|
2020-10-31 13:58:20 +01:00 |
|
Sandro Sobczyński
|
3cfe7ba8f1
|
moving textures to textures repo #1
|
2020-10-31 10:53:20 +01:00 |
|