aboutsummaryrefslogtreecommitdiff
path: root/project
AgeCommit message (Collapse)Author
2018-05-10Reorganized project templates folderRay
2018-04-15Updated project to link default C lib staticallyraysan5
2018-04-02Review UWP configurationraysan5
2018-02-16Add note about glfw3 and openALMichael Vetter
2018-02-16Builder project: Add note about examplesMichael Vetter
2018-02-16Add core_basic_window project example for BuilderMichael Vetter
2018-02-16Add Builder project templateMichael Vetter
2018-01-22Review VS2017 projects configurationsRay
2018-01-19Added VS2017 UWP projectRay
Reviewed VS2015 UWP project
2018-01-19Merge branch 'develop' into testing_uwpRay
2018-01-17Reviewed VS2015 projectsRay
- Support OpenGL 1.1 if selected macro - Corrected MSVC compiler issues with (void *) data - Removed raylib.dll project - Created DEBUG_DLL and RELEASE_DLL configurations
2018-01-12Add mouse input and revert keyboard to callback modelSam C
Mouse input is implemented, with all bells-and-whistles. This includes cursor locking and scroll wheel support. Keyboard input is reverted to a callback model to better reflect the existing architecture in "core.c"
2017-12-28Revert accidental inclusion of binary+build filesSam C
This removes the binary files I accidentally tacked onto the "Add keyboard input" commit
2017-12-28Replace keyboard callbacks with pollingSam C
2017-12-28Add keyboard inputSam C
2017-12-23Updated VS2015 projectsraysan5
Removed GLFW3 and OpenAL Soft dependencies
2017-11-29Add UWP gamepad input pollingSam C
Add a basic UWP gampead poll function with zero changes to code outside of App.cpp
2017-11-13Added VS2015 UWP solutionRay San
2017-11-10Working on UWP supportRay San
Support Universal Windows Platform (UWP): - Windows 10 App - Windows Phone - Xbox One
2017-11-06Added VS2017 raylib projectRay
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-29Updated VS2015 project include and link pathsraysan5
2017-10-19Updated raylib VS2015 projectRay San
2017-07-08Added command line compiling with MSVCraysan5
That's just a reference file, needs review
2017-07-02Review VS2015 projects configurationsraysan5
2017-04-07Corrected project pathsRay
2017-04-01Remove Lua lib from vs2015Ray
2016-11-24Remove useless fileraysan5
2016-08-25Reviewed project includesraysan5
2016-08-08Removed x64 configurationraysan5
It could be added in a future if required...
2016-08-08Visual Studio 2015 projectraysan5