Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-07-14 | feat Update to SDL3 | Frederico Linhares | |
2025-07-14 | refa Remove SDL2 mixer | Frederico Linhares | |
2024-05-08 | feat Update Ruby version | Frederico Linhares | |
2024-02-06 | fixt Compilaton for Linux | Frederico Linhares | |
* Rakefile: Remove Windows specific library | |||
2024-01-11 | fixt Fix several bugs in the Windows installation | Frederico Linhares | |
* Rakefile: Link against winsock2 * ruby_build_config.rb: Add sockets to the engine for on-line gaming. * src/core.cpp: Windows needs to read mrb files as binaries. * windows_installer.nsi: write uninstaller before listing files seems to cause bugs. | |||
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 | |