Ray
9824387773
Added resource file for raylib.dll
Some minor tweaks
6 лет назад
raysan5
100c82e369
Review formatting to follow raylib style
6 лет назад
Reece Mackie
86eba24970
This is dumb...
6 лет назад
Reece Mackie
7ca856f9b7
Formatting changes
6 лет назад
raysan5
604a8c0b78
WARNING: Functions renamed
Two functions have been renamed for coherence; previous naming was confusing for several users:
- DrawPolyEx() ---> DrawTriangleFan()
- DrawPolyExLines() ---> DrawLineStrip()
6 лет назад
Reece Mackie
c1f33eb817
Line cleaning
6 лет назад
Reece Mackie
56ded3259d
More work, UWP now supports it and deleted old gamepads
6 лет назад
Reece Mackie
b911cefab3
First gamepad stuff
6 лет назад
Ray
e67ebabb02
Support custom memory management macros
Users can define their custom memory management macros.
NOTE: Most external libraries support custom macros in the same way, raylib should redefine those macros to raylib ones, to unify custom memory loading. That redefinition is only implemented as example for stb_image.h in [textures] module.
6 лет назад
Ray
2d4c2ff351
Review rnet errors
6 лет назад
Ray
f7d978e726
Reviewed rnet inclusion
Move to own header for a more deep review of the module
6 лет назад
Jak
4b8d06f501
[rnet] module WIP ( #809 )
Added experimental network module
6 лет назад
Demizdor
f3a5a6871d
Initial unicode implementation for UTF8 encoded text
6 лет назад
Björn Wahlstrand
7cc8faf7da
Use typedef rather than #define in order to avoid issues in application code
6 лет назад
Ray
4e58d4102c
Corrected typo
6 лет назад
Ray
30d51ec26c
Reorganize struct
6 лет назад
Ray
5bfa675350
Review VR simulator mechanism
- No default VR device parameteres inside raylib
- VR device parameter should be provided by user
- VR distortion shader should be provided by user
6 лет назад
Ray
1934f2a2f4
Some tweaks
6 лет назад
Ray
6168a4ca37
Comments review
6 лет назад
ChillerDragon
f21761fbbb
Happy new year 2019
6 лет назад
Ray
9282b8ba83
ADDED: SetShaderValueTexture()
Some tweaks
6 лет назад
Ray
92733d6695
BIG UPDATE: New models functions for animations!
Multiple functions added and some reviewed to adapt to the new multi-mesh, multi-material and animated models.
6 лет назад
Ray
a103086443
Removed trail spaces
6 лет назад
Ray
d89d24c5e8
BIG UPDATE: Support model animations!
6 лет назад
Vlad Adrian
1415d514ba
Update raylib.h
6 лет назад
Demizdor
a28023b58f
Added DrawRoundedRect()
6 лет назад
Ray
a643dc4ca0
WARNING: Redesigned model struct for multi-meshes
This is quite a big change, Model struct has been redesigned to support multiple meshes and multiple materials, most 3d fileformats contain multiple meshes and reference multiple materials.
Consequently, multiple functions have been reviewed.
LoadOBJ(), LoadIQM(), LoadGLFT() now return a Model.
Current LoadOBJ() is not valid anymore, actually, tinyobj_loader_c library is considered for replacement.
6 лет назад
Demizdor
ab9c6da26f
Added DrawRing(), DrawRingLines() and DrawCircleSectorLines()
6 лет назад
Ray
88dfd2ab23
REDESIGNED: DrawCircleSector()
6 лет назад
raysan5
f02a0334d8
ADDED: GetScreenData()
6 лет назад
Rafael Sachetto
9f54a69cec
Adding DrawCubeWiresV for convenience
6 лет назад
Ray
2f97a3f835
Proposed Model struct review
6 лет назад
Ray
2e99c6cefb
ADDED: IsWindowResized()
6 лет назад
Ray
297dd641e8
ADDED: DrawCircleSector()
6 лет назад
Ray
e996fe2ff5
ADDED: GetClipboardText(), SetClipboardText()
6 лет назад
Ray
d356b1d1cc
Reviewed fbo creation and VR system
6 лет назад
Ray
fce48e85f4
ADDED: LoadTextureCubemap()
Probably uncomplete, not tested yet...
6 лет назад
Ray
5755c5e310
Review DrawTextRecEx() formatting
6 лет назад
Demizdor
6f66425946
Added DrawTextRecEx()
6 лет назад
Ray
4467292a2d
Review last PR formatting
6 лет назад
Marco Lizza
343fef4aa4
Changing enums, now referenced as int.
6 лет назад
Marco Lizza
f1d13aa469
Adding function to control the "exit-on-error" behaviour.
6 лет назад
Marco Lizza
932e9dbd09
Fixing logging level configuration API.
6 лет назад
Marco Lizza
c1c801e5c3
Reworking log level as incremental.
6 лет назад
raysan5
d41e50f866
Allow ShowWindow usage ;)
6 лет назад
Ray
3703430f57
Renamed ShowWindow() to UnhideWindow() -WIP-
Function provisional renaming... that's not the end of this issue...
6 лет назад
Ray
a43f87e391
Crazy test
6 лет назад
Ray
e811279a75
Review code formatting on ColorFromHSV()
Following raylib notation rules
6 лет назад
Demizdor
da1714f411
Added ColorFromHSV()
6 лет назад
Ray
25205b5113
Reverted flag value (but kept order)
This specific change could be very annoying for people already using FLAG_MSAA_4X_HINT, their programs will compile correctly but window won't be shown...
6 лет назад