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 |
|
Miguel Lechón
|
db2ad9648d
|
Small fixes to support a Debian/GNU Linux distro. Hopefully Ubuntu too.
|
2014-11-09 12:07:03 +01:00 |
|
Ray
|
45b214d83e
|
Merge pull request #3 from debiatan/fix_audio_64
Fixed WAV loading under 64-bit systems.
|
2014-11-09 11:29:13 +01:00 |
|
Miguel Lechón
|
e6ef3f6e6a
|
Fixed WAV loading under 64-bit systems.
|
2014-11-09 08:06:58 +01:00 |
|
raysan5
|
9d27bba23f
|
Small Fixes Update (1.2.1)
View CHANGELOG for description on small fixes and add-ons
|
2014-10-17 21:11:58 +02:00 |
|
Ray
|
063e26c521
|
Corrected issue with transparent surface in Raspberry Pi
|
2014-09-30 18:22:21 +02:00 |
|
Ray
|
9b5e66f5ea
|
Added required linker libs
|
2014-09-30 18:15:04 +02:00 |
|
Ray
|
d025230707
|
Added required linker libs
|
2014-09-30 18:14:36 +02:00 |
|
Ray
|
c790891e60
|
Added required linker libs
|
2014-09-30 18:14:08 +02:00 |
|
Ray
|
78a660d409
|
Added required linker libs
|
2014-09-30 18:13:40 +02:00 |
|
Ray
|
4040f9095d
|
Added required linker libs
|
2014-09-30 18:13:16 +02:00 |
|
Ray
|
d95f743b6f
|
Added required linker libs
|
2014-09-30 18:12:27 +02:00 |
|
raysan5
|
5eff7d2642
|
Updated example filename
|
2014-09-30 00:00:52 +02:00 |
|
raysan5
|
51688c004c
|
Code cleaning, removed useless spaces
|
2014-09-29 23:41:05 +02:00 |
|
raysan5
|
e2ff32eb84
|
Updated example screenshot
|
2014-09-28 01:53:40 +02:00 |
|
Ray
|
c79a46889f
|
Update makefile
|
2014-09-28 01:47:40 +02:00 |
|
Ray
|
735bf98945
|
Update and rename shapes_color_palette.c to shapes_colors_palette.c
|
2014-09-28 00:45:14 +02:00 |
|
Ray
|
86446c6102
|
Update CHANGELOG
|
2014-09-21 18:39:12 +02:00 |
|
raysan5
|
0287319c38
|
Image renaming
|
2014-09-21 18:25:19 +02:00 |
|
raysan5
|
5ecb6801fa
|
Examples renaming and test examples merge
Examples have been renamed for coherence with raylib modules and test
examples have been merged into examples folder.
|
2014-09-21 14:26:42 +02:00 |
|
Ray
|
3a0d164a76
|
Rename ex07c_3d_models.c to models_obj_loading.c
|
2014-09-21 14:13:05 +02:00 |
|