aboutsummaryrefslogtreecommitdiff
path: root/client/shaders/default_shader/opengl_fragment.glsl
Commit message (Collapse)AuthorAge
* Cleanup selection mesh code, add shaders for halo and selection boxesRealBadAngel2016-02-08
R_DELIM dofile(commonpath.."vector.lua") dofile(gamepath.."item.lua") dofile(gamepath.."register.lua") dofile(gamepath.."item_entity.lua") dofile(gamepath.."deprecated.lua") dofile(gamepath.."misc.lua") dofile(gamepath.."privileges.lua") dofile(gamepath.."auth.lua") dofile(gamepath.."chatcommands.lua") dofile(gamepath.."static_spawn.lua") dofile(gamepath.."detached_inventory.lua") dofile(gamepath.."falling.lua") dofile(gamepath.."features.lua") dofile(gamepath.."voxelarea.lua") dofile(gamepath.."forceloading.lua") dofile(gamepath.."statbars.lua")