Juan Linietsky
568679b7c4
Merge pull request #2341 from xodene/patch-5/OS_get_system_time_msec
...
Add OS.get_system_time_msec
2015-08-08 11:04:12 -03:00
Juan Linietsky
ffb57a9183
Merge pull request #2344 from neikeq/signal_tk_name_fix
...
Add missing signal token name
2015-08-08 11:00:46 -03:00
neikeq
6c5b031ba9
Add missing token name for signal. closes #2201
2015-08-07 22:20:52 +02:00
xodene
6b25e83ba7
tested and fixed unix os_system_time_msec()
2015-08-06 11:08:48 -07:00
Maximillian
6f9a084ac8
Add OS.get_system_time_msec
2015-08-06 10:29:33 -07:00
Juan Linietsky
9d185ccc30
-Merged the file server with the live editing and remote debug
...
-It is now really easy to deploy an android build with debug, and debug it
2015-08-06 02:37:40 -03:00
Juan Linietsky
8280bb0de0
more debugger fixes
...
-setting/clearing breakpoints during run-time now works
-multi-line strings resulted in wrong line numbers in bytecode, fixed
2015-08-04 20:17:39 -03:00
Juan Linietsky
09a2de9916
added bindings for screen rotation in OS
2015-08-04 18:09:51 -03:00
Juan Linietsky
d1da2c2995
error debugger
...
shows the list of errors that happened during running the game, traces
can be analyzed
2015-08-04 09:47:32 -03:00
Juan Linietsky
cbee679bd7
live debug fixes
...
removing node in live debugging fixed
2015-08-02 20:28:10 -03:00
Juan Linietsky
59961c9914
Live edit WORK IN PROGRESS
...
1) press the heart while the game is running
2) select a scene to live edit from the opened scenes
3) edit/add/remove nodes or resources, change their properties, etc.
4) watch changes reflected in running game, in all places this scene is
edited
5) It's not perfect obviously, but the aim of it is to try to reflect
your changes as best as possible in the running game.
2015-08-02 12:30:01 -03:00
punto-
922356b903
adding some base64 marshalls
2015-07-28 12:50:52 +02:00
Juan Linietsky
ed85339bcb
Merge pull request #2248 from romulox-x/colladaImagePath
...
fixed image path problem in bettercollada
2015-07-27 22:21:53 -03:00
Juan Linietsky
07c99e11f5
QOL, script buttons in scene tabs
2015-07-26 10:44:35 -03:00
Juan Linietsky
18cbcdafba
Merge pull request #2298 from ronchaine/ronchaine-devel
...
Fix audio driver loading if the first tried driver fails (linux-x11).
2015-07-25 19:28:36 -03:00
Juan Linietsky
d50ebbb441
-added icons for root node types on tabs
2015-07-24 14:18:02 -03:00
punto-
257dba9a4a
Merge pull request #2300 from leezh/nrex-port
...
New RegEx library
2015-07-24 13:17:58 -03:00
Zher Huei Lee
69eff35cd5
Fixed incorrect failsafe return values
2015-07-24 16:15:04 +01:00
Zher Huei Lee
87c1e16834
Made RegEx API similar to old version
2015-07-24 14:09:39 +01:00
Zher Huei Lee
4ca0399ff6
Added a live-edit RegEx tester to the demos
2015-07-24 13:55:18 +01:00
Zher Huei Lee
d9f1a85948
More nrex fixes
2015-07-24 13:25:04 +01:00
Lee Zher Huei
732bfd0baf
Updated nrex fixes
2015-07-24 02:02:52 +01:00
Lee Zher Huei
ef005d4f64
Regex library Nrex initial port
2015-07-24 01:18:46 +01:00
Jari Ronkainen
983fd0dfc3
Use tabs instead of spaces.
2015-07-23 19:35:47 +03:00
Jari Ronkainen
8027a3f004
Fix audio driver setup if the first driver fails.
2015-07-23 19:32:10 +03:00
romulox_x
1efeb8b956
when copy images enabled, 'images' path prefix was only being written to file if the destination file didn't exist. so it only worked the first time.
2015-07-09 17:34:12 -07:00
punto-
f697ec2fe0
Merge pull request #2226 from romulox-x/xyzFixIos
...
fixed ios compilation error
2015-07-02 09:19:34 -03:00
romulox_x
1d22b0265b
fixed ios compilation error
2015-07-01 23:07:01 -07:00
Juan Linietsky
b4d5f7e154
Merge branch 'master' of https://github.com/okamstudio/godot
2015-06-30 11:59:33 -03:00
Juan Linietsky
4613a3f2c0
small fixes
2015-06-30 11:59:00 -03:00
Juan Linietsky
55b34e05b3
-some changes by okam
2015-06-30 11:28:43 -03:00
Juan Linietsky
95047562d7
Several performance improvements, mainly in loading and instancing scenes and resources.
...
A general speedup should be apparent, with even more peformance increase when compiling optimized.
WARNING: Tested and it seems to work, but if something breaks, please report.
2015-06-29 00:29:49 -03:00
Juan Linietsky
2b64f73b04
more code completion improvements
...
-calltip dissapears with more types of keypresses or when pressing ')'
-properly looks into autoloaded scripts or nodes with another script for
script functions/variables/etc.
2015-06-27 15:52:39 -03:00
Juan Linietsky
a67486a39e
improved get_node(), connect(), etc code completion.
...
-properly completes text arguments
-includes the "/root" autoloads
2015-06-26 01:14:49 -03:00
Juan Linietsky
71cc2561c6
Merge pull request #2187 from romulox-x/mirroredRepeat
...
added support for mirrored repeat texture wrapping
2015-06-25 19:43:29 -03:00
romulox_x
acb5cdb574
forgot to add mirroredrepeat flag to flags file. fixed.
2015-06-25 15:41:12 -07:00
romulox_x
85e49d4e75
added support for mirrored repeat texture wrapping
2015-06-25 14:51:21 -07:00
Juan Linietsky
29b2e811f6
added a tiny bit more space to docks and script tab
2015-06-24 18:57:14 -03:00
Juan Linietsky
b4190ed2b9
compile fix
2015-06-24 18:34:31 -03:00
Juan Linietsky
e3f4fbc755
Merge pull request #2181 from ShadowKyogre/doc-help
...
Add documentation for RayCast2D about is_colliding and get_collider quirks
2015-06-24 18:33:38 -03:00
Juan Linietsky
48ac03915a
Merge pull request #2182 from Kermer/patch-1
...
Tiny typo
2015-06-24 18:29:37 -03:00
Juan Linietsky
30a94bcc9f
fix connection dialog bug
2015-06-24 18:26:34 -03:00
Kermer
32d4b4128c
Tiny typo
...
COPY_MODE_DISALED -> COPY_MODE_DISABLED
2015-06-24 23:24:44 +02:00
Juan Linietsky
52308aba68
ability to change shadow color in light2d
2015-06-24 18:15:43 -03:00
ShadowKyogre
631cb10e86
Add some documentation for RayCast2D about is_colliding and get_collider quirks
2015-06-24 13:24:42 -07:00
Juan Linietsky
48f1d02da4
added ability to define signals in script
...
closes #2175
2015-06-24 13:29:45 -03:00
Juan Linietsky
199ad16bbc
Merge pull request #2168 from KillerJaguar/input-helper
...
Added helper methods to InputEvent
2015-06-23 20:59:46 -03:00
Juan Linietsky
26a710b4b8
Merge pull request #2172 from jrimclean/development
...
Fixed compilation on MacOS X
2015-06-23 20:59:30 -03:00
James McLean
d23ee8eb01
Merge branch 'master' of github.com:okamstudio/godot into development
2015-06-23 18:22:14 -04:00
Jaguar
e6fb0cf970
Added helper methods to InputEvent
2015-06-23 16:24:48 -04:00