Age | Commit message (Collapse) | Author |
|
|
|
* Rakefile: Remove Windows specific library
|
|
* 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.
|
|
|
|
|
|
|
|
* 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.
|
|
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is a partial refactory. Some functionalities implemented in
SDL were removed and need reimplementation.
|
|
* 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.
|
|
|