summaryrefslogtreecommitdiff
path: root/src/scriptapi_object.cpp
Commit message (Collapse)AuthorAge
* Generalize hud_builtin_enable into hud_set_flagskwolekr2013-04-25
|
* Added support to disable built-in HUD elementsDiego Martínez2013-04-24
|
* Added offset support for HUD itemsDiego Martínez2013-04-23
|
* Added support for alignment in HUD itemsDiego Martínez2013-04-23
|
* Fix hud_change stat argument retrievalkwolekr2013-04-21
|
* Add direction parameter to statbars in HUD APIkwolekr2013-04-20
| | | | Fix health bar overlap when a larger texture is used
* Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modificationkwolekr2013-04-18
|
* Lua HUDJonathon Anderson2013-04-18
|
* Allow modifying movement speed, jump height and gravity per-player via the ↵MirceaKitsune2013-04-05
| | | | Lua API.
* lua methods set_look_pitch and set_look_yawRealBadAngel2013-03-17
|
* split scriptapi.cppsapier2013-03-05
Remerge some files in order to reduce number of additional files Make necessary changes for split, rename files, reorganize some bits