Ray
bc6ae93a48
Added some comments on GetTime()
Reviewing GetTime() functionality
hace 8 años
Ray San
53ad53d051
Manually review previous PR
hace 8 años
user
2affac820e
make raylib not clash with windows-header
hace 8 años
user
48d0c93ace
make GetTime available to user of library
hace 8 años
user
a7f2fedbfb
compilefix for function declaration (win only)
hace 8 años
user
08fc886afd
added proper define checks for png-save if it's disabled
hace 8 años
Ahmad Fatoum
203b2f65d1
Fix typo in preprocessor macro
hace 8 años
Ray San
3b5a26099e
Removed OpenAL Soft dependency on building
OpenAL Soft backend is still available in audio module, I'm thinking if
exposing it for building in some way or just left it there for advance
users to switch to it manually in case of necessity...
hace 8 años
Ray
54d0acc3b6
Change version number for develop
Updated raylib version to 1.9-dev for development pourposes.
Next raylib version is planned to implement a big amount of changes, so
the version bump.
hace 8 años
Ahmad Fatoum
899e1fbd94
Avoid duplicate definition of feature macro
Feature macros need to be defined before #including any headers,
preferably through the build system, but this is good enough.
Fixes a compile error on my fork's Travis CI.
hace 8 años
raysan5
24b12e5e23
Remove PLATFORM_ checks from raylib header
Now header is truly multiplatform...
Actually still a small pending check on XBOX gamepad controls that
hopefully will be removed with next GLFW 3.3
hace 8 años
Ray San
244007a99b
Review Fade() functionality
hace 8 años
Ray San
3d755d617a
Some code tweaks...
hace 8 años
Ray
743cc6add6
Review new build platform: FreeBSD
Corrected issue with RPI_CROSS_COMPILE
hace 8 años
Ray San
144b0ed695
Renamed gif writting library
hace 8 años
Ray San
c45eeb8024
Code tweaks and comments for Android
hace 8 años
raysan5
f3f6d3fd8e
Added new functions
SetWindowTitle()
GetExtension()
hace 8 años
raysan5
eeca607506
Review transforms to match OpenGL 1.1
hace 8 años
raysan5
a766e2c480
Updated Vector math to new naming
hace 8 años
raysan5
cbb134946c
Corrected GetMouseRay() and rlUnproject()
Now it works great with reviewed maths
hace 8 años
raysan5
00d2768bc9
Corrected bug on MatrixPerspective()
Some other tweaks...
hace 8 años
raysan5
e52032f646
Complete review of raymath
Now it should be coherent with OpenGL math standards
hace 8 años
raysan5
38d9fcb08e
Moved some functions to raymath
Exposed some raymath useful functions to raylib API
hace 8 años
raysan5
84aff31973
MatrixPerspective() angle required in radians
Consistent with similar functions in raymath
hace 8 años
raysan5
d368403a13
Working on PBR materials, renamed some data
hace 8 años
Ray
6546474fa4
Manual integration of material-pbr into develop
hace 8 años
raysan5
36fcffeaae
Incremented version number for reference
hace 8 años
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
hace 8 años
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
hace 8 años
raysan5
f54501a355
Review gif recording (simplified)
hace 8 años
Ray
e01a1ba10c
Support Gif recording
hace 8 años
Ray
35fe34ba0f
Added some useful functions
hace 8 años
Ray
bac50fbba5
Review functions descriptions
hace 8 años
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!
hace 8 años
Ray
fd1fe3ac14
Lock cursor on first person camera
hace 8 años
Ray
822c2ddad5
Some defines tweaks for consistency
hace 8 años
Ray
83aba22e49
Improved hi-res timer on Win32
hace 8 años
Ray
39732d04ec
Comments review
hace 8 años
victorfisac
e197665e1d
Added function to set window minimum dimensions...
useful when using FLAG_WINDOW_RESIZABLE.
hace 8 años
Ray
86f2d4b9f9
Commented pointer lock on web
hace 8 años
Ray
ecfe31bf1d
Make TraceLog() public to the API
enum LogType could require some revision...
hace 8 años
raysan5
7e65c300b6
Make public TakeScreenshot() function
hace 8 años
Ray
d2d4b17633
Web: Support pointer lock
hace 8 años
Ray
080a79f0b0
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
hace 8 años
Ray
b5dd18a70c
Review Sleep() usage, return to busy-wait-loop
hace 8 años
Ray
5387b45431
Working on configuration flags
hace 8 años
RDR8
9875198a56
c99 fix, some linux housekeeping
hace 8 años
Ray
004117a05c
core: configuration flags
hace 9 años
Ray
59652c75b4
Review some comments
hace 9 años
raysan5
8f5ff64420
Working on file header comments...
hace 9 años