Commit Graph

48 Commits

Author SHA1 Message Date
Florian cee23154c8 Adapted to changes in GDCore.
git-svn-id: svn://localhost@710 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-05-14 11:34:09 +00:00
Florian 1880eb34fa Adapted to changes in GDCore. ( Notably, InitialVariablesDialog was removed and is now available in GDCore thanks to the ChooseVariableDialog class ).
Compilation is not using PCH anymore.
Now display duration of a compilation.


git-svn-id: svn://localhost@707 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-05-13 15:25:21 +00:00
Florian 54d7eb0662 Added log file option.
Tried to correct the fact that SFML does not intercept events when used on a wxSFMLCanvas on linux by emulating these events. TODO: Test it
Adapted to changes in GDCore.

git-svn-id: svn://localhost@701 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-04-27 20:53:21 +00:00
Florian ee090a9866 Adapted to changes in GDCore.
git-svn-id: svn://localhost@698 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-04-15 21:30:00 +00:00
Florian 1b6f025bbe Adapted to changes in GDL and GDCore.
git-svn-id: svn://localhost@692 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-04-11 22:09:03 +00:00
Florian c2dbdd4374 Removed useless files.
Adapted to changes in GDL/GDCore.

git-svn-id: svn://localhost@687 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-03-31 16:11:59 +00:00
Florian da788c5091 Adapted to changes in GDL.
Adapted to the new support for external C++ source files and C++ code events.

git-svn-id: svn://localhost@659 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-02-15 23:09:24 +00:00
Florian 5d6a500196 Added support for initial variables to EditOptionsPosition.
Object names are started to be edited as soon as objects are created in EditorObjectList.

git-svn-id: svn://localhost@653 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-02-08 22:15:36 +00:00
Florian 49103113a7 Adapted to the new CodeCompiler class.
git-svn-id: svn://localhost@647 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-02-04 23:15:10 +00:00
Florian a630e2c38f Finished reorganizing files of GDL.
Added Ctrl+Drag'n'drop shortcut to clone an object to SceneCanvas.

git-svn-id: svn://localhost@634 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-01-14 23:30:11 +00:00
Florian 9e420fd3a3 Reorganizing files of GDL in progress...
git-svn-id: svn://localhost@631 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-01-09 21:01:07 +00:00
Florian dd44cdb04c Moved "General" ribbon to a separated "File" menu.
Added a custom Help button to the ribbon.
Minor changes according to changes coming in GDL.

git-svn-id: svn://localhost@624 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-01-08 21:00:32 +00:00
Florian 022acb9b18 Updated CheckMAJ to add timeout and save news file in temporary folder.
Added nice theme to several wxTreeCtrl and wxListView ( Windows only ).
Changed configuration file location to /.Config/Game Develop on linux.
Corrected bug with InitialPositionBrowserDlg on linux.
Corrected mp3 to ogg converter.
Updated scripts to handle Victor Levasseur's Widgets extension.

git-svn-id: svn://localhost@606 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-27 19:14:39 +00:00
Florian 26a5d48ff1 Prevent images unloading when reloading a scene in editor.
git-svn-id: svn://localhost@575 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-03 15:35:14 +00:00
Florian 613d70d291 Improved groups edition ergonomics.
Improved objects/groups renaming after pasting.

git-svn-id: svn://localhost@569 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-11-19 20:24:27 +00:00
Florian 2faf85d538 Corrected events not recompiled when objects/groups changed.
Preview in editor were slightly distorted.
Improved EventsEditor refresh.

git-svn-id: svn://localhost@555 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-11-05 20:37:35 +00:00
Florian df681617f8 Changed some includes.
git-svn-id: svn://localhost@550 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-10-28 10:58:30 +00:00
Florian 301212005c Corrected bug in Credits when opening an url.
Finished implementation of ResourcesManager.

git-svn-id: svn://localhost@541 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-10-16 16:41:37 +00:00
Florian 2b30f4ad4d Minor bugs fixes.
Changed all toolbars to wxAuiToolbar for linux.

git-svn-id: svn://localhost@516 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-09-01 10:33:36 +00:00
Florian db5f77e821 Some adaptations.
Corrected events refactorer.
Reimplemented expression checking.

git-svn-id: svn://localhost@463 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-03 15:08:10 +00:00
Florian 3cc1d82c99 Adaptations and code cleanup.
SceneCanvas is aware of events compilation when reloading : If a preview is launched, wait until compilation is over.

git-svn-id: svn://localhost@456 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-07-07 23:11:20 +00:00
Florian 7f2534828a Corrected unique executable compilation mode.
Corrected shared datas not created for automatisms of global objects.

git-svn-id: svn://localhost@397 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-03-12 21:39:57 +00:00
Florian 50ee444666 Correct events editor sub menus not working on linux.
Various small changes.

git-svn-id: svn://localhost@393 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-02-28 15:32:56 +00:00
Florian 156a0bc3f9 Making code refactoring/cleaning/documentation.
git-svn-id: svn://localhost@388 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-02-12 15:06:26 +00:00
Florian b3d23191cf Improved shortcuts.
Recompile C++ sources before "Game Develop compilation" if necessary.
Corrected creation of default basic files when using C++ sources in a project.

git-svn-id: svn://localhost@386 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-02-06 20:18:24 +00:00
Florian 82167dc348 Removed simple mode.
Added Compilation progress panel.
Added window to setup paths for compiler/libs.
Added check box to activate use of C++ source files in game parameters.
Started implementation of a dialog to choose a template when creating a c++ file.

