Commit Graph

7539 Commits

Author SHA1 Message Date
Constantine Tarasenkov 765870fe8f No need to include raylib.h 2015-02-03 20:16:27 +03:00
Constantine Tarasenkov cc6cf9a741 Adding functions to show and hide mouse cursor 2015-02-03 05:47:28 +03:00
Constantine Tarasenkov ab12193f10 Fixes for C++ 2015-02-03 00:06:50 +03:00
Marc Palau b926765ce0 Added functions and improvements
LoadCubicmap() supports custom texture rectangle (from texture atlas)
for every cubic-face.
CheckCollision*() for spheres and bounding-boxes.
2015-02-02 20:05:18 +01:00
raysan5 9ab6718234 Corrected bug, OGG loading on Android 2015-02-02 16:39:30 +01:00
raysan5 42c92e4f2e Add support for custom shaders
Custom shaders for models
Postprocessig on FBO (in progress)
Some useless spaces removed
2015-02-02 00:57:08 +01:00
raysan5 b9e53cd135 Removed useless spaces 2015-02-02 00:53:49 +01:00
Ray dc52c8f769 Updated GLFW libs to 3.1
Recompiled by procedural! Thanks!
2015-01-26 22:11:59 +01:00
Ray 032c8333d9 Merge pull request #19 from procedural/linux
Fixes for makefiles, GLFW 3.1 library for Linux
2015-01-26 22:05:52 +01:00
Constantine Tarasenkov b92c1bbbf7 Fixes for makefiles, GLFW 3.1 library for Linux 2015-01-25 17:53:29 +03:00
Ray f5048742aa JUST DO - Global Game Jam 2015 2015-01-25 14:46:11 +01:00
Ray e9ea3f50bf Updated GLFW to version 3.1 2015-01-24 14:40:39 +01:00
Ray a9e045a1a8 Pause loop execution on window minimized 2015-01-21 00:13:17 +01:00
Ray 7d0407c6a2 Pause music when window minimized 2015-01-21 00:12:54 +01:00
Ray c00cd38b01 Small note to remember 2015-01-21 00:12:30 +01:00
raysan5 e96c22d6f8 Updated makefiles for templates
Now support multiple platforms
2015-01-18 11:19:25 +01:00
raysan5 874dc89fca Adding support for TTF fonts (in progress) 2015-01-18 10:58:04 +01:00
raysan5 5104567a24 Some code tweaks 2015-01-18 10:57:30 +01:00
raysan5 2968ba9938 Ignore compiled binaries on templates (*.o, *.exe) 2015-01-18 10:56:37 +01:00
Ray cae6f3c613 Merge pull request #16 from raysan5/develop
Integration from develop branch to master
2015-01-10 13:28:45 +01:00
raysan5 bb8c1826d3 Uploaded basic window example for web 2015-01-10 13:26:34 +01:00
Ray 274921cd35 Update README.md 2015-01-10 13:25:07 +01:00
Ray 39fda7af82 Merge pull request #15 from Galloman/develop
Improved support for mac osx.
2015-01-10 11:56:10 +01:00
David Gallardo 31934ac374 Improved support for mac.
Reference to libglfw dylib fixed
2015-01-08 22:09:29 +01:00
raysan5 d739895e4a Reorganized external folders by platform
Improved makefiles!
2015-01-08 21:10:06 +01:00
Ray e37ef10595 Merge pull request #14 from raysan5/master
Integrate master into develop branch
2015-01-08 20:32:30 +01:00
raysan5 4a7e522d4b Review build system for Android and RPI 2015-01-04 18:05:50 +01:00
raysan5 b2a5390adb Added some last hour features to v1.2.2 2015-01-02 21:06:30 +01:00
raysan5 0bfd283526 Added support for model color tint
Also, added support for normals on models
2015-01-02 20:59:54 +01:00
raysan5 7ea8326b52 makefiles reorganization
Edited to better accomodate to multiple platforms
2015-01-02 20:59:05 +01:00
raysan5 8847602061 Examples review... 2015-01-02 20:58:06 +01:00
Ray e6bc655d6a Rename models_cubesmap.c to models_cubicmap.c 2015-01-02 20:51:14 +01:00
raysan5 061ee04cb5 Integrated ratalaika pull-request
Added first version of OS X compilation support
Some conflicts manually resolved...
2015-01-02 10:18:43 +01:00
Ray 3c4a91658e Merge pull request #12 from raysan5/develop
Integration from develop branch
2014-12-31 19:28:38 +01:00
raysan5 fad81f36e4 Updated docs 2014-12-31 19:25:50 +01:00
raysan5 b482e26925 Small tweaks 2014-12-31 19:25:39 +01:00
raysan5 7ec6ebb9fa New raylib release, including html5 binaries 2014-12-31 19:25:16 +01:00
raysan5 5a98d2da1f Added raylib game showing raylib features 2014-12-31 19:24:51 +01:00
raysan5 21d8394170 Added small floppy game 2014-12-31 19:18:16 +01:00
raysan5 5e913c31a4 Updated example 2014-12-31 19:17:50 +01:00
raysan5 d51d6a4650 Prepare examples makefile to support emscripten 2014-12-31 19:17:41 +01:00
raysan5 3c57c6afc5 Updated to version 2.00b 2014-12-31 18:03:48 +01:00
raysan5 905b6ec53d Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
2014-12-31 18:03:32 +01:00
raysan5 08a4ee34eb [texture] image data initialization 2014-12-17 19:47:17 +01:00
raysan5 1bd592fe67 [texture] image loading small check 2014-12-17 19:33:53 +01:00
raysan5 db1ad74ef2 [models] file open error check 2014-12-17 19:32:54 +01:00
raysan5 2e5f58255a Working on rotation math...
[models] Added DrawQuad()
2014-12-16 11:15:56 +01:00
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...
2014-12-15 01:08:30 +01:00
raysan5 d3cf316e40 Added features and corrected bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
2014-12-09 13:21:55 +01:00
Palaui a2c8ddca13 Revert "Corrected some bugs..."
This reverts commit 29d8b48503.
2014-12-09 13:10:28 +01:00