Commit Graph

2341 Commits

Author SHA1 Message Date
Victor Levasseur
a1cf27fe3c Replace some unsigned int with std::size_t in the LinkEvent 2015-08-17 23:11:10 +02:00
Florian Rival
79bfa079aa Merge pull request #179 from 4ian/cleanup
Code cleanup
2015-08-17 21:30:27 +02:00
Florian Rival
b7a78ea145 Remove single file executable compilation option 2015-08-17 20:47:46 +02:00
Florian Rival
b370a96a83 Remove useless files 2015-08-17 19:26:55 +02:00
Florian Rival
a5fd4ea861 Remove useless parameters when calling AddParameter in *Extension.cpp 2015-08-17 19:00:13 +02:00
Florian Rival
7686471c27 Hide objects/automatisms of deprecated extensions 2015-08-17 18:15:26 +02:00
Florian Rival
5a6ff36901 Remove useless code and allow extensions to be marked as deprecated 2015-08-17 18:00:55 +02:00
Florian Rival
3fb8d2bac9 Remove useless EmptyEvent.[cpp|h] 2015-08-17 17:26:52 +02:00
Florian Rival
141a0d03b9 Remove clang warnings 2015-08-17 16:59:22 +02:00
Florian Rival
263ac5afd2 Remove useless XmlMacros.h file 2015-08-17 16:58:03 +02:00
Florian Rival
ea60a6b602 Remove legacy text display action 2015-08-17 16:54:11 +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
Florian Rival
22baf2260e Merge pull request #177 from victorlevasseur/bugfix/camera-extension-typo
Fix typo in some camera actions
2015-08-16 18:17:31 +02:00
Florian Rival
a6c8e99d1e Merge pull request #178 from victorlevasseur/feature/gpu-preference
GDevelop and C++ games now prefer the powerful discrete GPU
2015-08-16 18:17:09 +02:00
Victor Levasseur
6bd8a8014c GDevelop and C++ games now prefer the powerful discrete GPU 2015-08-16 11:58:53 +02:00
Victor Levasseur
5a3e23c98a Fix typo in some camera actions 2015-08-15 21:49:37 +02:00
Florian Rival
65a1e6bfb5 Fix objects from hidden layers could still be selected and moved 2015-08-15 17:33:22 +02:00
Florian Rival
eab1b352d6 Merge branch 'v4' of github.com:4ian/GD into v4 2015-08-14 00:03:15 +02:00
Florian Rival
8fd2892d0c Add PIXI Particles Javascript demo 2015-08-14 00:03:06 +02:00
Florian Rival
fe090365d1 Merge pull request #175 from victorlevasseur/windows-gcc-version-independant
CodeCompiler is now "independant" from the GCC version on Windows
2015-08-13 17:52:02 +02:00
Victor Levasseur
1e8555a7c4 Adapt GDCpp CodeCompiler to allow using any version of GCC on Windows
without changing the version manually
2015-08-13 17:12:01 +02:00
Florian Rival
5ec51d188f Merge pull request #173 from victorlevasseur/bugfix/object-editor-search
Fix search not working in the object editor.

Fix #148
2015-08-13 11:11:49 +02:00
Florian Rival
9f1a851b42 Merge pull request #172 from victorlevasseur/bugfix/extra-border-condition
Fix extra border condition of Destroy Outside Automatism
2015-08-13 11:10:19 +02:00
Victor Levasseur
e7ddbad625 Fix extra border condition of Destroy Outside Automatism 2015-08-13 10:56:58 +02:00
Victor Levasseur
1b53b5e0cc Fix search not working in the object editor 2015-08-13 10:53:34 +02:00
Florian Rival
ea4821588f Bump to version 4 2015-08-12 17:18:09 +02:00
Florian Rival
e8481f9896 Merge pull request #169 from victorlevasseur/v4-examples
Re-save all examples using the v4 version and fix some image problems
2015-08-12 17:16:59 +02:00
Florian Rival
538eebd669 Merge pull request #170 from victorlevasseur/bugfix/compilation-tools-utf8
Fix compilation output not interpreted as UTF8
2015-08-12 17:03:23 +02:00
Victor Levasseur
0a435d292f Fix compilation output not interpreted as UTF8 2015-08-12 13:18:18 +02:00
Victor Levasseur
4943f06b5e Save examples using v4 version
Convert some PNG to RGB mode
2015-08-12 12:13:22 +02:00
Florian Rival
65eea38d5c Merge pull request #167 from 4ian/fix/events-rendering-font-size
Use point size (instead of pixel size) for events rendering
2015-08-11 16:56:44 +02:00
Florian Rival
725a435a27 Use point size (instead of pixel size) for events rendering
Also avoid relying on hardcoded size for instructions rendering,
and add manifest to support HDPI screens on Windows.
2015-08-11 16:50:26 +02:00
Florian Rival
c6ae338b77 Fix wrong #includes of events generated code 2015-08-12 00:03:03 +12:00
Florian Rival
9a97028d02 Merge pull request #159 from victorlevasseur/feature/improve-text-object-editor
New Text Object editor
2015-08-10 18:39:16 +02:00
Victor Levasseur
1902b72e9f Change size of the TextObject editor 2015-08-09 17:30:42 +02:00
Florian Rival
e5a5bc24f0 Merge branch 'master' into v4 2015-08-09 22:17:59 +08:00
Florian Rival
41c3c1cca2 Merge pull request #165 from victorlevasseur/v4
Replace some indexing operators by iterators
2015-08-09 22:15:07 +08:00
Florian Rival
af297f9a9b Add icons for scene stacking actions 2015-08-09 15:40:12 +12:00
Victor Levasseur
306912f066 Rewrite gd::ExpressionParser::ValidSyntax() with iterators 2015-08-07 16:39:09 +02:00
Victor Levasseur
3c3c235183 Rewrite gd::VariableParser with iterators
(instead of indexing operator)
2015-08-07 14:55:55 +02:00
Victor Levasseur
34f16d7b4b Rewrite gd::SceneNameMangler using iterators 2015-08-07 14:05:49 +02:00
Florian Rival
8808779c6b Merge pull request #164 from victorlevasseur/v4
Update v4 with master
2015-08-07 15:19:21 +12:00
Victor Levasseur
9df088d2fe Merge remote-tracking branch 'upstream/master' into v4 2015-08-06 16:27:11 +02:00
Florian Rival
e569aa26d0 Enhance tests for GDCpp SceneStack 2015-08-06 18:57:58 +12:00
Florian Rival
420ae0efcc Add very basic test for GDCpp SceneStack 2015-08-06 18:40:33 +12:00
Florian Rival
91eb914dcb Add parameter to clear any stopped scene from scene stack when changing scene
Also refactors some parts and add documentation
2015-08-06 17:58:10 +12:00
Florian Rival
c75853c427 Add missing wxWidgets default translations.
Fix #163
2015-08-06 16:10:27 +12:00
Florian Rival
200b0fb800 Add TileMap object to translations catalog 2015-08-06 15:50:16 +12:00
Florian Rival
3a64b7ef30 Fix typo in ReplaceScene function prototype name 2015-08-03 21:41:45 +12:00
Florian Rival
1cca6b69d1 Add pause to Angry Peas template using scene stacking 2015-07-31 22:49:09 +12:00