aboutsummaryrefslogtreecommitdiff
path: root/src/scriptapi_object.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added support to disable built-in HUD elementsDiego Martínez2013-04-241-0/+3
|
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-181-18/+1
|
* Lua HUDJonathon Anderson2013-04-181-0/+29
|
* Allow modifying movement speed, jump height and gravity per-player via the ↵MirceaKitsune2013-04-051-0/+3
| | | | Lua API.
* lua methods set_look_pitch and set_look_yawRealBadAngel2013-03-171-1/+7
|
* split scriptapi.cppsapier2013-03-051-0/+214
Remerge some files in order to reduce number of additional files Make necessary changes for split, rename files, reorganize some bits