Skip to content

GitLab

    • 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
    • Switch to GitLab Next
    • Menu
    Projects Groups Snippets
  • Get a free trial
  • Sign up
  • 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 735
    • Issues 735
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 61
    • Merge requests 61
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

GitLab 15.0 is launching on May 22! This version brings many exciting improvements, but also removes deprecated features and introduces breaking changes that may impact your workflow. To see what is being deprecated and removed, please visit Breaking changes in 15.0 and Deprecations.

  • OpenMW
  • 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
Reviewer
Request review from
Time tracking
Source branch: lua_raycasting