Florian Rival
|
63cb853d72
|
Change file organization (Events, Extensions + more folders)
|
2015-11-01 11:26:40 +01:00 |
|
Florian Rival
|
a5fd4ea861
|
Remove useless parameters when calling AddParameter in *Extension.cpp
|
2015-08-17 19:00:13 +02:00 |
|
Victor Levasseur
|
870b6580f5
|
Replace std::string with gd::String in all remaining extensions
|
2015-07-12 12:39:40 +02:00 |
|
victorlevasseur
|
2fe320ee3b
|
Remove GD_T() macro
|
2015-07-07 13:30:13 +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
|
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 |
|
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 |
|
victorlevasseur
|
aa2edd41d5
|
Force locale strings in texture loading actions
|
2015-02-15 13:26:27 +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
|
0e92ebfd4a
|
Remove boost
|
2015-01-20 18:29:55 +01:00 |
|
Florian Rival
|
ed5b9d2a33
|
Renamed DrawerObject to ShapePainterObject. Fixed typo ipo in gdjs.shapepainterruntimeobject.setOutlineOpacity name
|
2015-01-18 18:48:28 +01:00 |
|
Florian Rival
|
6eea30d35a
|
Ported PrimitiveDrawing for HTML5 games
|
2015-01-18 18:01:11 +01:00 |
|
Florian Rival
|
2612df46c7
|
Renamed Drawer Object to Shape Painter
|
2015-01-14 22:53:20 +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
|
ff81b68d80
|
Removed useless destruction functions for extensions
|
2015-01-06 23:37:08 +01:00 |
|
Florian Rival
|
4c39bf0fa2
|
Removed need to have useless destruction functions for objects
|
2015-01-06 22:47:02 +01:00 |
|
Florian Rival
|
40a82c61ea
|
Switched from LGPL and zlib/png licenses to MIT License.
|
2014-11-30 16:59:51 +01:00 |
|
Florian Rival
|
7d3ada265c
|
Replaced "Game Develop" by "GDevelop"
|
2014-09-24 16:25:13 +02:00 |
|
Florian Rival
|
e8cd1b16b7
|
Added GDJS and Extensions to this repository.
|
2014-06-30 21:39:29 +02:00 |
|
Florian Rival
|
475c9da06c
|
Cleaned thing and added not versioned files.
|
2014-03-31 21:55:51 +02:00 |
|
Florian
|
b8d6178b5d
|
Latest commit before switching to git for the whole Extension directory.
git-svn-id: svn://localhost@1116 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2013-07-01 22:02:56 +00:00 |
|
Florian
|
4a09017f0c
|
Exchanged all french messages with their English counterparts.
git-svn-id: svn://localhost@850 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2012-09-20 19:58:46 +00:00 |
|
Florian
|
aaafcb2733
|
Adapted to changes in GDCore.
git-svn-id: svn://localhost@828 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2012-09-09 19:56:43 +00:00 |
|
Florian
|
b4db644983
|
Added actions to manipulate images.
git-svn-id: svn://localhost@741 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2012-06-01 17:13:29 +00:00 |
|
Florian
|
8d78af40fd
|
Updated copyright and includes.
git-svn-id: svn://localhost@673 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2012-03-03 15:57:25 +00:00 |
|
Florian
|
7029686d49
|
Adaptations to changes in GDL.
Minor changes to compile on linux.
git-svn-id: svn://localhost@506 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2011-08-22 18:45:00 +00:00 |
|
Florian
|
4268f17cc7
|
Adaptations to GD2.
git-svn-id: svn://localhost@476 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2011-08-06 13:37:58 +00:00 |
|
Florian
|
e39329bb48
|
Minor adaptations to minor changes in GDL.
git-svn-id: svn://localhost@416 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2011-03-26 22:19:31 +00:00 |
|
Florian
|
808c768197
|
Updated copyright and defines.
git-svn-id: svn://localhost@361 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2011-01-20 21:15:36 +00:00 |
|
Florian
|
fb1fed0c98
|
Added a little explanation in an action.
git-svn-id: svn://localhost@248 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2010-09-19 19:34:19 +00:00 |
|
Florian
|
73d37fca3d
|
Changed opacity from int to float.
git-svn-id: svn://localhost@188 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2010-08-05 14:32:43 +00:00 |
|
Florian
|
e0ac3bed54
|
Changed an icon.
git-svn-id: svn://localhost@139 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2010-06-06 18:25:55 +00:00 |
|
Florian
|
d5b454d569
|
Modifications for new expression system.
git-svn-id: svn://localhost@128 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2010-05-29 22:11:20 +00:00 |
|
Florian
|
86654ac797
|
Added comments
git-svn-id: svn://localhost@63 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2010-03-07 20:27:20 +00:00 |
|
Florian
|
73c6e8583c
|
Initial import.
git-svn-id: svn://localhost@37 8062f311-0dae-4547-b526-b8ab9ac864a5
|
2010-02-10 17:49:23 +00:00 |
|