-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Functions added to Rectangle
, and less verbose enums
#50
Draft
LiamM32
wants to merge
26
commits into
schveiguy:master
Choose a base branch
from
LiamM32:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4de31b1
Added funtions to `Rectangle` struct. Moved existing example, and add…
LiamM32 743c0c1
Added functions to `Rectangle` struct.
LiamM32 3ddf67b
Made less verbose enum `Key` equivalent to `KeyboardKey`. (#8)
LiamM32 e9d5ea0
Started work on making less verbose enums while keeping the current o…
LiamM32 c9e0545
All enums now come in shorter versions. (#8)
LiamM32 b96e268
Added operator overloads to `Rectangle` that accept a `Vector2` for o…
LiamM32 49a8f2a
Changed `old_enums` module to `raylibd_templates`.
LiamM32 9501221
Renamed `Key` enum back to `KeyboardKey`.
LiamM32 cf27ce6
Apply suggestions from code review
LiamM32 fa06ebd
Made Rectangle unittests deterministic.
LiamM32 995f601
Merged remote and local
LiamM32 cfc0932
Fixed error in rayguiexample
LiamM32 84542bb
Added my name to list of authors.
LiamM32 269544d
Updated names in `dub.json`
LiamM32 d6d9b84
Gave `Camera2D` struct better initial conditions in `enhancedD` confi…
LiamM32 a113ff9
Turned raygui into a subpackage.
LiamM32 74baff4
Updated names in `dub.json`
LiamM32 74a9912
Turned raygui into a subpackage.
LiamM32 a245f6a
Partially upgraded `raygui` module to version 3.5
LiamM32 3a9e2cf
Finished transitioning to raygui 3.5
LiamM32 61b9055
Removed some comments with instructions specific to C.
LiamM32 4bae7bc
Updated rayguiexample to match raygui 3.5.
LiamM32 9343bd8
Added back former RayGUI enum members under `deprecated`.
LiamM32 2948321
Set `raylib_types` module to `@safe`.
LiamM32 3b10653
Merge branch 'raygui_3.5+'
LiamM32 40687d6
Merge branch 'rectangle-functions'
LiamM32 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be necessary.