2
0
mirror of https://github.com/raylib-cs/raylib-cs synced 2025-09-09 03:01:41 -04:00
Commit Graph

31 Commits

Author SHA1 Message Date
b41bd204f0 Fixed typo
- AudioStream and VrDeviceInfo should be structs not classes.
- Added [SuppressUnmanagedSecurity] to Raylib class. Should improve performance(untested).
2018-10-26 18:38:12 +01:00
067abba79f Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs 2018-10-25 18:20:15 +01:00
c617dff002 Fixing more examples
- Changed a few parts to use IntPtr for now.
2018-10-25 18:20:13 +01:00
Mikael Rasmussen
4960a68e04 Merge remote-tracking branch 'ChrisDill/master' 2018-10-25 19:08:56 +02:00
Mikael Rasmussen
d4ba2b6c5a fix for dropfiles 2018-10-25 18:57:12 +02:00
ce89a3bc8d Removed FormatText + SubText change
- Using built in string.Format instead of FormatText.
- SubText changed to extension method for a string that uses Substring and a bound limit.
2018-10-25 17:21:47 +01:00
957202efda Fixed RayHitInfo
- Fixed issue with RayHitInfo. bool types different so using byte instead.
2018-10-25 13:07:38 +01:00
6ab272042f Fixed trailing whitespace
- Removed trailing whitespace from bindings and examples.
2018-10-24 12:41:55 +01:00
3ea345851a Moved example menu
- Menu for example removed from Test projects and moved to exampes.
- Changed nativeLibName from raylib.dll to raylib. It should find the correct one this way but might need a dll.config file.
2018-10-23 17:13:25 +01:00
02949091d3 Working on example fixes
- Minor fix in Raylib.cs
- Updated Test.NetFX for better debugging of examples.
2018-10-23 12:38:34 +01:00
67f06a3618 Bindings cleanup
- Replaced tabs with 4 spaces
- Added comments to Raylib.cs
2018-10-23 11:57:13 +01:00
f1cf0acd5e Fixing raylib enums/contants
- Enum names should be close to raylib.
- Added constants directly as well with Colours.
2018-10-22 16:07:18 +01:00
msmshazan
3af8accf9b added new runtimes 2018-10-21 23:04:32 +05:30
7e5c985f85 Review and cleanup
- General cleanup.
- Fixed missing functions from raymath.
- Nuget info part of project file.
2018-10-20 13:16:58 +01:00
4198ffb0bd Bindings moved to standard
- Bindings changed to a .Net standard library.
- Split up testing code and library into a Test project.
2018-10-18 13:55:03 +01:00
cca8f0a4b4 Fixing a few functions
- Changing pointer arguments to use ref
2018-10-15 19:20:45 +01:00
msmshazan
1fb8e71b30 Some fixes 2018-10-15 16:50:44 +05:30
msmshazan
ea49e8a362 small change 2018-10-15 16:32:15 +05:30
msmshazan
3e434cc50d Fix for Pinvoking structs 2018-10-15 16:24:58 +05:30
e51ebc7edf Back to unsafe
- Fixed array issue means we have to use unsafe in a few parts for now.
- Testing rayforms in bindings
2018-10-12 20:42:51 +01:00
msmshazan
28696cd7af Added fixes to Handle x86 and x64 bit dll dependencies of raylib 2018-10-05 23:47:19 +05:30
b700e626ed Merge pull request #6 from msmshazan/dllimport-fix
Changing Dllimport calling conventions to Cdecl
2018-10-05 18:07:04 +01:00
msmshazan
df8cbbbc67 Changing Dllimport calling conventions to Cdecl 2018-10-05 22:31:02 +05:30
7314850816 Bindings project can now test directly
- Changed back to exe project so bindings can be tested easily. Otherwise build as a class library.
- raylib.dll moved yet again. It is now in with bindings and copied to output.
2018-10-05 18:00:12 +01:00
e9eba6ced0 Tidying up project
- Added Release folder for important dlls that will be used in nuget package
- Moved Rayforms into Examples folder
- Added updated generator(WIP)
2018-10-05 17:31:46 +01:00
791c165dee No longer require unsafe option
- Change unsafe/fixed to use IntPtr or MarshallAs instead.
- Added methods in physac to marshall IntPtr returns to PhysicsBodyData.
2018-09-23 12:34:40 +01:00
af2241ccd3 Fixed .proj settings and readme 2018-09-10 12:25:13 +01:00
2f8a9914ef Updated bindings!
- Changed internal class name from rl to Raylib.
- Improving documentation and tidying bindings a bit.
- Renamed DrawControl to RayForm.
- Bindings now a class library for easy reuse.
2018-09-10 12:18:51 +01:00
b0909c3241 Setting up examples project
- Dedicated project for raylib examples using Bindings as a class library.
2018-09-10 11:42:18 +01:00
b7e030ee24 Fixed project naming
- Changed assembly name to match project.
2018-08-31 09:33:30 +01:00
7634b8a4a5 Alot of binding improvements!
- Improved bindings and added initial ones for Easings, Physac, Raygui and Raymath(Not yet fully tested).
- Renamed ExamplesApplication to Bindings to make it more clear.
- Examples separated from bindings.
- Improve readme to reflect changes.
2018-08-31 09:30:32 +01:00