RealBadAngel's patch which allows the lua api to read pressed player keys. This shoul...
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Thu, 22 Nov 2012 19:01:31 +0000 (21:01 +0200)
committerPerttu Ahola <celeron55@gmail.com>
Sun, 25 Nov 2012 17:14:24 +0000 (19:14 +0200)
commit3d1c481f0bdf03b59871237d810685278e87613b
treefe49c10e926b1e452e4f98561a148e2f145c27e9
parent756db8174aa6a05eb998cfcec8eb5127053c5ea9
RealBadAngel's patch which allows the lua api to read pressed player keys. This should make it possible to change the player's animation based on what he is doing

Correct lua api version number

Always update animations and attachments after the entity is added to scene client side. Fixes animations not being applied in client initialization for some reason. Attachments should be re-tested now just to be safe.

Fix a segmentation fault caused by reaching materials that didn't exist in a loop for setting texture
doc/lua_api.txt
src/client.cpp
src/clientserver.h
src/content_cao.cpp
src/game.cpp
src/localplayer.h
src/player.h
src/scriptapi.cpp
src/server.cpp