Commit Graph

19 Commits

Author SHA1 Message Date
Florian Rival a8559bfbbc Add clang-format to format (C++) source files automatically (#491)
* Update all CMakeLists of extensions to use clang-format
* Run clang-format on all Extensions
* Update GDCore CMakeLists.txt to add clang-format
* Run clang-format on GDCore files
* Update GDJS and GDCpp CMakeLists.txt to add clang-format
* Run clang-format on GDCpp and GDJS files
2018-05-09 15:57:38 -07:00
Victor Levasseur d20b5a0fbb gd::Object and RuntimeObject are now cloned in unique_ptr 2016-11-15 08:33:56 +01: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 db69c83a58 Change file organization 5 (GDCpp/Project) 2015-11-01 17:06:23 +01:00
Victor Levasseur f0a9b14e73 Remove gd::String::FromXXX/ToXXX methods 2015-07-22 01:30:17 +02:00
Victor Levasseur 870b6580f5 Replace std::string with gd::String in all remaining extensions 2015-07-12 12:39:40 +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 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 b8d6178b5d Latest commit before switching to git for the whole Extension directory.
git-svn-id: svn://localhost@1116 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 22:02:56 +00:00
Florian 4a09017f0c Exchanged all french messages with their English counterparts.
git-svn-id: svn://localhost@850 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-20 19:58:46 +00:00
Florian aaafcb2733 Adapted to changes in GDCore.
git-svn-id: svn://localhost@828 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-09 19:56:43 +00:00
Florian ae01097e72 Last commit didn't compile.
git-svn-id: svn://localhost@763 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-06-09 21:15:27 +00:00
Florian b4db644983 Added actions to manipulate images.
git-svn-id: svn://localhost@741 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-06-01 17:13:29 +00:00