git-svn-id: svn://localhost@369 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-01-29 14:39:07 +00:00
Florian d9c92facda Tried to correct errors messages when saving in portable mode.
Started adding support for "dynamic extensions", meant to be written/compiled within Game Develop.
In SceneCanvas::Reload, now destroy and recreate scene member when reloading, as it is necessary for dynamic libraries for example to have explicit scene destruction when preview is ended.
Renamed GDE define to GD_IDE_ONLY.
Renamed old gdp namespace to GDpriv.

git-svn-id: svn://localhost@345 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-01-09 16:54:20 +00:00
Florian f1c69605a3 Auto expand tree in ChoixAction/Condition when searching.
Removed a wxWidgets assert.
Properly reload changed images.

git-svn-id: svn://localhost@310 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-11-16 20:58:18 +00:00
Florian 257d46754e Code cleanup.
git-svn-id: svn://localhost@252 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-09-21 20:15:06 +00:00
Florian 6dcc587f2e Added copy/cut/paste for Scene Editor.
Minor changes in Credits and StartHerePage
Added predefined zooms.
Corrected missing call to LoadRuntimeResources when adding an object using debugger.

git-svn-id: svn://localhost@245 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-09-19 19:32:30 +00:00
Florian 157ed87ac5 Added refactorer for deleting actions or conditions using an object.
Added shortcuts in Objects Editor.
Added multiple selection in Objects Editor.
Improved Variables Dialog.

git-svn-id: svn://localhost@239 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-09-11 15:31:05 +00:00
Florian 07c68b893b Last commit didn't compile.
git-svn-id: svn://localhost@236 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-09-05 19:31:00 +00:00
Florian f978d9a863 Moved all functors for parser to a ParserCallbacks class and implemented support for sub expressions in EventsRefactorer.
Added Up/Down buttons in InitialVariablesDialog, but currently it does not work.

git-svn-id: svn://localhost@234 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-09-04 20:36:53 +00:00
Florian b9b83d34da Started implementation of automagic renaming in events when renaming an object.
Some corrections so as to compile on linux.


git-svn-id: svn://localhost@232 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-09-01 15:51:51 +00:00
Florian b07b4b76e1 Added action selection based upon object.
git-svn-id: svn://localhost@199 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-08-10 21:18:13 +00:00
Florian 5f8d5cc872 Major changes in automatisms : Automatisms have now their own name, and are identified by this name, allowing to use multiple automatisms of same type in objects.
Note that automatism actions/conditions must have as second parameter the automatism, and that automatisms expression use the following C++ like syntax : Object.AutomatismName::Expression(parameters...)

git-svn-id: svn://localhost@195 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-08-09 17:12:50 +00:00
Florian b866cfd2c4 Added support for automatisms.
git-svn-id: svn://localhost@183 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-07-26 20:03:47 +00:00
Florian d4fb7d4f87 Added Check for invalid names.
git-svn-id: svn://localhost@135 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-06-04 19:25:35 +00:00
Florian 91e2ebba7b Some changes to use new CommonTools.h instead of old algo.h/StdAlgo.h
Simple test of checking the validity of a text.
Corrected non verification of validity of event to paste.

git-svn-id: svn://localhost@114 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-05-17 19:20:40 +00:00
Florian cfc7ae9ff2 Adapted code for using new ListVariable class.
git-svn-id: svn://localhost@81 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-04-04 16:53:57 +00:00
Florian b8609ba825 Modified files copyright.
(Work in progress) Modified EditorEvents so as to permit direct edition of conditions and actions 

git-svn-id: svn://localhost@60 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-03-07 20:21:35 +00:00
Florian 08c84c996c Corrected ItemData not updated when renaming a scene.
Use class HelpFileAccess to access to help file.
Added a language section in options.
Added support for English language.

git-svn-id: svn://localhost@56 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-02-26 21:56:47 +00:00
Florian 24ab016c4d Added a start here page.
Added a ribbon page for projects manager.
Use now imagesWereModified ( a edittime-only member of Game ) for test/set the need to reload images.
Suppressed MainEditeurJeu.cpp

git-svn-id: svn://localhost@54 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-02-24 23:50:07 +00:00
Florian b948407903 ProjectManager is able to display and edit scenes of multiples games.
Editors use now a reference to the scene edited, and not a pointer. ( As games use now a vector of shared_ptr to Scene ).

git-svn-id: svn://localhost@50 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-02-21 18:48:08 +00:00
Florian 5e6238460c Corrected thumbnail for object just created in EditorObjectList
Elements of GUI are now always at top in EdittimeScene.
Compilation use now AES Algorithm.

git-svn-id: svn://localhost@21 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-02-03 19:03:56 +00:00
Florian ef4a3a5821 Corrected Open instead of Save in a filedialog in CreateTemplate
Adapted DebuggerGUI for using ObjInstanceHolder.
EditOptionsPosition have now fields for size of the object.
EditorObjectList reload thumbnail if necessary.
Can now resize and change angle of InitialPosition from the Scene Editor.

git-svn-id: svn://localhost@17 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-01-31 14:26:01 +00:00
Florian 64431c077f Added "GDL/" to #include "StdAlgo.h"
git-svn-id: svn://localhost@14 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-01-24 20:35:55 +00:00
Florian 9203fab207 Initial import
git-svn-id: svn://localhost@6 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-01-24 19:15:15 +00:00