summaryrefslogtreecommitdiffstats
path: root/core/translation.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* CSV translation import pluginJuan Linietsky2017-02-011-0/+14
|
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+1
| | | | | | | | | Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain).
* Type renames:Juan Linietsky2017-01-111-1/+1
| | | | | | | | | | | | Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray
* -Translation text will change automatically for in-game buttons, labels, ↵Juan Linietsky2017-01-091-0/+4
| | | | | | | poups when translation is changed. -Added a NOTIFICATION_TRANSLATION_CHANGED for controls that need custom code -Sorry, editor will not update automatically because it uses a different translatio method.
* i18n: Add support for Scots (sco) languageRémi Verschelde2017-01-081-0/+1
| | | | Fixes #6931.
* Memory pool vectors (DVector) have been enormously simplified in code, and ↵Juan Linietsky2017-01-071-8/+8
| | | | renamed to PoolVector
* -Changed most project settings in the engine, so they have major and minor ↵Juan Linietsky2017-01-051-3/+3
| | | | | | | | categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵Juan Linietsky2017-01-021-15/+15
| | | | | | | | Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS()
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
| | | | | | | | That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games!
* Blimey! Ye Pirate locale be anchor' a'port!Rémi Verschelde2016-11-151-0/+2
|
* Fix locale for macOS-style localesDamon2016-10-271-6/+12
|
* Change set_locale to fallback to the global language (#6910)Damon Myers2016-10-271-6/+27
|
* i18n: Update list of supported locales based off glibcRémi Verschelde2016-09-011-24/+414
| | | | Fixes #5733, fixes #6214.
* i18n: Add missing locale identifiers for Bengali and UrduRémi Verschelde2016-07-161-0/+12
| | | | Fixes errors showing up since the addition of those WIP translations.
* Added translation support to GodotJuan Linietsky2016-05-271-2/+4
| | | | included is a French translation!
* Modified editor strings to be translatable in the futureJuan Linietsky2016-05-031-0/+16
|
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
|
* remove an extra linereduz2015-12-291-1/+1
|
* Add missing argument names in GDScript bindingsRémi Verschelde2015-12-281-3/+3
| | | | | All classes were reviewed apart from VisualServer for which no argument name is documented at all. While doing this review, I found quite a few bugs that were fixed either in earlier commits or this one (mostly documentation bugs though, i.e. some arguments were listed at the wrong place).
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|
* -Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky2015-01-041-15/+59
| | | | -Fixed how translation fallbacks works, fixes #1011
* Small Issues & MaintenanceJuan Linietsky2014-08-011-0/+14
| | | | | | | | | -=-=-=-=-=-=-=-=-=-=-=-=-= -Begin work on Navigation Meshes (simple pathfinding for now, will improve soon) -More doc on theme overriding -Upgraded OpenSSL to version without bugs -Misc bugfixes
* GODOT IS OPEN SOURCEJuan Linietsky2014-02-091-0/+646