Commit Graph

2383 Commits

Author SHA1 Message Date
Lynix
59d80dbe6d Utility/SimpleTextDrawer: Fix a lot of minor bugs
+ add .inl
2020-01-25 15:25:10 +01:00
Lynix
db78c9c948 Renderer/Texture: Remove Image constructor 2020-01-09 22:42:28 +01:00
Lynix
df2a029f30 Physics2D/Collider2D: Add support for neighbors vertices 2020-01-01 17:25:22 +01:00
Lynix
f371cbb386 Fix EmptyStream open mode 2019-12-29 16:36:23 +01:00
Lynix
35cf05e3bc Core: Add EmptyStream class 2019-12-29 16:25:40 +01:00
Lynix
0b825680de Network/ENetPeer: Reduce memory usage 2019-12-29 11:56:13 +01:00
Lynix
24cb8f6845 Add ENet::GetTotalPacketReceived 2019-12-29 11:54:00 +01:00
Lynix
56243f5a12 Nazara/Network: Add GetTotalByte[Received|Sent] 2019-12-28 17:31:21 +01:00
Lynix
57b37c3d2c Minor fixes 2019-12-28 15:06:31 +01:00
Lynix
fcfcc94c49 Fix RichTextDrawer ignoring max line width 2019-12-28 12:03:41 +01:00
Lynix
ba405aaa5f Fix some missing override 2019-12-28 11:44:13 +01:00
Lynix
97418bfe04 RichText: Add support for outline color/thickness 2019-12-28 11:43:48 +01:00
Lynix
e6c0f864f3 Fix reorder warning 2019-12-22 22:12:41 +01:00
Lynix
2a7ffffd84 Fix warning 2019-12-22 17:01:46 +01:00
Lynix
e282b842b4 Add Node::SetScale(Vector2) to prevent a bug 2019-12-22 17:01:05 +01:00
Lynix
dba9bb8b47 Math: Add Rect(u)i64 using 2019-12-22 17:00:48 +01:00
Lynix
3b43f57192 Added physics function to control sleeping behavior 2019-12-19 21:33:56 +01:00
Lynix
ec0eed9eff Core/HandledObject: Add OnHandledObjectDestruction signal 2019-12-15 15:41:41 +01:00
Lynix
3760c8b5c4 Utility/Node: Fix negative scaling not affecting rotation 2019-12-13 17:23:01 +01:00
Lynix
1dbe71474d Utility/Node: Get[Position|Rotation|Scale) now defaults to local space 2019-12-12 09:58:08 +01:00
Lynix
bcc10a1ee2 Math/Matrix4: Add Decompose 2019-12-10 09:49:52 +01:00
Lynix
be8e89b228 Math: Remove all Set(class) methods 2019-12-10 09:49:40 +01:00
Lynix
ef030ddaac Rework constraint2D 2019-12-08 18:56:21 +01:00
Lynix
ae996ae09d Oopsie 2019-11-09 15:34:25 +01:00
Lynix
57958056d6 Core/Flags: Add Set method 2019-11-09 13:53:29 +01:00
Lynix
a4bff0968b Core/Flags: Add Clear methods 2019-11-09 13:37:40 +01:00
Jérôme Leclercq
9161886cc8 Update Flags.inl 2019-10-15 22:12:31 +02:00
Lynix
9576e2794d Core/Flags: Fix bitfield type selection 2019-10-15 18:09:34 +02:00
Lynix
7b9dad59fe Oopsie 2019-09-29 16:43:56 +02:00
Lynix
31e6bfe43a Core/Stack[Array|Vector]: Are now default-initializable and movable 2019-09-29 16:41:26 +02:00
Lynix
5fce345b3e Core/StackVector: Fix resize check 2019-09-28 17:36:19 +02:00
Lynix
89243a39b5 Holy shit i'm stupid 2019-09-28 16:55:11 +02:00
Lynix
acc2c072ba Core/StackVector: Fix erase method (+ add tests) 2019-09-25 16:17:07 +02:00
Lynix
3c7addc262 Utility/RichTextDrawer: Fixes block removal not adjusting glyph indexes
+ Add HasBlocks method
2019-09-25 09:36:57 +02:00
Lynix
8e4df4cadc SDK: Add RichTextAreaWidget (WIP) 2019-09-25 09:36:57 +02:00
Lynix
451b3de69c Utility: RichTextDrawer now works (WIP) 2019-09-25 09:36:57 +02:00
Lynix
5504dd59fb Utility/RichTextDrawer: Update header 2019-09-25 09:36:57 +02:00
Lynix
8013bd5d3b Add current work
Former-commit-id: 7f1e46e484edbbfd120a7a67ea1c36bee460e517
2019-09-25 09:36:57 +02:00
Lynix
724972e889 Core/TypeTag: Add Type helper typedef 2019-09-01 11:15:02 +02:00
Lynix
55e3e05f0c Improve line wrap
It will now try to separate at word separations
2019-07-06 19:32:11 +02:00
Lynix
0ec1480024 Add line wrapping 2019-07-05 23:12:12 +02:00
Lynix
37c16dc202 Platform/Event: Add x/y mouse position to MouseWheelEvent 2019-07-05 22:17:22 +02:00
Lynix
dcfd2ad8f9 Physics2D/PhysWorld2D: Add RaycastQuery and RegionQuery overloads taking a callback 2019-05-27 22:42:37 +02:00
Apjue
1244ef1303 Fix french comment 2019-04-26 21:51:43 +02:00
Apjue
aec88aafa2 Fix Nazara version & fake tab 2019-04-26 21:47:24 +02:00
Lynix
79b0bd644c Add text outlines! 2019-04-16 01:46:26 +02:00
Lynix
e61faae089 Physics2D/PhysWorld2D: Fix multiple calls to RegisterCallbacks with the same collision id 2019-04-15 16:25:40 +02:00
Lynix
8c7d886f73 Math/Algorithm: Reenable constexpr 2019-04-15 14:16:57 +02:00
Lynix
0582cbfc26 Utility: Replace UInt32 by TextStyleFlags 2019-04-13 13:09:53 +02:00
Jérôme Leclercq
e665ea5373 Graphics/Material: Fix Configure resetting textures 2019-04-12 15:29:15 +02:00