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
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
5a5781ba88
Merge pull request #68 from 4ian/improved-extlibs-cmakelists
...
Improved build process
2015-01-03 16:55:15 +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
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
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
Florian Rival
6dcc4d2e5d
Removed dependency to wxWidget's webview (not supported by Ubuntu provided wxWidgets version), removed integrated help (now opening directly the default browser)
2014-12-28 18:38:58 +01:00
Florian Rival
540886e354
Switched back to GTK2 for now (need to find a way to determine if wxWidgets uses GTK2 or 3)
2014-12-26 19:45:27 +01:00
Florian Rival
7a3d9ecc7f
Add ExtLibs/CMakeLists.txt and reworked other CMakeLists.txt to download boost/SFML and build SFML
2014-12-26 15:13:52 +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
506e3a3226
Refactored external sources files in gd::Project, and fixed their unserialization
2014-11-23 15:56:14 +01:00
Florian Rival
d54ae5d44a
Adapted TextObjet extension declaration to be compatible with emscripten
2014-11-16 21:18:14 +01:00
Florian Rival
1c921efa4e
Fixed typos in some method names
2014-11-16 16:19:19 +01:00
Florian Rival
7d3ada265c
Replaced "Game Develop" by "GDevelop"
2014-09-24 16:25:13 +02:00
Florian Rival
bbd7cd4f0b
Renamed Polygon files to Polygon2d
2014-09-17 18:31:04 +02:00
Florian Rival
cc019b4545
Normalize resources filenames (convert \ to /) to avoid portability issues from Windows to Linux for projects
2014-08-19 20:46:37 +02:00
Florian Rival
7c79ae1634
Resources files now always use a slash in their filename
2014-08-17 19:29:32 +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
b40333cbab
Latest commit before switching to git for the whole Extension directory.
...
git-svn-id: svn://localhost@1119 8062f311-0dae-4547-b526-b8ab9ac864a5
2013-07-01 22:03:15 +00:00
Florian
f1256beea3
Exchanged all french messages with their English counterparts.
...
git-svn-id: svn://localhost@853 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-20 19:59:22 +00:00
Florian
0f40d9a66e
Adapted to changes in GDCore.
...
git-svn-id: svn://localhost@831 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-09-09 19:59:15 +00:00
Florian
ea66eb3aca
Adapted to changes in GDCore/GDL.
...
Font loading is now done when loading scene resources, or when the font is changed with the appropriate action.
Cleaned header.
git-svn-id: svn://localhost@766 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-06-09 21:17:11 +00:00
Florian
5cb7138349
Merged Victor Levasseur changes to support Bold/Italic/Underlined styles.
...
git-svn-id: svn://localhost@674 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-03-03 15:59:37 +00:00
Florian
943d3bd46f
Updated copyright.
...
Updated includes according to changes in GDL.
git-svn-id: svn://localhost@635 8062f311-0dae-4547-b526-b8ab9ac864a5
2012-01-22 10:56:58 +00:00
Florian
4fd548dcc3
Changed sfml lib names on Linux.
...
Switched back to default GCC compiler profile in Windows target.
git-svn-id: svn://localhost@594 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-12-21 12:56:22 +00:00
Florian
97695ad585
Adapted to changes in GDL.
...
git-svn-id: svn://localhost@562 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-11-05 21:04:50 +00:00
Florian
6ac3e4f8ea
Added smoothing option.
...
Corrected minor bug.
git-svn-id: svn://localhost@529 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-09-09 15:00:02 +00:00
Florian
d39045b360
Adaptations to changes in GDL.
...
git-svn-id: svn://localhost@508 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-22 18:45:19 +00:00
Florian
5ff292478b
Adaptations to GD2.
...
git-svn-id: svn://localhost@478 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-08-06 13:42:13 +00:00
Florian
83cda9ec0c
Minor adaptations to minor changes in GDL.
...
git-svn-id: svn://localhost@417 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-03-26 22:20:06 +00:00
Florian
6a632b2137
Minor changes due to changes in GDL.
...
git-svn-id: svn://localhost@374 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-02-01 20:46:56 +00:00
Florian
a121109fa0
Updated copyright and defines.
...
git-svn-id: svn://localhost@362 8062f311-0dae-4547-b526-b8ab9ac864a5
2011-01-20 21:15:45 +00:00
Florian
8c5bb9f780
Updated to use latest SFML version.
...
git-svn-id: svn://localhost@303 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-11-13 12:17:20 +00:00
Florian
bd632fbead
Added expression for getting text value.
...
git-svn-id: svn://localhost@247 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-09-19 19:33:28 +00:00
Florian
3b6236fd38
Corrected color refreshing.
...
git-svn-id: svn://localhost@226 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-08-27 17:40:32 +00:00
Florian
32b9d47b9f
Corrected bad placement of object.
...
git-svn-id: svn://localhost@218 8062f311-0dae-4547-b526-b8ab9ac864a5
2010-08-23 12:34:06 +00:00