|  raysan5 | d51d6a4650 | Prepare examples makefile to support emscripten | 10 years ago | 
				
					
						|  raysan5 | 3c57c6afc5 | Updated to version 2.00b | 10 years ago | 
				
					
						|  raysan5 | 905b6ec53d | Added full support for HTML5 (emscripten) Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB | 10 years ago | 
				
					
						|  raysan5 | 08a4ee34eb | [texture] image data initialization | 11 years ago | 
				
					
						|  raysan5 | 1bd592fe67 | [texture] image loading small check | 11 years ago | 
				
					
						|  raysan5 | db1ad74ef2 | [models] file open error check | 11 years ago | 
				
					
						|  raysan5 | 2e5f58255a | Working on rotation math... [models] Added DrawQuad() | 11 years ago | 
				
					
						|  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... | 11 years ago | 
				
					
						|  raysan5 | d3cf316e40 | Added features and corrected bugs... [core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten! | 11 years ago | 
				
					
						|  Palaui | a2c8ddca13 | Revert "Corrected some bugs..." This reverts commit 29d8b48503. | 11 years ago | 
				
					
						|  Palaui | 29d8b48503 | Corrected some bugs... [core] Added SetMousePosition()
[models] LoadHeightmap() - Corrected textures bug
[raymath] Functions renaming
[WEB] Prepare environment for emscripten! | 11 years ago | 
				
					
						|  Ray | 0c60609268 | Merge pull request #11 from raysan5/develop Develop branch integration | 11 years ago | 
				
					
						|  Palaui | 63ed471ed2 | Corrected bug on billboards | 11 years ago | 
				
					
						|  Ray | d16519f5de | Merge pull request #9 from raysan5/master Populate master changes to develop branch | 11 years ago | 
				
					
						|  raysan5 | fcff83e65c | Corrected Android bug on Native Activity cycle | 11 years ago | 
				
					
						|  raysan5 | 7375d0460a | Updated stb headers | 11 years ago | 
				
					
						|  ratalaika | 2706fa86cd | Cleaned GLFW library for OS X | 11 years ago | 
				
					
						|  ratalaika | 6bea9d0232 | Added first version of OS X compilation support | 11 years ago | 
				
					
						|  ratalaika | ab05ace3ce | Added first version of OS X compilation support | 11 years ago | 
				
					
						|  Ray | 05ccc4fd42 | Merge pull request #5 from debiatan/support_linux_desktop Small fixes to support the Debian/GNU Linux distro. Hopefully Ubuntu too. | 11 years ago | 
				
					
						|  Miguel Lechón | a471b6197a | Renamed the PLATFORM_LINUX_DESKTOP into PLATFORM_DESKTOP_LINUX. | 11 years ago | 
				
					
						|  Miguel Lechón | db2ad9648d | Small fixes to support a Debian/GNU Linux distro. Hopefully Ubuntu too. | 11 years ago | 
				
					
						|  Ray | 45b214d83e | Merge pull request #3 from debiatan/fix_audio_64 Fixed WAV loading under 64-bit systems. | 11 years ago | 
				
					
						|  Miguel Lechón | e6ef3f6e6a | Fixed WAV loading under 64-bit systems. | 11 years ago | 
				
					
						|  raysan5 | 9d27bba23f | Small Fixes Update (1.2.1) View CHANGELOG for description on small fixes and add-ons | 11 years ago | 
				
					
						|  Ray | 063e26c521 | Corrected issue with transparent surface in Raspberry Pi | 11 years ago | 
				
					
						|  Ray | 9b5e66f5ea | Added required linker libs | 11 years ago | 
				
					
						|  Ray | d025230707 | Added required linker libs | 11 years ago | 
				
					
						|  Ray | c790891e60 | Added required linker libs | 11 years ago | 
				
					
						|  Ray | 78a660d409 | Added required linker libs | 11 years ago | 
				
					
						|  Ray | 4040f9095d | Added required linker libs | 11 years ago | 
				
					
						|  Ray | d95f743b6f | Added required linker libs | 11 years ago | 
				
					
						|  raysan5 | 5eff7d2642 | Updated example filename | 11 years ago | 
				
					
						|  raysan5 | 51688c004c | Code cleaning, removed useless spaces | 11 years ago | 
				
					
						|  raysan5 | e2ff32eb84 | Updated example screenshot | 11 years ago | 
				
					
						|  Ray | c79a46889f | Update makefile | 11 years ago | 
				
					
						|  Ray | 735bf98945 | Update and rename shapes_color_palette.c to shapes_colors_palette.c | 11 years ago | 
				
					
						|  Ray | 86446c6102 | Update CHANGELOG | 11 years ago | 
				
					
						|  raysan5 | 0287319c38 | Image renaming | 11 years ago | 
				
					
						|  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. | 11 years ago | 
				
					
						|  Ray | 3a0d164a76 | Rename ex07c_3d_models.c to models_obj_loading.c | 11 years ago | 
				
					
						|  Ray | c389f62837 | Rename ex07b_3d_shapes.c to models_geometric_shapes.c | 11 years ago | 
				
					
						|  Ray | b648a9ddee | Rename ex07a_3d_mode.c to core_3d_mode.c | 11 years ago | 
				
					
						|  Ray | 597b143634 | Rename ex06c_font_select.c to text_font_select.c | 11 years ago | 
				
					
						|  Ray | 1b2225a622 | Rename ex06b_logo_anim.c to shapes_logo_raylib_anim.c | 11 years ago | 
				
					
						|  Ray | 0cdeb4e267 | Rename ex08_audio.c to audio_sound_loading.c | 11 years ago | 
				
					
						|  Ray | d09b9fbbde | Rename ex06a_color_select.c to core_color_select.c | 11 years ago | 
				
					
						|  Ray | c40b3a287c | Rename ex05b_rbmf_fonts.c to text_rbmf_fonts.c | 11 years ago | 
				
					
						|  Ray | 1195025c4c | Rename ex05a_sprite_fonts.c to text_sprite_fonts.c | 11 years ago | 
				
					
						|  Ray | a99ce2f306 | Rename ex04b_texture_rectangle.c to textures_rectangle.c | 11 years ago |