-
Notifications
You must be signed in to change notification settings - Fork 173
Replace direct QtScript usage with an isolating interface. #1200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
odysseus654
wants to merge
41
commits into
vircadia:master
Choose a base branch
from
odysseus654:feature/scripting
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
ba2d93c
ensure all #include's to QtScript are labeled as such (easier to find)
odysseus654 5e36015
isolate calls to the QtScript libraries to an interface we control
odysseus654 897ff08
Merge branch vircadia:master into feature/scripting
odysseus654 b52624c
working to clean up the QtScript implementation and move towards comp…
odysseus654 90c15af
Merge remote-tracking branch 'remotes/origin/HEAD' into feature/scrip…
odysseus654 87bb35c
adding basic script-engine documentation
odysseus654 dd34b77
shifting classes around and adding static initializers to resolve dep…
odysseus654 e799518
moving EntityItemID from script-engine to shared
odysseus654 8db1cfe
dropping dependencies from networking to script-engine by moving Enti…
odysseus654 d8546da
added custom type support
odysseus654 e5be895
early smoketesting
odysseus654 6462ac1
rework ScriptValue to act like a stack variable rather than a pointer
odysseus654 e6117d2
changes in response to build log on other compilers
odysseus654 3a24305
more changes in response to build log on other compilers
odysseus654 803ec1b
more debugging using github compiler runs
odysseus654 cae568c
more code review using github compiler runs
odysseus654 1d67628
more code review using github compiler runs (hopefully the macos buil…
odysseus654 2b60842
hopefully resolves the last reported link error on macos
odysseus654 876736a
finished coding and smoketested ScriptContextQtAgent (required to get…
odysseus654 4abbff2
patch review and removal of unnecessary differences
odysseus654 28d7964
significant cleanup of ScriptEngineQtScript (which isn't exposed to t…
odysseus654 ff46561
more simplification of ScriptEngineQtScript declarations
odysseus654 26c9810
more shifting around of ScriptEngineQtScript declaration
odysseus654 4f03899
convert script engine variables from QSharedPointer to std::shared_ptr
odysseus654 c036c04
changes from code review suggestions
odysseus654 170a8f3
Merge remote-tracking branch 'remotes/vircadia/master' into feature/s…
odysseus654 e407507
Merge remote-tracking branch 'remotes/vircadia/master' into feature/s…
odysseus654 9eb325f
first pass creating Qt <-> QtScript interface
odysseus654 3035457
not sure what would have broken this but... adding required windows d…
odysseus654 3b37bbc
Merge remote-tracking branch 'remotes/vircadia/master' into feature/s…
odysseus654 0144609
Continued tightening and testing of the scripting engine "glue" logic
odysseus654 7a49155
minor tweaks in response to code review (very belated) and reported i…
odysseus654 bc8d57a
Merge remote-tracking branch 'remotes/vircadia/master' into feature/s…
odysseus654 0bd5c11
Merge remote-tracking branch 'remotes/vircadia/master' into feature/s…
odysseus654 8198991
force Qt registration of PerformanceManager::PerformancePreset, as it…
odysseus654 e30cf41
identify the largest number of parameters any of our method overrides…
odysseus654 e9ed543
fix typo preventing methods from being discovered on scriptable objec…
odysseus654 9029337
remove requirement that ScriptManager::evaluate be meta-invokable
odysseus654 6f9e77e
dropped unused meta declaration
odysseus654 32584b7
dropped KALILA global script attributes
odysseus654 52c8344
fixed missing #include required by new template blockingInvokeMethod …
odysseus654 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.