53e63dbc44
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2018-12-21 15:51:50 +00:00
dda676f9f3
Create Raylib-cs.nuspec
...
- Second attempt at nuget. Adding files directly so they can be customized and fewer dlls in output.
- Issue with getting dlls to be added however.
2018-12-21 15:51:34 +00:00
2d444527fc
Merge pull request #18 from msmshazan/generator
...
Added Bindings Generator
2018-12-17 18:33:13 +00:00
msmshazan
9c3513c43b
Small fixes
2018-12-17 23:33:20 +05:30
msmshazan
396bf519ad
Added Generator project
2018-12-17 21:53:56 +05:30
96e29cb067
Update pdb files
...
- Not sure if pdb files were correct.
2018-12-17 10:49:21 +00:00
a203e1e401
Added pdb files to Test.NetCore/lib
...
- Need to change lib folder so its in one place for all projects.
2018-12-17 08:10:01 +00:00
44d0e1fb13
Update README.md
2018-12-03 16:37:45 +00:00
93de3f5e44
Fixed comment ident
2018-12-03 16:19:17 +00:00
9e1c019c48
Updated enums + cleanup
...
- Enums updated to match current raylib version. Also moved around to the order matches.
2018-12-03 16:14:27 +00:00
ac7cd5a82c
Updated install instructions
...
-
2018-12-03 15:54:16 +00:00
80c911221d
Fixing physac issues
...
- Trying to fix marshall issues withh physac. Comparing struct size compared to c etc.
2018-11-30 10:12:55 +00:00
e76d7a6193
Update README.md
2018-11-22 15:13:33 +00:00
1c2fc08a07
Fixed VR issue
...
- Fixed werid graphical bug with VR. Issue was with the struct for VrDeviceInfo.
2018-11-22 15:00:25 +00:00
7f7e907c89
Native debug info
...
- Added files from raylib build to allow native debugging.
2018-10-27 13:17:04 +01:00
88b7545ce3
Update project settings
2018-10-26 18:48:51 +01:00
925e8a6b49
Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs
2018-10-26 18:39:19 +01:00
4d7aeda42b
Update Examples/text/text_input_box.cs
...
- Changed to char array.
- Fixed backspace out of bounds issue.
2018-10-26 18:39:13 +01:00
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
ffd88e7942
Merge pull request #17 from mikaelssen/master
...
Vr example runs with this 'patch'
2018-10-26 18:23:43 +01:00
Mikael Rasmussen
694cf29e26
pre define distorion values
2018-10-26 19:19:28 +02:00
Mikael Rasmussen
ddc7b87a27
Merge remote-tracking branch 'ChrisDill/master'
2018-10-26 17:47:23 +02:00
Mikael Rasmussen
c1195fed8f
Vr example runs, but does not render properly
2018-10-26 13:05:34 +02: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
d7b7814a52
Merge pull request #15 from mikaelssen/master
...
Dropfiles fix
2018-10-25 18:16:20 +01:00
Mikael Rasmussen
4960a68e04
Merge remote-tracking branch 'ChrisDill/master'
2018-10-25 19:08:56 +02:00
Mikael Rasmussen
fe4e81ab9f
Merge remote-tracking branch 'ChrisDill/master'
2018-10-25 19:02:11 +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
398a3fe770
Better error handlingfor examples
2018-10-25 12:29:10 +01:00
4cfd308018
Merge pull request #14 from mikaelssen/master
...
example update, missing lights still but progress is forwards
2018-10-24 21:05:52 +01:00
Mikael Rasmussen
a55406edb0
merge
2018-10-24 21:23:53 +02:00
Mikael Rasmussen
fade3f855a
Removed git ignore for .obj, we need em for examples
2018-10-24 21:14:47 +02:00
Mikael Rasmussen
da8bfb0f67
Models closer to working, just lights being weird
2018-10-24 21:09:13 +02:00
84390bcc98
Update Examples/Test.cs
...
- Back to using relative paths for testing examples. For example enter "core/core_basic_window".
2018-10-24 20:06:20 +01:00
Mikael Rasmussen
7478516338
changeDirectory fix for FX, not sure if works with core.
2018-10-24 20:06:57 +02:00
6ab272042f
Fixed trailing whitespace
...
- Removed trailing whitespace from bindings and examples.
2018-10-24 12:41:55 +01:00
75ad5632c6
Removed generator
...
- Too many edge cases to handle.
2018-10-23 22:11:38 +01:00
6271af0eb3
Fixed line endings
...
- Line endings were not correct causing files to not display correctly.
2018-10-23 21:57:39 +01:00
03b2e7d440
Merge pull request #12 from mikaelssen/master
...
example editing
2018-10-23 17:23:51 +01:00
Mikael Rasmussen
cfc508f3be
Merge remote-tracking branch 'origin/master'
2018-10-23 18:15:20 +02: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
Mikael Rasmussen
31f7300a1a
Merge branch 'model_material_pbr'
2018-10-23 18:12:29 +02:00
Mikael Rasmussen
b4db24058e
Models_material_pbr partial rewrite
2018-10-23 18:08:27 +02:00
Mikael Rasmussen
d02a0fa8b8
uuuh, kinda works now
2018-10-23 18:01:45 +02:00
Mikael Rasmussen
3e4cb6a33a
Uncommented 2 unsupported functions, and added a todo for later. Come back when root issue is fixed.
2018-10-23 14:24:19 +02: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