Victor Levasseur
|
cc6810e3f6
|
Replace unsigned int with std::size_t where it's possible
|
2015-08-18 18:43:39 +02:00 |
|
Florian Rival
|
a5fd4ea861
|
Remove useless parameters when calling AddParameter in *Extension.cpp
|
2015-08-17 19:00:13 +02:00 |
|
Victor Levasseur
|
1902b72e9f
|
Change size of the TextObject editor
|
2015-08-09 17:30:42 +02:00 |
|
Victor Levasseur
|
e5086a81eb
|
Fix font size in TextObject editor and add a help link
|
2015-07-30 11:24:04 +02:00 |
|
Victor Levasseur
|
0d13ce8d76
|
Change the "Change font..." icon
|
2015-07-29 23:21:18 +02:00 |
|
Victor Levasseur
|
25230a4437
|
Apply the style to the toolbar of the TextObject editor
|
2015-07-29 23:09:59 +02:00 |
|
Victor Levasseur
|
3dec0d8716
|
Remove Text Object extension dialogs from build when NO_GUI is activated
|
2015-07-29 20:22:58 +02:00 |
|
Victor Levasseur
|
0168ae15ad
|
New Text Object editor
|
2015-07-29 19:00:59 +02:00 |
|
Victor Levasseur
|
f0a9b14e73
|
Remove gd::String::FromXXX/ToXXX methods
|
2015-07-22 01:30:17 +02:00 |
|
Victor Levasseur
|
2a0052b207
|
Add gd::String::From/To template to replace all FromXXX/ToXXX() methods
|
2015-07-21 14:35:29 +02:00 |
|
Victor Levasseur
|
445e0061a7
|
Remove Utf8Tools.h
|
2015-07-17 12:05:12 +02:00 |
|
Victor Levasseur
|
4efab914fe
|
Rename Utf8String.h/.cpp to String.h/.cpp
|
2015-07-09 18:17:13 +02:00 |
|
victorlevasseur
|
2fe320ee3b
|
Remove GD_T() macro
|
2015-07-07 13:30:13 +02:00 |
|
Victor Levasseur
|
92ff667e7f
|
Fix Serializer crashing if a project contains non ASCII characters
|
2015-07-06 22:29:00 +02:00 |
|
victorlevasseur
|
c98e97e60a
|
Merge remote-tracking branch 'upstream/master' into utf8-gdstring
Conflicts:
.travis.yml
Core/GDCore/BuiltinExtensions/SpriteExtension/Dialogs/SpriteObjectEditor.cpp
Core/GDCore/Events/Builtin/ForEachEvent.h
Core/GDCore/Events/Event.cpp
Core/GDCore/Events/Event.h
Core/GDCore/Events/EventMetadata.cpp
Core/GDCore/Events/EventMetadata.h
Core/GDCore/Events/ExpressionMetadata.h
Core/GDCore/Events/Instruction.h
Core/GDCore/Events/InstructionMetadata.h
Core/GDCore/IDE/Dialogs/EditLayerDialog.cpp
Core/GDCore/PlatformDefinition/Object.cpp
Core/GDCore/PlatformDefinition/PlatformExtension.cpp
Core/GDCore/PlatformDefinition/PlatformExtension.h
Extensions/Function/Extension.cpp
Extensions/TextObject/TextObject.h
Extensions/TimedEvent/Extension.cpp
GDCpp/GDCpp/BuiltinExtensions/CommonInstructionsExtension.cpp
GDCpp/GDCpp/BuiltinExtensions/KeyboardTools.h
GDCpp/GDCpp/BuiltinExtensions/MouseTools.h
GDCpp/GDCpp/BuiltinExtensions/SceneExtension.cpp
GDCpp/GDCpp/InputManager.cpp
GDCpp/GDCpp/RuntimeSpriteObject.cpp
GDCpp/GDCpp/RuntimeSpriteObject.h
GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp
GDJS/GDJS/BuiltinExtensions/CommonInstructionsExtension.cpp
GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp
GDJS/GDJS/BuiltinExtensions/VariablesExtension.cpp
GDJS/GDJS/Exporter.cpp
GDJS/GDJS/Exporter.h
IDE/Dialogs/ObjectsEditor.cpp
IDE/Preferences.cpp
|
2015-07-06 15:16:59 +02:00 |
|
Victor Levasseur
|
b32732916c
|
Actions and conditions are declared in the extension with gd::String (except for the sentence)
Added push_back and Split methods to gd::String
|
2015-06-25 16:49:40 +02:00 |
|
Victor Levasseur
|
30e15945a1
|
Add a String typedef to be able to write gd::String instead of gd::utf8::String
|
2015-06-22 10:46:56 +02:00 |
|
Victor Levasseur
|
ad0055910b
|
Add wxString implicit constructor and conversion operator to String
|
2015-06-22 10:45:04 +02:00 |
|
Victor Levasseur
|
24aed30d3e
|
Add an UTF8 String class
The Text Object use it
|
2015-06-21 22:04:27 +02:00 |
|
Florian Rival
|
2c0f1543ec
|
Prefer to return const reference to std::string instead of std::string by value
|
2015-06-01 23:23:34 +12:00 |
|
Florian Rival
|
4eeabf430d
|
Update to Pixi.js v3
|
2015-05-13 23:40:21 +12:00 |
|
Victor Levasseur
|
0049b5c6fa
|
Merge remote-tracking branch 'upstream/master' into utf8-tr-macro
Conflicts:
Core/GDCore/BuiltinExtensions/SpriteExtension/SpriteExtension.cpp
Core/GDCore/Events/ExpressionMetadata.h
Extensions/Box3DObject/Extension.cpp
Extensions/DraggableAutomatism/Extension.cpp
Extensions/Light/Extension.cpp
Extensions/Network/Extension.cpp
Extensions/PanelSpriteObject/Extension.cpp
Extensions/ParticleSystem/ExtensionSubDeclaration1.cpp
Extensions/ParticleSystem/ExtensionSubDeclaration3.cpp
Extensions/PathAutomatism/Extension.cpp
Extensions/PathfindingAutomatism/Extension.cpp
Extensions/PhysicsAutomatism/Extension.cpp
Extensions/PlatformAutomatism/Extension.cpp
Extensions/PrimitiveDrawing/Extension.cpp
Extensions/SoundObject/Extension.cpp
Extensions/TextEntryObject/Extension.cpp
Extensions/TextObject/Extension.cpp
Extensions/TileMapObject/Extension.cpp
Extensions/TiledSpriteObject/Extension.cpp
Extensions/TopDownMovementAutomatism/Extension.cpp
GDCpp/GDCpp/DocMainPage.h
GDCpp/docs/doxyfile
GDJS/GDJS/BuiltinExtensions/AudioExtension.cpp
GDJS/GDJS/BuiltinExtensions/BaseObjectExtension.cpp
GDJS/GDJS/BuiltinExtensions/CameraExtension.cpp
GDJS/GDJS/BuiltinExtensions/FileExtension.cpp
GDJS/GDJS/BuiltinExtensions/JoystickExtension.cpp
GDJS/GDJS/BuiltinExtensions/NetworkExtension.cpp
GDJS/GDJS/BuiltinExtensions/SceneExtension.cpp
GDJS/GDJS/BuiltinExtensions/SpriteExtension.cpp
scripts/ExtractTranslations.sh
|
2015-04-28 20:03:27 +02:00 |
|
Florian Rival
|
c2dc553571
|
Simplified function name declaration for actions/conditions/expressions
|
2015-04-23 21:30:04 +12:00 |
|
Florian Rival
|
69f1750c88
|
Hide all angle related instructions (deprecated, use Base object conditions/actions instead)
|
2015-04-12 17:28:05 +12:00 |
|
victorlevasseur
|
c4e899465a
|
Extensions and GDJS now use GD_T where it is possible
|
2015-03-29 22:28:25 +02:00 |
|
victorlevasseur
|
b772a99ff0
|
Add GD_T macro to translate UTF8 std::string (and _ macro is for wxString
only)
Updated all source code to use the new macro
|
2015-03-29 14:40:07 +02:00 |
|
Victor Levasseur
|
13f26a6d83
|
Merge remote-tracking branch 'upstream/macos-bundle' into utf8
Conflicts:
Core/GDCore/Events/Builtin/LinkEvent.cpp
Core/GDCore/IDE/EventsRenderingHelper.h
Extensions/CommonDialogs/CommonDialogs.cpp
|
2015-03-26 23:46:12 +01:00 |
|
Florian Rival
|
8ff6884837
|
Factored includes declarations in CMakeLists.txt for extensions
|
2015-03-19 14:43:38 +13:00 |
|
Florian Rival
|
836b46477b
|
Factored defines declarations in CMakeLists.txt for extensions
|
2015-03-19 14:04:07 +13:00 |
|
Florian Rival
|
e61e5163b7
|
Factored targets declarations in CMakeLists.txt for extensions
|
2015-03-19 13:22:47 +13:00 |
|
Florian Rival
|
191881987e
|
Factored all linking tasks in extensions CMakeLists.txt
|
2015-03-19 11:23:41 +13:00 |
|
Florian Rival
|
c6f70cf472
|
Factored parts of CMakeLists.txt
|
2015-03-18 17:21:12 +13:00 |
|
Florian Rival
|
4382225576
|
Factored some parts of CMakeLists.txt
|
2015-03-18 17:03:51 +13:00 |
|
Florian Rival
|
b2a3ec44a4
|
Tweaked CMakeLists.txt and some files for MacOS compilation
|
2015-03-07 12:15:08 +13:00 |
|
victorlevasseur
|
ca0a8774a4
|
Remove useless Utf8Tools duplicate from GDCpp
|
2015-03-02 10:59:31 +01:00 |
|
victorlevasseur
|
35ecff341f
|
Can use locale strings for parameters using a function when declaring the
intruction
|
2015-02-15 13:19:46 +01:00 |
|
victorlevasseur
|
b869115e84
|
Add UTF8 support in expressions parameters edition dialog
|
2015-02-15 11:55:36 +01:00 |
|
victorlevasseur
|
6e3772fdcc
|
Add a function to remove invalid utf8 code points from strings
|
2015-02-14 14:37:45 +01:00 |
|
Victor Levasseur
|
a39b67b042
|
Move UTF8 tools to another file. Add conversion between UTF8 and wstring
|
2015-02-14 13:06:50 +01:00 |
|
Victor Levasseur
|
41ac0fe2a0
|
Add basic support for UTF8 in the TextObject.
String expression editor now returns a std::string encoded in UTF8
Add UTF8 tools (and UTF8-CPP header library)
|
2015-02-14 11:34:46 +01: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 |
|
Victor Levasseur
|
e05a606139
|
Merge remote-tracking branch 'upstream/master' into remove-boost
Conflicts:
GDCpp/GDCpp/ObjInstancesHolder.cpp
GDCpp/GDCpp/ObjInstancesHolder.h
GDCpp/GDCpp/RuntimeScene.cpp
GDCpp/GDCpp/RuntimeScene.h
|
2015-01-22 18:20:07 +01:00 |
|
Florian Rival
|
67db5bf5ac
|
Fixed hitboxes of PanelSprite/TiledSprite/Text objects not properly updated in HTML5 games
|
2015-01-20 23:10:09 +01:00 |
|
Victor Levasseur
|
0e92ebfd4a
|
Remove boost
|
2015-01-20 18:29:55 +01:00 |
|
Victor Levasseur
|
5932a3f5a6
|
Merge remote-tracking branch 'upstream/master' into win-wx3-gcc4.9-c++11
|
2015-01-18 21:45:47 +01:00 |
|
Florian Rival
|
6eea30d35a
|
Ported PrimitiveDrawing for HTML5 games
|
2015-01-18 18:01:11 +01:00 |
|
victorlevasseur
|
f18b258083
|
Add support for TDM-GCC 4.9.2 with C++11
GNU extensions are also activated as wxWidgets cannot be built without
them
|
2015-01-18 15:54:31 +01:00 |
|
Florian Rival
|
768204bb56
|
Removed useless extension virtual destructors. Updated Panel Sprite object description
|
2015-01-14 22:25:38 +01:00 |
|
Florian Rival
|
418bae8632
|
Removed useless Destroy* functions for objects
|
2015-01-08 21:58:36 +01:00 |
|