Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-18 | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancement | Juan Linietsky | |
Write to 4-dimensional position access and shader graph code generation fix. | |||
2015-11-18 | Merge pull request #2724 from ↵ | Juan Linietsky | |
SaracenOne/disable_baked_light_sampling_on_shadeless Disable baked lighting sampling on shadeless materials. | |||
2015-11-18 | Merge pull request #2642 from leezh/nrex-update | Juan Linietsky | |
Updated nrex with new features | |||
2015-11-18 | Merge pull request #2661 from romulox-x/lowMem2D | Juan Linietsky | |
Added low_memory_2d_mode | |||
2015-11-18 | Merge pull request #2726 from SaracenOne/set_loop_restart_time_fix | Juan Linietsky | |
Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis | |||
2015-11-18 | Merge pull request #2737 from akien-mga/type-specific-error-output | Juan Linietsky | |
Display error type (error, warning, script error) in OS::print_error + cleanup error ANSI coloring | |||
2015-11-18 | Merge pull request #2748 from vnen/fix-2744 | Juan Linietsky | |
Fix Opus driver build for VS2010 and VS2012 | |||
2015-11-18 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: drivers/theora/video_stream_theora.cpp | |||
2015-11-17 | -Merged Script and Help tabs | Juan Linietsky | |
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab | |||
2015-11-16 | tabs | Ariel Manzur | |
2015-11-16 | drivers and theora | Ariel Manzur | |
2015-11-16 | Changed drviers/SCsub spaces to tabs. | Aren Villanueva | |
2015-11-16 | Properly fixes compilation in an msys environment. | Aren Villanueva | |
2015-11-16 | iOS compile fixes. | Aren Villanueva | |
2015-11-16 | Optimised the oc_filter_hedge and oc_filter_vedge routines in theora a little. | Aren Villanueva | |
2015-11-16 | Compile fixes for mingw msys2. | Aren Villanueva | |
The drivers directory has way too many source files being compiled for a single library file. The command line length limit was getting hit. | |||
2015-11-10 | Fix error messages forcing a white font for subsequent messages | Rémi Verschelde | |
This is achieved using the "no specific formatting" \E[0m tag. Fixes #2566. Also remove the hardcoded black background colour and use default bolded terminal font for error message. Error logs should now look good both on terminals with a dark and light background colour. | |||
2015-11-10 | Display error type (error, warning, script error) in OS::print_error | Rémi Verschelde | |
Previously all types of errors would be shown as ERROR, thus making for example warnings (WARN_PRINT) somewhat aggressive. ERROR is displayed in red, WARNING in yellow and SCRIPT ERROR in magenta (though the latter does not seem used so far). Fixes #1127. | |||
2015-11-07 | Exposed RegEx expanded option to scripts | Zher Huei Lee | |
2015-11-07 | Fixed segfault in RegEx.get_capture() | Zher Huei Lee | |
2015-11-07 | Updated nrex to latest version | Zher Huei Lee | |
2015-11-07 | Updated nrex for LookAhead support | Zher Huei Lee | |
2015-11-06 | Fix Opus driver build for VS2010 and VS2012 | George Marques | |
Fix #2744 | |||
2015-11-04 | maybe fix stop issue in theora | Juan Linietsky | |
2015-11-03 | fix video/audio synchronization code in theora | Juan Linietsky | |
2015-11-02 | Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis class. | Saracen | |
2015-11-02 | Disable baked lighting sampling on shadeless materials. | Saracen | |
2015-11-02 | Added ability to write directly to 4-dimensional position vector from within ↵ | Saracen | |
custom vertex shader code. Bugfixes to shader graph code generation concerning xforms. | |||
2015-11-01 | Cosmetic fixes to SCons buildsystem | Rémi Verschelde | |
- Removed trailing spaces - Made sure all indentation is done using tabs (fixes #39) - Potentially fixed an identation issue for openssl check | |||
2015-11-01 | properly compute total time for ogg vorbis | Juan Linietsky | |
2015-10-21 | added low_memory_2d_mode, to indicate when 3D post processing buffers and ↵ | romulox_x | |
viewport depth buffers should not be allocated | |||
2015-10-21 | -Ability to debug video memory usage | Juan Linietsky | |
-Small fix to xml saver (swapping > and <) | |||
2015-10-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
2015-10-19 | -some fixes to where screen is read from rasterizer | Juan Linietsky | |
-fixed bug in ogg vorbis looping -properly flushing audiostream rb when stopping | |||
2015-10-17 | Merge pull request #2365 from Mavhod/patch-1 | Juan Linietsky | |
get_date on Linux | |||
2015-10-17 | Merge pull request #2369 from Max-Might/master | Juan Linietsky | |
Haiku: platform support | |||
2015-10-17 | Merge pull request #2474 from masoudbh3/android-armeabi-v7a | Juan Linietsky | |
Fix android build script | |||
2015-10-13 | -A little More control about pixel snapping in 2D | Juan Linietsky | |
2015-10-13 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/detect.py | |||
2015-10-13 | ability to change audio track in theora video | Juan Linietsky | |
2015-10-13 | Merge remote-tracking branch 'upstream/master' | Kostadin Damyanov | |
2015-10-08 | newline fixes | reduz | |
2015-10-08 | fixed uninitialized memory issues in audio code | reduz | |
2015-10-03 | Fixes following Visual Studio 2013 compile error on windows: | ZuBsPaCe | |
drivers\opus\celt\bands.c(555) : error C2057: expected constant expression drivers\opus\celt\bands.c(555) : error C2466: cannot allocate an array of constant size 0 drivers\opus\celt\bands.c(555) : error C2133: 'tmp' : unknown size | |||
2015-10-03 | Fixes following Visual Studio 2013 compile error on windows: | ZuBsPaCe | |
audio_stream_opus.h(57) : error C2864: 'AudioStreamPlaybackOpus::osrate' : a static data member with an in-class initializer must have non-volatile const integral type See: http://stackoverflow.com/questions/2454019/why-arent-static-const-floats-allowed | |||
2015-10-02 | Add support for Opus audio format | George Marques | |
2015-10-01 | removed unnecessary clear, which prevented root viewport from working right ↵ | romulox_x | |
when told not to clear | |||
2015-09-26 | Fixed theora playback. Removed theoraplayer. | Juan Linietsky | |
Still need to get proper audio output latency in some platforms. | |||
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 |