Commit Graph

618 Commits

Author SHA1 Message Date
Florian Rival e4fab74a32 Change file organization 2 (Events, Extensions + more folders) 2015-11-01 11:26:40 +01:00
Florian Rival 63cb853d72 Change file organization (Events, Extensions + more folders) 2015-11-01 11:26:40 +01:00
Florian Rival 2a95765fd9 Merge pull request #206 from victorlevasseur/bugfix/parameters-list-layout-bug
Fix parameter list layout glitch when the user switch many times the instruction in the window
2015-10-28 15:54:54 +01:00
Victor Levasseur 05e8dc998b Fix parameter list layout glitch when changing of instructions a lot 2015-10-26 15:27:45 +01:00
Victor Levasseur 66f67e7694 Add an help button for instructions 2015-10-26 10:50:47 +01:00
Victor Levasseur ade4c5b4f5 Use gd::HelpFileAccess::OpenPage in gd::ObjectsPropgridHelper 2015-10-26 09:57:49 +01:00
Victor Levasseur 8462eefb7d Use gd::HelpFileAccess::OpenPage instead of OpenURL in GDevelop 2015-10-25 18:45:02 +01:00
Victor Levasseur 46e6ecd72a Add gd::HelpFileAccess::OpenPage to open a page without passing its whole URL.
The webpage is assumed to be stored on the wiki and the language is automatically added to the URL if needed
2015-10-25 17:43:18 +01:00
Florian Rival 3a982afea7 Fix mistakes and add Dutch to Windows installer languages 2015-10-19 22:57:18 +02:00
Florian Rival 02a5fb07a3 Add missing u8 prefix for UTF8 strings in tests 2015-10-16 15:33:18 +02:00
Florian Rival 6b88bae850 Add tests for JSON Serializer and UTF8 characters 2015-10-12 23:11:52 +02:00
Florian Rival 4fd7ae71f8 Merge branch 'master' into feature/json-gd-string 2015-10-11 17:12:56 +02:00
Florian Rival 656b3bf3eb Use gd::String in Serializer 2015-10-11 17:12:17 +02:00
Victor Levasseur 64bfdf165f Fix WriteToFile/ReadFile not converting the filename into the OS locale 2015-09-20 20:36:12 +02:00
Florian Rival ef3e145f42 Version bump 2015-09-20 17:51:07 +02:00
Victor Levasseur 00928414a4 Fix project not saving Vsync properly 2015-09-16 14:45:27 +02:00
Florian Rival 5612333c55 Version bump 2015-09-13 22:17:46 +02:00
Florian Rival 958d9bcda5 Version bump 2015-09-10 12:47:32 +02:00
Florian Rival af4145f923 Ensure that two files with the same name are not overwritten when exporting a game.
Refactor name generation with NewNameGenerator.
2015-09-09 15:41:01 +02:00
Florian Rival b1b63127fb Add missing dll export (GD_CORE_API) on Windows 2015-09-05 12:27:45 +02:00
Florian Rival 4fcd817a06 Add gd::ObjectMetadata::SetHelpUrl 2015-09-05 00:57:47 +02:00
Florian Rival aa297614f0 Fix scrollbar and scene editor size on OS X with Retina screens 2015-09-04 21:48:48 +02:00
Florian Rival 5f1452a410 Make sure that compilation/autosave of folder projects are done in a single file 2015-09-04 21:11:18 +02:00
Florian Rival 15ff423060 Merge branch 'feature/serialization-multiple-files' 2015-09-04 20:23:38 +02:00
Florian Rival 7acdcaece6 Change angle increment from 45 to 15 when holding SHIFT in scene editor 2015-09-04 19:40:34 +02:00
Florian Rival ed3ef47259 Fill parameters with their default value if they are empty
Fix #176
2015-09-03 12:30:27 +02:00
Florian Rival 9530cfc0ae Fix compilation when GD_NO_WX_GUI is defined 2015-09-02 19:42:41 +02:00
Florian Rival 824e937748 Add support for saving projects in multiple files as "Folder project".
Also refactor loading/saving to XML/JSON in gd::ProjectFileWriter.
2015-09-02 18:54:08 +02:00
Victor Levasseur 73c255ddc8 Fix instruction height in gd::EventsRenderingHelper 2015-09-02 14:14:11 +02:00
Florian Rival a5f180ec43 Small refactoring and fix resizing without grid regression 2015-09-01 18:48:40 +02:00
Florian Rival a9cace5ac8 Snap width/height to grid when resizing instances 2015-09-01 14:54:24 +02:00
Florian Rival 8ddc16da44 Support shift when resizing/rotating an instance to keep size ratio 2015-09-01 14:02:21 +02:00
Florian Rival 1b4c96e5ba Re-save templates with version 4 2015-08-31 19:29:07 +02:00
Victor Levasseur 68c995221e Fix _() not considering the input literal at UTF8 (can cause problems with
special characters hard coded in the software)
Fix the Credit dialog encoding problem (missing
GDCore/Tools/Localization.h header inclusion)
2015-08-28 17:33:45 +02:00
Florian Rival 07ec5f570a Add support for object properties 2015-08-25 18:18:10 +02:00
Florian Rival 6ad84152a5 Small refactoring in ObjectsPropgridHelper 2015-08-24 20:15:59 +02:00
Florian Rival b24e37ff01 Refactoring to use gd::String::FindAndReplace 2015-08-24 19:24:38 +02:00
Florian Rival c369db20ba Add gd::String::FindAndReplace and tests for it 2015-08-24 18:06:36 +02:00
Florian Rival 7bbad247cb Update Intel XDK export option to target Cordova
Regenerated GUI files
2015-08-24 17:04:02 +02:00
Victor Levasseur ffb93b5b08 Merge branch 'v4' into feature/more-string-tools 2015-08-23 12:14:14 +02:00
Victor Levasseur 94500d3c7d Fix gd::String::npos definition 2015-08-21 09:06:57 +02:00
Victor Levasseur e70ff4e2da Add UpperCase and LowerCase methods to gd::String
Add string expressions to get the uppercased/lowercased string
2015-08-20 19:26:21 +02:00
Victor Levasseur 67c32f0e7d Add FromCodePoint string expression to get a character from its codepoint 2015-08-20 12:21:16 +02:00
Victor Levasseur 896e82c236 Slightly improve gd::String interface using C++11 2015-08-20 12:01:59 +02:00
Victor Levasseur 79e3c34289 Fix merge conflicts not solved in Layout.cpp 2015-08-19 20:29:02 +02:00
Victor Levasseur 9552cb75b8 Merge remote-tracking branch 'upstream/feature/behavior-renaming' into replace-uint-with-size_t 2015-08-19 19:13:51 +02:00
Florian Rival 8e7944b1a8 Merge pull request #183 from 4ian/feature/behavior-renaming
Rename "Automatisms" to "Behaviors"
2015-08-19 18:23:01 +02:00
Victor Levasseur 4aa35f1f55 Merge branch 'v4' into replace-uint-with-size_t 2015-08-19 17:39:40 +02:00
Victor Levasseur 70432b0edf Support horizontal movement of the mouse wheel in the layout editor 2015-08-19 09:27:42 +02:00
Florian Rival 457808961b Various small refactorings and typo fixes 2015-08-18 19:29:37 +02:00