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
Victor Levasseur
cc6810e3f6
Replace unsigned int with std::size_t where it's possible
2015-08-18 18:43:39 +02:00
Florian Rival
263ac5afd2
Remove useless XmlMacros.h file
2015-08-17 16:58:03 +02:00
Victor Levasseur
18c59dbb5d
Totally remove ToString(), ToInt(), ToFloat() and ToDouble()
2015-07-22 16:20:26 +02:00
Victor Levasseur
bacae69f12
Fix FunctionEvent.cpp not building on Travis CI
2015-07-12 13:13:15 +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
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