Watch
2
0
Fork
You've already forked raylib-cs
0

Commit graph

  • 2439a34f2b Update Window.cs MrScautHD 2023-08-19 22:43:26 +02:00
  • 1013dab242 Update Window.cs MrScautHD 2023-08-19 22:43:05 +02:00
  • fd2e6ac69f Update Window.cs MrScautHD 2023-08-19 22:40:07 +02:00
  • a8bc5d5b58 Removed HasInitialized and use instead IsReady MrScautHD 2023-08-19 22:29:06 +02:00
  • 1eb3a3641d Create Window (Feedback) MrScautHD 2023-08-19 22:22:03 +02:00
  • 23ed54cc24
    BREAKING: Update names of methods, variables, and other elements (#181) Chris Dill 2023-08-14 21:33:48 +01:00
  • 8edc98ad95 Update tests to ProjectReference and remove old test code ChrisDill 2023-08-14 20:56:26 +01:00
  • d6d8512895
    allow skip local build anggape 2023-08-14 00:41:35 +07:00
  • 34bfcd0729
    add examples project anggape 2023-08-14 00:28:50 +07:00
  • 1df4b9b395
    build raylib locally anggape 2023-08-14 00:17:40 +07:00
  • d4592d9b9a Point release 4.5.0.4 v4.5.0.4 ChrisDill 2023-08-13 15:44:46 +01:00
  • 22fab43a0a Fix AnsiBuffer naming ChrisDill 2023-08-13 10:33:53 +01:00
  • a0d662a352 Apply master changes and fix utf8 buffer naming ChrisDill 2023-08-13 10:28:05 +01:00
  • 3f9cf16c93 Remove unused icon from tests ChrisDill 2023-08-12 23:04:49 +01:00
  • d067c6c0aa
    [Fix #184] Seperate UTF8 from Ansi (#185) Nickolas McDonald 2023-08-12 17:59:46 -04:00
  • 76f8315787 resolve requested changes Nickolas McDonald 2023-08-12 17:01:35 -04:00
  • f4c70a2872 Move Logo to Raylib-cs/logo ChrisDill 2023-08-12 16:00:31 +01:00
  • 88afa36979 Merge branch 'master' of https://github.com/ChrisDill/Raylib-cs into dev ChrisDill 2023-08-12 08:51:02 +01:00
  • 5ebd873aa3 more changes Nickolas McDonald 2023-08-11 15:57:52 -04:00
  • 73d3a5727b changes Nickolas McDonald 2023-08-11 15:54:22 -04:00
  • be61ce992b Seperate UTF8 from Ansi Nickolas McDonald 2023-08-11 15:43:15 -04:00
  • e29d28de6b
    Fix ci linux build (#183) Angga Permana 2023-08-08 23:18:39 +07:00
  • d245edee2d
    ci: fix linux build anggape 2023-08-08 13:27:49 +07:00
  • 03bf98a929
    Merge branch 'master' into android anggape 2023-08-08 11:58:33 +07:00
  • 2b612a98f9
    Merge branch 'master' into dev Chris Dill 2023-08-07 20:05:03 +01:00
  • 22c39c1d6a Fix conflicts ChrisDill 2023-08-07 20:01:43 +01:00
  • a2321024c7 Small casing fix ChrisDill 2023-08-07 19:57:00 +01:00
  • d9202ba262
    Fixed names in Rlgl (#182) MrScautHD 2023-08-05 20:21:41 +02:00
  • 4b09ee9ab7 Fix IsBlittableCache.VALUE did not fit in the c# name rules MrScautHD 2023-08-05 19:29:00 +02:00
  • 72afce1d29 Fixed names in Rlgl MrScautHD 2023-08-05 19:20:34 +02:00
  • 083a776aee
    Adding a string method for OpenURL and SetGamepadMappings (#180) MrScautHD 2023-08-05 00:04:42 +02:00
  • 321c93f02b Adding a string method for OpenURL and Add a string method for OpenURL and SetGamepadMappings MrScautHD 2023-08-04 23:58:03 +02:00
  • 7e0866c222 Point release 4.5.0.3 v4.5.0.3 ChrisDill 2023-07-27 08:24:34 +01:00
  • 28bca27917
    Add managed methods for updating textures (#177) Nickolas McDonald 2023-07-26 15:55:00 -04:00
  • 8f0edb0cc6 Update Raylib-cs.sln Nickolas McDonald 2023-07-26 13:55:19 -04:00
  • 749e79473a Update Raylib-cs.sln Nickolas McDonald 2023-07-26 13:52:43 -04:00
  • 598201facd Managed methods for updating textures Nickolas McDonald 2023-07-26 13:41:36 -04:00
  • a0b2a3bb14
    restore workload anggape 2023-07-26 11:06:45 +07:00
  • f8db19ab20
    set package version from Directory.Build.props anggape 2023-07-26 11:00:56 +07:00
  • 4548af74d7
    set minimum android platform to 21 anggape 2023-07-26 01:56:04 +07:00
  • dfbebe32d8
    Merge branch 'master' into android anggape 2023-07-25 11:36:05 +07:00
  • 902bcebddc
    Include snupkg in release & Enable SourceLink (#175) Ben Parsons 2023-07-25 03:03:01 +10:00
  • a6fa07d2f0 Include snupkg in release & Enable SourceLink Fixes #143 Ben Parsons 2023-07-24 23:04:49 +10:00
  • e6ac656838
    Use StringToHGlobalAnsi for UTF8Buffer (#173) Ben Parsons 2023-07-24 22:48:37 +10:00
  • aef7b223e1 Use StringToHGlobalAnsi for UTF8Buffer rather then StringToCoTaskMemUTF8 tested on Windows 11 (x64) & Arch Linux (x64) should fix #172 Ben Parsons 2023-07-24 22:39:58 +10:00
  • e1902300fc
    use raylib multi touch sample for testing anggape 2023-07-24 18:57:15 +07:00
  • d73f5d84c0
    build raylib from sources (#170) Angga Permana 2023-07-24 18:45:01 +07:00
  • ed58477dd9
    turn Raylib-cs.Android into android library anggape 2023-07-24 18:16:40 +07:00
  • 059351cc12
    Merge branch 'android' of github.com:anggape/Raylib-cs into android anggape 2023-07-23 19:25:40 +07:00
  • 57b0ec2b8e
    Merge branch 'native-runtimes' into android anggape 2023-07-23 19:24:52 +07:00
  • 3cd565d13c
    remove file type checking anggape 2023-07-23 19:23:51 +07:00
  • d42f50f22d
    Revert "enable ci for push, pull request and workflow dispatch" anggape 2023-07-23 19:21:53 +07:00
  • 53b66c411a add README.md Angga Permana 2023-07-22 16:27:22 +00:00
  • f964d72806
    first working android build anggape 2023-07-22 18:24:03 +07:00
  • 49168d2f39
    setup android project anggape 2023-07-22 17:42:54 +07:00
  • 624d4043d9
    build android native libraries anggape 2023-07-22 16:54:38 +07:00
  • cfe28d0f0f
    prepare android runtime directories anggape 2023-07-22 16:17:53 +07:00
  • 070bfd499c
    remove net5.0 and add net7.0 target anggape 2023-07-22 16:13:09 +07:00
  • 47001edce4
    enable ci for push, pull request and workflow dispatch anggape 2023-07-22 16:04:47 +07:00
  • fc80b4c5c8
    specify package version anggape 2023-07-22 15:58:12 +07:00
  • f9500eacc2
    bring back some old ci steps for publishing anggape 2023-07-22 15:50:44 +07:00
  • 45e001fdf4
    setup publish job anggape 2023-07-22 15:38:40 +07:00
  • 0f37a02360
    fix osx architecture anggape 2023-07-22 15:24:48 +07:00
  • 161dbc4997
    build windows native libraries anggape 2023-07-22 15:19:17 +07:00
  • f89e11dacb
    build osx native libraries anggape 2023-07-22 15:16:54 +07:00
  • 2f5102a246
    temporarily enable workflow for all branches anggape 2023-07-22 15:14:33 +07:00
  • deec0b966d
    build linux native library anggape 2023-07-22 15:10:58 +07:00
  • ba5cc35c0b Set rlgl functions to match raylib names ChrisDill 2023-07-18 07:37:31 +01:00
  • fd4ea148b9
    Update names of methods, variables, and other elements MrScautHD 2023-07-15 13:28:19 +02:00
  • 2c88356ac8 Fix Names MrScautHD 2023-07-15 13:01:55 +02:00
  • 10c0a6dd91 Point release 4.5.0.2 v4.5.0.2 ChrisDill 2023-07-10 17:43:32 +01:00
  • 310c90ba72 Fix text pointer types ChrisDill 2023-07-10 17:42:32 +01:00
  • 8f22601201 Remove Rectangle MrScautHD 2023-07-01 09:58:23 +02:00
  • 66c5053155
    Merge branch 'ChrisDill:master' into master MrScautHD 2023-07-01 09:47:16 +02:00
  • a545ce3506
    Fix Transform.rotation use Vector4 instead of Quaternion (#158) MrScautHD 2023-06-29 19:17:02 +02:00
  • 019b7f2ced Document/credit logging approach ChrisDill 2023-06-29 18:07:21 +01:00
  • 9a1a92fc76 Fix Transform.rotation use Vector4 instead of Quaternion MrScautHD 2023-06-17 16:12:12 +02:00
  • ccf31c38e1 Update FromMemory utils to use fixed instead ChrisDill 2023-06-09 20:12:30 +01:00
  • 074ba78d09 Point release 4.5.0.1 v4.5.0.1 ChrisDill 2023-06-04 18:20:11 +01:00
  • b0cab0d257 Remove Text util methods ChrisDill 2023-06-04 18:00:18 +01:00
  • 3c61eed521 Fix type for GetFileModTime ChrisDill 2023-06-04 17:46:03 +01:00
  • 7cbb1bef64 Add additional LoadXFromMemory utility functions ChrisDill 2023-05-27 15:48:05 +01:00
  • 99b121616a Fix typo in GetCodepoint util ChrisDill 2023-05-21 07:47:11 +01:00
  • af1c85ab04 Add ref util for ImageBlurGaussian ChrisDill 2023-05-21 07:32:40 +01:00
  • c4aa6196ea Fix UnloadModelAnimations type ChrisDill 2023-05-13 08:24:38 +01:00
  • b70b7812f9
    Update LICENSE year Chris 2023-05-08 10:24:16 +01:00
  • 55eaf9ce5c Update README.md v4.5.0 ChrisDill 2023-04-15 11:32:04 +01:00
  • 2e19fd9889 Fix AudioCallback usage ChrisDill 2023-04-15 11:14:50 +01:00
  • 7e50d25e71 Review Camera3D functions and fix bool usage ChrisDill 2023-04-15 10:39:26 +01:00
  • 63e2984f72
    Added some help info for NuGet use. (#152) WraithGlade 2023-04-09 02:54:36 -04:00
  • 4fbb06e0f6
    Added some help info for NuGet use. WraithGlade 2023-04-08 21:29:04 -04:00
  • 2c9c5b3db7 Fix version issue ChrisDill 2023-04-08 16:33:49 +01:00
  • 7671f66c98 Update Raylib.csproj versioning Chris 2023-04-08 15:27:40 +01:00
  • 0b95295218
    Update README.md Chris 2023-03-30 20:08:00 +01:00
  • d3e225a286
    Update to raylib 4.5 (#149) Chris 2023-03-30 20:01:55 +01:00
  • d81714dd25 More fixes ChrisDill 2023-03-30 19:55:11 +01:00
  • 27e2afc828 Naming fix ChrisDill 2023-03-30 19:24:28 +01:00
  • 71c956fcfe Update code formatting ChrisDill 2023-03-26 13:41:10 +01:00
  • aea7fa2bb8 Fix blend comment ChrisDill 2023-03-26 13:15:50 +01:00
  • 5bdaeed24e Merge branch 'master' into raylib-update ChrisDill 2023-03-26 12:49:27 +01:00