Commit Graph

28 Commits

Author SHA1 Message Date
Florian Rival 63cb853d72 Change file organization (Events, Extensions + more folders) 2015-11-01 11:26:40 +01:00
Florian Rival d062d7b6d3 Clarify the use of GPLv3 for the IDE 2015-08-23 16:36:25 +02:00
Victor Levasseur cc6810e3f6 Replace unsigned int with std::size_t where it's possible 2015-08-18 18:43:39 +02:00
Victor Levasseur 492a981ca8 Merge remote-tracking branch 'upstream/master' into utf8-gdstring 2015-07-23 12:13:19 +02:00
Victor Levasseur 18c59dbb5d Totally remove ToString(), ToInt(), ToFloat() and ToDouble() 2015-07-22 16:20:26 +02:00
Florian Rival e0e6022282 Deactivate Native platform preview/export for Mac OS X 2015-07-19 18:40:39 +12:00
Victor Levasseur 346bfd48a2 Replace std::string by gd::String in GDIDE 2015-07-05 22:55:12 +02:00
Florian Rival dd914bf747 Fixed default height of new project dialog on Mac OS X 2015-04-12 16:02:32 +12:00
Florian Rival a5e9f4bdec Added action to de/activate mouse simulation with touch events. Refactoring and MacOS adaptations. 2015-03-15 17:34:49 +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 8fed8e0ef9 Added a basic module to make analytics on how the software is used. 2014-11-26 15:56:05 +01:00
Florian Rival b5397c8f46 Added support for .json files with file dialogs 2014-11-11 10:42:18 +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 2d5f4ff831 Improved bug report dialog.
Updated copyright.

git-svn-id: svn://localhost@1238 8062f311-0dae-4547-b526-b8ab9ac864a5
2014-01-04 12:50:39 +00:00
Florian ed67eab6ca In NewProjectDialog: Ensure that a platform is visually selected when opening the window.
Added "Open project folder" in the context menu of the project manager.

git-svn-id: svn://localhost@1141 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-19 14:40:53 +00:00
Florian 0d0874de27 Prevented wxwidgets assertion on linux.
Added ReminderDialog.

git-svn-id: svn://localhost@1128 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-03 12:50:55 +00:00
Florian 8934895817 Added description static text for platforms in NewProjectDialog.
Fixed typo.
Added GDJS in the directories to search for texts to translate.

git-svn-id: svn://localhost@1047 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-17 20:22:17 +00:00
Florian 031da9fb79 Added platform choice for Events editor.
Resource are now reloaded when an object is edited.
Fixed (?) working directory which was incorrect when loading the Racing game template.

git-svn-id: svn://localhost@1041 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-17 12:46:36 +00:00
Florian 05e52e9e00 Moved compilation dialogs from IDE to GDL.
Properties panel of the layout editor now support objects selected in the object list.

git-svn-id: svn://localhost@1027 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-11 15:48:10 +00:00
Florian 3208966e2f Merged CoreWithImplementation ( i.e: Game Develop 3 ) branch with trunk.
git-svn-id: svn://localhost@976 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-05-06 20:29:22 +00:00
Florian d90df40f31 Integrated changes of branch to the trunk.
git-svn-id: svn://localhost@907 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-02-04 21:58:46 +00:00
Florian eb3e9bab24 Adapted to latest version of SFML2 ( Naming convention changed and some others changes ).
Prevented switch to events tab when previewing a scene.
Added customizable font for events editor.
Fixed position of pasted objects in SceneCanvas.

git-svn-id: svn://localhost@869 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-10-24 19:37:58 +00:00
Florian c0c83233e8 Removed now useless "Portable" dialog.
Enhanced NewProjectDialog.
Added "Create new project" button in StartHerePage.
Fixed Credits dialog size.

git-svn-id: svn://localhost@859 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-10-11 20:40:22 +00:00
Florian 1fd9caafd3 Adapted ProjectManager and MainFrame to uses gd::Project instead of GDL's Game class.
Added NewProjectDialog.
Added PlatformManager.

git-svn-id: svn://localhost@858 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-10-03 20:05:58 +00:00