aboutsummaryrefslogtreecommitdiff
path: root/release
AgeCommit message (Collapse)Author
2018-08-25Removed release directoryraysan5
With the CI system, release directory has not much sense, actually, every new commit it gets outdated and latest stable release is already available in GitHub Release tab.
2018-08-08Updated mini_alRay
Corrected issue with sound playing (pop sound at the end)
2018-07-28Corrected timing typoraysan5
2018-07-24First working version of IQM animationsRay
Still a work in progress but it already works... Current riqm API could be simplified...
2018-07-22Updated MSVC lib releaseraysan5
2018-07-21Updated html5 libraryraysan5
2018-07-16Converted rlgl module in header-onlyRay
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
2018-07-11Update rpi release libraryRay
2018-07-10Update mingw32 releaseRay
2018-07-09Support ARM and ARM64 Android buildingraysan5
2018-07-07Reviewed latest commit for Android gamepad supportraysan5
2018-07-06Added SNES-style GAMEPAD SUPPORTSeth Archambault
2018-07-05Corrected issue with GetFontDefault()raysan5
Note for me: Replace All is NOT your friend...
2018-07-03Added function: ImageColorReplace()Ray
2018-07-02Added Quaternion typedefRay
2018-06-23Added support OpenBSD, NetBSD, DragonFlymaficccc@gmail.com
2018-06-21Improved GenImageFontAtlas()Ray
2018-06-20Improved font generation and SDFRay
Added: data to CharInfo struct Added: LoadFontData() Added: GenImageFontAtlas() Removed: LoadFontEx() Removed: LoadTTF() [internal] Some code tweaks
2018-06-12Added function: GetImageDataNormalized()Ray San
Reviewed: GetImageData() Reviewed: ImageFormat()
2018-06-03Latest library release compilationRay
2018-06-03Added ImageRotate*() functionsRay
2018-06-02Review window creation hintsRay
2018-06-02Corrected issue with function definitionRay
2018-05-29Reviewed Windows resource file nameRay
2018-05-27Corrected issue with compiler paramRay
Added android_native_app_glue module to raylib compilation instead of compiling it as static lib at apk generation.
2018-05-21Working on Android APK buildingraysan5
2018-05-20Removed 32bit arm Android libraryraysan5
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.
2018-05-20Support shared library building on Androidraysan5
2018-05-17Reviewed Android pipelineRay
Now defaults to Clang, ARM64 and API 21
2018-05-11Review raylib version to 2.0Ray
Review raylib_icon resource
2018-05-04BREAKING CHANGE: Renamed SpriteFont type to FontRay San
- Preparing MP3 files support - Jumped version to raylib 2.0-dev (too many breaking changes...)
2018-04-02Update release to latest raylib versionraysan5
Note that only some lib versions have been updated
2018-03-16Complete review of raymath for API consistencyRay
2018-02-03Update README.mdRay
2018-02-03Removed external dependenciesRay
2018-01-15Review releases, removed external dependencies-
Not required any more!
2017-12-05Removed OpenAL Soft dependency on buildingRay San
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...
2017-11-04Compile DLL avoiding extra dependenciesraysan5
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
2017-11-03Rebuild dynamic libs for MSVC (VS2015)Ray San
Added support for raylib DLL building on MSVC
2017-10-23Removed fileraysan5
2017-10-22Added cross-compiler RPI libsRay
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-19Updated raylib release 1.8Ray San
2017-10-19Updated raylib VS2015 projectRay San
2017-10-17Review VR functionalityRay San
To be more generic and configurable
2017-10-16Updated libraries for WindowsRay San
2017-10-14Reverted to old OpenAL librariesraysan5
mingw32 libraries provided were compiled with a different GCC version (different computer) and seemed to be incompatible on linkage (missing symbols).
2017-10-14Web release for raylib 1.8raysan5
2017-10-12Added glfw3 msvc libraysan5
2017-10-12Update README.mdRay