Juan Linietsky
|
35959f9c5a
|
-fixes to ring buffer (fixes network error)
-fixes to invalid disabling of commands on scene tree dock
|
2015-10-21 16:52:43 -03:00 |
|
Juan Linietsky
|
b59c86f6f9
|
-Ability to debug video memory usage
-Small fix to xml saver (swapping > and <)
|
2015-10-21 09:50:44 -03:00 |
|
Juan Linietsky
|
f6a790d58c
|
Merge branch 'master' of https://github.com/okamstudio/godot
|
2015-10-20 23:55:08 -03:00 |
|
Juan Linietsky
|
d241b2ec1b
|
-work in progress implementation of NDEE's theme It's NOT DONE YET
|
2015-10-20 23:54:24 -03:00 |
|
Juan Linietsky
|
b5011d9bf1
|
-Fixes on atlas import to save memory if mipmaps are not used
-Make the video memory visible to improve debugging
|
2015-10-20 19:19:19 -03:00 |
|
Juan Linietsky
|
2b12a8109d
|
Merge branch 'master' of https://github.com/okamstudio/godot
|
2015-10-19 18:48:34 -03:00 |
|
Juan Linietsky
|
5d86a25f4d
|
-some fixes to where screen is read from rasterizer
-fixed bug in ogg vorbis looping
-properly flushing audiostream rb when stopping
|
2015-10-19 18:47:49 -03:00 |
|
Juan Linietsky
|
0a02c28b2b
|
Merge pull request #2630 from firefly2442/rasterizer-comparison-fix
rasterizer comparison fix
|
2015-10-18 22:31:02 -03:00 |
|
firefly2442
|
c2aedde7e3
|
rasterizer comparison fix
|
2015-10-18 20:28:51 -05:00 |
|
Juan Linietsky
|
6637a86518
|
Merge pull request #2617 from MarianoGnu/master
TextureProgress FillMode
|
2015-10-18 01:27:39 -03:00 |
|
MarianoGNU
|
ede0cf20bb
|
Add fill_degrees to limitate radial filling
|
2015-10-18 01:21:53 -03:00 |
|
MarianoGNU
|
4452e26253
|
Merge branch 'master' of https://github.com/okamstudio/godot
|
2015-10-17 23:38:33 -03:00 |
|
MarianoGNU
|
68fb30aaea
|
Add fill modes. Clockwise, Counter-CW and center-offset
|
2015-10-17 23:37:39 -03:00 |
|
Juan Linietsky
|
97f483af0a
|
fixes broken 3D in editor
|
2015-10-17 23:05:39 -03:00 |
|
Juan Linietsky
|
884d5a0f41
|
-remove path after inheriting, fixes #2616
|
2015-10-17 20:55:12 -03:00 |
|
Juan Linietsky
|
fba1842b11
|
-Propertly restrict renaming of nodes in inherited scenes, fixes #2615
|
2015-10-17 18:43:52 -03:00 |
|
Juan Linietsky
|
36c874cc45
|
remove unpexpected revert button, fixes #2614
|
2015-10-17 18:28:36 -03:00 |
|
Juan Linietsky
|
408c498446
|
-Added const to a reference, should fix #2613
|
2015-10-17 17:13:49 -03:00 |
|
Juan Linietsky
|
7d8f187c33
|
Merge branch 'master' of https://github.com/okamstudio/godot
|
2015-10-17 15:49:27 -03:00 |
|
Juan Linietsky
|
85a611d1cd
|
-fixes disability to remove instanced nodes when reopening scene. Fixes #2610
|
2015-10-17 15:48:42 -03:00 |
|
Juan Linietsky
|
1db523d0bb
|
Merge pull request #2274 from MarianoGnu/master
Improve Visual Shader Editor responsiveness
|
2015-10-17 15:31:23 -03:00 |
|
MarianoGNU
|
25324aa506
|
Fix crash when using a Scalar Uniform node to GraphShader
|
2015-10-17 15:27:36 -03:00 |
|
Juan Linietsky
|
6f9631fc51
|
Merge branch 'master' of https://github.com/okamstudio/godot
|
2015-10-17 12:48:47 -03:00 |
|
Juan Linietsky
|
be0f7563fb
|
Merge pull request #1899 from guilhermefelipecgs/fix_#1897
Fix for scroll_to_line and search functions, fix #1897
|
2015-10-17 12:14:07 -03:00 |
|
Juan Linietsky
|
7d33895320
|
Merge pull request #2053 from rodolforg/fix-import-button-label
Small fix for Import Game dialog labels
|
2015-10-17 12:13:33 -03:00 |
|
Juan Linietsky
|
3d121b474b
|
Merge pull request #2203 from volzhs/fix_android_payments
Fix android payments
|
2015-10-17 12:12:34 -03:00 |
|
Juan Linietsky
|
474c72697d
|
Merge pull request #2250 from PeaceSells50/AddedGridMapSettings
Added GridMap settings which allows the user to enter a pick distance.
|
2015-10-17 12:11:13 -03:00 |
|
Juan Linietsky
|
253d34b937
|
Merge pull request #2256 from sheepandshepherd/list-edits
List::move_before updates front/back pointers, fixes #2255
|
2015-10-17 12:10:42 -03:00 |
|
Juan Linietsky
|
0bc6a8894c
|
Merge pull request #2266 from MrGreenTea/master
added floor() and ceil() to Vector3
|
2015-10-17 12:10:32 -03:00 |
|
Juan Linietsky
|
88b6e04cc1
|
Merge pull request #2330 from FEDE0D/parallax_fix
ParallaxBackground: added option to ignore camera zoom
|
2015-10-17 12:05:27 -03:00 |
|
Juan Linietsky
|
52cc8e6ead
|
Merge pull request #2357 from volzhs/prevent-to-change-tool-mode
prevent to change tool mode when control key is pressed
|
2015-10-17 10:52:50 -03:00 |
|
Juan Linietsky
|
c22b627ee3
|
Merge pull request #2362 from AlexHolly/update-scene-tab-fix
[UI-FIX] - Update scene tabs on save
|
2015-10-17 10:51:45 -03:00 |
|
Juan Linietsky
|
277a339cf0
|
Merge pull request #2365 from Mavhod/patch-1
get_date on Linux
|
2015-10-17 10:49:46 -03:00 |
|
Juan Linietsky
|
c2515d352e
|
Merge pull request #2369 from Max-Might/master
Haiku: platform support
|
2015-10-17 10:48:57 -03:00 |
|
Juan Linietsky
|
c9ff40e140
|
Merge pull request #2380 from StraToN/tabs-buttons
Tab close button + display policies + application on Scenes Tabs
|
2015-10-17 10:46:32 -03:00 |
|
Juan Linietsky
|
1b5622fb9b
|
Merge pull request #2395 from MrMormon/patch-1
Fixed misspelled local variable for code clarity
|
2015-10-17 10:45:16 -03:00 |
|
Juan Linietsky
|
b411f8f732
|
Merge pull request #2402 from ERIIX/master
Properly free enemies after death in 3d platformer demo.
|
2015-10-17 10:43:17 -03:00 |
|
Juan Linietsky
|
40f8b1d2ea
|
Merge pull request #2434 from cverdes/vsproj
Ignore some extension of files created by Visual Studio 2013
|
2015-10-17 10:41:42 -03:00 |
|
Juan Linietsky
|
63033aa646
|
Merge branch 'master' of https://github.com/okamstudio/godot
|
2015-10-17 10:30:08 -03:00 |
|
Juan Linietsky
|
ab22203791
|
misc cleanup
|
2015-10-17 10:29:54 -03:00 |
|
Juan Linietsky
|
0d2b28377f
|
Merge pull request #2455 from firefly2442/hide-menu-fix
[UI fix] Hide opened menu when click on menu button
|
2015-10-17 10:28:20 -03:00 |
|
Juan Linietsky
|
1d800a681b
|
Merge pull request #2457 from firefly2442/doxygen-fix
Fix absolute paths used in doxygen, ignore generated documentation in Git
|
2015-10-17 10:27:35 -03:00 |
|
Juan Linietsky
|
b217e1417a
|
Merge pull request #2479 from firefly2442/cppcheck-unusedvars
ran cppcheck, found unused variables
|
2015-10-17 10:25:36 -03:00 |
|
Juan Linietsky
|
7060eaaa1b
|
Merge pull request #2481 from firefly2442/cppcheck-arrayindexthencheck
ran cppcheck, fixed cases where array index is used before limits check
|
2015-10-17 10:23:15 -03:00 |
|
Juan Linietsky
|
13d2710fed
|
Merge pull request #2474 from masoudbh3/android-armeabi-v7a
Fix android build script
|
2015-10-17 10:20:47 -03:00 |
|
Juan Linietsky
|
4a6bd7844a
|
Merge pull request #2484 from firefly2442/add-physics-commandline-help
add missing physics unit test to --help listing in main.cpp
|
2015-10-17 10:12:56 -03:00 |
|
Juan Linietsky
|
4a8bc25f18
|
Merge pull request #2485 from masoudbh3/fix-x11-editor-boot-splash
Fix X11 Editor Boot Splash (Maximized Boot Splash)
|
2015-10-17 10:12:34 -03:00 |
|
Juan Linietsky
|
5a14b89c32
|
Merge pull request #2488 from slapin/remove-unimplemented-exporter-option
Remove of use_exclude_ctrl_bones option
|
2015-10-17 10:11:55 -03:00 |
|
Juan Linietsky
|
e1e04c1dd5
|
Merge pull request #2497 from vnen/fix-2490
Make dict2inst set internal members of instance
|
2015-10-17 10:11:11 -03:00 |
|
Juan Linietsky
|
1028ab9d81
|
Merge pull request #2520 from bojidar-bg/patch-3
Add missing \n to world_wrap.
|
2015-10-17 10:07:08 -03:00 |
|