summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7 from Spartan322/merge/c20a84eHEADmasterGeorge L. Albany2024-11-1310-3/+76
|\
| * Merge commit godotengine/godot-cpp@c20a84e483ec61c77e5903cb4a139f6875e28a3bSpartan3222024-11-1210-3/+76
|/|
| * Merge pull request #1601 from Ivorforce/ltoDavid Snopek2024-11-128-0/+69
| |\
| | * Add lto scons option, defaulting to "none".Lukas Tenbrink2024-11-128-0/+69
| * | Merge pull request #1639 from AThousandShips/emsdk_cache_fixDavid Snopek2024-11-111-2/+1
| |\ \
| | * | [Web] Don't cache emsdkA Thousand Ships2024-11-091-2/+1
| |/ /
| * | Merge pull request #1581 from dsnopek/classdb-add-virtual-method-arg-metadata...David Snopek2024-11-051-1/+6
| |\ \
| | * | Fix crash in `ClassDB::add_virtual_method()` if arguments metadata is the wro...David Snopek2024-10-291-1/+6
* | | | Merge pull request #3 from Spartan322/fix/docsGeorge L. Albany2024-11-013-21/+11
|\ \ \ \
| * | | | Fix README documentation issuesSpartan3222024-11-013-21/+11
|/ / / /
* | | | Merge pull request #1 from Redot-Engine/rebrandGeorge L. Albany2024-10-31114-516/+5490
|\ \ \ \ | |/ / / |/| | |
| * | | Sync with commit Redot-Engine/redot-engine@77eaec766e2e40f2a5d399989d827f9582...Spartan3222024-10-312-208/+4979
| * | | Ignore preamble Rebrand changes commitSpartan3222024-10-311-0/+11
| * | | Rebrand preambles to RedotSpartan3222024-10-3193-186/+372
| * | | Rebrand godot-cpp to redot-cppSpartan3222024-10-3118-122/+128
|/ / /
* | | Merge pull request #1609 from Ivorforce/patch-3David Snopek2024-10-301-3/+4
|\ \ \
| * | | Rename Vector4.components -> coords. Lukas Tenbrink2024-10-301-3/+4
* | | | Merge pull request #1568 from dsnopek/post-initialize-44David Snopek2024-10-306-26/+90
|\ \ \ \
| * | | | Update for new NOTIFICATION_POSTINITIALIZE handlingDavid Snopek2024-10-296-26/+90
* | | | | Merge pull request #1626 from ruffenman/remove-unimplemented-variant-functionsDavid Snopek2024-10-301-2/+0
|\ \ \ \ \
| * | | | | Remove unimplemented static variant functions 'blend' and 'interpolate'. If a...ruffenman2024-10-141-2/+0
* | | | | | Merge pull request #1622 from Repiteo/ci/runnerDavid Snopek2024-10-305-31/+58
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | CI: Add `runner` workflow to call other workflowsThaddeus Crews2024-10-115-31/+58
| |/ / / /
* | | | | Merge pull request #1594 from dsnopek/macos-thread-localDavid Snopek2024-10-293-6/+33
|\ \ \ \ \
| * | | | | Avoid `thread_local` on MacOS to prevent issues with hot reloadDavid Snopek2024-10-173-6/+33
* | | | | | Merge pull request #1591 from dsnopek/variant-object-instance-idDavid Snopek2024-10-298-6/+34
|\ \ \ \ \ \
| * | | | | | Directly get object instance ID from `Variant` and implement `Variant::get_va...David Snopek2024-10-178-6/+34
* | | | | | | Merge pull request #1574 from dsnopek/unicode-class-namesDavid Snopek2024-10-297-7/+34
|\ \ \ \ \ \ \
| * | | | | | | Allow unicode class namesDavid Snopek2024-09-187-7/+34
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #1630 from dsnopek/sync-quaternionDavid Snopek2024-10-292-84/+70
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Sync `Quaternion` with the version in GodotDavid Snopek2024-10-282-84/+70
|/ / / / / /
* | | | | | Merge pull request #1590 from dsnopek/reload-instance-bindingsDavid Snopek2024-10-173-29/+16
|\ \ \ \ \ \
| * | | | | | Correctly set instance bindings on reloadDavid Snopek2024-09-173-29/+16
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1625 from Flarkk/looking_atDavid Snopek2024-10-172-3/+6
|\ \ \ \ \ \
| * | | | | | Add p_use_model_front to Basis::looking_at()Florent Guiocheau2024-10-142-3/+6
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #1611 from Repiteo/library-no-cacheDavid Snopek2024-10-152-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SCons: Don't cache librarysThaddeus Crews2024-09-302-0/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #1602 from Faless/build/use_clang_cl_is_use_llvmDavid Snopek2024-10-031-3/+2
|\ \ \ \ \
| * | | | | [SCons] Remove use_clang_cl windows flag in favor of generic use_llvmFabio Alessandrelli2024-09-221-3/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #1595 from enetheru/restructureDavid Snopek2024-10-034-239/+312
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Re-Structure cmake solution to be closer to the scons solution.Samuel Nicholas2024-09-244-239/+312
* | | | | Merge pull request #1600 from enetheru/vsproj-ci-configDavid Snopek2024-09-261-2/+2
|\ \ \ \ \
| * | | | | VSProj Configure type on build command - to resolve #1582Samuel Nicholas2024-09-211-2/+2
| | |/ / / | |/| | |
* | | | | Merge pull request #1599 from enetheru/gitignoreDavid Snopek2024-09-241-0/+4
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | update .gitignore to add .idea for the Jetbrains CLion IDESamuel Nicholas2024-09-241-0/+4
|/ / / /
* | | | Merge pull request #1603 from Faless/build/fix_wasm_bigintDavid Snopek2024-09-231-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | [SCons] Enable WASM_BIGINT in web buildsFabio Alessandrelli2024-09-231-0/+4
|/ / /
* | | Merge pull request #1162 from Repiteo/typed-dictionaryDavid Snopek2024-09-199-2/+546
|\ \ \
| * | | Implement typed dictionariesThaddeus Crews2024-09-179-2/+546
* | | | Merge pull request #1583 from enetheru/variable-rename2David Snopek2024-09-172-30/+32
|\ \ \ \ | |/ / / |/| | |