This repository was archived by the owner on Feb 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Port Sqplus to sqrat #5
Open
bluehazzard
wants to merge
16
commits into
obfuscated:master
Choose a base branch
from
bluehazzard:sqrat_pull_req_1-A
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 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
f2a2279
[NOT COMPILE] Update Squirrel
bluehazzard b7e0af3
[NOT COMPILE] Remove sqplus
bluehazzard e75ebbd
[NOT COMPILE] Add sqrat binding library
bluehazzard 63d2f5d
[NOT COMPILE] Add a c++ wrapper around the squirrel c-api vm to make …
bluehazzard c26cb4e
[NOT COMPILE] Change cb internals squirrel binding from sqplus to sqr…
bluehazzard 6906a34
[NOT COMPILE] Change cb internals squirrel binding from sqplus to sqr…
bluehazzard 2814010
[NOT COMPILE] change all wx from sqplus to sqrat
bluehazzard 9a6ff67
[NOT COMPILE] update scripting console to work with sqrat, add colors…
bluehazzard 7410010
[NOT COMPILE] update all codeblocks main application bindings
bluehazzard c163f85
[NOT COMPILE] change sdk related binding (3/3)
bluehazzard 77c1e3e
Update Project files
bluehazzard 0a7ee1b
Fix scripting wiz to work with sqrat
bluehazzard 07c9cf3
Fix debugger plugin to work with the sqrat binding
bluehazzard a897f92
Fix compiler gcc plugin
bluehazzard 8e780c7
Make cbbreciations plugin compatible with sqrat
bluehazzard 9423445
Add test scripts for squirrel wx and cb internals
bluehazzard 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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is without functionality at the moment and can be removed...
void OnDebugTimer(wxTimerEvent& event);
wxTimer m_DebugerUpdateTimer;