| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2015-05-12 | Fixes problem parsing config files using ConfigFile | Juan Linietsky | 1 | -0/+2 | |
| 2015-05-12 | -Added lookat/get_angle_to functions in 2D, and a demo, closes #1843 | Juan Linietsky | 8 | -0/+71 | |
| -Added get_viewport().get_mouse_pos() to replace Input.get_mouse_pos(), closes #1838 | |||||
| 2015-05-12 | -Fixed bug in translation remaps, also added proper demo, maybe fixes #1729 | Juan Linietsky | 8 | -2/+24 | |
| 2015-05-11 | Translation Demo | Juan Linietsky | 10 | -0/+53 | |
| 2015-05-11 | fixs particles on 3d platformer demo, closes #1588 | Juan Linietsky | 1 | -0/+0 | |
| 2015-05-11 | -shadergraph now saved when on external file and modified, fixes #1832 | Juan Linietsky | 1 | -1/+7 | |
| 2015-05-11 | fixed crash on make resources unique menu option, fixes #1874 | Juan Linietsky | 1 | -1/+1 | |
| 2015-05-11 | -Updated isometric 2d demo to work using the new isometric support, fixes #1849 | Juan Linietsky | 4 | -0/+0 | |
| 2015-05-10 | -improved one-way collision handling in both dynamic and character bodies ↵ | Juan Linietsky | 3 | -4/+19 | |
| for 2D, fixes #1854 | |||||
| 2015-05-10 | -fixed some glitches in isometric light demo, closes #1858 | Juan Linietsky | 3 | -0/+0 | |
| 2015-05-10 | -compatibility option for physicsbody layers, fixes #1842 | Juan Linietsky | 3 | -0/+20 | |
| 2015-05-10 | -convert to subscene keeps signal connections, fixes #1863 | Juan Linietsky | 4 | -0/+55 | |
| 2015-05-10 | - Implemented support for fixed process on timer. Useful for cooldowns ↵ | Hearto Lazor | 2 | -9/+74 | |
| without the influence from framerate similar to animation player (idle/fixed mode), where idle mode = old timer, fixed mode = fixed process implementation: Example of the behaviour with a stream of bullets with timers on different frame rates: https://gfycat.com/HeartyImpressiveIndiancow - A change for more uniform ticks on fixed/idle without this fix: http://i.imgur.com/0TMQ6CG.png with this fix: http://i.imgur.com/3zYx16c.png | |||||
| 2015-05-10 | Remove focus from restart button, fixes #1850 | Nicolas Laurito | 1 | -0/+1 | |
| Fixes a problem where the restart button would keep focus after being pressed, making the tetris' pieces impossible to rotate without activating the button again. | |||||
| 2015-05-09 | Deleted unused variable | Nicolas Laurito | 1 | -1/+0 | |
| Deleted the var GRAVITY because it is unused. The gravity is used at line 237, but it's gotten from the Physics2DDirectBodyState parameter. | |||||
| 2015-05-09 | Change windows build to use CFlag /Od so that you get the full debug ↵ | Antony | 1 | -1/+1 | |
| experience. Without this flag set, Visual Studio lets you use breakpoints, but the watch and locals is pretty much useless. | |||||
| 2015-05-09 | -fix clip+center alignment on Button, fixes #1865 | Juan Linietsky | 1 | -0/+2 | |
| 2015-05-09 | particles in navmesh demo are nice again | Juan Linietsky | 1 | -0/+0 | |
| 2015-05-09 | -Added prints() function, fixes #1132, #1859 | Juan Linietsky | 4 | -1/+36 | |
| -Tabs work inside built-in log window, fixes #1867 | |||||
| 2015-05-09 | corrected copyright date in project manager, fixes #1870 | Juan Linietsky | 1 | -1/+1 | |
| 2015-05-09 | -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. | Juan Linietsky | 1 | -17/+19 | |
| 2015-05-07 | add_missing_textures_to_particles | yg2f | 2 | -0/+0 | |
| 2015-05-07 | fixes_demo3d_shaders_materials_missing_light | yg2f | 1 | -0/+0 | |
| add the missing animated light to the demo 3d "shaders materials" | |||||
| 2015-05-06 | window_management input fix | hurikhan | 2 | -1/+9 | |
| 2015-05-06 | Delete line without functionality | Nicolas Laurito | 1 | -2/+0 | |
| 2015-05-06 | Fix segment violation MINIZIP_ENABLED | Daniel T. Borelli | 2 | -5/+16 | |
| 2015-05-06 | update rtaudio to latest version | yg2f | 2 | -134/+227 | |
| update rtaudio from latest version availbale on github | |||||
| 2015-05-06 | -removed dynamic_cast on CheckBox, fixes #1830 | Juan Linietsky | 1 | -1/+1 | |
| 2015-05-06 | Better OS X fullscreen support, without the nasty startup effect | Ricardo Pérez | 1 | -3/+10 | |
| 2015-05-06 | clearified parenthesis of if construct | ehriche | 1 | -1/+1 | |
| 2015-05-06 | fixed ColorRgb attribute init order of struct | ehriche | 1 | -6/+6 | |
| 2015-05-06 | optional formal changes | ehriche | 15 | -26/+30 | |
| 2015-05-06 | added notes to resolve undefined behavior of calculations in tweening | ehriche | 1 | -6/+6 | |
| interpolators in future. | |||||
| 2015-05-06 | fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguous | ehriche | 1 | -3/+3 | |
| 2015-05-06 | fixed issue with format string in PCKPacker::flush | ehriche | 1 | -1/+1 | |
| 2015-05-06 | minor fixes in drivers mpc and vorbis. | ehriche | 2 | -1/+2 | |
| 2015-05-06 | PhysicsServerSW::body_is_shape_set_as_trigger - missing return statement | ehriche | 1 | -1/+1 | |
| 2015-05-05 | fix delete packed data | Daniel T. Borelli | 1 | -2/+0 | |
| 2015-05-05 | Change the order of the filter | Guilherme Felipe | 1 | -1/+1 | |
| 2015-05-05 | Made type-checking for arguments less trict between bool, int real. Fixes #1816 | Juan Linietsky | 1 | -4/+4 | |
| 2015-05-05 | Really fixes fullscreen mode in OS X, even during startup | Ricardo Pérez | 1 | -1/+9 | |
| 2015-05-05 | up version to rc21.1-rc2 | Juan Linietsky | 1 | -1/+1 | |
| 2015-05-05 | avoid crash on some cases of richtextlabel fill, but odd behavior persists, ↵ | Juan Linietsky | 1 | -1/+3 | |
| #1803 | |||||
| 2015-05-05 | fix crash in editor when using alt+arrows to indent, thanks adolson and ↵ | Juan Linietsky | 2 | -12/+15 | |
| romulox_x | |||||
| 2015-05-05 | Spine: add feature to insert/remove interpolates while updating | sanikoyes | 2 | -11/+226 | |
| 2015-05-04 | Proper support for code editor autosaving (disabled by default) | Juan Linietsky | 3 | -2/+44 | |
| 2015-05-04 | Fixes Theora build | Ricardo Pérez | 1 | -1/+1 | |
| Changes memcpy() -> copymem() | |||||
| 2015-05-04 | -More strict argument type-checking, will make many bugs visible, fixes #1809 | Juan Linietsky | 7 | -9/+263 | |
| -added NOTIFICATION_INSTANCED | |||||
| 2015-05-04 | fixes issue #1693 winmain and main unicode | yg2f | 1 | -82/+25 | |
| makes WinMain() and main() accepts unicode characters into arguments | |||||
| 2015-05-04 | fix font import path on windows, closes #1675 | Juan Linietsky | 4 | -6/+14 | |
