Ray
bc6ae93a48
Added some comments on GetTime()
Reviewing GetTime() functionality
8 лет назад
Ray San
53ad53d051
Manually review previous PR
8 лет назад
user
2affac820e
make raylib not clash with windows-header
8 лет назад
user
48d0c93ace
make GetTime available to user of library
8 лет назад
user
a7f2fedbfb
compilefix for function declaration (win only)
8 лет назад
user
08fc886afd
added proper define checks for png-save if it's disabled
8 лет назад
Ahmad Fatoum
203b2f65d1
Fix typo in preprocessor macro
8 лет назад
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...
8 лет назад
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.
8 лет назад
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.
8 лет назад
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
8 лет назад
Ray San
244007a99b
Review Fade() functionality
8 лет назад
Ray San
3d755d617a
Some code tweaks...
8 лет назад
Ray
743cc6add6
Review new build platform: FreeBSD
Corrected issue with RPI_CROSS_COMPILE
8 лет назад
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
9 лет назад
Ray
004117a05c
core: configuration flags
9 лет назад
Ray
59652c75b4
Review some comments
9 лет назад
raysan5
8f5ff64420
Working on file header comments...
9 лет назад