Commit Graph

20 Commits

Author SHA1 Message Date
7cfe9a22ee Fix connecting class methods to Signal. 2025-03-05 16:42:11 +01:00
703411a91e Backported commits from pandemonium:
- Now unicode error printing is disabled by default. Also can be enabled
via a macro. 2e41d4dfcda7ff2c35a1326f0de71b0714524f11
- Added to_real helper methods to String.
43b14a071c6ccf7c3062e0568e3d7bb05d8a83d2
- Fix AABB.encloses failing on shared upper bound.
8341ddc450bd160b5cb44eeb0400da2e5a151ed0
- Fix incorrect clipping in String::substr_index().
dcd00dec81a2841ad5244e043379697c68d681f7
- Backported create_reference() helper methods for InputEvents from
godot 4. 4cdb1636264d8a6cef0881a37a7fad72ac262f3f
- Backported comparison operators to Array from godot4.
7779439e284bf8a0534f606d5c7f929674764941
- Removed Vector2i(Vector2) constructor, added a Vector2i conversion
operator to Vector2 instead. This solves ambigous Variant to Vector2i
conversion errors. 27b73fa9f9984709b0c8eb77bfeea5cab8d9fee3
- Added exp2 to the Math singleton.
e17cc864bc339c1f4d1ce6acd4cabf4a6593c6cc
- Add a get_or_add method to Dictionary.
487b454506259c080306098093875ea7bda5b5ad
- Add is_zero_approx methods to Vector{2,3}
441bb29fd3bd758ff783e4122e6b2d512dc8529f
- Also add is_zero_approx() to Vector4.
ed224298e5ae951093b42a004afacbd275e54494
- Transform now uses Basis::create_looking_at.
6f53257e05d72088c28028eb568526f4da146ae0
- Backported from godot4: Add the ability to look-at in model-space.
951ae7b11db0376dd0dbdf080e2f2e3652ac33ed
- Fix split_floats behavior when spaces are used as separators
4585110a298487081f026827e3395c4feaf35f9a
- Better solution for the previous fix.
d75d3591edf13ae0dd6aa989962595aa1280ae73
- Fix the fix. 48935e93b3f5849a52b0e7fc0b6ede36a7b61123
2025-03-01 12:52:00 +01:00
da6a09fd37 Fix new warning. 2024-07-21 20:35:09 +02:00
6b6eb0846e Added StringBuffer and StringBuilder from Pandemonium. 2024-07-21 20:28:19 +02:00
a1586d48ac Always use memnew(), and memdelete(). 2024-01-25 16:41:17 +01:00
d28cdc7555 Fix build if TOOLS_ENABLED is defined. 2024-01-25 12:32:44 +01:00
ed5efaf32d Fix windows build, and windows build docs. 2024-01-21 19:30:22 +01:00
e719d6d312 Don't use c++17 if constexpr for now. 2024-01-21 17:42:21 +01:00
562b005314 Added 2 new helper methods to FileAccess. 2024-01-20 13:15:20 +01:00
a4b364ea3f Fix building sfwl. 2024-01-20 12:47:33 +01:00
99e16eb434 Added Vector2i and Rect2i to sfwl. 2024-01-20 11:14:28 +01:00
268c88d89b sfwl build script cleanup. 2024-01-20 10:54:39 +01:00
2564606779 Updated the classes in sfwl. Also added coloir to it as it's quite useful. 2024-01-20 10:27:23 +01:00
042e1a3d16 Fixed sfwl build. 2024-01-19 22:37:03 +01:00
d019bb0094 Fixed build on OSX. 2024-01-18 22:03:12 +01:00
71192064e6 Renamed STime to SFWTime. 2024-01-13 19:08:12 +01:00
454ef184ef Added Thread from Pandemonium. 2024-01-09 12:35:07 +01:00
7bd2e4f121 Fixed sfwl build. 2024-01-07 12:05:28 +01:00
a94242a768 Removed core math classes from the lite version. 2024-01-07 11:01:24 +01:00
09b1b80cd6 Initial set up for sfwl (lite variant). 2024-01-07 10:49:16 +01:00