Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-16 | Added specific get_locale to OSX platform | Didier Vandekerckhove | |
The default unix get_locale didn’t work. OS X requires a specific one. | |||
2015-10-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/detect.py | |||
2015-10-08 | newline fixes | reduz | |
2015-10-02 | Add support for Opus audio format | George Marques | |
2015-10-01 | -Added ability to use cubic interpolation on image resize (little more ↵ | Juan Linietsky | |
quality on non-po2 resizing) -Added ability for exporter to shrink images to non-integer values. Helps if you want to convert your game artwork from 1080->720 or similar | |||
2015-09-28 | Merge pull request #2548 from romulox-x/iCloud | punto- | |
Initial iCloud implementation | |||
2015-09-27 | improved iCloud build option description | steve | |
2015-09-27 | Initial iCloud implementation, supporting key value pairs | steve | |
2015-09-27 | Hide stderr when trying to detect mingw binaries on posix | Rémi Verschelde | |
2015-09-26 | Rename voice_set_volume argument to p_volume to avoid confusion | Rémi Verschelde | |
This argument is indeed expected to be a volume on a linear scale (not dB), typically from 0.0 to 1.0, though it can go higher than 1.0. | |||
2015-09-26 | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | |
Still need to get proper audio output latency in some platforms. | |||
2015-09-24 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | |
2015-09-21 | Properly implement OS.alert() from script, and use xmessage on X11 | Juan Linietsky | |
2015-09-20 | Ability 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-12 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-12 | HTML5 exporter seems to be fully functional | Juan Linietsky | |
-user:// filesystem implemented -default template page could look prettier, help appreciated | |||
2015-09-12 | Merge pull request #2461 from romulox-x/iphoneSplash | Juan Linietsky | |
fixed iOS splash screen | |||
2015-09-10 | fix to builtin freetype defines on linux | Juan Linietsky | |
2015-09-10 | fix to freetype detection | Juan Linietsky | |
2015-09-10 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-10 | remotion of some c++ includes to avoid dependency on libstdc++ | Juan Linietsky | |
2015-09-10 | ios now displays splash screen between launch image and main scene, instead ↵ | steve | |
of a black screen | |||
2015-09-10 | disabling theora for now (will be re-written, re-enabled later) | Juan Linietsky | |
2015-09-10 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-09-10 | HTML5 exporter Improvements | Juan Linietsky | |
-Better template handling -Voice support -Stream support | |||
2015-09-09 | ios build with osxcross | punto- | |
2015-09-03 | merged some stuff for okam | Juan Linietsky | |
2015-08-30 | new editor settings customization of where to run the game from the editor | Juan Linietsky | |
2015-08-29 | -fixes to capture mode | Juan Linietsky | |
-ability to drag spinboxes and tree ranges to change values, like in Unity or Unreal | |||
2015-08-23 | fix build issue with ssl, closes #2384 | Juan Linietsky | |
2015-08-21 | damn github built-in editor | Juan Linietsky | |
2015-08-21 | fix for built-in ssl (easier to build 32 bits export) | Juan Linietsky | |
2015-08-08 | Merge pull request #2302 from antonyjones67/AndroidTemplateCompileWindows | Juan Linietsky | |
Fixes compile bug for Android template on Windows. | |||
2015-08-06 | Add OS.get_system_time_msec | Maximillian | |
2015-08-06 | -Merged the file server with the live editing and remote debug | Juan Linietsky | |
-It is now really easy to deploy an android build with debug, and debug it | |||
2015-07-24 | Fixes compile bug for Android template on Windows. | PeaceSells | |
2015-07-23 | Use tabs instead of spaces. | Jari Ronkainen | |
2015-07-23 | Fix audio driver setup if the first driver fails. | Jari Ronkainen | |
2015-07-01 | fixed ios compilation error | romulox_x | |
2015-06-30 | -some changes by okam | Juan Linietsky | |
2015-06-29 | Several performance improvements, mainly in loading and instancing scenes ↵ | Juan Linietsky | |
and resources. A general speedup should be apparent, with even more peformance increase when compiling optimized. WARNING: Tested and it seems to work, but if something breaks, please report. | |||
2015-06-22 | Fixed compilation error on MacOS X. | James McLean | |
2015-06-12 | some optimizations in godot memory handling | Juan Linietsky | |
2015-06-08 | draw button focus before text and icon | Juan Linietsky | |
closes #2047 | |||
2015-06-07 | Complete fix for windows compilability | est31 | |
Thanks @volzhs for testing :) | |||
2015-06-07 | Fix windows compilability | est31 | |
2015-06-07 | Merge pull request #2037 from est31/use-local-win | Juan Linietsky | |
Time zone support | |||
2015-06-07 | Merge pull request #2017 from Razzlegames/multitouch_fix_1908 | Juan Linietsky | |
Additional Fix for Multi-touch release problem | |||
2015-06-06 | Add OS.get_time_zone_info function | est31 | |
The returned dictionary maps "name" to the name of the current time zone, and "bias" to a bias from UTC in minutes. |