summaryrefslogtreecommitdiff
path: root/src/client/render/core.cpp
Commit message (Collapse)AuthorAge
* Add object crosshair, disable entity selectionboxes by default (#9523)LoneWolfHT2020-07-14
| | | | Adds new object crosshair base pack texture
* Unify wield item handling (#8677)SmallJoker2019-08-07
| | | | 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-28
| | | | | Update Android.mk Remove 'src/client' from include_directories
* Render copyright notice: Fix name spelling (#7042)Vitaliy2018-02-15
|
* LINT: Add files to whitelist, fix detected indent errorsparamat2017-11-06
|
* Rewrite rendering engine (#6253)Vitaliy2017-10-31
* Clean draw_*() arguments * Split rendering core * Add anaglyph 3D * Interlaced 3D * Drop obsolete methods