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 |
|
Palaui
|
29d8b48503
|
Corrected some bugs...
[core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten!
|
2014-12-09 13:10:05 +01:00 |
|
Ray
|
0c60609268
|
Merge pull request #11 from raysan5/develop
Develop branch integration
|
2014-11-24 20:14:58 +01:00 |
|
Palaui
|
63ed471ed2
|
Corrected bug on billboards
|
2014-11-24 17:23:05 +01:00 |
|
Ray
|
d16519f5de
|
Merge pull request #9 from raysan5/master
Populate master changes to develop branch
|
2014-11-24 16:05:41 +01:00 |
|
raysan5
|
fcff83e65c
|
Corrected Android bug on Native Activity cycle
|
2014-11-23 21:58:45 +01:00 |
|
raysan5
|
7375d0460a
|
Updated stb headers
|
2014-11-23 21:58:17 +01:00 |
|
ratalaika
|
2706fa86cd
|
Cleaned GLFW library for OS X
|
2014-11-22 00:23:25 +01:00 |
|
ratalaika
|
6bea9d0232
|
Added first version of OS X compilation support
|
2014-11-22 00:13:59 +01:00 |
|
ratalaika
|
ab05ace3ce
|
Added first version of OS X compilation support
|
2014-11-22 00:13:09 +01:00 |
|
Ray
|
05ccc4fd42
|
Merge pull request #5 from debiatan/support_linux_desktop
Small fixes to support the Debian/GNU Linux distro. Hopefully Ubuntu too.
|
2014-11-09 13:39:27 +01:00 |
|
Miguel Lechón
|
a471b6197a
|
Renamed the PLATFORM_LINUX_DESKTOP into PLATFORM_DESKTOP_LINUX.
|
2014-11-09 13:18:32 +01:00 |
|