Skip to content
GitLab
Next
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    Projects Groups Snippets
  • Sign up now
  • Login
  • Sign in / Register
  • openmw openmw
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 844
    • Issues 844
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 40
    • Merge requests 40
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenMWOpenMW
  • openmwopenmw
  • Merge requests
  • !1175

Lua raycasting

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Petr Mikheev requested to merge ptmikheev/openmw:lua_raycasting into master Aug 28, 2021
  • Overview 25
  • Commits 2
  • Pipelines 4
  • Changes 11
  1. Added Lua bindings for raycasting (resolves #6098 (closed)).
  2. Support passing Lua callbacks to C++ code. Needed for UI and for async API calls. It is grouped in one MR with raycasting because raycasting is a potential use case for callbacks (see commented code in nearbybindigs.cpp).
Edited Aug 28, 2021 by Petr Mikheev
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lua_raycasting