Commit Graph

1757 Commits

Author SHA1 Message Date
victorlevasseur
9d75da7c76 Use correct C++11 flag according to the compiler 2015-01-18 16:15:11 +01:00
victorlevasseur
d2b4d678ea Revert changes in a dlib test 2015-01-18 16:03:57 +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
0d3b8e90ef Automatically complete automatism name for a parameter when clicking on the dialog button or show a message if object can't be used 2015-01-16 10:23:22 +01:00
Florian Rival
abcb040462 Merge pull request #72 from 4ian/feature-panelspriteobject-js
Ported PanelSpriteObject to JS platform
2015-01-15 19:27:06 +01:00
Florian Rival
2612df46c7 Renamed Drawer Object to Shape Painter 2015-01-14 22:53:20 +01:00
Florian Rival
ced2dcf782 Fixed RuntimeDrawerObject::DrawRectangle 2015-01-14 22:43:18 +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
9dbe80e5b3 Ported PanelSpriteObject for HTML5 games 2015-01-14 21:51:34 +01:00
Florian Rival
d7d4c3b18c Fixed old comment 2015-01-13 22:49:58 +01:00
Florian Rival
4a287c3b94 Added LastPressedKey expression and refactored a bit parts of RuntimeScene. Also fixed extensions licenses. 2015-01-12 23:31:41 +01:00
Florian Rival
9d7f4901f6 Ensure objects with DraggableAutomatism are only dragged after a click/touch on them 2015-01-11 21:33:13 +01:00
Florian Rival
0d23941855 Disable Edition or Preview button in scene editor according to the editor state 2015-01-08 22:45:04 +01:00
Florian Rival
418bae8632 Removed useless Destroy* functions for objects 2015-01-08 21:58:36 +01:00
Florian Rival
5e3be0a793 Merge pull request #71 from 4ian/feature-textentry-js
Ported TextEntryObject to JS platform
2015-01-08 20:23:27 +01:00
Florian Rival
ebfc7f06c5 Added a test game for TextEntryObject 2015-01-08 19:42:29 +01:00
Florian Rival
e1ecdda1c3 Merge pull request #70 from victorlevasseur/patch-1
Fix wrong include guard in PathfindingAutomatism.h
2015-01-08 17:29:09 +01:00
Victor Levasseur
561e176216 Fix wrong include guard in PathfindingAutomatism.h 2015-01-08 17:08:53 +01:00
Florian Rival
01e9848feb Ported TextEntryObject for HTML5 games 2015-01-07 23:13:50 +01:00
Florian Rival
ee82ccd170 Small refactoring to automatically loaded any JS Platform compatible extension in stored in CppPlatform/Extensions 2015-01-07 23:13:20 +01:00
Florian Rival
900636c078 Renamed the free resources directory and updated the old content including GDevelop logos 2015-01-07 20:55:09 +01:00
Florian Rival
0caadb1010 Updated pixi.js to v2.2.3 2015-01-07 17:38:23 +01:00
Florian Rival
64691e75a7 Updated documentation about extensions declaration. 2015-01-07 00:00:36 +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
26b2d5c500 Updated Ubuntu Packaging script to add distro name 2015-01-06 19:21:39 +01:00
Florian Rival
3adde344e8 HTML5 games are now fullpage by default. Improved Angry Peas to unzoom at the end 2015-01-06 19:19:45 +01:00
Florian Rival
4b9d58eddb Added support for Sprite's ChangeColor action in HTML5 games 2015-01-05 23:52:57 +01:00
Florian Rival
6d70a7f5b6 Fixed warnings with Clang and ^ operator 2015-01-05 22:51:53 +01:00
Florian Rival
984da13353 Fixed warning when compiling with NO_GUI=1. 2015-01-05 22:30:09 +01:00
Florian Rival
0146182fbc Fixed PPA not building properly 2015-01-04 21:05:03 +01:00
Florian Rival
da872e8408 Fixed pencil not always erasing with right click in TileMap editor + fixed crash when erasing outside the map or floodfilling with the same tile as the clicked one. 2015-01-04 17:03:26 +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
4646d469b2 Added rsync as build dep in Debian package 2015-01-03 18:03:50 +01:00
Florian Rival
5a5781ba88 Merge pull request #68 from 4ian/improved-extlibs-cmakelists
Improved build process
2015-01-03 16:55:15 +01:00
Florian Rival
da0c208efd Fixed compilation with emscripten 2015-01-03 16:48:38 +01:00
Florian Rival
ca7781d3ca Merge pull request #65 from Bouh/master
Added docs for textruntimeobject.js
2015-01-03 16:36:27 +01:00
Florian Rival
9f119903e5 Fixed SFML not built when NO_GUI was used 2015-01-03 15:03:59 +01:00
Florian Rival
187dfc89a2 Keep SFML include files even when NO_GUI is used 2015-01-03 14:45:37 +01:00
Florian Rival
4711be9ffe Using SFML targets in CMakeLists instead of raw filenames 2015-01-03 14:39:43 +01:00
Bouh
33953b0639 Correct 2015-01-03 00:32:07 +01:00
Florian Rival
9033249a28 Added test for GDC++ TwoObjectListsTest function 2014-12-30 13:23:51 +01:00
Florian Rival
2b0c3a71c2 Enhanced CMakeLists.txt to use GTK2 or 3 according to wxWidgets 2014-12-30 12:53:16 +01:00
Bouh
4503b55bad Update textruntimeobject.js 2014-12-30 01:36:30 +01:00
Bouh
67e3d777c6 Correct location for textruntimeobject.js 2014-12-30 01:34:50 +01:00
Bouh
e9ac59fb60 Docs : textruntimeobject.js 2014-12-30 00:33:35 +01:00
Florian Rival
2e39604df7 Fix Travis-CI build 2014-12-29 19:01:02 +01:00
Florian Rival
73e9c0269b Automatically download the precompiled version of wxWidgets on Windows 2014-12-29 18:57:01 +01:00
Florian Rival
284ba048fd Made ExtLibs/CMakeLists.txt fully working on Windows.
Updated docs about the build process.
Added adv wxWidgets library in all CMakeLists.txt.
2014-12-29 18:21:14 +01:00