Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-06 | buil Use NSIS to create Windows installer | Frederico Linhares | |
2024-01-05 | buil Use a newer version for mruby | Frederico Linhares | |
2023-09-15 | feat Create skeletal mesh | Frederico Linhares | |
2023-05-31 | fixt Remove YAML from engine | Frederico Linhares | |
* README.markdown: Remove a dependency that no longer exists and add one that was missing. * src/candy_gear.cpp: Remove YAML from the engine as mruby already provides it. * src/sprite_implementation.cpp, src/sprite_implementation.hpp: Remove unused code. | |||
2023-05-30 | feat Create 2D animations | Frederico Linhares | |
* Rakefile: Add subfolders to the lib directory. * lib/animation/discrete.rb: Create a class for discrete animations. This class needs tests. * lib/animation/frame_2d.rb: Create a 2D frame to be used with discrete animations | |||
2023-04-20 | feat Create text rendering system | Frederico Linhares | |
2022-12-29 | refa Use QOI image format for textures | Frederico Linhares | |
2022-10-19 | buil Use C++20 instead of C++17 | Frederico Linhares | |
2022-10-05 | buil Configure compilatio for MinGW | Frederico Linhares | |
2022-09-30 | refa Use static linking for mruby | Frederico Linhares | |
2022-08-30 | feat Create 2d graphics pipeline | Frederico Linhares | |
2022-08-02 | refa Use Vulkan for graphics | Frederico Linhares | |
This is a partial refactory. Some functionalities implemented in SDL were removed and need reimplementation. | |||
2022-05-23 | buil Create a task that generates a tar.gz package | Frederico Linhares | |
* Rakefile: Create a task to generate a tar.gz package and add DESTDIR environment variable to the install task. Both changes help when generating packages for Linux distributions. | |||
2022-04-06 | Initial commit | Frederico Linhares | |