Commit Graph

1400 Commits

Author SHA1 Message Date
victorlevasseur 2b6a51d052 The tilemap editor now loads the tile size, spacing 2014-08-22 11:49:25 +02:00
victorlevasseur 20992044d1 Add serialization to the tilemap object. 2014-08-22 11:30:37 +02:00
victorlevasseur a3f227025b Make some changes to events handler in TileMapPanel 2014-08-21 21:37:26 +02:00
victorlevasseur a14694e5eb Add the possibility to draw when moving the mouse with the button pressed 2014-08-21 19:19:26 +02:00
victorlevasseur 537fad69e2 Merge branch 'master' into tilemap-object 2014-08-21 13:22:52 +02:00
victorlevasseur ca81d61579 Add the beginning of the tilemap object
Add an icon for the object
2014-08-21 13:18:41 +02:00
victorlevasseur 8a49b88006 Add dockable window to the editor 2014-08-20 11:30:27 +02:00
Florian Rival e6427fe729 Updated scripts for linux packaging 3.4.72.2 2014-08-19 23:03:25 +02:00
victorlevasseur 85ba705d9c Merge branch 'master' into tilemap-object 2014-08-19 22:27:44 +02:00
Florian Rival a90610ce57 Enhanced linux script 2014-08-19 21:57:27 +02:00
Florian Rival f11dd10109 Minor changes 2014-08-19 21:32:36 +02:00
Florian Rival 962cc6c1ca fix tests 2014-08-19 21:17:38 +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
victorlevasseur 5f6f7fdb8d Fix a bug with buffering 2014-08-19 17:22:21 +02:00
victorlevasseur 1fc985bec1 Add buffering to the tilemap editor. 2014-08-19 13:56:09 +02:00
victorlevasseur 77517fb623 Merge branch 'master' into tilemap-object 2014-08-19 11:57:38 +02:00
victorlevasseur 6de031c4cf Fix a bug with not loaded tilesets. 2014-08-19 11:49:20 +02:00
Florian Rival 9582d79ee0 script copying lib for linux now also copy wxWidgets lib 2014-08-19 00:19:31 +02:00
Florian Rival 93de1b8300 Removed useless class 2014-08-19 00:04:48 +02:00
Florian Rival c9509f6264 add linux script file for the IDE and games 2014-08-19 00:00:09 +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 0f868448a2 Forgot to commit a file 2014-08-16 14:07:07 +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
victorlevasseur 070e85deaa Added TileSet class containing data about the tileset. 2014-08-15 22:24:18 +02:00
Florian Rival 339b0ba327 Fix scene not properly rendered in scene editor on Linux 2014-08-15 15:11:48 +02:00
Florian Rival e5b8a5f65f Added Russian to Windows installer. 2014-08-15 01:16:31 +02:00
Florian Rival c7fe0575c4 Merge branch 'master' of https://github.com/4ian/GD 2014-08-15 01:14:41 +02:00
Florian Rival 77ba59143b Merge pull request #9 from victorlevasseur/master
Fixed a bug with stop listening action.
2014-08-15 00:38:44 +02:00
Florian Rival fc46940449 Added Russian translation: Thanks to Airvikar from ubuntu-wine.ru 2014-08-15 00:22:14 +02:00
victorlevasseur 0d0874fb5d Fixed a bug with stop listening action. 2014-08-14 23:52:39 +02:00
victorlevasseur fdfb8ab52c Separated TileMap (contains data) from TileMapPanel (GUI). 2014-08-14 23:35:52 +02:00
Florian Rival 7eb4c26c53 Updated Windows scripts integrated to the build process.
Fix forces in GDJS.
2014-08-14 21:45:55 +02:00
Florian Rival 1236bbac25 Merge branch 'master' of https://github.com/4ian/GD
Conflicts:
	Core/GDCore/Events/EventsList.h
2014-08-13 23:25:50 +02:00
Florian Rival 300b9bf3e4 Merge branch 'master' of github.com:4ian/GD 2014-08-13 23:01:54 +02:00
Florian Rival 63c21f7877 Integrated scripts into the build process, no need to call them manually (Still need testing on Windows) 2014-08-13 23:01:39 +02:00
Florian Rival 4761d581f2 Updated Readme 2014-08-13 19:48:13 +02:00
victorlevasseur c14b45c31e Added layer moving, layer hiding. 2014-08-13 18:25:09 +02:00
Florian Rival ae9e129f03 Merge pull request #8 from victorlevasseur/master
Fixed compilation/linkage error with GetProcessMemoryInfo
2014-08-13 13:52:13 +02:00
victorlevasseur e330c4499f First part of the multiple layer support. 2014-08-13 12:55:35 +02:00
victorlevasseur fb4c265fea Can now insert tiles into the map. 2014-08-13 12:55:34 +02:00
victorlevasseur 4e32cc3775 Added the beginning of the TileMapObject extension. 2014-08-13 12:55:33 +02:00
victorlevasseur da8636af5a Fixed compilation/linkage error with GetProcessMemoryInfo 2014-08-13 12:50:43 +02:00
Florian Rival 0d5d555b91 Made some scripts more robusts 2014-08-12 22:58:10 +02:00
Florian Rival 5749073d55 Merge pull request #6 from 4ian/tests
Added basic unit tests for GDCore
2014-08-12 22:35:37 +02:00
Florian Rival fb25ae6295 Fixed memory leak with EventsList and added test for it 2014-08-12 22:22:00 +02:00
Florian Rival ac8258b3f8 Organized tests and add a memory consumption test for EventsList 2014-08-11 19:31:51 +02:00
Florian Rival b476c97e21 Fix travis.yml and added clang build 2014-08-10 23:55:03 +02:00
Florian Rival c17112009a Fix and enhanced tests 2014-08-10 23:45:35 +02:00
Florian Rival c82e9810ad Install and compile SFML for travis tests. 2014-08-10 23:05:54 +02:00
Florian Rival b26d29e86f 7za was not installed by the travis script. 2014-08-10 22:39:01 +02:00