aboutsummaryrefslogtreecommitdiff
path: root/src/script/lua_api/l_minimap.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* script: Replace calls to depreated luaL_openlibsfan52021-05-301-1/+1
* Minimap as HUD element with API controlPierre-Yves Rollo2020-10-041-10/+14
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-2/+2
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+1
* C++11 cleanup on constructors (#6000)Vincent Glize2017-06-191-2/+1
* Minimap: Do a double-typecast to fix compiling with MSVCSmallJoker2017-04-151-1/+1
* [CSM] Add function to set minimap shape (#5569)bigfoot5472017-04-141-3/+15
* Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#...Loïc Blot2017-04-081-1/+1
* l_minimap: don't show minimap if configuration doesn't allow itLoïc Blot2017-03-291-0/+5
* Refactor Game class (part 2) (#5422)Loïc Blot2017-03-191-0/+10
* [CSM] Fix minimap problems (#5405)Loïc Blot2017-03-171-6/+10
* [CSM] Add minimap API modifiers (#5399)Loïc Blot2017-03-161-0/+196