| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-09-26 | Update documentation for all Sample* classes | Rémi Verschelde | 1 | -69/+127 | |
| 2015-09-26 | Fix return type of get_reverb_room | Rémi Verschelde | 2 | -5/+5 | |
| 2015-09-26 | Rename voice_set_volume argument to p_volume to avoid confusion | Rémi Verschelde | 5 | -7/+7 | |
| 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 | Fix default/filter/* parsing in _get | Rémi Verschelde | 1 | -2/+2 | |
| Closes #2542. The actual flaw was identified by @reduz. Also fix a typo. | |||||
| 2015-09-26 | Fix some copy-paste mistakes in linear/db volume functions | Rémi Verschelde | 2 | -7/+7 | |
| 2015-09-26 | Rename _voice_count to _polyphony in SamplePlayer to be consistent with ↵ | Rémi Verschelde | 3 | -12/+14 | |
| SamplePlayer2D | |||||
| 2015-09-26 | Clarify `BaseButton::is_pressed()` documentation | eska | 1 | -1/+1 | |
| 2015-09-26 | Fix BaseButtons remaining pressed when hiding them while pressing them down | eska | 1 | -0/+10 | |
| 2015-09-26 | Fix propagation of NOTIFICATION_VISIBILITY_CHANGED | eska | 1 | -1/+1 | |
| 2015-09-25 | Update documentation for TileSet and Timer | Rémi Verschelde | 2 | -14/+43 | |
| 2015-09-25 | Sync classes reference template with current code base | Rémi Verschelde | 1 | -12/+64 | |
| 2015-09-24 | Added ability to set custom mouse cursors. Not hardware accelerated yet. | Juan Linietsky | 23 | -407/+611 | |
| 2015-09-24 | added alignment to BoxContainer | Zher Huei Lee | 2 | -0/+53 | |
| Allows aligning contents of VBoxContainer and HBoxcontainer without having to insert expanding spacers. | |||||
| 2015-09-23 | Document TileMap class | Rémi Verschelde | 1 | -6/+52 | |
| 2015-09-23 | Fix _xml_unescape, as suggested by @reduz | Bojidar Marinov | 1 | -2/+2 | |
| 2015-09-23 | Flip < and > in String::xml_escape. Close #2511 | Bojidar Marinov | 1 | -2/+2 | |
| Before > referred to < and < to >, which is incorrect... | |||||
| 2015-09-23 | Update descriptions for Vector2 and Vector2Array | Bojidar Marinov | 1 | -2/+23 | |
| 2015-09-23 | Regenerate docs | Bojidar Marinov | 1 | -462/+5366 | |
| 2015-09-23 | Fix a bug with doctool (" >") | Bojidar Marinov | 1 | -2/+2 | |
| Please test, this was made from GitHub GUI, so couldn't test it myself. | |||||
| 2015-09-22 | Move the shape test to a little sooner | George Marques | 1 | -3/+4 | |
| 2015-09-22 | Check if shape is valid before referencing it | George Marques | 1 | -0/+3 | |
| See the comment from @MartiniMoe at #2366. | |||||
| 2015-09-22 | Add missing `return` so Visual Studio compiles | eska | 1 | -1/+1 | |
| 2015-09-21 | Fix typo in ItemList bindings | George Marques | 1 | -1/+1 | |
| 2015-09-21 | Properly implement OS.alert() from script, and use xmessage on X11 | Juan Linietsky | 4 | -1/+20 | |
| 2015-09-21 | remove required argument from streamplayer (was a bug), make it default as ↵ | Juan Linietsky | 2 | -2/+2 | |
| 0, closes #2492 | |||||
| 2015-09-20 | fixed stupid bug caused by accidentally removed line before commit | Juan Linietsky | 1 | -0/+1 | |
| 2015-09-18 | begin work on debugging collisions.... | Juan Linietsky | 4 | -0/+28 | |
| 2015-09-15 | Ability to keep collisionshapes and collisionpolygons when running the game. | reduz | 25 | -101/+434 | |
| Works for 2D and 3D These are still just helpers in case you want to animate them or access them directly. Modifying the real shapes is still done via CollisionObject and CollisionObject2D APIs But an API was added so you can query which shapes from CollisionObject correspond to which CollisionShape. Have Fun! | |||||
| 2015-09-13 | Set AnimationEditor UndoRedo reference on creation | George Marques | 1 | -0/+1 | |
| Fix #2418 | |||||
| 2015-09-12 | fixed server breaking error in previous splash screen commit | romulox_x | 2 | -0/+4 | |
| 2015-09-12 | HTML5 exporter seems to be fully functional | Juan Linietsky | 6 | -12/+112 | |
| -user:// filesystem implemented -default template page could look prettier, help appreciated | |||||
| 2015-09-10 | fix to builtin freetype defines on linux | Juan Linietsky | 1 | -0/+6 | |
| 2015-09-10 | fix to freetype detection | Juan Linietsky | 1 | -2/+5 | |
| 2015-09-10 | more c++ include references removed | Juan Linietsky | 1 | -2/+2 | |
| 2015-09-10 | remotion of some c++ includes to avoid dependency on libstdc++ | Juan Linietsky | 3 | -6/+10 | |
| 2015-09-10 | ios now displays splash screen between launch image and main scene, instead ↵ | steve | 5 | -0/+13 | |
| of a black screen | |||||
| 2015-09-10 | disabling theora for now (will be re-written, re-enabled later) | Juan Linietsky | 2 | -0/+2 | |
| 2015-09-10 | Removing locatime so this function compiles again. | Juan Linietsky | 1 | -2/+2 | |
| I don't think it has any practical use anyway. | |||||
| 2015-09-10 | HTML5 exporter Improvements | Juan Linietsky | 14 | -23/+2367 | |
| -Better template handling -Voice support -Stream support | |||||
| 2015-09-09 | Rewrite of the AudioStream API | Juan Linietsky | 21 | -467/+1394 | |
| -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-09 | fixed localtime thing for ios, not tested anywhere else | Ariel Manzur | 1 | -1/+2 | |
| 2015-09-09 | ios build with osxcross | punto- | 2 | -5/+8 | |
| 2015-09-09 | Fix HScrollBar of TextEdit, closes #2355 | Franklin Sobrinho | 1 | -5/+8 | |
| 2015-09-08 | updated Label documentation | Zher Huei Lee | 1 | -3/+60 | |
| 2015-09-08 | fix minsize-related issues with Label | Zher Huei Lee | 1 | -10/+11 | |
| - fixed end of string adding to Label minsize - exposed set_clip_text() and is_clipping_text() to the script side - text would now never stick outside its boundaries - label min-height is now restricted by max_lines_visible | |||||
| 2015-09-07 | added get_visible_characters() to Label | Zher Huei Lee | 2 | -1/+8 | |
| 2015-09-07 | reworked Label class | Zher Huei Lee | 2 | -121/+168 | |
| - no longer inherits Range - instead, more sensible function names controlling lines visible - more accurate vertical alignment - percent_visible preserved even after setting new text | |||||
| 2015-09-05 | fix game window runs only 800x600 | volzhs | 1 | -1/+0 | |
| 2015-09-03 | merged some stuff for okam | Juan Linietsky | 38 | -216/+470 | |
| 2015-09-02 | Fixes editor freeze | crr0004 | 1 | -1/+5 | |
