Florian Rival
40a82c61ea
Switched from LGPL and zlib/png licenses to MIT License.
2014-11-30 16:59:51 +01:00
Florian Rival
ad1d2b51fa
Refactoring on events (Suppressed useless methods like copy-ctor)
2014-11-27 19:41:43 +01:00
Florian Rival
46784cee94
Merge branch 'master' of github.com:4ian/GD
2014-11-27 18:23:52 +01:00
Florian Rival
0ef3edccfe
Added 'Group Events'
2014-11-27 18:23:38 +01:00
Florian Rival
8fed8e0ef9
Added a basic module to make analytics on how the software is used.
2014-11-26 15:56:05 +01:00
Florian Rival
0622a69aec
Added support for external Javascript source files.
...
Added example of using external JS source files.
2014-11-24 23:39:06 +01:00
Florian Rival
506e3a3226
Refactored external sources files in gd::Project, and fixed their unserialization
2014-11-23 15:56:14 +01:00
Florian Rival
d54ae5d44a
Adapted TextObjet extension declaration to be compatible with emscripten
2014-11-16 21:18:14 +01:00
Florian Rival
3494048e5a
Added example for Js code event.
2014-11-11 18:12:24 +01:00
Florian Rival
26bee9ab19
Finished JsCodeEvent and its dialog
2014-11-11 12:44:38 +01:00
Florian Rival
d2a706eca6
Merge branch 'master' of https://github.com/4ian/GD
2014-10-30 15:12:01 +01:00
Florian Rival
b7b83c0c44
Refactoring to remove useless class StrExpressionMetadata and duplicated code.
2014-10-30 15:11:20 +01:00
Florian Rival
088b478b58
Allow CORS files loading for GDJS games
2014-10-18 16:30:32 +02:00
Florian Rival
c64838009c
Added support for the action to open an URL in GDJS (with support for CocoonJS & Intel XDK)
2014-10-14 23:10:54 +02:00
Florian Rival
1c084c4e3b
Added link to download Node.js if not installed in GDJS export dialog
2014-10-05 15:00:03 +02:00
Florian Rival
dfd3906298
Prefer using 'nodejs' instead of 'node' executable on Linux
2014-10-05 13:20:37 +02:00
Florian Rival
5c317da7df
Try to find Node.js using also 'nodejs' as executable name on Linux
2014-10-05 13:19:02 +02:00
Florian Rival
25b9a12269
Fix folder opening in a file explorer on Linux and Mac
2014-10-05 13:16:57 +02:00
Florian Rival
bb4dd02f90
Updated docs, added linux script for generating docs
2014-09-25 17:48:41 +02:00
Florian Rival
7d3ada265c
Replaced "Game Develop" by "GDevelop"
2014-09-24 16:25:13 +02:00
Florian Rival
5220563b68
Added .eslintrc and minor lint fixes
2014-09-16 17:05:23 +02:00
Florian Rival
131d1fe224
Fix layers not properly hidden in HTML5 games.
...
Started implementing unit tests for GDJS.
2014-08-25 21:03:59 +02:00
Florian Rival
7c79ae1634
Resources files now always use a slash in their filename
2014-08-17 19:29:32 +02:00
Florian Rival
7eb4c26c53
Updated Windows scripts integrated to the build process.
...
Fix forces in GDJS.
2014-08-14 21:45:55 +02:00
Florian Rival
63c21f7877
Integrated scripts into the build process, no need to call them manually (Still need testing on Windows)
2014-08-13 23:01:39 +02:00
Florian Rival
0d5d555b91
Made some scripts more robusts
2014-08-12 22:58:10 +02:00
Florian Rival
5749073d55
Merge pull request #6 from 4ian/tests
...
Added basic unit tests for GDCore
2014-08-12 22:35:37 +02:00
Florian Rival
f6216da3ed
Work in progress for tests.
...
Events Clone method now return a raw pointer.
2014-08-10 22:24:06 +02:00
victorlevasseur
62c14d2ba9
Fix error in runtimeobject.js.
2014-08-08 16:59:37 +02:00
victorlevasseur
6f5fc77570
Fix some syntax errors.
2014-08-08 10:52:46 +02:00
victorlevasseur
ef9f2e7a52
Added force clearing in GDJS.
...
(replace temporary or permanent forces)
2014-08-08 10:48:36 +02:00
Florian Rival
bd034ca510
Fixed wiki link in IntelXDKPackageDialog.
2014-07-30 19:46:39 +02:00
Florian Rival
c5237b70bf
Factor function to strip a project into gd::ProjectStripper.
...
Fix TiledSprite extension not loading properly for GDC++.
Fix "Rotate an object toward another" action.
2014-07-29 21:39:25 +02:00
Florian Rival
99c7c5a402
Updated installations and package scripts.
2014-07-27 15:20:37 +02:00
Florian Rival
23d9c7fe42
Updated licenses.
...
Fix pow expression in EditExpressionDialog.
French and Spanish translation update.
Upgraded pixi.js to latest version.
2014-07-26 17:20:33 +02:00
Florian Rival
04d32f4c42
Added IntelXDKPackageDialog.
...
Added documentation page about tools and conventions.
2014-07-05 20:49:00 +02:00
Florian Rival
f77db5e546
Forgot to display Uglify output to console if error occurred.
2014-07-04 20:11:43 +02:00
Florian Rival
7c5681a36b
Switch from Closure Compiler (and Java) to UglifyJS (and Node) for scripts minification.
2014-07-04 20:10:17 +02:00
Florian Rival
a9ce6feefe
Enabled XDK project export and fixed timestamps of the generated project.
2014-07-04 19:34:59 +02:00
Florian Rival
14b696d709
Removed useless files.
2014-06-30 21:52:01 +02:00
Florian Rival
e8cd1b16b7
Added GDJS and Extensions to this repository.
2014-06-30 21:39:29 +02:00
Florian Rival
475c9da06c
Cleaned thing and added not versioned files.
2014-03-31 21:55:51 +02:00
Florian
bb21d9a127
Updated doc.
...
git-svn-id: svn://localhost@1102 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 20:40:24 +00:00
Florian
a2bc0b3306
Updated documentation.
...
git-svn-id: svn://localhost@1099 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 20:18:44 +00:00
Florian
ac5060824b
GDL renamed to GDCpp in comments.
...
git-svn-id: svn://localhost@1098 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-30 13:38:43 +00:00
Florian
edb450ca5b
Fixed condition.
...
git-svn-id: svn://localhost@1090 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-30 13:07:53 +00:00
Florian
f1265e126a
Java path can be set by the user.
...
git-svn-id: svn://localhost@1087 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-29 17:46:34 +00:00
Florian
6e8b74bdff
Added loading of DestroyOutsideAutomatism from GD C++ Platform.
...
Added getAutomatism to runtimeObject and prevented bug when deleting an object in an automatism method.
git-svn-id: svn://localhost@1085 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-28 16:29:29 +00:00
Florian
5e33096c78
Fixed or condition.
...
git-svn-id: svn://localhost@1083 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-28 11:28:41 +00:00
Florian
96fee5c339
Variable are now a bit more strongly typed.
...
git-svn-id: svn://localhost@1081 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-28 10:15:15 +00:00