Age | Commit message (Collapse) | Author |
|
* 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.
|
|
|
|
|
|
|
|
|
|
|
|
* src/camera.cpp src/camera.hpp: Remove the camera as Vector3D and
Rotation3D are going to replace it.
* src/model.cpp: Add draw command as instances do not exist anymore.
* src/model/instance.cpp src/model/instance.hpp: Remove the instance as
Vector3D and Rotation3D are going to replace it.
|
|
|
|
This is a partial refactory. Some functionalities implemented in
SDL were removed and need reimplementation.
|
|
|