FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for Unity - jacksondunstan/UnityNativeScripting · GitHub
jacksondunstan
/
UnityNativeScripting
Public
Notifications
You must be signed in to change notification settings
Fork
134
Star
1.4k
Code
Issues
7
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
UnityNativeScripting
Unity
on
master
User selector
Datepicker
Commit history
Commits on Mar 6, 2021
Merge pull request #72 from philipcass/patch-4
Show description for 5440a2b
jacksondunstan
authored
5440a2b
View commit details
Copy full SHA for 5440a2b
View code at this point
Browse repository at this point
Commits on Mar 1, 2021
Set abstract base method declarations as virtual
Show description for 2eb8824
philipcass
authored
2eb8824
View commit details
Copy full SHA for 2eb8824
View code at this point
Browse repository at this point
Fix CPP event accessors
Show description for c53adea
philipcass
authored
c53adea
View commit details
Copy full SHA for c53adea
View code at this point
Browse repository at this point
Commits on Feb 22, 2021
Fix for standalone builds defaulting to int parameters
Show description for e8c9b6b
philipcass
authored
e8c9b6b
View commit details
Copy full SHA for e8c9b6b
View code at this point
Browse repository at this point
Merge branch 'master' of https://github.com/jacksondunstan/UnityNativeScripting
jacksondunstan
committed
a954e94
View commit details
Copy full SHA for a954e94
View code at this point
Browse repository at this point
Don't use "= default" on the System.Object destructor so its "noexcept" matches derived classes
jacksondunstan
committed
00443ef
View commit details
Copy full SHA for 00443ef
View code at this point
Browse repository at this point
Commits on Dec 11, 2020
Replace all "\n" symbol by Environment.NewLine
Kaladrius2trip
committed
faa5558
View commit details
Copy full SHA for faa5558
View code at this point
Browse repository at this point
Fix cmake lib prefix for mingw on win32 platform
Kaladrius2trip
committed
7573b1a
View commit details
Copy full SHA for 7573b1a
View code at this point
Browse repository at this point
Commits on Dec 10, 2020
Fixed index of tags with Environment.NewLine "\r\n"
Kaladrius2trip
committed
79c7c70
View commit details
Copy full SHA for 79c7c70
View code at this point
Browse repository at this point
Removed prefix "lib" after build C++ library
Kaladrius2trip
committed
0bac628
View commit details
Copy full SHA for 0bac628
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
Fix generating wrong C++ type name for multi-dimensional arrays
jacksondunstan
committed
65e70ad
View commit details
Copy full SHA for 65e70ad
View code at this point
Browse repository at this point
Commits on Jan 25, 2020
Fix opening the native library on Linux
jacksondunstan
committed
5f0e56f
View commit details
Copy full SHA for 5f0e56f
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
[#51] fix minor formatting error
=
authored and
=
committed
1c0b627
View commit details
Copy full SHA for 1c0b627
View code at this point
Browse repository at this point
[#51] Revert ObjectStore handles code to original implementation
=
authored and
=
committed
0a6bdb0
View commit details
Copy full SHA for 0a6bdb0
View code at this point
Browse repository at this point
[#51] fix formatting and remove unnecessary variable initialization
=
authored and
=
committed
bfaf5ee
View commit details
Copy full SHA for bfaf5ee
View code at this point
Browse repository at this point
Commits on Jan 16, 2020
[#51] change object-store to use a dictionary to cache objects
Show description for 3b519ac
=
authored and
=
committed
3b519ac
View commit details
Copy full SHA for 3b519ac
View code at this point
Browse repository at this point
Commits on Jan 15, 2020
[#51] Add collision handling for object store
=
authored and
=
committed
afd3c8e
View commit details
Copy full SHA for afd3c8e
View code at this point
Browse repository at this point
Commits on Jan 14, 2020
[#51] add cache construction in the init method
=
authored and
=
committed
42116ab
View commit details
Copy full SHA for 42116ab
View code at this point
Browse repository at this point
[#51] Fix performance issue with Object Store
Show description for 2a28a24
=
authored and
=
committed
2a28a24
View commit details
Copy full SHA for 2a28a24
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Fix issue #29 by returning primitive types in binding functions rather than struct types (e.g. int32_t instead of System::Int32).
jacksondunstan
committed
b508933
View commit details
Copy full SHA for b508933
View code at this point
Browse repository at this point
Commits on Aug 11, 2019
Close the native library when the editor state changes back to edit mode rather than in OnApplicationQuit, which can be called before other MonoBehaviour messages like OnDestroy.
jacksondunstan
committed
74d7d4a
View commit details
Copy full SHA for 74d7d4a
View code at this point
Browse repository at this point
Commits on Aug 9, 2019
Use Cdecl calling convention for all [DllImport]
Show description for efcc949
jacksondunstan
committed
efcc949
View commit details
Copy full SHA for efcc949
View code at this point
Browse repository at this point
Omit type parameters in C++ constructor and destructor declarations.
jacksondunstan
committed
7f61e75
View commit details
Copy full SHA for 7f61e75
View code at this point
Browse repository at this point
Use IL2CPP in standalone builds
jacksondunstan
committed
5785e67
View commit details
Copy full SHA for 5785e67
View code at this point
Browse repository at this point
Commits on Aug 7, 2019
- Remove global placement new operator
Show description for 7107c69
jacksondunstan
committed
7107c69
View commit details
Copy full SHA for 7107c69
View code at this point
Browse repository at this point
Commits on Aug 3, 2019
Made BootScript only run on Start, not Awake, so that it can be disabled.
jacksondunstan
committed
d67249b
View commit details
Copy full SHA for d67249b
View code at this point
Browse repository at this point
Commits on Jul 4, 2019
Use non-experimental namespace for UI Elements in Unity 2019.1+
jacksondunstan
committed
7b3d95e
View commit details
Copy full SHA for 7b3d95e
View code at this point
Browse repository at this point
Commits on Mar 6, 2019
Fix a bug generating the base type constructor function for delegates
jacksondunstan
committed
ba3cf0d
View commit details
Copy full SHA for ba3cf0d
View code at this point
Browse repository at this point
Commits on Jul 29, 2018
Fix GitHub Issue #19 regarding whole object free list initialization (thanks to JmgrArt!)
Show description for 1cb1135
jacksondunstan
committed
1cb1135
View commit details
Copy full SHA for 1cb1135
View code at this point
Browse repository at this point
Commits on Jun 11, 2018
Pass Init parameters in 'memory'
Show description for 60450d4
jacksondunstan
committed
60450d4
View commit details
Copy full SHA for 60450d4
View code at this point
Browse repository at this point
Commits on Jun 8, 2018
Generate correct return type for non-void base type methods. Thanks, @JmgrArt!
jacksondunstan
committed
2180b3e
View commit details
Copy full SHA for 2180b3e
View code at this point
Browse repository at this point
Commits on May 17, 2018
Fix generated plugin name in some cases
jacksondunstan
committed
800e0cd
View commit details
Copy full SHA for 800e0cd
View code at this point
Browse repository at this point
Commits on May 14, 2018
Fix incorrect path when generating bindings. Fix broken pragma causing
Show description for 40b66d8
Jrius
committed
40b66d8
View commit details
Copy full SHA for 40b66d8
View code at this point
Browse repository at this point
Commits on May 5, 2018
Move CppSource into Assets
Show description for 0f3e137
jacksondunstan
committed
0f3e137
View commit details
Copy full SHA for 0f3e137
View code at this point
Browse repository at this point
Commits on May 1, 2018
Fix compiler errors for non-editor builds (thanks, @hanbim520!)
Show description for 97421db
jacksondunstan
committed
97421db
View commit details
Copy full SHA for 97421db
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL