Ray San
144b0ed695
Renamed gif writting library
пре 8 година
Ray San
c45eeb8024
Code tweaks and comments for Android
пре 8 година
raysan5
f3f6d3fd8e
Added new functions
SetWindowTitle()
GetExtension()
пре 8 година
raysan5
eeca607506
Review transforms to match OpenGL 1.1
пре 8 година
raysan5
a766e2c480
Updated Vector math to new naming
пре 8 година
raysan5
cbb134946c
Corrected GetMouseRay() and rlUnproject()
Now it works great with reviewed maths
пре 8 година
raysan5
00d2768bc9
Corrected bug on MatrixPerspective()
Some other tweaks...
пре 8 година
raysan5
e52032f646
Complete review of raymath
Now it should be coherent with OpenGL math standards
пре 8 година
raysan5
38d9fcb08e
Moved some functions to raymath
Exposed some raymath useful functions to raylib API
пре 8 година
raysan5
84aff31973
MatrixPerspective() angle required in radians
Consistent with similar functions in raymath
пре 8 година
raysan5
d368403a13
Working on PBR materials, renamed some data
пре 8 година
Ray
6546474fa4
Manual integration of material-pbr into develop
пре 8 година
raysan5
36fcffeaae
Incremented version number for reference
пре 8 година
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
пре 8 година
Michael Vetter
272073785f
Add define to have CLOCK_MONOTONIC work in c99
If we compile with c99 without gnu extensions (gnu99) we need this
define, to have CLOCK_MONOTONIC and similar macros available
пре 8 година
raysan5
f54501a355
Review gif recording (simplified)
пре 8 година
Ray
e01a1ba10c
Support Gif recording
пре 8 година
Ray
35fe34ba0f
Added some useful functions
пре 8 година
Ray
bac50fbba5
Review functions descriptions
пре 8 година
Ray
321027a242
Added comments to create transparent framebuffer
Comments to create transparent framebuffer on RPI,
when activate you see though full screen window the console below!
пре 8 година
Ray
fd1fe3ac14
Lock cursor on first person camera
пре 8 година
Ray
822c2ddad5
Some defines tweaks for consistency
пре 8 година
Ray
83aba22e49
Improved hi-res timer on Win32
пре 8 година
Ray
39732d04ec
Comments review
пре 8 година
victorfisac
e197665e1d
Added function to set window minimum dimensions...
useful when using FLAG_WINDOW_RESIZABLE.
пре 8 година
Ray
86f2d4b9f9
Commented pointer lock on web
пре 8 година
Ray
ecfe31bf1d
Make TraceLog() public to the API
enum LogType could require some revision...
пре 8 година
raysan5
7e65c300b6
Make public TakeScreenshot() function
пре 8 година
Ray
d2d4b17633
Web: Support pointer lock
пре 8 година
Ray
080a79f0b0
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
пре 8 година
Ray
b5dd18a70c
Review Sleep() usage, return to busy-wait-loop
пре 8 година
Ray
5387b45431
Working on configuration flags
пре 8 година
RDR8
9875198a56
c99 fix, some linux housekeeping
пре 8 година
Ray
004117a05c
core: configuration flags
пре 8 година
Ray
59652c75b4
Review some comments
пре 8 година
raysan5
8f5ff64420
Working on file header comments...
пре 8 година
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.
пре 8 година
raysan5
7154b42f48
Corrected naming issue
пре 8 година
Ray
7c888edba1
Corrected typo introduced in last commit
пре 8 година
Ray
4ec65c0d25
Corrected issue with reserved words: near, far
пре 8 година
Ray
81897e7771
Corrected bugs on RPI compilation
пре 8 година
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...
пре 8 година
raysan5
9cfaa81a7e
Added some flags and functions to manage window
- SetWindowPosition(int x, int y);
- SetWindowMonitor(int monitor);
пре 8 година
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
пре 8 година
raysan5
afcd748fdf
Reviewed fread() usage around the code
пре 8 година
raysan5
c4bd214cf0
Added function SetWindowIcon()
Only DESKTOP platforms (Windows, Linus, OSX)
пре 8 година
Ray
495108a2e9
Updated raylib version to 1.7
Preparing for next version... still some work left... :P
пре 8 година
Ray
c85dfd4bc6
Remove unecessary spaces...
пре 8 година
Ray
b681e8c277
Implemented Wait()
Now program is halted (OS signal call) for required amount of time every
frame, so CPU usage drops to zero, instead of using a busy wait loop.
пре 8 година
Ray
d8edcafe5a
Wait for events when window is minimized...
...instead of keep polling
пре 8 година