Releases: DeybisMelendez/game-tools
Releases · DeybisMelendez/game-tools
v0.4.0-3
Añadido Lovepad a game-tools
v0.9.0 Merge branch 'master' of https://github.com/DeybisMelendez/game-tools
Gran cambio
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
v0.7.0 update .travis.yml
Minor bugs and errors fixed.
v0.6.0 error en vector_spec.lua arreglado
MIT license added
v0.5.0 Update vector.lua
Some changes
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
- vector:getAngle() is now vector:angle()
- Many new methods.
- checkError() deleted temporarily
Version v0.2.0
- New functions dot, round, abs.
- Check error system added.
First version!
v0.1.0 Update README.md