Commit Graph

25 Commits

Author SHA1 Message Date
Sylvain PILLOT 47fb74d32c Flip the scrolling horizontally instead of vertically 2023-01-23 18:27:57 +01:00
Sylvain PILLOT a08add12de [WIP] creation of movement trajectory based on Catmull-Rom 2023-01-23 08:02:13 +01:00
Sylvain PILLOT 6f5f06bfd0 corrected player movement speed + addition of some sprites 2023-01-22 23:20:16 +01:00
Sylvain PILLOT 7d007e366e cleaning of sources + impacts of bullets on enemies 2023-01-22 14:30:19 +01:00
Sylvain PILLOT 3cfa8de6bb some cleaning + corrected typo Ennemy --> Enemy ;-) 2023-01-22 13:39:43 +01:00
Sylvain PILLOT cc38291736 added lasers [WIP] 2023-01-22 11:07:36 +01:00
Sylvain PILLOT 34fa959d5e new class Player with satellites + different ennemies + lower speed shoot 2023-01-21 22:45:10 +01:00
Sylvain PILLOT 13c384eeae added ennemies and bullet impacts 2023-01-21 14:04:58 +01:00
Sylvain PILLOT cdce9ab3c5 Added bullets 2023-01-20 21:11:57 +01:00
Sylvain PILLOT 61ef31bc16 tuned explosions details 2023-01-20 12:31:38 +01:00
Sylvain PILLOT 2c4ae5619c add capture features + player + fake boss 2023-01-19 22:17:11 +01:00
Sylvain PILLOT 52c18741bd Improvement of std::vector with dynamic allocation of particle* 2023-01-15 17:38:37 +01:00
Sylvain PILLOT f33cb39837 Startfield Shader based back on std::vector 2023-01-15 14:38:09 +01:00
Sylvain PILLOT a17fa47054 Definition of a 2D Starfield Shader 2023-01-13 22:12:08 +01:00
Sylvain PILLOT 758abed55f PixelList shader fixed with Lephe's help 2023-01-10 21:53:49 +01:00
Sylvain PILLOT 8558238290 Crash next - Stars correctly created and updated - Rendering is the source 2023-01-10 19:06:01 +01:00
Sylvain PILLOT aa1d14976d Big bug - Crash in azrp_shader_pixellist( void *, void*, void *) 2023-01-10 18:54:29 +01:00
Sylvain PILLOT afcbbfc10f Attempt to develop a PixelList shader - WIP 2023-01-10 12:31:08 +01:00
Sylvain PILLOT 5a58a0cc77 StarField in the background 2023-01-09 21:30:47 +01:00
Sylvain PILLOT df570a43c7 Added a Shader to Azur to render a pixel with pixel(x, y, color) 2023-01-08 23:21:23 +01:00
Sylvain PILLOT aa1daa9b7e Particle Engine rewritten using fix point maths 2023-01-08 20:46:13 +01:00
Sylvain PILLOT 6ebbe6c747 Rewritten Particle Engine with Fiw point maths 2023-01-08 17:37:26 +01:00
Sylvain PILLOT 5e998b5196 Working version of particles - all calculations made with floats 2023-01-08 11:56:56 +01:00
Sylvain PILLOT 0662cd6cf4 Tuning of the Particle Engine for explosion - WIP - still using floats for computations 2023-01-07 22:59:29 +01:00
Sylvain PILLOT 98779f7b42 First test of the Particle Engine - WIP 2023-01-07 20:15:39 +01:00
Renamed from src/main.cc (Browse further)