Florian Rival
efa780179e
Add memory tracking to additional container classes ( #8392 )
...
Only show in developer changelog
2026-03-16 11:44:23 +01:00
Clément Pasteau
b86dd9efce
Bump memory for tests ( #6733 )
...
Do not show in changelog
2024-07-01 13:00:47 +02:00
D8H
75bfa5cb45
Unify variable instructions and handle local variables ( #6459 )
...
- Global or scene variables can be used with a unique action and condition.
- Object variables can be used with a unique action and condition.
- Variables need to be declared following the same logic as the new expression syntax.
- Local variable can be declared on events
- Extensions have their own variables
- Show a diagnostic report when a preview is launched and there are missing scene variables, object variables or behaviors.
- This is especially useful if external events are shared between several scenes.
2024-05-20 23:14:07 +02:00
D8H
aed4b76a3f
Refactor behavior configuration model ( #4217 )
...
* Merge BehaviorContent into Behavior and add CustomBehavior
* Don't show in changelogs
2022-08-29 09:21:21 +02:00
D8H
91a02d132f
Remove the dependency to SFML ( #3865 )
...
* This allows to run Core tests more easily.
2022-05-13 13:27:41 +02:00
Florian Rival
a8559bfbbc
Add clang-format to format (C++) source files automatically ( #491 )
...
* Update all CMakeLists of extensions to use clang-format
* Run clang-format on all Extensions
* Update GDCore CMakeLists.txt to add clang-format
* Run clang-format on GDCore files
* Update GDJS and GDCpp CMakeLists.txt to add clang-format
* Run clang-format on GDCpp and GDJS files
2018-05-09 15:57:38 -07:00
Florian Rival
443c49f83e
Fix regression due to broken Variable and VariablesContainer copy ctor and assignement operator
2018-04-04 15:10:08 +02:00
Florian Rival
e444e80493
Update copyrights year
2016-01-14 19:46:56 +01:00
Florian Rival
63cb853d72
Change file organization (Events, Extensions + more folders)
2015-11-01 11:26:40 +01:00
Victor Levasseur
0ff167cc06
Fix tests
2015-07-22 16:38:26 +02:00
Victor Levasseur
0a1542ba73
Replace all std::string by gd::String in GDCore
...
Add some other methods to gd::String (insert, ...)
2015-07-04 23:58:06 +02: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
victorlevasseur
ae1f6d61b3
Remove boost dependency (boost::to_upper still remaining)
2015-01-18 21:09:45 +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
175f9a19d7
Add new tests for ArbitraryResourceWorker
2014-10-02 14:02:10 +02:00
Florian Rival
6a2f1cc35b
Add test for VersionWrapper
2014-09-24 17:47:12 +02:00
Florian Rival
7d3ada265c
Replaced "Game Develop" by "GDevelop"
2014-09-24 16:25:13 +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
Florian Rival
7c79ae1634
Resources files now always use a slash in their filename
2014-08-17 19:29:32 +02:00
Florian Rival
fb25ae6295
Fixed memory leak with EventsList and added test for it
2014-08-12 22:22:00 +02:00