Commit Graph

82 Commits

Author SHA1 Message Date
Michał Mostowik 62cff819ff Merge pull request #45 from h4570/doc/audio
Audio: Added small comment to loadADPCM().
2020-12-07 23:51:13 +01:00
h4570 0474fc07a5 doc: usefull tip for loadADPCM() 2020-12-07 21:05:46 +01:00
h4570 e00e677d1e fixed naming convention 2020-12-07 21:04:38 +01:00
h4570 3284c5a598 added setAmbientLight(), setWorldColor() 2020-12-07 21:02:06 +01:00
Michał Mostowik 18f3398687 Merge pull request #40 from h4570/feature/texture-inline
Marked texture getters as inline
2020-12-07 17:23:28 +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 5fb6858678 marked getters as inline 2020-12-07 17:19:34 +01:00
h4570 8a1bc254c5 added sprite modes (stretch/repeat) 2020-12-07 17:18:43 +01:00
Michał Mostowik f95794c181 Merge pull request #36 from h4570/hotfix/vector3
Fixed sqrt() VU0 calcs on real PS2
2020-12-07 00:41:34 +01:00
h4570 f080a97dc5 fixes for real ps2 (vwaitq), and cosmetic changes 2020-12-06 20:25:52 +01:00
h4570 55cee63ace fixed path3 lighting on real ps2 2020-12-06 20:20:08 +01:00
h4570 d0017f26f1 marked distanceTo as const 2020-12-06 16:38:51 +01:00
h4570 67a10cb724 Added tex max check 2020-12-06 00:13:37 +01:00
h4570 b8552330bd fixed rendering for non square sprites 2020-12-06 00:00:35 +01:00
h4570 513ae84577 added const to some vector3 funcs 2020-12-03 23:51:18 +01:00
h4570 f45f5c39c7 small rework of timer class 2020-12-03 20:04:35 +01:00
h4570 72266d0c25 fixed 2d alpha blending 2020-12-03 18:25:17 +01:00
h4570 389a5ee608 mesh_texture -> texture 2020-12-01 19:27:55 +01:00
h4570 ca7846f60b refactored makefiles 2020-12-01 19:18:40 +01:00
h4570 510199164c added 2d png support 2020-12-01 17:26:10 +01:00
h4570 3841487388 added png loader 2020-12-01 17:25:18 +01:00
h4570 6f1d0e2e33 fixed to match new packet2 api 2020-12-01 17:02:31 +01:00
h4570 7d2f354085 added test 2d rectangle to renderer 2020-11-29 13:37:30 +01:00
h4570 7233e6a4f4 fixed typo 2020-11-28 12:16:05 +01:00
h4570 25b5fb4295 fixed to last packet2 api 2020-11-23 22:01:28 +01:00
h4570 e9febb5d8d changed order of wait/send 2020-11-22 13:15:15 +01:00
h4570 82cab6f78b refactored to match latest libpacket2 api 2020-11-21 13:59:56 +01:00
h4570 5e811b78cd minor fixes 2020-11-20 22:34:24 +01:00
h4570 3d755e9983 fixed obj parsing bug 2020-11-20 22:34:13 +01:00
h4570 6b821afd86 fixes to match latest libpacket2 commit 2020-11-20 20:26:19 +01:00
h4570 8a3485e671 migrated VU1 into spacket 2020-11-17 17:33:30 +01:00
h4570 33d7f9648d testing spacket on vu1 2020-11-17 14:55:41 +01:00
h4570 2b42bc53cb function name change (spacket) 2020-11-17 14:45:14 +01:00
h4570 4112e6d327 migrated sendSingleRefList to spacket 2020-11-17 13:20:18 +01:00
h4570 d2ce2eb7b2 migrated vu1 upload_prog into spacket 2020-11-17 12:58:13 +01:00
h4570 00c171d6b9 migrated gif_sender to spacket 2020-11-16 23:15:07 +01:00
h4570 7e442bcf5c gif_sender migration #1 (libspacket) 2020-11-16 18:48:36 +01:00
h4570 c1ad6effbd migrated renderer to libspacket 2020-11-16 18:48:09 +01:00
Sandro Sobczyński fb0df1537e wip - file_service 2020-11-12 18:24:02 +01:00
Sandro Sobczyński c6af82943a small fixes 2020-11-10 20:31:15 +01:00
Sandro Sobczyński f3a1bcb47d added adpcm support 2020-11-10 19:31:30 +01:00
Sandro Sobczyński ac7a04b669 Merge branch 'feature/audio-adpcm' 2020-11-10 12:31:45 +01:00
Sandro Sobczyński a3a6150ecb adpcm support 2020-11-10 12:31:31 +01:00
Sandro Sobczyński 3b5fb1b670 fixing rendering issue on real PS2 2020-11-08 21:50:06 +01:00
Sandro Sobczyński 3dc304b829 wip audio #1 2020-11-08 10:06:41 +01:00
Sandro Sobczyński b11df0262e camera refactor 2020-11-05 14:53:42 +01:00
Sandro Sobczyński eba254f13b removed unitcircle pos from camera base 2020-11-05 14:41:08 +01:00
Sandro Sobczyński 3fdbda4a4a added comments to draw methods 2020-11-04 22:55:55 +01:00
Sandro Sobczyński bfd75003a4 fixed naming convention 2020-11-04 22:46:47 +01:00
Sandro Sobczyński 1757ef67dc moved floors audio logic from audio class 2020-11-04 22:33:16 +01:00