aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_localplayer.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Various features and fixessfan52020-04-111-1/+20
|
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-201-0/+11
| | | | | | * [CSM] Add basic HUD manipulation. Workaround for on_connect not working right now.
* Code modernization: subfolders (#6283)Loïc Blot2017-08-191-1/+1
| | | | | | | | | | | | | * Code modernization: subfolders Modernize various code on subfolders client, network, script, threading, unittests, util * empty function * default constructor/destructor * for range-based loops * use emplace_back instead of push_back * C++ STL header style * Make connection.cpp readable in a pointed place + typo
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-1/+1
| | | | * C++11 cleanup on constructors dir script
* [CSM] Add camera API (#5609)bigfoot5472017-05-051-7/+0
| | | | | | | * [CSM] Add camera API roper rebase & squash * Address nerzhul's review
* Sneak: Improve and fix various thingsSmallJoker2017-05-031-1/+0
| | | | | | Remove useless `got_teleported`. Fix jitter when walking against the sneak limits. Fix damage evading on sneak ladders.
* Clang format: fix LINT on old PR which doesn't have LINT enabledLoic Blot2017-04-101-5/+3
|
* LocalPlayer api luaVincent Glize2017-04-081-0/+95