summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Collapse)Author
2015-10-02Add support for Opus audio formatGeorge Marques
2015-10-01removed unnecessary clear, which prevented root viewport from working right ↵romulox_x
when told not to clear
2015-09-20Ability to visually debug geometry visually:Juan Linietsky
-Visible 2D and 3D Shapes, Polygons, Tile collisions, etc. -Visible Navmesh and Navpoly -Visible collision contacts for 2D and 3D as a red point -Customizable colors in project settings
2015-09-12Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-12HTML5 exporter seems to be fully functionalJuan Linietsky
-user:// filesystem implemented -default template page could look prettier, help appreciated
2015-09-12Merge pull request #2461 from romulox-x/iphoneSplashJuan Linietsky
fixed iOS splash screen
2015-09-10more c++ include references removedJuan Linietsky
2015-09-10Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-10remotion of some c++ includes to avoid dependency on libstdc++Juan Linietsky
2015-09-10ios now displays splash screen between launch image and main scene, instead ↵steve
of a black screen
2015-09-10Removing locatime so this function compiles again.Juan Linietsky
I don't think it has any practical use anyway.
2015-09-09Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-09-09Rewrite of the AudioStream APIJuan Linietsky
-Fixes long-standing issues regarding to playing a single stream multiple times simultanteously -Fixes wrong-looping, starting, caching, etc. Issues resulting from bad original design -Allows more interesting kinds of streams (stream graphs with streams inside streams!) in the future
2015-09-09fixed localtime thing for ios, not tested anywhere elseAriel Manzur
2015-09-03merged some stuff for okamJuan Linietsky
2015-08-23Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-08-23**WARNING BEFORE PULLING**Juan Linietsky
This push changes the binary and XML formats and bumps the major version to 2.0. As such, files saved in this version WILL NO LONGER WORK IN PREVIOUS VERSIONS. This compatibility breakage with older versions was required in order to properly provide project refactoring tools. If I were you, unless you are brave, I would wait a week or two before pulling, in case of bugs :) Summary of Changes -New Filesystem dock, with filesystem & tree view modes. -New refactoring tools, to change or fix dependencies. -Quick search dialog, to quickly search any file
2015-08-08Merge pull request #2302 from antonyjones67/AndroidTemplateCompileWindowsJuan Linietsky
Fixes compile bug for Android template on Windows.
2015-08-08Merge pull request #2328 from her001/patch-1Juan Linietsky
Fix vorbis seek_pos
2015-08-06tested and fixed unix os_system_time_msec()xodene
2015-08-06Add OS.get_system_time_msecMaximillian
2015-08-03Fix vorbis seek_posAndy Conrad
2015-07-24Fixes compile bug for Android template on Windows.PeaceSells
2015-07-24Fixed incorrect failsafe return valuesZher Huei Lee
2015-07-24Made RegEx API similar to old versionZher Huei Lee
2015-07-24More nrex fixesZher Huei Lee
2015-07-24Updated nrex fixesLee Zher Huei
2015-07-24Regex library Nrex initial portLee Zher Huei
2015-06-30-some changes by okamJuan Linietsky
2015-06-25forgot to add mirroredrepeat flag to flags file. fixed.romulox_x
2015-06-25added support for mirrored repeat texture wrappingromulox_x
2015-06-24ability to change shadow color in light2dJuan Linietsky
2015-06-12Update rasterizer_gles2.cppJuan Linietsky
fixed camera plane
2015-06-11new space shooter demoJuan Linietsky
ortho camera sort fix, closes #2063
2015-06-07Merge pull request #2037 from est31/use-local-winJuan Linietsky
Time zone support
2015-06-06new file dialog!Juan Linietsky
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories
2015-06-06Add OS.get_time_zone_info functionest31
The returned dictionary maps "name" to the name of the current time zone, and "bias" to a bias from UTC in minutes.
2015-06-06Add utc param to get_time and get_date methodsest31
If utc == false, we return the local time, like before. Otherwise, we return UTC time. utc defaults to false to not break behaviour.
2015-05-31work in progress, resource previewsJuan Linietsky
2015-05-10Added Doxyfile for Doxygen documentation. Had to modify codec.h because it ↵Antony
already had set up the mainpage. Added a logo without text for the Doxygen pages upper top left corner. Pointed Doxyfile to README.md. Thinking of adding Markup in c files pointing to Wiki links. That way we have current source markup but it points to Wiki for major documentation effort.
2015-05-09Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-05-09-Corrected DirAccessWindows functions, fixes #1872, properly fixes #791.Juan Linietsky
2015-05-07Merge pull request #1841 from SuperUserNameMan/updated_rtaudioJuan Linietsky
update rtaudio to latest version
2015-05-06update rtaudio to latest versionyg2f
update rtaudio from latest version availbale on github
2015-05-06fixed ColorRgb attribute init order of structehriche
2015-05-06minor fixes in drivers mpc and vorbis.ehriche
2015-05-04Merge pull request #1810 from ricpelo/ricpelo-patch-3Juan Linietsky
Fixes Theora build
2015-05-04Fixes Theora buildRicardo Pérez
Changes memcpy() -> copymem()
2015-05-04Merge remote-tracking branch 'origin/master'Juan Linietsky
Conflicts: drivers/windows/dir_access_windows.cpp
2015-05-04small unicode fixesJuan Linietsky