Commit Graph

29 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 07d3b78673 Some headers have changed in GDL.
git-svn-id: svn://localhost@655 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-02-10 17:34:15 +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 1c45dfc95d Updated copyright.
Adapted to changes made to MainEditorCommand in GDL.
Using InfoBar to display some messages in SceneCanvas.

git-svn-id: svn://localhost@620 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-31 12:33:32 +00:00
Florian 4a6e2f1627 Corrected menu items for adding custom events linked to the bad events editor when using multiple events editor.
Corrected crash in EventsRefactorer when links were creating circular references.

git-svn-id: svn://localhost@616 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-29 14:33:13 +00:00
Florian 0a73c67acb Added un/fold all buttons to events editor.
git-svn-id: svn://localhost@602 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-23 01:02:54 +00:00
Florian 6880eaa50b Corrected memory leak of events code compilation and simplified it.
Minor bug fixes.

git-svn-id: svn://localhost@568 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-11-13 18:46:43 +00:00
Florian 7f6b213c58 Corrected non working features in SearchEvents dialog.
Minor corrections.

git-svn-id: svn://localhost@565 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-11-11 17:12:04 +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 324d7177fb Corrected profiling with events editor without associated sceneCanvas ( i.e. Events editor for externl events ).
git-svn-id: svn://localhost@547 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-10-25 20:12:32 +00:00
Florian 3c87a2126d Compilation is now relaunched, as excepted, when events are modified in scene or external events.
Corrected ribbon for ExternalEventsEditor.
Added options to not remove temporaries.
Do not move context panels when dragging an event.

git-svn-id: svn://localhost@522 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-09-09 14:57:53 +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 0ad749f44d Minor bugfixes
git-svn-id: svn://localhost@514 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-27 13:06:43 +00:00
Florian 38d0a132ae Upgraded SFML2.
Minor changes for linux.
Added Radiance skin.

git-svn-id: svn://localhost@511 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-25 16:26:29 +00:00
Florian 1f5241c3bb Minor changes.
git-svn-id: svn://localhost@494 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-22 18:40:10 +00:00
Florian 4fe8d9615f Removed hyperlinks in events editor to use instead texts which are highlighted but not underlined.
git-svn-id: svn://localhost@491 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-18 11:28:53 +00:00
Florian f1b1f7b222 Corrected minor bugs.
Improved events editor.

git-svn-id: svn://localhost@489 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-17 10:29:30 +00:00
Florian f173a06edb Improved a lot events editor.
git-svn-id: svn://localhost@485 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-13 20:09:52 +00:00
Florian 030abd4aa8 Recoded a new events editor. Currently supporting faster rendering, events folding, multiple selection, drag n drop ( still buggy for instructions ), item highlighting, parameter colorization. TODO : Parameters highlighting/live edition, shortcuts, panels for edition, and all classics features.
Corrected multiple panel bug in debugger.

git-svn-id: svn://localhost@483 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-09 23:11:35 +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