Commit graph

480 commits

Author SHA1 Message Date
Anton Skvartsou
d76ea6ffce Update C sources, macOS mouse position fix 2020-01-23 00:03:28 +01:00
Milan Nikolic
6dc630b9be
Merge pull request #96 from chilicat/missing-methods
Added Window, Clipboard and Mouse methods
2020-01-22 11:17:33 +01:00
Daniel Kuffner
3d5822db48 Added Window, Clipboard and Mouse methods
Added:
- IsWindowResized
- IsWindowHidden
- UnhideWindow
- HideWindow
- GetClipboardText
- SetClipboardText
- SetMouseOffset
2020-01-22 09:39:30 +01:00
Zebra
4c9ba69910 gofmt 2020-01-20 00:14:49 +01:00
Zebra
56ea7050a6 text functions 2020-01-20 00:07:08 +01:00
Zebra
1abd3bd6ce Added ScissorMode functions 2020-01-19 22:48:00 +01:00
Milan Nikolic
468adaa7ec
Merge pull request #93 from antonskwr/glfw-update
GLFW update (macOS build fix)
2019-12-03 14:11:14 +01:00
Anton Skvartsou
0556be887a Update GLFW to match upstream repo 2019-11-30 15:45:43 +01:00
Anton
80d753e2c8
Merge pull request #1 from gen2brain/master
Syncing my fork to the upstream repo
2019-11-30 14:28:27 +01:00
Milan Nikolic
b303158362
Update README.md 2019-11-25 04:08:33 +01:00
Milan Nikolic
ce0030eef2
Fix build 2019-11-25 03:48:35 +01:00
Milan Nikolic
735cd25396
Update README.md 2019-11-25 03:43:02 +01:00
Milan Nikolic
fdf9897630
Update README.md 2019-11-25 03:42:44 +01:00
Milan Nikolic
ac39419ad0
Fix build 2019-11-25 03:42:11 +01:00
Milan Nikolic
e6254b9947
Fix build 2019-11-25 03:38:59 +01:00
Milan Nikolic
1c841f8f9c
Remove mini_al 2019-11-25 03:35:58 +01:00
Milan Nikolic
bd6bf15356
Update C sources 2019-11-25 03:34:31 +01:00
Milan Nikolic
02424e2e10
Merge pull request #86 from SolarLune/master
Fix: NewImageFromImage() height incorrect.
2019-10-04 12:05:18 +02:00
SolarLune
0a80f904b1 Fix: NewImageFromImage height incorrect.
Previously, the function broke on non-rectangular images.
y needs to be multiplied by the horizontal width, not the image's reported height.
2019-10-03 23:44:10 -07:00
Milan Nikolic
4b4860959e
Travis add GL library 2019-09-22 19:17:46 +02:00
Milan Nikolic
3eef0d896c
Merge pull request #85 from antonskwr/texture-flip-patch
Fixed issue with texture flip on X axis  (patch taken from main repo)
2019-09-22 05:45:26 +02:00
antonskwr
c156a8efeb Fixed indentation 2019-09-21 18:44:53 +02:00
antonskwr
393dc41cc7 Fixed texture flip X issue (patch taken from main repo) 2019-09-21 18:22:38 +02:00
Milan Nikolic
4033f06cfb
Merge pull request #81 from nehpe/master
Adding arkanoid go port
2019-07-26 11:14:26 +02:00
nehpe
da0221e9d3 Adding arkanoid go port 2019-07-25 19:10:49 -06:00
Milan Nikolic
90a4ff59bb Silence warning 2018-11-17 21:39:10 +01:00
Milan Nikolic
48689803b8 Update C sources, add new functions 2018-11-17 21:34:52 +01:00
Milan Nikolic
adf3401c3c
Merge pull request #64 from stanim/patch-1
Fix package name in documentation
2018-10-27 13:50:27 +02:00
Stani
e0c24c0c5c
Fix package name in documentation
It was still referring to "raylib" instead of "rl".
2018-10-25 22:51:57 +02:00
Milan Nikolic
8d36ebe392 Use stdbool 2018-10-10 14:55:03 +02:00
Milan Nikolic
8db71e7851 Fix vr 2018-10-09 12:50:28 +02:00
Milan Nikolic
f249100a16 Fix examples 2018-10-09 12:43:21 +02:00
Milan Nikolic
f61497c79d Fix examples 2018-10-09 12:36:54 +02:00
Milan Nikolic
70aa6f5da5 Fix windows build 2018-10-08 19:36:48 +02:00
Milan Nikolic
e8965ee263 Fix examples 2018-10-08 19:15:47 +02:00
Milan Nikolic
b382e95c05 Remove rlgl.c 2018-10-08 18:59:54 +02:00
Milan Nikolic
08aa518a46 Update C sources, add new functions and rename package to 2018-10-08 18:56:34 +02:00
Milan Nikolic
391c25482d
Merge pull request #52 from justinclift/drop_files_spacing_v1
Adjust drop_files example to cope with multiple dropped files
2018-09-08 14:54:18 +02:00
Milan Nikolic
29b82434ea
Merge pull request #51 from justinclift/add_missing_keys_v1
Added the number pad keys, and some missing main keyboard ones
2018-09-08 14:30:31 +02:00
Milan Nikolic
39fc0e1974
Merge pull request #54 from justinclift/mouse_wheel_square_v1
Minor typo fix
2018-09-08 14:23:22 +02:00
Milan Nikolic
45e271547d
Merge pull request #55 from justinclift/alloc_fix_v1
Give exact size values to make() to prevent panic-ing
2018-09-08 14:23:06 +02:00
Justin Clift
a87a7b0d6c Give exact size values to make() to prevent panic-ing 2018-08-20 19:29:04 +01:00
Justin Clift
949c1833f4 Minor typo fix 2018-08-20 19:05:15 +01:00
Justin Clift
850cd2825f Adjust drop_files example to cope with multiple dropped files 2018-08-20 15:29:29 +01:00
Justin Clift
8e7ad6f4a3 Added the number pad keys, and some missing main keyboard ones 2018-08-20 09:12:44 +01:00
Milan Nikolic
4e8abf93fb
Merge pull request #47 from justinclift/snake_key_v1
Use the key definition for P
2018-08-20 09:38:26 +02:00
Milan Nikolic
57ec1abf0b
Merge pull request #50 from justinclift/remove_old_warning_v1
Remove left over warning that's no longer accurate
2018-08-20 09:38:16 +02:00
Justin Clift
c4f35581bd Remove left over warning that's no longer accurate
Addresses #49
2018-08-20 08:30:56 +01:00
Justin Clift
8788cb59b9 Use the key definition for P 2018-08-19 23:16:03 +01:00
Milan Nikolic
6f7bb3bbeb
Merge pull request #46 from justinclift/vr_export_fields_example
Update VR Simulator example to use the exported fields
2018-08-19 16:21:32 +02:00