Ray
477ea4d660
Support external config flags
il y a 6 ans
Ray
9740e5d3ed
Update utils.c
il y a 6 ans
Ray
3363cfa61a
Corrected log naming
il y a 6 ans
Ray
4467292a2d
Review last PR formatting
il y a 6 ans
Marco Lizza
343fef4aa4
Changing enums, now referenced as int.
il y a 6 ans
Marco Lizza
f1d13aa469
Adding function to control the "exit-on-error" behaviour.
il y a 6 ans
Marco Lizza
932e9dbd09
Fixing logging level configuration API.
il y a 6 ans
Marco Lizza
78904d2bcc
Fixing `TraceLog` function to work on levels.
il y a 6 ans
Ray
c93bf336fe
Update utils.c
il y a 6 ans
Marco Lizza
efcb68ceca
Fixing `LOG_OTHER` missing.
il y a 6 ans
Marco Lizza
ce98cc6285
Adding MACRO constant to specify the internal buffer size.
il y a 6 ans
Basem Abughallya
9a40529ae7
utils: declare funopen only on Android
funopen is only needed on Android, so declare it
only there. This fixes following MinGW build failure:
utils.c:50:7: error: conflicting types for ‘funopen’
FILE *funopen(const void *cookie, int (*readfn)(void *, char *, int),
^~~~~~~
In file included from utils.c:45:0:
/usr/include/stdio.h:586:7: note: previous declaration of ‘funopen’ was here
FILE *funopen (const void *__cookie,
^~~~~~~
il y a 6 ans
Ray
ec5c9686b3
Improved data export capabilities!
REVIEWED: ExportImage()
REVIEWED: ExportMesh()
ADDED: ExportWave()
REMOVED: Internal funcs: SavePNG(), SaveBMP()
NOTE: These changes break the API (parameters order)
il y a 6 ans
Pablo Marcos Oltra
c69f7953c7
Add SetTraceLogCallback to enable users setting custom logging ( #597 )
il y a 6 ans
Ahmad Fatoum
e025e62445
cmake: Fix PLATFORM_WEB build
Did this ever work? Surely, doesn't look like it...
il y a 7 ans
Ahmad Fatoum
ad8509732c
CMake: Fix (Add?) Android support
Not sure if this ever worked, but now it at least compiles.
il y a 7 ans
Ahmad Fatoum
1841afad11
Refactor all #define SUPPORT_* into a config.h
That way, a user needs only to touch a single file to configure what
features raylib is built with.
Include guards are left out intentionally, because config.h should only
be included in source files, not headers.
Later on, config.h can also define the raylib version (#461 ).
il y a 7 ans
Ray
005f2ffb75
Simplified some code
il y a 7 ans
raysan5
0bd06eec51
Renamed function to SetTraceLog()
I think is clearer this way...
il y a 7 ans
raysan5
e517d8fd16
Added function SetTraceLogTypes()
Trace log messages could be configured with this function to select wich
ones are shown
il y a 7 ans
Ray San
00c34a035c
Updated copyright year
il y a 7 ans
Ray
a6f9cc5629
Remove rres support
Let the user choose if using rres external library
il y a 7 ans
Ray San
c45eeb8024
Code tweaks and comments for Android
il y a 7 ans
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
il y a 7 ans
Ray
0a33fbf8bb
Corrected TraceLog issue
il y a 8 ans
Ray
080a79f0b0
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
il y a 8 ans
Ray
b7a8a40e71
Work on configuration flags
il y a 8 ans
Ray
5387b45431
Working on configuration flags
il y a 8 ans
Ray
59652c75b4
Review some comments
il y a 8 ans
raysan5
8f5ff64420
Working on file header comments...
il y a 8 ans
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
il y a 8 ans
raysan5
61f6b0f707
Removed GetNextPOT(), review TraceLog()
il y a 8 ans
raysan5
e7464d5fc3
Review some formatting and naming
- Renamed WritePNG() to SavePNG() for consistency with other file
loading functions
- Renamed WriteBitmap() to SaveBMP() for consistency with other file
loading functions
- Redesigned SaveBMP() to use stb_image_write
il y a 8 ans
Ray
814507906f
Improving rRES custom format support -IN PROGRESS-
Start removing old rRES functions.
il y a 8 ans
raysan5
6d1b712a96
Reviewed modules comments
il y a 8 ans
raysan5
673dcf9436
Comments tweaks
il y a 8 ans
raysan5
5ff9811ea8
Some code tweaks
il y a 8 ans
Ray
29d505c98e
Reorganize external libraries - BREAKING CHANGE -
Moved all external libraries used by raylib to external folder inside
raylib src. Makefile has already been update and also the different
includes in raylib modules.
il y a 8 ans
Ray
17878550b1
Review heades usage
This is a first step toward a bigger project. Some modules could be
ported to header-only to be used as standalone.
il y a 9 ans
Ray
8a4e28f81d
Support Android internal data storage
Useful to save small data files (configuration and so)
For bigger files, external data storage should be used (SDCard)
il y a 9 ans
raysan5
b804f38150
Small code tweaks
il y a 9 ans
raysan5
34db515acb
Reviewed some comments and WritePNG()
il y a 9 ans
raysan5
7834a4e2fc
Replaced old mail by twitter user
il y a 9 ans
Constantine Tarasenkov
765870fe8f
No need to include raylib.h
il y a 10 ans
Constantine Tarasenkov
ab12193f10
Fixes for C++
il y a 10 ans
raysan5
b9e53cd135
Removed useless spaces
il y a 10 ans
raysan5
5104567a24
Some code tweaks
il y a 10 ans
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
il y a 10 ans
raysan5
cfa60ab7e6
Added support for emscripten and more
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
il y a 10 ans
ratalaika
ab05ace3ce
Added first version of OS X compilation support
il y a 10 ans