Ray
3083f0cd43
REVIEWED: `SaveFileText()`, const input text
2 months ago
Ray
fa0eada61a
Update year to 2025
6 months ago
Ray
3fb1ba25ac
Removed tabs and triple line-breaks
9 months ago
Ray
e85f245ad4
REVIEWED: Remove final punctuation in code comments
1 year ago
Ray
646d70e93a
Remove trailing spaces
1 year ago
Laurentino Luna
f0807d2be1
Change sanitization check for `ExportDataAsCode` ( #3837 )
* Change sanitization check for `ExportDataAsCode`
I opted to use `isalnum` function since it should handle most cases. It
cannot however handle cases of files beginning with numbers.
* Update `ExportDataAsCode` condition
* Reinsert comment on `ExportDataAsCode`
1 year ago
4rk
c588a291e6
Add very little sanitization to indentifier names in ExportDataAsCode() ( #3832 )
1 year ago
Ray
3f1e59a7cf
Update copyright to 2024
1 year ago
Ray
a3a5aa7c63
REVIEWED: `LoadFileData()` potential issues with dataSize
1 year ago
Ray
0f447f1fb6
REVIEWED: Data size type consistency between functions #3168
1 year ago
Ray
830e328df0
Remove trailing spaces
2 years ago
Ray
bf69b38056
Added security check to file reading (memory allocations)
2 years ago
Ray
fe595d60f7
Remove trailing spaces
2 years ago
Ray
fc56940055
REVIEWED: `ExportDataAsCode()`
2 years ago
Ray
7d68aa6869
REVIEWED: Modules description layout
2 years ago
Jeffery Myers
e57ee9c0e8
Fix warnings in raylib for MSVC ( #3004 )
2 years ago
Ray
ad2067340f
REVIEWED: `TraceLog()`, avoid possible buffer overflow
2 years ago
Julio C. Galindo
6ae21d6581
Fixed some grammar mistakes and typos. ( #2914 )
* Fixed some grammar mistakes.
* Fixed some typos.
2 years ago
Ray
e2a8066fca
Update year to 2023
2 years ago
RGDTAB
dbdfad7ace
Fix ExportDataAsCode() data types ( #2787 )
2 years ago
Ray
ac1ffbad1d
REVIEWED: Data type to unsigned
2 years ago
Ray
fd191a32ea
Remove trailing spaces
3 years ago
Ray
bf208decc0
REVIEWED: Compilation warnings
3 years ago
Daniel Nagy
19f88241ec
Flush stdout after trace messages ( #2465 )
This immediately shows log messages when stdout is not connected to a
tty.
3 years ago
Ray
ed29b4eedf
Update utils.c
3 years ago
Ray
d9a30b8480
ADDED: `ExportDataAsCode()`
3 years ago
raysan5
a940f41b4b
Update year to 2022
3 years ago
Ray
7158c80448
tweak
3 years ago
Ray
83b3478fe4
Reviewed some TODO
3 years ago
raysan5
aeb1a0da84
REVERTED: Removed the need for `rlMatrix`
Now rlgl uses the `Matrix` type, just make sure it has been previously defined somewhere... I don't like this approach but it's probably the easier one for the users... still looking for a better solution... maybe using something like
`#define MATRIX_TYPE`, so it can be checked in other modules.
4 years ago
raysan5
8b7f43f89b
WARNING: BREAKING CHANGE: rlgl complete decoupling from raylib -WIP-
rlgl has been redesigned to avoid any dependency to `raylib` or `raymath`, all functions using some of those libs have been reviewed.
- REMOVED: `Texture2D`, `Shader` structs dependency
- REMOVED: `Vector3`, `Matrix` structs dependency
- REMOVED: raymath functions dependency, all required math is implemented in rlgl
- ADDED: `rlMatrix` custom rlgl type
- ADDED: `utils.c`: `rlMatrixFromMatrix()` and `rlMatrixToMatrix()` for a safe conversion between raylib<->rlgl matrix types
- ADDED: `rl` prefix to all `rlgl` structs
- Other small tweaks here and there
4 years ago
Uneven Prankster
4e363b5479
Remove unused UWP defines ( #1894 )
* Unused UWP define removal
* Further removal of unusued UWP defines
4 years ago
Ray
00c8795385
Minor tweaks to follow code conventions
4 years ago
Ray
7bc2e922c9
Review some comments
4 years ago
Ray
71995d52b3
REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796
4 years ago
Ray
03710c9d8e
Some code tweaks for consistency
4 years ago
Ray
640fc4d0a0
Minor tweaks
4 years ago
Rob Loach
d58b7b509e
Make SaveFile* callbacks return a boolean ( #1697 )
4 years ago
raysan5
aed0fee2ca
Remove trailing spaces
4 years ago
Ray
8a30a2408c
ADDED: Required callbacks
Removed memory allocation callbacks
4 years ago
Ray
b084552808
ADDED: Config flag: SUPPORT_STANDARD_FILEIO
This new flag allows omitting stdio.h library in case of a custom implementation is used.
4 years ago
Ray
7ad1370193
Some naming tweaks
4 years ago
Ray
c4a7c702b4
FEATURE: Several callbacks added -WIP- #1523 #1329
NOTE: This feature is still under consideration and not complete.
4 years ago
raysan5
62ccec0ac5
REMOVED: SetTraceLogExit()
I feel nobody has ever used this function...
4 years ago
raysan5
d7b4b9e485
Update year to 2021
4 years ago
raysan5
0a9e080998
Remove trailing spaces
4 years ago
Ray
d2d72b1dfb
ADDED: MemAlloc() / MemFree() #1440
Exposing internal memory allocator/free, useful for advance users when required
4 years ago
Ray
d360a49f36
ADDED: UnloadFileData() / UnloadFileText() #1440
4 years ago
Ray
bb9d734f69
Exposing some file access results to user layer #1420
4 years ago
Ray
3e1cd487df
Remove trailing spaces
4 years ago