| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-09-21 | Examples renaming and test examples merge | raysan5 | |
| Examples have been renamed for coherence with raylib modules and test examples have been merged into examples folder. | |||
| 2014-09-21 | Rename ex07c_3d_models.c to models_obj_loading.c | Ray | |
| 2014-09-21 | Rename ex07b_3d_shapes.c to models_geometric_shapes.c | Ray | |
| 2014-09-21 | Rename ex07a_3d_mode.c to core_3d_mode.c | Ray | |
| 2014-09-21 | Rename ex06c_font_select.c to text_font_select.c | Ray | |
| 2014-09-21 | Rename ex06b_logo_anim.c to shapes_logo_raylib_anim.c | Ray | |
| 2014-09-21 | Rename ex08_audio.c to audio_sound_loading.c | Ray | |
| 2014-09-21 | Rename ex06a_color_select.c to core_color_select.c | Ray | |
| 2014-09-21 | Rename ex05b_rbmf_fonts.c to text_rbmf_fonts.c | Ray | |
| 2014-09-21 | Rename ex05a_sprite_fonts.c to text_sprite_fonts.c | Ray | |
| 2014-09-21 | Rename ex04b_texture_rectangle.c to textures_rectangle.c | Ray | |
| 2014-09-21 | Rename ex04a_textures.c to textures_logo_raylib.c | Ray | |
| 2014-09-21 | Rename ex03c_input_gamepad.c to core_input_gamepad.c | Ray | |
| 2014-09-21 | Rename ex03b_input_mouse.c to core_input_mouse.c | Ray | |
| 2014-09-21 | Rename ex03a_input_keys.c to core_input_keys.c | Ray | |
| 2014-09-21 | Rename ex02c_color_palette.c to shapes_color_palette.c | Ray | |
| 2014-09-21 | Rename ex02b_basic_shapes.c to shapes_basic_shapes.c | Ray | |
| 2014-09-21 | Rename ex02a_logo_raylib.c to shapes_logo_raylib.c | Ray | |
| 2014-09-21 | Rename ex01_basic_window.c to core_basic_window.c | Ray | |
| 2014-09-19 | Android: Added support for Tap gesture | raysan5 | |
| 2014-09-18 | Updated with latest addition | raysan5 | |
| 2014-09-18 | Android project template for basic game | raysan5 | |
| A basic Android template is provided to start a game | |||
| 2014-09-18 | Multiple templates to start a game | raysan5 | |
| Some basic to advance templates are provided to be use as base code for new games | |||
| 2014-09-18 | Updated to ignore *.exe | raysan5 | |
| 2014-09-18 | Updated ignorable files | raysan5 | |
| 2014-09-16 | Update README.md | Ray | |
| 2014-09-16 | Style formatting | raysan5 | |
| 2014-09-16 | Android project to compile raylib src | raysan5 | |
| 2014-09-16 | raylib 1.2 release files | raysan5 | |
| Default libraylib.a uses OpenGL 1.1 to maximize compatibility | |||
| 2014-09-16 | raylib 1.2 | raysan5 | |
| This is a huge update. Check CHANGELOG for details | |||
| 2014-09-16 | Update examples and remove .exe | raysan5 | |
| 2014-09-03 | Explicit define of functions prototypes | raysan5 | |
| No-parameters functions use the prototype style FunctionName(void); | |||
| 2014-09-03 | Removed useless spaces | raysan5 | |
| 2014-07-25 | Upload new game: Dr. Turtle & Mr. Gamera1.1.1 | Ray | |
| 2014-07-23 | Corrected bugs... | raysan5 | |
| Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards) | |||
| 2014-07-23 | Corrected bug with drawing order | raysan5 | |
| We have three vertex buffers: lines, triangles and quads for textures. Drawing in a desired order could become a nighmare... noww it seems it works prety well... | |||
| 2014-07-23 | Update to version 1.1.1 | raysan5 | |
| Check CHANGELOG for a detailed list of changes | |||
| 2014-07-08 | Corrected bug with DrawModel() | raysan5 | |
| 2014-06-15 | Corrected DrawSphereWires() function | raysan5 | |
| 2014-06-09 | Updated some comments | raysan5 | |
| 2014-05-10 | Renamed raylib icon file | raysan5 | |
| 2014-05-10 | Updated GLFW3 to 3.0.4 | raysan5 | |
| Added additional files in case somebody wants to use the DLL library version | |||
| 2014-05-02 | Renamed GLEW dinamic linkage lib | raysan5 | |
| 2014-04-22 | Update README.md | Ray | |
| 2014-04-19 | Code used to test some features (and resources) | raysan5 | |
| 2014-04-19 | Added raylib 1.1 library binaries | raysan5 | |
| OpenGL 3.3+ compiled binaries | |||
| 2014-04-19 | raylib 1.1 | raysan5 | |
| View CHANGELOG for a detailed list of changes | |||
| 2014-04-19 | Merge pull request #2 from raysan5/testing | Ray | |
| Integrate raylib 1.1 changes into master | |||
| 2014-04-09 | Lots of changes, most of them under testing-review | raysan5 | |
| Added a Tracing/Log system Added OGG stream music support (DOESN'T WORK) Added Compressed textures support * This update is probably very buggy... | |||
| 2014-04-04 | Adapt multiple functions to rlgl | raysan5 | |
| Nearly a complete rework of Models module Some teaks on multiple functions | |||
