Skip to content

Releases: DeybisMelendez/game-tools

v0.4.0-3

31 Jul 01:29

Choose a tag to compare

Install with luarocks

$ luarocks install game-tools

Añadido Lovepad a game-tools

21 Jul 16:10

Choose a tag to compare

v0.9.0

Merge branch 'master' of https://github.com/DeybisMelendez/game-tools

Gran cambio

21 Jan 17:21

Choose a tag to compare

Gran cambio Pre-release
Pre-release

En pro de mejorar el rendimiento de la librería, he separado las funciones operativas del vector, dejando en cada vector solo la metatabla de operaciones aritmeticas y concatenación.

General Optimization

30 Jul 19:59

Choose a tag to compare

v0.7.0

update .travis.yml

Minor bugs and errors fixed.

29 Jul 16:57

Choose a tag to compare

v0.6.0

error en vector_spec.lua arreglado

MIT license added

23 Jul 21:45
7b5f164

Choose a tag to compare

v0.5.0

Update vector.lua

Some changes

16 Jun 19:53
6657ba4

Choose a tag to compare

Concatenation and Exponentiation added.
Some functions now sets vectors, example:
this = vector(1.2, 0.0)
this:round() --> vector(1,0)

More functions and some changes

03 May 00:04
d1d1b1f

Choose a tag to compare

  • vector:getAngle() is now vector:angle()
  • Many new methods.
  • checkError() deleted temporarily

Version v0.2.0

01 May 19:15
0a02895

Choose a tag to compare

  • New functions dot, round, abs.
  • Check error system added.

First version!

01 May 02:50
d603155

Choose a tag to compare

v0.1.0

Update README.md