Commit Graph

49 Commits

Author SHA1 Message Date
Florian Rival 766afcddde Avoid using too much #ifdef for GD_NO_UPDATE_CHECKER 2015-04-27 22:08:25 +12:00
Victor Levasseur 8c4ce675db Add a GD_NO_UPDATE_CHECKER macro to disable the update dialog and the automatic update check when GDevelop starts 2015-04-25 17:41:19 +02:00
Florian Rival ce603f4c06 Removed dead code and small refactoring 2015-03-18 18:34:25 +13:00
Florian Rival b36ae89326 Fixed warnings and do a bit of refactoring 2015-03-10 23:02:00 +13: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 6dcc4d2e5d Removed dependency to wxWidget's webview (not supported by Ubuntu provided wxWidgets version), removed integrated help (now opening directly the default browser) 2014-12-28 18:38:58 +01:00
Florian Rival b063f560cc New StartHerePage and removed useless files 2014-12-22 14:17:38 +01:00
Florian Rival 330bd24c02 Ensure games are closed before destroying the main frame (prevent shutdown crashes) 2014-12-21 20:31:45 +01:00
Florian Rival efd630b18a Avoid making autosave when the file can't be written 2014-10-03 19:35:12 +02: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 0bff141691 Started converting LoadFromXml and SaveToXml to the new serialization classes.
Fixed strange bug where abs was returning int instead of float.
2014-04-28 23:32:53 +02:00
Florian Rival 35c3535504 Moved ResourcesEditor to GDCore.
SpriteExtension is now declared in GDCore and then implemented by C++/JS platforms.
2014-04-24 21:03:01 +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 9ff37f4aee Added "Community News" on the start page and renamed CheckMAJ to UpdateChecker.
EventsEditor enforce "Trigger Once" condition position in a condition list.
Added "Franco Maciel" to the list of contributors.

git-svn-id: svn://localhost@1250 8062f311-0dae-4547-b526-b8ab9ac864a5
2014-02-24 23:34:39 +00:00
Florian 31d9147350 Adapted to changes in GDCore.
git-svn-id: svn://localhost@1246 8062f311-0dae-4547-b526-b8ab9ac864a5
2014-02-06 20:03:52 +00:00
Florian 78cdbdc4bd Adapted dialogs to use gd::SkinHelper for their icons.
git-svn-id: svn://localhost@1243 8062f311-0dae-4547-b526-b8ab9ac864a5
2014-02-04 16:23:22 +00: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 3c54e9ed12 Improved BugReport dialog (Report sent using a http request and autosaves of opened files are open after closing the dialog).
GD now warns the user when closing a project where changes have been made.
Tweaks for Ubuntu in ChoixAction/Condition and other dialogs.
Update CMakeLists.txt to use GTK3 on Linux.

git-svn-id: svn://localhost@1230 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-12-27 17:44:10 +00:00
Florian 193de19750 GD Metro theme is now the default theme.
Added minimize button to help viewer.
Fixed typo.

git-svn-id: svn://localhost@1224 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-12-16 20:58:38 +00:00
Florian 08b248da00 Added tooltip to ribbon buttons.
git-svn-id: svn://localhost@1207 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-10-31 16:58:18 +00:00
Florian ed7f0f3199 Added CMakeLists.txt
Adapted scripts to the new directory hierarchy.
Adapted to changes in GDCore.

git-svn-id: svn://localhost@1152 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-30 21:09:55 +00:00
Florian 813f94a994 Forgot to enable drag'n'drop from ObjectsEditor.
Minor changes.

git-svn-id: svn://localhost@1147 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-22 12:08:54 +00:00
Florian 4c45b35186 New objects editor, where everything is listed in single list.
git-svn-id: svn://localhost@1146 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-21 21:48:04 +00:00
Florian 032a1af96b Adapted to GDL name change.
git-svn-id: svn://localhost@1103 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 20:40:51 +00:00
Florian af70a82b16 Fixed default main frame title.
git-svn-id: svn://localhost@1078 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-06-26 20:41:34 +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 812b77ee17 Removed by error ribbon left margin.
git-svn-id: svn://localhost@916 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-03-07 16:32:58 +00:00
Florian 0cfa50934b Moved AutomatismTypeChoice to GDCore.
Added shortcuts in ProjectManager.
Updated to latest version of wxWidgets: Help button is now provided by wxRibbonBar.
Preview is now paused when editing events.

git-svn-id: svn://localhost@914 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-02-19 11:06:09 +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 5a372eb544 Added HelpViewDlg dialog and adapted help system to use GDCore HelpFileAccess class : Help is now displayed by IDE.
Updated Help buttons to set them as hyperlink buttons.
Applied customized skin to all wxAuiToolBars.
Updated help links.
Removed useless files.

git-svn-id: svn://localhost@884 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-11-22 23:29:05 +00:00
Florian 8314517d58 Fixed "Compiling..." text not displayed.
Fixed compilation directory not saved.
Tutorial buttons now redirect to the wiki.
Added check for existence of SelectLanguage.cfg file to force to choose a language at startup.

git-svn-id: svn://localhost@872 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-11-01 13:13:58 +00:00
Florian fd87ab0ae2 Fixed crash in MainFrame due to fixed size panel.
git-svn-id: svn://localhost@862 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-10-11 21:24:53 +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
Florian 8672f179e9 Exchanged all french messages with their English counterparts.
Gui elements in SceneCanvas are now independant from the zoom factor.
Work in progress: NewProjectDialog.

git-svn-id: svn://localhost@837 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-20 19:53:26 +00:00
Florian be906afdc3 Added "Insert new object" button in SceneCanvas when right clicking.
Reworked compilation dialog.
Adapted to changes in GDCore.

git-svn-id: svn://localhost@816 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-09 19:42:51 +00:00
Florian 193069efe3 Corrected use of automatisms shared data with global objects.
Corrected a crash when closing all games in the project manager.

git-svn-id: svn://localhost@806 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-08-09 20:15:22 +00:00
Florian 5377c25010 Removed EventsRefactorer.
Adapted to changes in GDCore.

git-svn-id: svn://localhost@797 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-07-28 21:34:25 +00:00
Florian ce0c8089f0 Adapted to changes in GDCore/GDL.
git-svn-id: svn://localhost@793 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-07-24 16:07:28 +00:00
Florian cdd7b1215f Adapted to changes in GDCore/GDL.
git-svn-id: svn://localhost@790 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-07-19 19:30:32 +00:00
Florian bb51b35846 Adapted to changes in GDCore.
Small changes.

git-svn-id: svn://localhost@786 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-07-15 10:42:38 +00:00
Florian fac8f46f77 Deleted useless files.
Renamed Game_Develop_EditorFrame to MainFrame.cpp
Removed EditPropJeu dialog ( Replaced by ProjectPropertiesPnl ).
Moved Extensions dialog to GDCore.

git-svn-id: svn://localhost@777 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-06-28 14:51:27 +00:00