Commit Graph

24 Commits

Author SHA1 Message Date
Victor Levasseur f1a7750fc5 Replace std::string by gd::String in TextEntryObject 2015-07-07 16:04:43 +02:00
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
Florian Rival bc80b3251c Update extensions to be compiled without wxWidgets GUI 2015-06-05 11:25:36 +12:00
Victor Levasseur 7dd5be4c19 Add UTF8 support in the TextEntry object 2015-04-29 11:28:56 +02:00
victorlevasseur f1b1453bc4 Fix a compilation error when inside GDevelop 2015-03-29 23:58:40 +02:00
victorlevasseur c4e899465a Extensions and GDJS now use GD_T where it is possible 2015-03-29 22:28:25 +02:00
Florian Rival 6cbd70c2b0 Added InputManager to GDCpp game engine. Platformer objects can now jump with space key. 2015-03-02 07:57:02 +01:00
Florian Rival 64e6860718 Version bump.
Updated copyrights.
2015-01-22 21:22:01 +01:00
Florian Rival 418bae8632 Removed useless Destroy* functions for objects 2015-01-08 21:58:36 +01:00
Florian Rival 01e9848feb Ported TextEntryObject for HTML5 games 2015-01-07 23:13:50 +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 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 eed60d7caa Latest commit before switching to git for the whole Extension directory.
git-svn-id: svn://localhost@1118 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 22:03:08 +00:00
Florian 45d6c71a9a Exchanged all french messages with their English counterparts.
git-svn-id: svn://localhost@852 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-20 19:59:00 +00:00
Florian 4fdf7ec653 Adapted to changes in GDCore.
git-svn-id: svn://localhost@830 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-09 19:59:04 +00:00
Florian c52d3e04d5 Adapted to changes in GDCore/GDL.
git-svn-id: svn://localhost@765 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-06-09 21:16:06 +00:00
Florian 3d3642a77d Updated includes.
Updated copyright.

git-svn-id: svn://localhost@667 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-03-03 15:52:14 +00:00
Florian f41620fba4 Fixed bug at Runtime.
Changed sfml lib names on Linux.
Switched back to default GCC compiler profile in Windows target.

git-svn-id: svn://localhost@593 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-21 12:55:08 +00:00
Florian f7be58c471 Adapted extension to GDL changes.
All characters are now accepted by text entry object.

git-svn-id: svn://localhost@552 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-10-28 19:53:58 +00:00
Florian f35a2d0557 Corrected ineffective deactivation.
git-svn-id: svn://localhost@408 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-03-26 22:17:46 +00:00
Florian bbac808d2c Initial import.
git-svn-id: svn://localhost@383 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-02-02 22:18:21 +00:00