Commit Graph

30 Commits

Author SHA1 Message Date
victorlevasseur 2fe320ee3b Remove GD_T() macro 2015-07-07 13:30:13 +02:00
victorlevasseur c98e97e60a Merge remote-tracking branch 'upstream/master' into utf8-gdstring
Conflicts:
	.travis.yml
	Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.cpp
	Core/GDCore/Events/Builtin/ForEachEvent.h
	Core/GDCore/Events/Event.cpp
	Core/GDCore/Events/Event.h
	Core/GDCore/Events/EventMetadata.cpp
	Core/GDCore/Events/EventMetadata.h
	Core/GDCore/Events/ExpressionMetadata.h
	Core/GDCore/Events/Instruction.h
	Core/GDCore/Events/InstructionMetadata.h
	Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp
	Core/GDCore/PlatformDefinition/Object.cpp
	Core/GDCore/PlatformDefinition/PlatformExtension.cpp
	Core/GDCore/PlatformDefinition/PlatformExtension.h
	Extensions/Function/Extension.cpp
	Extensions/TextObject/TextObject.h
	Extensions/TimedEvent/Extension.cpp
	GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp
	GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h
	GDCpp/GDCpp/BuiltinExtensions/MouseTools.h
	GDCpp/GDCpp/BuiltinExtensions/SceneExtension.cpp
	GDCpp/GDCpp/InputManager.cpp
	GDCpp/GDCpp/RuntimeSpriteObject.cpp
	GDCpp/GDCpp/RuntimeSpriteObject.h
	GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp
	GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.cpp
	GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp
	GDJS/GDJS/BuiltinExtensions/VariablesExtension.cpp
	GDJS/GDJS/Exporter.cpp
	GDJS/GDJS/Exporter.h
	IDE/Dialogs/ObjectsEditor.cpp
	IDE/Preferences.cpp
2015-07-06 15:16:59 +02:00
Victor Levasseur b32732916c Actions and conditions are declared in the extension with gd::String (except for the sentence)
Added push_back and Split methods to gd::String
2015-06-25 16:49:40 +02:00
Florian Rival f503ee87ab Refactored code generator functions to use std::function and lambdas 2015-05-07 00:00:50 +12:00
victorlevasseur b772a99ff0 Add GD_T macro to translate UTF8 std::string (and _ macro is for wxString
only)
Updated all source code to use the new macro
2015-03-29 14:40:07 +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
Victor Levasseur 0e92ebfd4a Remove boost 2015-01-20 18:29:55 +01:00
victorlevasseur ae1f6d61b3 Remove boost dependency (boost::to_upper still remaining) 2015-01-18 21:09:45 +01:00
Florian Rival 768204bb56 Removed useless extension virtual destructors. Updated Panel Sprite object description 2015-01-14 22:25:38 +01:00
Florian Rival ff81b68d80 Removed useless destruction functions for extensions 2015-01-06 23:37:08 +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 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 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 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 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 5a67006342 Changed CurrentFunctionParameter to Parameter.
git-svn-id: svn://localhost@137 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-06-06 18:25:11 +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