Commit Graph

10 Commits

Author SHA1 Message Date
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 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 40a82c61ea Switched from LGPL and zlib/png licenses to MIT License. 2014-11-30 16:59:51 +01:00
Florian Rival 7d3ada265c Replaced "Game Develop" by "GDevelop" 2014-09-24 16:25:13 +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 046d994104 Fix ReadFile in NativeFileSystem.
Add documentation.
2014-08-03 15:55:41 +02:00
Florian Rival 7c5681a36b Switch from Closure Compiler (and Java) to UglifyJS (and Node) for scripts minification. 2014-07-04 20:10:17 +02:00
Florian Rival 8844642ae0 Updated copyrights.
Added doxygen files.
Cleaned some files.
2014-06-26 00:20:36 +02:00
Florian Rival 6e9c77dcde Added AbstractFileSystem.
Updated classes to use AbstractFileSystem.
Exposed more methods to embind.
2014-06-02 16:26:31 +02:00