aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/javascript_main.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-02Live edit WORK IN PROGRESSJuan Linietsky22-217/+1320
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-07-28adding some base64 marshallspunto-2-0/+83
2015-07-26QOL, script buttons in scene tabsJuan Linietsky8-5/+158
2015-07-24-added icons for root node types on tabsJuan Linietsky4-2/+25
2015-07-24Fixed incorrect failsafe return valuesZher Huei Lee1-3/+3
2015-07-24Made RegEx API similar to old versionZher Huei Lee5-15/+17
2015-07-24Added a live-edit RegEx tester to the demosZher Huei Lee3-0/+26
2015-07-24More nrex fixesZher Huei Lee1-8/+16
2015-07-24Updated nrex fixesLee Zher Huei1-5/+5
2015-07-24Regex library Nrex initial portLee Zher Huei17-1206/+1254
2015-07-23Use tabs instead of spaces.Jari Ronkainen1-1/+1
2015-07-23Fix audio driver setup if the first driver fails.Jari Ronkainen1-0/+1
2015-07-09when copy images enabled, 'images' path prefix was only being written to ↵romulox_x1-2/+2
file if the destination file didn't exist. so it only worked the first time.
2015-07-01fixed ios compilation errorromulox_x1-1/+1
2015-06-30small fixesJuan Linietsky2-5/+8
2015-06-30-some changes by okamJuan Linietsky13-6/+72
2015-06-29Several performance improvements, mainly in loading and instancing scenes ↵Juan Linietsky62-294/+475
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-27more code completion improvementsJuan Linietsky5-85/+482
-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-26improved get_node(), connect(), etc code completion.Juan Linietsky10-25/+210
-properly completes text arguments -includes the "/root" autoloads
2015-06-25forgot to add mirroredrepeat flag to flags file. fixed.romulox_x3-1/+9
2015-06-25added support for mirrored repeat texture wrappingromulox_x4-7/+22
2015-06-24added a tiny bit more space to docks and script tabJuan Linietsky4-2/+5
2015-06-24compile fixJuan Linietsky1-1/+1
2015-06-24fix connection dialog bugJuan Linietsky1-2/+2
2015-06-24Tiny typoKermer1-2/+2
COPY_MODE_DISALED -> COPY_MODE_DISABLED
2015-06-24ability to change shadow color in light2dJuan Linietsky9-1/+41
2015-06-24Add some documentation for RayCast2D about is_colliding and get_collider quirksShadowKyogre1-0/+2
2015-06-24added ability to define signals in scriptJuan Linietsky12-64/+270
closes #2175
2015-06-23Added helper methods to InputEventJaguar3-0/+16
2015-06-23CollisionShape2D visual editorFranklin Sobrinho3-0/+608
2015-06-23Fix for issue related to GridMap editorFranklin Sobrinho1-3/+9
* closes #2102
2015-06-22small in place fixesJuan Linietsky1-5/+5
2015-06-22ability to set process on parent nodes on visibility notifierJuan Linietsky2-0/+24