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
|
3a982afea7
|
Fix mistakes and add Dutch to Windows installer languages
|
2015-10-19 22:57:18 +02:00 |
|
Florian Rival
|
a0246dd33e
|
Update translations
|
2015-09-15 00:05:16 +02:00 |
|
Florian Rival
|
958d9bcda5
|
Version bump
|
2015-09-10 12:47:32 +02:00 |
|
Florian Rival
|
1b4c96e5ba
|
Re-save templates with version 4
|
2015-08-31 19:29:07 +02:00 |
|
Florian Rival
|
701ac1d4d0
|
Update translations source.pot file
|
2015-08-27 23:11:48 +02:00 |
|
Florian Rival
|
7bbad247cb
|
Update Intel XDK export option to target Cordova
Regenerated GUI files
|
2015-08-24 17:04:02 +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
|
0a230ba5b2
|
Use HEAD to copy resources from Release_Windows folder
(instead of the master branch)
|
2015-08-19 13:22:12 +02:00 |
|
Florian Rival
|
4b3b5a9bbe
|
Fix 'an behavior' and wording
|
2015-08-18 18:36:52 +02:00 |
|
Florian Rival
|
428e72914d
|
[WIP] Rename Automatism to Behavior
|
2015-08-17 23:52:59 +02:00 |
|
Florian Rival
|
cc5f9e6381
|
Merge branch 'fix/instructions-wording' of github.com:4ian/GD into cleanup
|
2015-08-17 16:08:22 +02:00 |
|
Victor Levasseur
|
9df088d2fe
|
Merge remote-tracking branch 'upstream/master' into v4
|
2015-08-06 16:27:11 +02:00 |
|
Florian Rival
|
200b0fb800
|
Add TileMap object to translations catalog
|
2015-08-06 15:50:16 +12:00 |
|
Florian Rival
|
3c5799a31e
|
Update descriptions and sentences of various instructions
|
2015-07-19 18:39:41 +12:00 |
|
victorlevasseur
|
5c3c9fb413
|
Merge remote-tracking branch 'upstream/master' into utf8-gdstring
Conflicts:
Core/GDCore/PlatformDefinition/Layout.cpp
|
2015-07-17 23:18:17 +02:00 |
|
Florian Rival
|
433da0f2e9
|
Fix typo
|
2015-07-09 08:47:30 +12:00 |
|
victorlevasseur
|
e762aa55b6
|
Merge remote-tracking branch 'upstream/master' into utf8-gdstring
|
2015-07-07 13:41:14 +02:00 |
|
Florian Rival
|
2d6212642a
|
Update translations and add Polish, Italian and Chinese Simplified
|
2015-07-07 22:46:10 +12: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 |
|
Florian Rival
|
e9a3aa8ffb
|
Update the title of some editors to make them more consistent with other editors
|
2015-06-05 13:19:19 +12:00 |
|
Florian Rival
|
c0c05ff46d
|
Updated dlib for CommonDialogs to latest version
|
2015-06-04 23:15:27 +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
|
80dcd3b90b
|
Updated translations, and enabled more languages for Windows Installer
|
2015-04-12 17:59:39 +12:00 |
|
Florian Rival
|
2b902debc5
|
Updated translations and added German and Portuguese (partial) translations
|
2015-04-07 22:12:33 +12:00 |
|
Florian Rival
|
5926bdb67b
|
Updated docs and minor changes
|
2015-04-02 23:25:48 +13:00 |
|
Florian Rival
|
6e911147d0
|
Moved and updated packaging scripts for Windows
|
2015-04-02 21:41:14 +13:00 |
|
victorlevasseur
|
c969da19cc
|
Add xgettext.exe to generate .pot for Windows
|
2015-03-29 20:20:13 +02:00 |
|
victorlevasseur
|
c9cb5faa09
|
Add GD_T as a gettext keyword when generating pot file
|
2015-03-29 20:06:36 +02:00 |
|
Florian Rival
|
b2a3ec44a4
|
Tweaked CMakeLists.txt and some files for MacOS compilation
|
2015-03-07 12:15:08 +13:00 |
|
Florian Rival
|
48b5c8aa42
|
Fixed ObjInstancesHolder copy-ctor and assignment operator & added tests for it
|
2015-01-25 13:17:34 +01:00 |
|
Florian Rival
|
cf9007ac26
|
Updated translations.
|
2015-01-22 21:48:39 +01:00 |
|
Florian Rival
|
64e6860718
|
Version bump.
Updated copyrights.
|
2015-01-22 21:22:01 +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
|
d4f8062cef
|
Fixed CopyWindowsToLinuxReleaseFiles.sh and make sure Debian package is installed in /opt/gdevelop
|
2015-01-04 15:57:03 +01:00 |
|
Florian Rival
|
ff11dc1857
|
Made CopyWindowsToLinuxReleaseFiles.sh working with git
|
2015-01-03 18:25:08 +01:00 |
|
Florian Rival
|
095ced4870
|
Updated translation source.pot file
|
2014-12-26 12:53:21 +01:00 |
|
Florian Rival
|
2bb9687b2d
|
Updated Windows batch file to update .mo translations files.
|
2014-12-25 21:34:30 +01:00 |
|
Florian Rival
|
30a0b8c8f7
|
Modified translation scripts and start page to use Crowdin
|
2014-12-25 16:08:10 +01:00 |
|
Florian Rival
|
b7e002b3ea
|
Ensure versioned files of Release_Windows are copied to other targets directory when building IDE
|
2014-10-26 15:08:14 +01:00 |
|
Florian Rival
|
f8717a531e
|
Updated installation messages still refering to Game Develop instead of GDevelop.
ReleaseProcedure.bat now produce a zip file instead of a 7z file (not support by GitHub).
|
2014-10-09 16:33:57 +02:00 |
|
Florian Rival
|
bb4dd02f90
|
Updated docs, added linux script for generating docs
|
2014-09-25 17:48:41 +02:00 |
|
Florian Rival
|
7d3ada265c
|
Replaced "Game Develop" by "GDevelop"
|
2014-09-24 16:25:13 +02:00 |
|
Florian Rival
|
c32e5d7e49
|
Fix bad working directory for games on Windows using gdb.
Translation update.
Version bump.
Fix ReleaseProcedure.bat script.
|
2014-08-24 18:10:42 +02:00 |
|
Florian Rival
|
e6427fe729
|
Updated scripts for linux packaging
|
2014-08-19 23:03:25 +02:00 |
|
Florian Rival
|
39236ee000
|
Added window border in scene editor, updated scripts and fix a file dialog on Linux
|
2014-08-16 13:49:54 +02:00 |
|
Florian Rival
|
0d5d555b91
|
Made some scripts more robusts
|
2014-08-12 22:58:10 +02:00 |
|
Florian Rival
|
0dbfb0ff81
|
Removed calls to old scripts in ReleaseProcedure.bat
|
2014-07-10 14:07:12 +02:00 |
|
Florian Rival
|
0b2452bfe6
|
Removed useless scripts and files
|
2014-07-10 14:02:45 +02:00 |
|