Commit Graph

29 Commits

Author SHA1 Message Date
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 2317368415 Merge branch 'remove-boost' of https://github.com/victorlevasseur/GD into c++11
Conflicts:
	GDCpp/GDCpp/ObjInstancesHolder.cpp
2015-01-25 20:12:14 +01:00
Florian Rival 64e6860718 Version bump.
Updated copyrights.
2015-01-22 21:22:01 +01:00
victorlevasseur ae1f6d61b3 Remove boost dependency (boost::to_upper still remaining) 2015-01-18 21:09:45 +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 fb25ae6295 Fixed memory leak with EventsList and added test for it 2014-08-12 22:22:00 +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 ab77ed866f Fixed bug when using objects not passed as arguments in a function.
git-svn-id: svn://localhost@662 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-02-26 17:22:48 +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 17e22f6750 Small bugfixes.
Changed sfml lib names on Linux.
Switched back to default GCC compiler profile in Windows target.

git-svn-id: svn://localhost@587 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-21 12:51:19 +00:00
Florian cbdcb2a8c9 Fixed bug with function using objects from the caller context.
git-svn-id: svn://localhost@544 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-10-23 13:13:09 +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 ce1e2f3ad6 Updated to use latest SFML version.
Suppressed a warning.

git-svn-id: svn://localhost@298 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-11-13 12:15:44 +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