| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-10-16 | -fixes and more fixes to new scene system, seems stable now.. | reduz | 10 | -27/+210 | |
| BUT DONT TRUST ME IT MAY STILL BREAK, USE WITH CARE!! | |||||
| 2015-10-16 | Add GDScript export hint for real numbers with easing `export(float, EASE)` | eska | 1 | -0/+10 | |
| 2015-10-16 | Added specific get_locale to OSX platform | Didier Vandekerckhove | 2 | -0/+7 | |
| The default unix get_locale didn’t work. OS X requires a specific one. | |||||
| 2015-10-16 | Add multiline string GDScript export hint `export(String, MULTILINE)` | eska | 1 | -0/+11 | |
| 2015-10-16 | GraphEdit and GraphNode documentation | Julian Murgia - StraToN | 1 | -29/+79 | |
| 2015-10-16 | Revert "add flag and multiline hits in GDScript" | eska | 1 | -16/+9 | |
| This reverts commit 7843ec6633625455e689e711aa62e9d8337689fa. | |||||
| 2015-10-13 | -A little More control about pixel snapping in 2D | Juan Linietsky | 6 | -3/+18 | |
| 2015-10-13 | REUSE_ADDR under windows platform | sanikoyes | 1 | -0/+7 | |
| 2015-10-13 | ability to change audio track in theora video | Juan Linietsky | 5 | -6/+48 | |
| 2015-10-12 | ran cppcheck, fixed cases where array index is used before limits check | firefly2442 | 2 | -50/+38 | |
| 2015-10-10 | Expose softness parameter of pin joint to the editor. | Biliogadafr | 8 | -4/+75 | |
| 2015-10-10 | Large improvements on scene packing and management | reduz | 19 | -215/+2305 | |
| -Ability to edit and keep changes of instanced scenes and sub-scenes -Ability to inherit from other scenes | |||||
| 2015-10-10 | Add type mask property to RayCast2D | eska | 2 | -1/+20 | |
| 2015-10-10 | Fix 3D Area mask matching | eska | 1 | -3/+3 | |
| 2015-10-09 | Fix Area2D type mask matching | eska | 1 | -2/+2 | |
| 2015-10-09 | fix parentheses-equality warnings of osx clang | 近藤 直人 | 2 | -3/+3 | |
| 2015-10-08 | newline fixes | reduz | 38 | -33297/+33297 | |
| 2015-10-08 | fixed uninitialized memory issues in audio code | reduz | 3 | -2/+7 | |
| 2015-10-08 | Please enter the commit message for your changes. Lines starting | Ariel Manzur | 2 | -4/+4 | |
| removed locks | |||||
| 2015-10-07 | Minor changes: Organizing imports | Jorge Araya Navarro | 1 | -3/+2 | |
| 2015-10-07 | Minor changes | Jorge Araya Navarro | 1 | -1/+0 | |
| 2015-10-07 | Internationalization implemented | Jorge Araya Navarro | 4 | -52/+326 | |
| Specify which language you want the templates translate to with the `--language` option and any choice language available. By default English is used. When class_list.xml is translated to different language than English this option will be useful to make the template language match. | |||||
| 2015-10-06 | Refactoring some strings and ordering imports | Jorge Araya Navarro | 1 | -70/+52 | |
| 2015-10-05 | nested clipping of canvas items now works | Zher Huei Lee | 1 | -1/+5 | |
| 2015-10-04 | Fix bug in EditorPlugin::add_custom_control, fixes #2567 | Franklin Sobrinho | 1 | -0/+1 | |
| 2015-10-03 | Fixes following Visual Studio 2013 compile error on windows: | ZuBsPaCe | 1 | -2/+7 | |
| 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 | 2 | -1/+3 | |
| 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 | 274 | -2/+68380 | |
| 2015-10-01 | removed unnecessary clear, which prevented root viewport from working right ↵ | romulox_x | 1 | -1/+0 | |
| when told not to clear | |||||
| 2015-10-01 | -Added ability to use cubic interpolation on image resize (little more ↵ | Juan Linietsky | 8 | -393/+501 | |
| 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-30 | fix miss bind for Node::find_node | volzhs | 1 | -1/+1 | |
| 2015-09-29 | Small readability fixes for the in-game class reference - fixes #2515 and ↵ | Jack Gold | 1 | -6/+20 | |
| #2393 (text spacing and top/left padding for the text area, respectively). | |||||
| 2015-09-28 | Add SpriteRegionEditor and update Polygon2DUVEditor | MarianoGNU | 9 | -3/+868 | |
| Both with snap and grid support | |||||
| 2015-09-27 | XML to Open Project Wiki implemented | Jorge Araya Navarro | 1 | -35/+229 | |
| 2015-09-27 | improved iCloud build option description | steve | 1 | -1/+1 | |
| 2015-09-27 | Initial iCloud implementation, supporting key value pairs | steve | 7 | -0/+462 | |
| 2015-09-27 | Hide stderr when trying to detect mingw binaries on posix | Rémi Verschelde | 1 | -3/+3 | |
