Florian Rival
117722621a
Change file organization in GDCpp to have a Runtime directory inside GDCpp
2016-02-09 19:42:52 +01:00
Florian Rival
e444e80493
Update copyrights year
2016-01-14 19:46:56 +01:00
Victor Levasseur
870b6580f5
Replace std::string with gd::String in all remaining extensions
2015-07-12 12:39:40 +02:00
Florian Rival
cebad7cd62
Revert "Revert "Store instructions as shared pointers instead of as values""
...
This reverts commit 755807b075 .
2015-05-05 21:27:15 +12:00
Florian Rival
755807b075
Revert "Store instructions as shared pointers instead of as values"
2015-05-05 00:08:31 +12:00
Victor Levasseur
91692c4d29
Replace std::vector<gd::Instruction> by a custom class managing an array of std::shared_ptr<gd::Instruction>
2015-05-02 11:04:55 +02:00
Florian Rival
64e6860718
Version bump.
...
Updated copyrights.
2015-01-22 21:22:01 +01:00
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
e73c9a3c72
Fix functions not working with multiple scenes or with external events.
...
For the first issue, functions do not expose anymore a global variable.
For the second issue, functions are mangled with scene name and the search
for a function is now following links.
2014-10-05 12:49:58 +02:00
Florian Rival
7d3ada265c
Replaced "Game Develop" by "GDevelop"
2014-09-24 16:25:13 +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
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
22e63e8cdc
Latest commit before switching to git for the whole Extension directory.
...
git-svn-id: svn://localhost@1109 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 22:01:24 +00:00
Florian
eab910fb81
Fixed compilation error with functions with special characters or spaces
...
Updated copyright.
git-svn-id: svn://localhost@910 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-02-07 19:48:51 +00:00
Florian
9f2ddc45e5
Exchanged all french messages with their English counterparts.
...
git-svn-id: svn://localhost@843 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-20 19:55:21 +00:00
Florian
d16fdf92b6
Corrected code generation when objects are using special characters.
...
Adapted to changes in GDCore.
git-svn-id: svn://localhost@823 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-09 19:54:36 +00:00
Florian
712189efcc
Adapted to changes in GDL/GDCore.
...
git-svn-id: svn://localhost@757 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-06-09 21:11:28 +00:00
Florian
7adfd074c0
Adapted to changes in GDL. Notably, objects passed as arguments must now be clearly specified.
...
Updated copyright.
git-svn-id: svn://localhost@661 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-02-15 23:12:44 +00:00
Florian
31d847fbc6
Massive rewrites for GD2.
...
Corrected bugs.
Minor changes for linux.
git-svn-id: svn://localhost@500 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-22 18:42:59 +00:00
Florian
ea2bb98fdf
Minor adaptations to minor changes in GDL.
...
git-svn-id: svn://localhost@413 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-03-26 22:19:03 +00:00
Florian
feb5098899
Updated copyright and defines.
...
git-svn-id: svn://localhost@357 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-01-20 21:14:57 +00:00
Florian
3e8d193c93
Added LaunchFunctionFromExpression.
...
git-svn-id: svn://localhost@210 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-08-19 16:31:22 +00:00
Florian
f0e42a64e6
Added support for parameters.
...
git-svn-id: svn://localhost@131 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-06-02 18:04:21 +00:00
Florian
047512f828
Initial import of Function extension.
...
git-svn-id: svn://localhost@125 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-05-29 22:10:23 +00:00