GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
Todo List
Class gd::Direction
Support UTF8 (currently convert all loaded strings from UTF8 to the current locale)
Member gd::EventsCodeGenerator::ErrorOccurred () const
TODO: This is actually not used and should be moved to a more complete error reporting.
Class gd::EventsIdentifiersFinder
Refactor this class using ArbitraryEventsWorker
Class gd::EventsRefactorer
Refactor this class using ArbitraryEventsWorker!
Class gd::EventsVariablesFinder
Rework this class to return the shapes (maybe even types?) of the variables (in particular for structures and arrays), so we can use this for better autocompletions in the variables dialogs in the IDE.
Member gd::ExternalEvents::GetLastChangeTimeStamp () const
This is specific to GD C++ Platform
Member gd::ExternalEvents::SetLastChangeTimeStamp (time_t newTimeStamp)
This is specific to GD C++ Platform