Florian Rival
|
c2dc553571
|
Simplified function name declaration for actions/conditions/expressions
|
2015-04-23 21:30:04 +12:00 |
|
Florian Rival
|
b20ebddadf
|
Merge branch 'macos-bundle'
Conflicts:
Core/GDCore/DocMainPage.h
|
2015-04-03 11:20:05 +13:00 |
|
Victor Levasseur
|
42f14c1c84
|
Remove a useless comment
|
2015-03-27 00:58:39 +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 |
|
victorlevasseur
|
7ca447c5fd
|
Fix a crash when there are a lot of tiles in a tilemap object
|
2015-03-15 16:28:54 +01:00 |
|
Florian Rival
|
99ce00dd57
|
Merge branch 'macos-support' into feature-multitouch
|
2015-03-10 19:56:16 +13:00 |
|
Florian Rival
|
b2a3ec44a4
|
Tweaked CMakeLists.txt and some files for MacOS compilation
|
2015-03-07 12:15:08 +13:00 |
|
Florian Rival
|
acbb6d4594
|
Refactored the condition testing if the cursor is on a sprite object so that it can be used for any object type (Not yet done for GDJS). Added PickObjectsIf and refactored TwoObjectListsTest with C++11 lambdas. Added tests for it.
|
2015-03-02 10:47:35 +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
|
36e357d8c5
|
Refactored part of RuntimeScene with a new container for automatisms shared data. Removed std::cout calls in TileMapTools.cpp
|
2015-01-20 21:33:06 +01:00 |
|
Victor Levasseur
|
0e92ebfd4a
|
Remove boost
|
2015-01-20 18:29:55 +01:00 |
|
victorlevasseur
|
ae1f6d61b3
|
Remove boost dependency (boost::to_upper still remaining)
|
2015-01-18 21:09:45 +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
|
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
|
4711be9ffe
|
Using SFML targets in CMakeLists instead of raw filenames
|
2015-01-03 14:39:43 +01:00 |
|
Florian Rival
|
2b0c3a71c2
|
Enhanced CMakeLists.txt to use GTK2 or 3 according to wxWidgets
|
2014-12-30 12:53:16 +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 |
|
victorlevasseur
|
6c354f4c57
|
Add the flood fill
|
2014-11-01 13:12:34 +01:00 |
|
victorlevasseur
|
f005a2d4b1
|
Improve the undo/redo system in TileMapObjectEditor
|
2014-10-31 19:32:38 +01:00 |
|
Victor Levasseur
|
03e3afced9
|
Can now undo/redo actions in TileMapObjectEditor
|
2014-10-31 11:16:41 +01:00 |
|
Victor Levasseur
|
9dd603fbe4
|
Various fixes on the TileMapObject editor
|
2014-10-19 15:13:11 +02:00 |
|
Victor Levasseur
|
bbeeba23e3
|
The selected tile ID is now shown in the TileEditor
instead of being shown on the TileSetPanel
|
2014-10-18 20:40:49 +02:00 |
|
Victor Levasseur
|
581f2a49a1
|
Fix black tile bug in TileEditor
|
2014-10-18 19:02:34 +02:00 |
|
Victor Levasseur
|
c9544542b2
|
Fix a bug with empty tiles
|
2014-10-17 20:44:21 +02:00 |
|
Victor Levasseur
|
de1408fbb4
|
Changing tiles in the TileMapObject is more optimized
|
2014-10-16 16:08:41 +02:00 |
|
Victor Levasseur
|
245a6c6ef8
|
Fix a bug when testing collision with invalid tiles
|
2014-10-10 20:56:10 +02:00 |
|
Florian Rival
|
7d3ada265c
|
Replaced "Game Develop" by "GDevelop"
|
2014-09-24 16:25:13 +02:00 |
|
victorlevasseur
|
d23651fd8c
|
Can edit Tile hitbox's vertices coords
|
2014-09-22 23:56:19 +02:00 |
|
victorlevasseur
|
1b5e90d14b
|
Can now add/remove a vertice from a tile hitbox
|
2014-09-22 23:33:34 +02:00 |
|
victorlevasseur
|
907d584ece
|
Add hitbox edition in the TileEditor
|
2014-09-21 23:04:58 +02:00 |
|
victorlevasseur
|
f136230b8e
|
Merge branch 'tilemapobject/master' into tilemapobject/dev
|
2014-09-19 10:23:47 +02:00 |
|
victorlevasseur
|
ef3612217b
|
Fix a bug with mono-bitmaps in TileMapObject
|
2014-09-19 10:21:08 +02:00 |
|
Florian Rival
|
bbd7cd4f0b
|
Renamed Polygon files to Polygon2d
|
2014-09-17 18:31:04 +02:00 |
|
Florian Rival
|
5ec5d72198
|
Fix includes files for TileMap object
|
2014-09-17 18:11:03 +02:00 |
|
victorlevasseur
|
392eb7d054
|
Merge branch 'master' into tilemapobject/dev
|
2014-09-16 00:27:53 +02:00 |
|