Florian Rival
f8fa933a02
[WIP] Enhance integration of newIDE in ExternalLayoutEditor
2017-04-02 15:41:13 +02:00
Florian Rival
fff2edc1c1
[WIP] Rename ForceRefreshRibbonAndConnect to EditorDisplayed
2017-04-01 16:29:40 +02:00
Florian Rival
190ad686f5
[WIP] Improve newIDE integration into IDE
2017-04-01 16:03:05 +02:00
Florian Rival
1f593d576d
[WIP] Add ExternalEditorPanel and allow to edit external layout with newIDE
2017-03-18 20:49:44 +01:00
Florian Rival
346003f377
[WIP] Allow external layout to be edited with newIDE, improve RenderedSpriteInstance performance by bypassing slow properties fetching
2017-03-17 00:17:58 +01:00
Florian Rival
a6207f27a3
[WIP] Add option in preferences to launch external editor instead of the internal scene editor
2017-03-09 23:54:14 +01:00
Florian Rival
fef0e68dd3
[WIP] Strip project before sending it to an external editor to reduce loading time
2017-03-07 00:09:48 +01:00
Florian Rival
e40ffbba74
[WIP] Add preview button in newIDE, use a small drawer to show instance properties, update toolbar handling
2017-03-05 23:19:08 +01:00
Florian Rival
6e953004f8
[WIP] Update ExternalEditorBridge to allow passing a scope when sending/receiving updates
2017-02-20 23:41:15 +01:00
Florian Rival
86789ac491
[WIP] Add support for layers in newIDE scene editor
2017-02-15 21:39:36 +01:00
Florian Rival
2a3d998e7c
[WIP] Enhance InstancePropertiesEditor, fixes in InstancesEditor, enhance integration between IDE and newIDE
2017-02-14 23:56:24 +01:00
Florian Rival
de1a7c67b9
[WIP] Improve new IDE scene editor and try some more advanced integration
2017-01-22 17:26:01 +01:00
Florian Rival
ad7544c7a3
[WIP] Support for external editor with TCP connection 3
2017-01-22 17:26:01 +01:00
Florian Rival
f1bb8b5149
[WIP] Support for external editor with TCP connection 2
2017-01-22 17:26:01 +01:00
Florian Rival
5d34d7a0b0
[WIP] Support for external editor with TCP connection
2017-01-22 17:25:25 +01:00
Florian Rival
ba3fd0ebff
[WIP] Export projects/layout as JSON when opening a scene editor
2017-01-22 17:22:31 +01:00
Victor Levasseur
d20b5a0fbb
gd::Object and RuntimeObject are now cloned in unique_ptr
2016-11-15 08:33:56 +01:00
Florian Rival
7bcc3dc6bb
Use the properties grid for editing layers properties and cameras, deleted EditLayerDialog
2016-05-28 22:08:20 +02:00
Florian Rival
e444e80493
Update copyrights year
2016-01-14 19:46:56 +01:00
Florian Rival
508dd80c60
Refactor MainFrameWrapper to change ribbon page using page names
2015-12-11 00:09:34 +01:00
Florian Rival
fe9252d3f9
Move SkinHelper to IDE/wxTools directory & avoid crash at startup if StartHerePage is deleted
2015-12-08 22:51:16 +01:00
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
5c8c5800e6
Fix the high cpu usage when switching to the event editor on Linux
2015-04-24 22:44:12 +02:00
Florian Rival
0b8f2e0b8d
Fixed wxWidgets libpng warnings when creating a DebuggerGUI
2015-03-18 22:20:24 +13:00
Florian Rival
e7fcb2e3de
Fixed libPNG warnings in ObjectsEditor and factored lists rendering by using ObjectListDialogsHelper
2015-03-15 14:41:05 +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
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
a280807af0
Fixed icons not using SkinHelper.
...
git-svn-id: svn://localhost@1255 8062f311-0dae-4547-b526-b8ab9ac864a5
2014-03-10 21:19:50 +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
900601c785
Fixed not translated strings.
...
git-svn-id: svn://localhost@1214 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-11-04 20:38:06 +00:00
Florian
e550d24ee5
Fixed scrollbars of ExternalLayoutEditor.
...
Fixed associated layout set in the combobox without taking effect in the editor when opening an external events editor.
Fixed ExternalEventsEditor not setting its EventsEditor as being used on external events ( Not triggering code compilation on C++ Platform ).
Fixed badly formulated sentence in ChoixAction/ChoixCondition.
git-svn-id: svn://localhost@1205 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-10-30 19:41:50 +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
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
698be26370
Adapted to changes in GDCore ( Changed some parameters type ).
...
Scene/Events are now at the top of the editor.
git-svn-id: svn://localhost@994 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-05-12 20:43:09 +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
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
a7b44caf2b
Some refactoring.
...
Started to implement a new properties panel to be used in scene editors.
git-svn-id: svn://localhost@887 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-11-26 20:41:51 +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
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
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
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
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