Commit graph

1353 commits

Author SHA1 Message Date
Nicolas Laurito
8f4b6ff870 Deleted unused variable
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 19:09:30 -03:00
Juan Linietsky
e090c06ae2 particles in navmesh demo are nice again 2015-05-09 18:17:43 -03:00
Juan Linietsky
65d48d6d39 -Added prints() function, fixes #1132, #1859
-Tabs work inside built-in log window, fixes #1867
2015-05-09 18:09:58 -03:00
Juan Linietsky
1310e09c73 corrected copyright date in project manager, fixes #1870 2015-05-09 13:11:59 -03:00
Juan Linietsky
1fd1b7a91b Merge branch 'master' of https://github.com/okamstudio/godot 2015-05-09 13:09:20 -03:00
Juan Linietsky
1a7d370fcf -Corrected DirAccessWindows functions, fixes #1872, properly fixes #791. 2015-05-09 13:05:34 -03:00
Juan Linietsky
158785636c Merge pull request #1852 from SuperUserNameMan/fixes_platformer_3d_particles
fixes_3d_platformer_demo_missing_particles_textures
2015-05-07 20:06:20 -03:00
Juan Linietsky
1e545fc9df Merge pull request #1851 from SuperUserNameMan/fixes_3d_shaders_materials_demo
fixes_demo3d_shaders_materials_missing_light
2015-05-07 20:06:07 -03:00
Juan Linietsky
5f51623547 Merge pull request #1846 from hurikhan/pr_wm_demo_input_fix
window_management demo --  input fix
2015-05-07 20:05:55 -03:00
Juan Linietsky
2a3ded86de Merge pull request #1845 from Zamaroht/patch-1
Delete line without functionality
2015-05-07 20:05:17 -03:00
Juan Linietsky
7c4a35496a Merge pull request #1844 from daltomi/SIGSEGV
Fix segment violation MINIZIP_ENABLED
2015-05-07 20:03:25 -03:00
Juan Linietsky
deba45ebf7 Merge pull request #1841 from SuperUserNameMan/updated_rtaudio
update rtaudio to latest version
2015-05-07 20:03:00 -03:00
Juan Linietsky
c99813dc38 Merge pull request #1826 from eehrich/master
Reviewed compiler warnings: fixed some bugs and formal stuff. (2nd try)
2015-05-07 20:02:54 -03:00
yg2f
32c0a96249 add_missing_textures_to_particles 2015-05-07 18:29:38 +02:00
yg2f
786b5e3545 fixes_demo3d_shaders_materials_missing_light
add the missing animated light to the demo 3d "shaders materials"
2015-05-07 18:10:30 +02:00
hurikhan
48afa1d284 window_management input fix 2015-05-06 23:07:11 -04:00
Nicolas Laurito
ead2dd3db5 Delete line without functionality 2015-05-06 23:53:20 -03:00
Daniel T. Borelli
93095014fd Fix segment violation MINIZIP_ENABLED 2015-05-06 20:37:25 -03:00
yg2f
2f4c435bfa update rtaudio to latest version
update rtaudio from latest version availbale on github
2015-05-06 23:08:06 +02:00
Juan Linietsky
7156aff160 Merge pull request #1822 from guilhermefelipecgs/filter_order
Change the order of the filter
2015-05-06 09:48:13 -03:00
Juan Linietsky
6565751d0f Merge branch 'master' of https://github.com/okamstudio/godot 2015-05-06 09:46:29 -03:00
Juan Linietsky
9de37817bc -removed dynamic_cast on CheckBox, fixes #1830 2015-05-06 09:45:25 -03:00
punto-
83fe66d968 Merge pull request #1834 from ricpelo/ricpelo-patch-6
Better OS X fullscreen support, without the nasty startup effect
2015-05-06 09:32:17 -03:00
Ricardo Pérez
979b931995 Better OS X fullscreen support, without the nasty startup effect 2015-05-06 12:53:55 +02:00
Ricardo Pérez
1ae03fd39d Merge pull request #7 from okamstudio/master
Sync
2015-05-06 12:50:39 +02:00
punto-
fbd9839131 Merge pull request #1818 from ricpelo/ricpelo-patch-5
Really fixes fullscreen mode in OS X, even during startup
2015-05-06 04:36:57 -03:00
Juan Linietsky
e2419f74d9 Merge pull request #1823 from daltomi/SIGSEGV
fix double delete packed data
2015-05-05 23:13:32 -03:00
ehriche
ac9263c680 clearified parenthesis of if construct 2015-05-06 01:39:42 +02:00
ehriche
b89cd136a9 fixed ColorRgb attribute init order of struct 2015-05-06 01:22:38 +02:00
ehriche
897a1aade5 optional formal changes 2015-05-06 01:22:31 +02:00
ehriche
fe13c728fd added notes to resolve undefined behavior of calculations in tweening
interpolators in future.
2015-05-06 00:51:49 +02:00
ehriche
dcc93a33fd fixed SpatialEditor::_init_indications. loopcounter "i" used ambiguous 2015-05-06 00:49:00 +02:00
ehriche
d177e0f64a fixed issue with format string in PCKPacker::flush 2015-05-06 00:46:02 +02:00
ehriche
edce27fc03 minor fixes in drivers mpc and vorbis. 2015-05-06 00:43:24 +02:00
ehriche
670d77813f PhysicsServerSW::body_is_shape_set_as_trigger - missing return statement 2015-05-06 00:41:41 +02:00
Daniel T. Borelli
605b783708 fix delete packed data 2015-05-05 18:21:43 -03:00
Ricardo Pérez
7bb53831d8 Merge pull request #6 from okamstudio/master
Sync
2015-05-05 22:27:05 +02:00
Guilherme Felipe
734d539a7d Change the order of the filter 2015-05-05 15:34:40 -03:00
Juan Linietsky
bc3c14a76b Made type-checking for arguments less trict between bool, int real. Fixes #1816 2015-05-05 09:53:37 -03:00
Ricardo Pérez
1d619fad86 Really fixes fullscreen mode in OS X, even during startup 2015-05-05 12:02:47 +02:00
Juan Linietsky
0995a230f6 up version to rc2 2015-05-05 00:39:14 -03:00
Juan Linietsky
36932a0065 avoid crash on some cases of richtextlabel fill, but odd behavior persists, #1803 2015-05-05 00:37:06 -03:00
Juan Linietsky
9b03ea903e Merge pull request #1814 from sanikoyes/Pr-Tween-fix
Pr-Tween-fix
2015-05-05 00:19:22 -03:00
Juan Linietsky
d19e49a969 Merge branch 'master' of https://github.com/okamstudio/godot 2015-05-05 00:17:58 -03:00
Juan Linietsky
74b0e0c296 fix crash in editor when using alt+arrows to indent, thanks adolson and romulox_x 2015-05-05 00:17:22 -03:00
sanikoyes
6d0914dfc5 Spine: add feature to insert/remove interpolates while updating 2015-05-05 11:12:17 +08:00
Juan Linietsky
2b4f0be3ee Merge pull request #1807 from SuperUserNameMan/fix_windows_unicode_path2
fixes issue #1693 winmain and main unicode
2015-05-04 23:59:17 -03:00
Juan Linietsky
cb93e064a9 Merge branch 'master' of https://github.com/okamstudio/godot 2015-05-04 23:38:10 -03:00
Juan Linietsky
68700ee3a9 Proper support for code editor autosaving (disabled by default) 2015-05-04 23:32:40 -03:00
Juan Linietsky
dce8a6c251 Merge pull request #1804 from ricpelo/ricpelo-patch-2
Wrong use of | instead of ||
2015-05-04 21:49:12 -03:00