Ray
7634cbeb22
Updated mini_al
Corrected issue with sound playing (pop sound at the end)
pirms 6 gadiem
raysan5
0cf92c59d7
Corrected timing typo
pirms 6 gadiem
Ray
198a023527
First working version of IQM animations
Still a work in progress but it already works...
Current riqm API could be simplified...
pirms 6 gadiem
raysan5
eadd72a639
Updated MSVC lib release
pirms 6 gadiem
raysan5
e5030e28f6
Updated html5 library
pirms 6 gadiem
Ray
096fd6f2c3
Converted rlgl module in header-only
This change allows rlgl.h usage as independent single-file header-only module... still some tweaks required, like removing GLAD dependency... required extensions could be manually loaded!
Also removed shader_distortion.h, embedded in rlgl.h
pirms 6 gadiem
Ray
d2c0d1bfef
Update rpi release library
pirms 6 gadiem
Ray
240ecd6332
Update mingw32 release
pirms 6 gadiem
raysan5
f939378764
Support ARM and ARM64 Android building
pirms 6 gadiem
raysan5
c6d188a09a
Reviewed latest commit for Android gamepad support
pirms 6 gadiem
Seth Archambault
f981daf1df
Added SNES-style GAMEPAD SUPPORT
pirms 6 gadiem
raysan5
103bc7dfc6
Corrected issue with GetFontDefault()
Note for me: Replace All is NOT your friend...
pirms 6 gadiem
Ray
74fd0e7ca4
Added function: ImageColorReplace()
pirms 6 gadiem
Ray
7b971e0623
Added Quaternion typedef
pirms 6 gadiem
maficccc@gmail.com
59ebe1b7c3
Added support OpenBSD, NetBSD, DragonFly
pirms 6 gadiem
Ray
0e135118fd
Improved GenImageFontAtlas()
pirms 6 gadiem
Ray
75ba5aca55
Improved font generation and SDF
Added: data to CharInfo struct
Added: LoadFontData()
Added: GenImageFontAtlas()
Removed: LoadFontEx()
Removed: LoadTTF() [internal]
Some code tweaks
pirms 6 gadiem
Ray San
59fd261491
Added function: GetImageDataNormalized()
Reviewed: GetImageData()
Reviewed: ImageFormat()
pirms 6 gadiem
Ray
31cd4a1a48
Latest library release compilation
pirms 6 gadiem
Ray
0e6458cfee
Added ImageRotate*() functions
pirms 6 gadiem
Ray
9688c677de
Review window creation hints
pirms 6 gadiem
Ray
b1b4a11bdb
Corrected issue with function definition
pirms 6 gadiem
Ray
d873314c27
Reviewed Windows resource file name
pirms 6 gadiem
Ray
1f0cc57ec7
Corrected issue with compiler param
Added android_native_app_glue module to raylib compilation instead of
compiling it as static lib at apk generation.
pirms 6 gadiem
raysan5
44181baf04
Working on Android APK building
pirms 6 gadiem
raysan5
a752092055
Removed 32bit arm Android library
From 2019 64bit support will be mandatory to publish an Android app.
Google plans to require that new apps target Oreo (API level 26) in
August of 2018.
pirms 6 gadiem
raysan5
8e0cd51afb
Support shared library building on Android
pirms 6 gadiem
Ray
fb4265f646
Reviewed Android pipeline
Now defaults to Clang, ARM64 and API 21
pirms 6 gadiem
Ray
aa76985c0d
Review raylib version to 2.0
Review raylib_icon resource
pirms 6 gadiem
Ray San
ec33e7d705
BREAKING CHANGE: Renamed SpriteFont type to Font
- Preparing MP3 files support
- Jumped version to raylib 2.0-dev (too many breaking changes...)
pirms 6 gadiem
lumaio teon
d2cc5b88df
Removed useless GetCollisionRayMesh and libraylib.a
pirms 6 gadiem
lumaio teon
d003c23ecf
Added GetCollisionRayModel
pirms 6 gadiem
raysan5
6985953e3d
Update release to latest raylib version
Note that only some lib versions have been updated
pirms 6 gadiem
Ray
61e0e4b4f3
Complete review of raymath for API consistency
pirms 6 gadiem
Ray
5bb23c6c06
Update README.md
pirms 6 gadiem
Ray
7918c0bf71
Removed external dependencies
pirms 6 gadiem
-
61679a4bbc
Review releases, removed external dependencies
Not required any more!
pirms 7 gadiem
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...
pirms 7 gadiem
raysan5
36ae9c8c3a
Compile DLL avoiding extra dependencies
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>dumpbin.exe
D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll /DEPENDENTS
Microsoft (R) COFF/PE Dumper Version 14.00.24215.1
Copyright (C) Microsoft Corporation. All rights reserved.
Dump of file D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll
File Type: DLL
Image has the following dependencies:
KERNEL32.dll
glfw3.dll
OpenAL32.dll
Summary
4000 .data
1000 .gfids
23000 .rdata
5000 .reloc
1000 .rsrc
68000 .text
1000 _RDATA
pirms 7 gadiem
Ray San
c570f7ca63
Rebuild dynamic libs for MSVC (VS2015)
Added support for raylib DLL building on MSVC
pirms 7 gadiem
raysan5
bd2e3b2a90
Removed file
pirms 7 gadiem
Ray
ad31730b6a
Added cross-compiler RPI libs
pirms 7 gadiem
Ray San
df67e799dd
Updated release versions for raylib 1.8
pirms 7 gadiem
Ray
d9d9546ee5
Updated to latest library version
pirms 7 gadiem
Ray San
e3dcccb936
Updated raylib release 1.8
pirms 7 gadiem
Ray San
86df9168e7
Updated raylib VS2015 project
pirms 7 gadiem
Ray San
7057d08369
Review VR functionality
To be more generic and configurable
pirms 7 gadiem
Ray San
7f602c9e1e
Updated libraries for Windows
pirms 7 gadiem
raysan5
0a3473a2a9
Reverted to old OpenAL libraries
mingw32 libraries provided were compiled with a different GCC version
(different computer) and seemed to be incompatible on linkage (missing
symbols).
pirms 7 gadiem
raysan5
afea7e2aff
Web release for raylib 1.8
pirms 7 gadiem