Commit Graph

36 Commits

Author SHA1 Message Date
Alexander Lebedev 793a242e00 Delete double spaces in some strings (#406) 2017-10-18 00:30:33 +02:00
Florian Rival ceb8b4dde1 Merge serialization methods for instructions and add serialization methods to InstructionsList 2017-08-20 17:22:23 +02:00
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
Florian Rival cd9ae7ca40 Change file organization 4 (tinyxml -> TinyXml) 2015-11-01 12:01:06 +01:00
Florian Rival 63cb853d72 Change file organization (Events, Extensions + more folders) 2015-11-01 11:26:40 +01:00
Florian Rival 3a982afea7 Fix mistakes and add Dutch to Windows installer languages 2015-10-19 22:57:18 +02:00
Victor Levasseur 870b6580f5 Replace std::string with gd::String in all remaining extensions 2015-07-12 12:39:40 +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 4b21cf333b Exclude Box3DObjectEditor and extensions dialogs from compilation when wxWidgets is deactivated 2015-06-05 00:07:58 +12:00
Victor Levasseur 811a0fba65 Merge remote-tracking branch 'upstream/master' into utf8-tr-macro
Conflicts:
	Core/GDCore/BuiltinExtensions/BaseObjectExtension.cpp
	GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp
	GDJS/GDJS/BuiltinExtensions/AudioExtension.cpp
	IDE/Dialogs/ObjectsEditor.cpp
2015-05-08 18:59:48 +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
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 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 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 024713a857 Latest commit before switching to git for the whole Extension directory.
git-svn-id: svn://localhost@1121 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 22:03:25 +00:00
Florian 7f503c86db Exchanged all french messages with their English counterparts.
git-svn-id: svn://localhost@854 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-20 19:59:37 +00:00
Florian eeb189651b Adapted to changes in GDCore.
Fixed not translated string.

git-svn-id: svn://localhost@832 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-09 19:59:35 +00:00
Florian 0b1614fa0b Adapted to changes in GDCore/GDL.
git-svn-id: svn://localhost@767 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-06-09 21:17:25 +00:00
Florian 41cc1214fe Corrected crash and non working Reset action.
Corrected bad names in debugger.

git-svn-id: svn://localhost@665 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-03-03 15:51:15 +00:00
Florian 3181c74254 Corrected bug making timed events non working.
Adapted to changes in GDL.
Updated copyright.

git-svn-id: svn://localhost@651 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-02-08 22:11:34 +00:00
Florian 448b91ab06 Minor corrections
git-svn-id: svn://localhost@563 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-11-05 21:05:09 +00:00
Florian 96c43d5e99 Adaptations to changes in GDL.
git-svn-id: svn://localhost@531 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-09-09 15:00:24 +00:00
Florian 968824c07e Massive rewrites according to changes in GDL.
git-svn-id: svn://localhost@509 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-22 18:46:30 +00:00
Florian 46dbb084ee Minor adaptations to minor changes in GDL.
Corrected compilation issues on Linux.

git-svn-id: svn://localhost@409 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-03-26 22:18:27 +00:00
Florian 9ce54a6379 Added editor
Action to reset sub events of the timed event.

git-svn-id: svn://localhost@385 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-02-06 20:16:23 +00:00
Florian 844f8325d4 Initial import.
git-svn-id: svn://localhost@366 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-01-23 18:00:23 +00:00