aboutsummaryrefslogtreecommitdiff
path: root/src/client/render/core.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Unify wield item handling (#8677)SmallJoker2019-08-071-1/+1
| | | | This moves the wield item functions to Player and the tool utils for range calculation Also 'local_inventory' was removed due to redundancy in Client
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-5/+5
| | | | | Update Android.mk Remove 'src/client' from include_directories
* Render copyright notice: Fix name spelling (#7042)Vitaliy2018-02-151-1/+1
|
* LINT: Add files to whitelist, fix detected indent errorsparamat2017-11-061-3/+3
|
* Rewrite rendering engine (#6253)Vitaliy2017-10-311-0/+101
* Clean draw_*() arguments * Split rendering core * Add anaglyph 3D * Interlaced 3D * Drop obsolete methods