Lynix
|
0bcd8769fe
|
Nazara/Network: ENetHost::GetTotalReceivedPackets now returns the number of commands received
|
2019-12-29 11:55:07 +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
|
453c7a7e77
|
SDK: (Rich)TextAreaWidget now have alterable text styles
|
2019-12-28 11:47:34 +01:00 |
Lynix
|
988641b34b
|
Update ChangeLog.md
|
2019-12-25 16:46:33 +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
|
437f60dbd4
|
NDK/Console: Fix crash on empty history
|
2019-12-15 11:50:02 +01:00 |
Lynix
|
3760c8b5c4
|
Utility/Node: Fix negative scaling not affecting rotation
|
2019-12-13 17:23:01 +01:00 |
Lynix
|
c10b0c22ed
|
Update ChangeLog.md
|
2019-12-12 09:58:37 +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
|
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 |
Lynix
|
c668d02747
|
Nazara/Lua: Fix my dumb ass
|
2019-10-22 14:29:29 +02:00 |
Lynix
|
dac4f7806a
|
Sdk/Entity: Add DropComponent method
|
2019-10-21 19:04:55 +02:00 |
Lynix
|
62023c6af7
|
Physics2D/RigidBody2D: Fix body type not being copied
|
2019-10-15 09:34:55 +02:00 |
Lynix
|
8004c84663
|
Sdk/PhysicsComponent2D: Fix copy
|
2019-10-15 09:33:35 +02:00 |
Lynix
|
f6bbe396fa
|
Sdk/World: Add CloneEntity(const EntityHandle&) overload
|
2019-10-15 09:32:30 +02:00 |
Lynix
|
31e6bfe43a
|
Core/Stack[Array|Vector]: Are now default-initializable and movable
|
2019-09-29 16:41:26 +02:00 |
Lynix
|
76812510a1
|
Core/GuillotineBinPack: Prevent heap allocation when calling Insert with multiple rectangles
|
2019-09-25 16:18:23 +02:00 |
Lynix
|
1ea653ab5b
|
Console: Add support for text color
|
2019-09-25 09:36:57 +02:00 |
Lynix
|
8e4df4cadc
|
SDK: Add RichTextAreaWidget (WIP)
|
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
|
c6d601c429
|
SDK/Console: Add OnCommand signal and remove LuaState dependency
|
2019-07-07 00:28:51 +02:00 |
Lynix
|
3bda97a60a
|
SDK/TextAreaWidget: OnTextAreaCursorMove now uses a Vector2ui as its second argument
Also add OnTextAreaSelection signal
|
2019-07-07 00:27:20 +02:00 |
Lynix
|
8457cb4df7
|
SDK/TextAreaWidget: Add [Get|Set]TextFont
|
2019-07-07 00:23:49 +02:00 |
Lynix
|
3617f4054a
|
Update ChangeLog.md
|
2019-07-06 19:31:29 +02:00 |
Lynix
|
0ec1480024
|
Add line wrapping
|
2019-07-05 23:12:12 +02:00 |
Lynix
|
9975f11ca0
|
Update ChangeLog.md
|
2019-07-05 22:26:57 +02:00 |
Lynix
|
42aa7ca355
|
SDK: Add ScrollAreaWidget (WIP)
|
2019-07-05 22:26:11 +02:00 |
Lynix
|
7c045a50db
|
SDK/BaseWidget: Add Rendering rect
|
2019-07-05 22:25:45 +02:00 |
Lynix
|
2d4dd7a8ab
|
SDK/Widgets: Fix Show overriding entity enabled state
|
2019-07-05 22:23:48 +02:00 |
Lynix
|
3bed2fb7fe
|
SDK/BaseWidget: Add SetParent
|
2019-07-05 22:21:35 +02:00 |
Lynix
|
c09b2d3747
|
SDK/Entity: Add OnEntity[Disabled|Enabled] signals
|
2019-07-05 22:21:06 +02:00 |
Lynix
|
5039bfbf1d
|
SDK/BaseWidget: Add OnMouseWheelMoved event
|
2019-07-05 22:19:17 +02:00 |
Lynix
|
37c16dc202
|
Platform/Event: Add x/y mouse position to MouseWheelEvent
|
2019-07-05 22:17:22 +02:00 |
Lynix
|
6e7fd326db
|
SDK/BaseWidget: Fix possible crash when disabling background
|
2019-06-13 19:06:09 +02:00 |
Lynix
|
29718db085
|
SDK/TextAreaWidget: Add TextOutline property
|
2019-06-13 19:05:25 +02:00 |
Lynix
|
dcfd2ad8f9
|
Physics2D/PhysWorld2D: Add RaycastQuery and RegionQuery overloads taking a callback
|
2019-05-27 22:42:37 +02:00 |
Jérôme Leclercq
|
b88c9b2cec
|
Sdk/World: Fix entity kill and invalidation bug
|
2019-05-13 16:50:19 +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 |
Lynix
|
d234d2084d
|
SDK/StateMachine: Fixed ignored transitiions
|
2019-04-07 21:36:08 +02:00 |
Lynix
|
793c5abfe3
|
SDK: Add LifetimeComponent and LifetimeSystem
|
2019-04-07 21:35:10 +02:00 |