Juan Linietsky
|
6f8bd89931
|
-invalidated string -> int automatic conversion, fixes #1788
|
2015-05-04 11:17:11 -03:00 |
|
Juan Linietsky
|
a76709d240
|
-vec3 uniforms should now work, fixes #1773
|
2015-05-04 10:17:24 -03:00 |
|
Juan Linietsky
|
9b01f5954a
|
solve invalid pointer, fixes #1793
|
2015-05-04 00:55:21 -03:00 |
|
Juan Linietsky
|
c631d597ad
|
Merge pull request #1792 from swenner/static_analysis_fixes
Static analysis fixes
|
2015-05-03 22:53:30 -03:00 |
|
Juan Linietsky
|
913cb443fc
|
Merge pull request #1798 from ricpelo/ricpelo-patch-1
Missing return statement
|
2015-05-03 22:52:42 -03:00 |
|
Juan Linietsky
|
04fb3402c5
|
-Make sure properties are exported the way they should in xml, fixes #1799
|
2015-05-03 20:31:50 -03:00 |
|
Ricardo Pérez
|
256a9fd1df
|
Missing return statement
|
2015-05-03 22:09:42 +02:00 |
|
Simon Wenner
|
a0e985c6c1
|
removed unnecessary semicolons
|
2015-05-03 01:48:20 +02:00 |
|
Simon Wenner
|
2830f85b05
|
fixed uninitialized variable (cppcheck)
|
2015-05-03 01:45:55 +02:00 |
|
Juan Linietsky
|
1e422941c8
|
-Fixed android export options (screen sizes, orientation should work)
-added functions to get mouse position in CanvasItem
|
2015-05-01 21:13:20 -03:00 |
|
Juan Linietsky
|
ee8f8add4e
|
-removed get_mouse_pos from Input, as it only caused problems
|
2015-05-01 12:19:24 -03:00 |
|
Juan Linietsky
|
4804462ee0
|
-Fixes from source code analyzizer, closes #1768
|
2015-05-01 10:44:08 -03:00 |
|
est31
|
b2b5143678
|
Sort xml files, so order is constant
Makes xml format work better with version control systems.
|
2015-05-01 03:41:45 +02:00 |
|
romulox_x
|
79c36ea5f7
|
fixed ColorArray constructor when taking array as parameter
|
2015-04-27 14:45:54 -07:00 |
|
Juan Linietsky
|
3203a03414
|
Fixed bug in array comparison, fixes #1712
|
2015-04-26 12:12:53 -03:00 |
|
Juan Linietsky
|
1f8e3117dd
|
Ability to convert from nodes or other non resource with a get_rid() function to a rid
|
2015-04-24 20:45:07 -03:00 |
|
Juan Linietsky
|
7006fe3cc4
|
Corrected rectangle intersection, fixes #1731
|
2015-04-24 16:08:05 -03:00 |
|
Juan Linietsky
|
66c71c21df
|
resolved some cases wehre built-in doc is not properlt generated, fixes #1719
|
2015-04-22 00:25:13 -03:00 |
|
Juan Linietsky
|
59154cccf9
|
-Changed Godot exit to be clean.
-Added more debug information on memory cleanliness on exit (if run with -v)
-Fixed several memory leaks, fixes #1731, fixes #755
|
2015-04-20 19:38:02 -03:00 |
|
Juan Linietsky
|
b66b86b05e
|
-Fixed post-import script-reload buf, fixes #1683
|
2015-04-18 19:06:58 -03:00 |
|
Juan Linietsky
|
a5cbfbbcbb
|
-fixed relative path saving to file, fixes #1694
|
2015-04-18 16:33:31 -03:00 |
|
Juan Linietsky
|
4661a6e126
|
-try to avoid errors when path using ".." is present in script include, fixes #1703
|
2015-04-18 16:17:33 -03:00 |
|
Juan Linietsky
|
fdaa2920eb
|
Updated copyright year in all headers
|
2015-04-18 14:38:54 -03:00 |
|
Juan Linietsky
|
6b3cd13c8d
|
-fix vector rotation, fixes #1705
|
2015-04-18 14:19:33 -03:00 |
|
Juan Linietsky
|
28304bc330
|
-Changed the cubic interpolator, improves situation with PathFollow in #1659
|
2015-04-13 09:47:03 -03:00 |
|
Juan Linietsky
|
8fa4f1cf82
|
-Made sure that "free" function appears in documentation and code completion, fixes #1664
|
2015-04-12 22:22:44 -03:00 |
|
Juan Linietsky
|
3e20391bf6
|
-Changed bootsplash option to use a file, fixes #1539
-Added OS.get_splash_tick_msec() to query when splash appeared
|
2015-04-12 17:55:01 -03:00 |
|
Juan Linietsky
|
2dfa1279ea
|
improved save path error messages for scene, textures and audio, fixes #1514
|
2015-04-12 16:45:59 -03:00 |
|
Juan Linietsky
|
3b35bcc955
|
-fix resolver erase query to avoid running out of slots, fixes #1621
|
2015-04-07 22:45:33 -03:00 |
|
Juan Linietsky
|
963845eea9
|
Merge branch 'master' of https://github.com/okamstudio/godot
|
2015-04-07 21:21:06 -03:00 |
|
Juan Linietsky
|
22997294fa
|
-Concatenating arrays keeps the shared property if any of the arrays is shared. Fixes #1646
|
2015-04-07 21:18:46 -03:00 |
|
Juan Linietsky
|
e336306e91
|
Merge pull request #1554 from NateWardawg/inspectorupdate
Camel casing being capitalized only happens in the inspector now.
|
2015-04-07 20:22:09 -03:00 |
|
Juan Linietsky
|
219fce737c
|
Merge pull request #1564 from Faless/area_combine-1
Implement combine mode for area
|
2015-04-07 20:21:11 -03:00 |
|
Juan Linietsky
|
7b75658bb2
|
Merge pull request #1585 from UsernameIsAReservedWord/add_is_queued_for_deletion_in_objects
add : bool Object.is_queued_for_deletion()
|
2015-04-07 20:14:51 -03:00 |
|
Juan Linietsky
|
7978245784
|
Merge pull request #1614 from hurikhan/pr_parameter_names
wm api -- set screen parameter names for gdscript
|
2015-04-07 20:11:53 -03:00 |
|
Juan Linietsky
|
b36e41cb71
|
Added a PVRTC encoder for iOS
|
2015-04-06 21:48:20 -03:00 |
|
hurikhan
|
af368b7e1a
|
set screen parameter names for gdscript
|
2015-04-03 15:00:55 -04:00 |
|
Juan Linietsky
|
1572238adb
|
merging okam changes
|
2015-04-02 07:22:17 -03:00 |
|
UsernameIsAReservedWord
|
9cca88eb92
|
Update object.h
|
2015-03-28 18:42:01 +01:00 |
|
yg2f
|
3c67e22c3d
|
add : bool Object.is_queued_for_deletion()
`object.is_queued_for_deletion()` return true if the object was
`object.queue_free()` or `SceneTree.queue_delete(object)`.
|
2015-03-28 18:34:28 +01:00 |
|
Fabio Alessandrelli
|
4b3b5eba86
|
Use Vector for storing areas
|
2015-03-24 18:46:26 +00:00 |
|
Nathan Warden
|
21eb3b2a83
|
Camel casing being capitalized only happens in the inspector now.
|
2015-03-23 00:08:07 -05:00 |
|
Juan Linietsky
|
0dcca688d2
|
Revert "Camelcased script variables will now capitalize in the inspector."
|
2015-03-22 19:06:13 -03:00 |
|
Juan Linietsky
|
23e13ce3c2
|
fixes to new window management API
-needs testing on Linux
-needs testing on Windows
-NEED SOMEONE TO IMPLEMENT IT ON OSX!! PLEASE HELP!
|
2015-03-22 19:00:50 -03:00 |
|
Juan Linietsky
|
15bee515e6
|
Merge pull request #1487 from hurikhan/x11-window-management
X11 window management
|
2015-03-22 15:10:50 -03:00 |
|
Juan Linietsky
|
f706e3e5d1
|
Merge pull request #1380 from ElectricSolstice/wparentheses_removal
Changed code to remove gcc -Wparentheses warnings.
|
2015-03-22 15:05:47 -03:00 |
|
Juan Linietsky
|
0302ea5b82
|
Merge pull request #1396 from Spooner/fix_sprintf_errors
Fix sprintf errors
|
2015-03-22 15:03:32 -03:00 |
|
Juan Linietsky
|
7436f0bb37
|
Merge pull request #1401 from NateWardawg/inspectorupdate
Camelcased script variables will now capitalize in the inspector.
|
2015-03-22 15:02:42 -03:00 |
|
Juan Linietsky
|
3aed92e5b1
|
Merge pull request #1450 from theuserbl/master
Making ToolButton and KEY_MASK_CMD accessable in GDScript and the IDE
|
2015-03-22 14:58:42 -03:00 |
|
Juan Linietsky
|
4069dc7891
|
Merge pull request #1521 from codx/master
Fix for InputEvent::set_as_action
|
2015-03-22 14:48:54 -03:00 |
|