raysan5
f5894278b7
Added Vector2 math functions
Reviewed some Vector3 functions
Added auxiliary Clamp() function
před 8 roky
raysan5
7e65c300b6
Make public TakeScreenshot() function
před 8 roky
RDR8
1bba1242f4
Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility
před 8 roky
Ray
8374460c39
Added glfw3 lib (for VS2015)
před 8 roky
Ray
d2d4b17633
Web: Support pointer lock
před 8 roky
victorfisac
82577ededc
Comment unused variables from tangent calculations
před 8 roky
victorfisac
4b7ea25603
Remove testing binormals implementation
před 8 roky
victorfisac
0c2a58cf96
Add tangents calculation when loading OBJ file
před 8 roky
Ray
fdf8501e81
Improve vr support and simulator
před 8 roky
Ray
99affa0caf
Corrected issue when retrieving texture from GPU
před 8 roky
Ray
1f56e8e5d0
Minor code tweaks
před 8 roky
Ray
c3b8a41f95
Remove function declaration
před 8 roky
Ray
0a33fbf8bb
Corrected TraceLog issue
před 8 roky
RDR8
44de97ea16
Fine-tuning PLATFORM_WEB CFLAGS
před 8 roky
RDR8
4889f240fe
Restore inadvertant changes to Makefiles
před 8 roky
Ray
080a79f0b0
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
před 8 roky
Ray
2f65975c5e
Remove RBMF fileformat support
před 8 roky
Ray
b5dd18a70c
Review Sleep() usage, return to busy-wait-loop
před 8 roky
Ray
b7a8a40e71
Work on configuration flags
před 8 roky
RDR8
0c16af01e5
Replaced font.size with font.baseSize. Uncommented linux libs. Typo or two
před 8 roky
Ray
5387b45431
Working on configuration flags
před 8 roky
RDR8
ff44cb02e7
Always something
před 8 roky
RDR8
9eaff6902f
Sweep blank lines
před 8 roky
RDR8
f1bb245999
Strip trailing spaces
před 8 roky
RDR8
e23c120c8b
Automate compiler flags selection.
před 8 roky
RDR8
9875198a56
c99 fix, some linux housekeeping
před 8 roky
Ray
004117a05c
core: configuration flags
před 8 roky
Ray
2ac7b684b5
text: configuration flags
před 8 roky
Ray
974a6d4031
Corrected bug
před 8 roky
Ray
59652c75b4
Review some comments
před 8 roky
raysan5
8f5ff64420
Working on file header comments...
před 8 roky
raysan5
5d1f661661
Remove Oculus support from code
Moved to custom example, now raylib only supports simulated VR
rendering.
Oculus code was too device dependant... waiting for OpenXR.
před 8 roky
raysan5
3813722f17
Added function: DrawLineBezier()
před 8 roky
raysan5
7154b42f48
Corrected naming issue
před 8 roky
Ray
7c888edba1
Corrected typo introduced in last commit
před 8 roky
Ray
4ec65c0d25
Corrected issue with reserved words: near, far
před 8 roky
Ray
81897e7771
Corrected bugs on RPI compilation
před 8 roky
-
cb29b1d2ac
Removed unnecesary libs
před 8 roky
victorfisac
c964559bc9
Update physac source and examples with new changes
před 8 roky
victorfisac
f88a943418
Fix bug in isGrounded state calculations
před 8 roky
raysan5
59038bae96
Added function: DrawLineEx()
Supports line thickness
před 8 roky
raysan5
d1c9afd1d8
Work on timming functions...
It seems Sleep() behaves weird on my computer, disabled by default
returning to the busy wait loop... also re-implemented DrawFPS() to
avoid frame blitting...
před 8 roky
raysan5
203d1a154e
Clear music buffers on stop
před 8 roky
raysan5
9cfaa81a7e
Added some flags and functions to manage window
- SetWindowPosition(int x, int y);
- SetWindowMonitor(int monitor);
před 8 roky
bugcaptor
de103ecc5e
fix for audio.c(607): error C2036: 'void *': unknown size in Visual Studio 2015.
před 8 roky
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
před 8 roky
Ray
1c364cc507
Review rres loading to support multiple parts
před 8 roky
Ray
177af272f0
Added function DrawRectanglePro()
před 8 roky
raysan5
4cb3e4a240
Support resources divided in multiple parts
Every part is a resource itself, they are loaded in an array
před 8 roky
raysan5
05f039f85f
Corrected issue with OpenAL being 'keg only' on OSX
Also reviewed issue with stdbool when compiling with clang
před 8 roky