c6df9d8a41
editor window title improvements
...
Shows the project name in the window title (good to differentiate multiple instances of Godot with different projects loaded).
Clears the previous scene name from the window title when creating a new scene.
2014-04-09 22:50:30 -04:00
e1970a4dda
Merge pull request #195 from sanikoyes/hotfix-android-unicode-ime-input
...
fix android can't input unicode characters
2014-04-06 11:15:29 -03:00
bae5ad7c8b
Move onKeyDown/onKeyUp from Godot to GodotView
...
Press 'back' button should not terminate program, normal handle 'back' event in game logic
2014-04-06 21:53:38 +08:00
77a840e350
Merge branch 'master' into hotfix-android-unicode-ime-input
2014-04-06 21:52:47 +08:00
ded365031e
Merge pull request #255 from sikakraa/android_kb_fix
...
Fixed Android crash by adding safety to the hideKeyboard() -function.
2014-04-06 02:01:51 -03:00
f103b67326
Fixed Android crash by adding safety to the hideKeyboard() -function.
2014-04-06 02:13:36 +03:00
b4969373b3
-HttpClient: ’Content-Length’ is added to httprequest if not provided in the headers and a body exists
...
-expressions in GDScript can take multiple lines if inside parenthesis (python-like)
-Added \ to force linebreaks to GDscript (python-like)
-added exclude objects from raycast
-fixed crashes
2014-04-05 18:50:09 -03:00
9f33134c93
-Support for changing fonts
...
-Detect when free() might crash the project and throw error
-fixed 2D Bounce in physics (3d still broken)
-renamed “on_top” property to “behind_parent”, which makes more sense, old on_top remains there for compatibility but is invisible.
-large amount of fixes
2014-04-05 12:39:30 -03:00
35b84d2c85
Merge pull request #203 from marynate/PR-fix-collisionshape2d-del-not-update
...
Fixed #173 #157 Update parent when deleting CollisionShape2D
2014-04-05 09:55:21 -03:00
1278da71ea
Merge pull request #206 from marynate/PR-multijobs-build
...
Fixed #205 Race condition in build process
2014-04-05 09:54:42 -03:00
6a737c79fc
Merge pull request #211 from sanikoyes/hotfix-render-altas-texture-sprite
...
fix render sprite used atlas texture position error
2014-04-05 09:42:55 -03:00
f9820d4c40
Merge pull request #212 from marynate/PR-framelimit
...
Add ability to apply frame rate limit (application/target_fps)
2014-04-05 09:41:10 -03:00
ee76837826
Merge pull request #223 from sanikoyes/hotfix-imp-thread-id-in-windows
...
Implement thread id in windows platform
2014-04-05 09:40:45 -03:00
c1f4d1c95e
Merge pull request #229 from marynate/PR-resizable-window
...
Add display/resizable to project setting to prevent windwo from resizing
2014-04-05 09:39:19 -03:00
a643be7170
Merge pull request #230 from hiltonm/hotfix-ignore-doc-data-compressed
...
Ignore auto-generated doc_data_compressed.h
2014-04-05 09:37:35 -03:00
266ff7201b
Merge pull request #232 from marynate/PR-fix-variant-multiply-bug
...
Fix Variant vector2/vecotor3 multiply bug
2014-04-05 09:30:56 -03:00
f0371e6075
Merge pull request #236 from marynate/PR-iOS-FPS60
...
Lift Godot GLView update frequency from 30 to 60
2014-04-05 09:29:22 -03:00
d7b93c3776
Merge pull request #237 from marynate/PR-maya-nav
...
Maya and modo style navigation
2014-04-05 09:28:13 -03:00
368a14b500
Merge pull request #239 from sanikoyes/hotfix-add-new-anchor-options
...
Add anchor options "Center"
2014-04-05 09:27:43 -03:00
d7b7d1ead6
Merge pull request #241 from marynate/PR-viewport-hotkey
...
Add Viewport Hotkeys / Toggle maximize viewport
2014-04-05 09:27:23 -03:00
3261b0db72
Merge pull request #242 from marynate/PR-fix-matrix3-binding
...
Add missing Matrix3::get_scale() binding
2014-04-05 09:26:23 -03:00
1f5457b2ab
Merge pull request #243 from marynate/PR-fix-touchscreenbutton-released
...
Fix #240 TouchScreenButton release signal is not valid
2014-04-05 09:24:28 -03:00
64671eb6fb
Merge pull request #247 from marynate/PR-path-editor-ui
...
Path Editor UI Improvment
2014-04-05 09:07:03 -03:00
1b325a130e
Merge pull request #246 from marynate/PR-path2d-editor
...
Path2D editor bug fix and improvement
2014-04-05 09:06:56 -03:00
e7463b2b16
Make secondary handle 50% transparent in Path editor to distinguish from
...
main handle; Add close curve icon in Path editor UI; Fixed mixed EOL
2014-04-03 18:41:43 +08:00
1076ee12d4
Add close curve icon source image
2014-04-03 18:41:33 +08:00
9902c80593
Add close curve icon
2014-04-03 18:41:25 +08:00
a2bd3a1f41
Move point in Path2D edtitor now respect snap configure; Press Alt when
...
moving point to activate view base snapping; Path2D editor inherits from
HBoxContainer now"
2014-04-03 16:36:01 +08:00
4c2183bf23
Use shift for control point in Paht2D editor (to be consistent with Path editor)
2014-04-03 16:36:01 +08:00
f07a377624
Fixed delete path2d node will crash editor
2014-04-03 16:36:01 +08:00
3b3c4b7585
Fix #244 no path2d handles visible
2014-04-03 16:35:58 +08:00
4676aac335
Fix #240 TouchScreenButton release signal is not valid
2014-04-02 15:48:02 +08:00
0a8d2fc6dc
Add Matrix3::get_scale() binding
2014-04-01 23:12:17 +08:00
465f81a37a
Space to toggle maximize viewport
...
Cleanup debug output
2014-04-01 19:09:44 +08:00
a0fcab0a94
Add hotkey for switching viewports
...
Hotkey added
2014-04-01 16:49:10 +08:00
145d069da0
Hold shift to speedup pan/zoom in maya navigation scheme
2014-04-01 00:53:19 +08:00
4dbf26cba2
Keep selection from been cleared when navigating in 3d viewport
...
Conflicts:
tools/editor/plugins/spatial_editor_plugin.cpp
2014-04-01 00:52:47 +08:00
35bf23859a
Fix bug in 3d navigation scheme selection; Add modo navigation scheme
2014-04-01 00:50:15 +08:00
eb294bb6ea
Disable transform operation when navigation
2014-04-01 00:49:48 +08:00
5ed527d8b8
Add maya style navigation scheme to 3d vieewport
2014-04-01 00:49:26 +08:00
9174ac7386
Add anchor options "Center"
2014-03-31 19:02:21 +08:00
7ff0ce7e00
Lift Godot GLView update frequency from 30 to 60
2014-03-31 12:57:05 +08:00
6e1e66878c
Fix Variant vector2/vecotor3 multiply bug
2014-03-29 00:06:25 +08:00
c943167daf
Remove auto-generated doc_data_compressed.h
2014-03-27 15:28:07 -03:00
f6e6093ab9
Add display/resizable to project setting to prevent windwo from resizing
2014-03-27 23:16:03 +08:00
b771d20070
Ignore doc_data_compressed.h
2014-03-27 11:36:09 -03:00
a9d4051ddf
Implement thread id in windows platform
2014-03-24 16:06:10 +08:00
61179e82c7
fix atlas texture algo
2014-03-19 21:02:17 +08:00
bc4e37b132
fix a mistake
2014-03-19 15:55:12 +08:00
3037b3f6dc
fix render sprite used atlas texture position error
2014-03-19 15:43:56 +08:00