Commit Graph

25 Commits

Author SHA1 Message Date
Florian Rival 1a27f689e0 Remove deprecated/unused/unmaintained GDCpp code (#2930)
* This also includes extensions code.

Only show in developer changelog
2021-08-17 14:34:58 +02:00
Florian Rival 87adc2cab9 [WIP] Clean old methods used only in GD4 in objects and behaviors (3) 2019-04-21 20:52:48 +01:00
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
Florian Rival e444e80493 Update copyrights year 2016-01-14 19:46:56 +01:00
Florian Rival 63cb853d72 Change file organization (Events, Extensions + more folders) 2015-11-01 11:26:40 +01:00
Victor Levasseur 4efab914fe Rename Utf8String.h/.cpp to String.h/.cpp 2015-07-09 18:17:13 +02:00
Victor Levasseur 0a1542ba73 Replace all std::string by gd::String in GDCore
Add some other methods to gd::String (insert, ...)
2015-07-04 23:58:06 +02:00
Victor Levasseur 7046cf1f75 _() now returns a gd::String object
Make some adjustments in source code to avoid ambiguous conversions.
2015-06-22 13:58:10 +02:00
Florian Rival b2a3ec44a4 Tweaked CMakeLists.txt and some files for MacOS compilation 2015-03-07 12:15:08 +13: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 ee82ccd170 Small refactoring to automatically loaded any JS Platform compatible extension in stored in CppPlatform/Extensions 2015-01-07 23:13:20 +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 8844642ae0 Updated copyrights.
Added doxygen files.
Cleaned some files.
2014-06-26 00:20:36 +02:00
Florian Rival fb02721bf9 All singletons now have a Get method instead of GetInstance.
Exposed more methods to embind.
2014-04-21 17:49:34 +02:00
Florian Rival 675644625e Removed #if defined(EMSCRIPTEN). The gain in size is not important enough to justify the added complexity. 2014-04-18 00:10:02 +02:00
Florian Rival c9f8c37aa6 Started excluding parts of code from emscripten build. 2014-04-16 17:20:01 +02:00
Florian Rival 830b533c6d Updated GDCore which was not up-to-date.
Binaries are now produced in a directory named with the build type and the os short name.
Added all files that are not binaries.
2014-04-01 00:19:58 +02:00
Florian b35a189218 Fixed JS extensions loaded from C++ extensions on Linux.
git-svn-id: svn://localhost@1166 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-08-08 22:34:41 +00:00
Florian 70f1ee90ae Moved classes to gd namespace.
Added support for translation catalogs located in xxxPlatform/Extensions/locale.
Improved documentation.
Added support for development build type in CMakeLists.txt 

git-svn-id: svn://localhost@1150 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-30 20:39:48 +00:00
Florian 15950cde32 Fixes for compilation on Linux.
git-svn-id: svn://localhost@1123 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-02 21:21:35 +00:00
Florian 8ab3ff42c9 Updated some dialogs.
Enhanced ObjectsPropgridHelper to support displaying properties in a not empty property grid.
Added support for platform specific extension creation/destruction functions.

git-svn-id: svn://localhost@1063 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-25 14:16:05 +00:00
Florian 95c8dfaf62 Merged CoreWithImplementation ( i.e: Game Develop 3 ) branch with trunk.
git-svn-id: svn://localhost@972 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-05-06 20:18:03 +00:00