Lynix
|
0c008236ba
|
Minor fixes + update vulkan include
|
2020-02-23 01:28:16 +01:00 |
Lynix
|
8be2342f25
|
Merge branch 'master' into vulkan
|
2020-02-23 00:46:48 +01:00 |
Lynix
|
9d88fcd649
|
SDK/Widgets: Inherit parent rendering rect
|
2020-02-22 15:16:22 +01:00 |
Lynix
|
369e21cafb
|
Align fix
|
2020-02-04 11:42:11 +01:00 |
Lynix
|
e35caebdcf
|
Core: Add ByteArrayPool and PoolByteStream classes
|
2020-02-04 11:42:05 +01:00 |
Lynix
|
518b8697de
|
Network/ENetHost: Add AllowsIncomingConnections method
|
2020-02-01 16:36:05 +01:00 |
Lynix
|
d435826651
|
Forgot this
|
2020-01-26 17:30:32 +01:00 |
Lynix
|
63c9cf7b18
|
Remove useless cast
|
2020-01-26 17:29:42 +01:00 |
Lynix
|
468b63bef5
|
Aw shit, forgot a lot of things
|
2020-01-26 17:13:52 +01:00 |
Lynix
|
1d86d90ca0
|
SDK/(Rich)TextAreaWidget: Add character and line spacing offsets
|
2020-01-26 17:06:39 +01:00 |
Lynix
|
8c7301f649
|
Utility/RichTextDrawer: Add character & line spacing offsets
|
2020-01-26 16:57:56 +01:00 |
Lynix
|
977044f59e
|
Utility/SimpleTextDrawer: Replace line spacing factor by line spacing offset
|
2020-01-26 16:19:06 +01:00 |
Lynix
|
11d51872fa
|
Utility/SimpleTextDrawer: Add character spacing offset
|
2020-01-26 16:18:28 +01:00 |
Lynix
|
5dd37ed3d8
|
Demo: Remove useless line
|
2020-01-25 19:15:45 +01:00 |
Lynix
|
b50691d71e
|
Update Core.hpp
|
2020-01-25 19:15:30 +01:00 |
Lynix
|
151b8eb425
|
Fix previous commit
|
2020-01-25 19:15:25 +01:00 |
Lynix
|
6b825a084c
|
Utility/SimpleTextDrawer: Add line spacing factor
|
2020-01-25 19:08:36 +01:00 |
Lynix
|
548ede4613
|
Utility/*TextDrawer: Use float internally
+ some fixes
|
2020-01-25 19:07:20 +01:00 |
Lynix
|
59d80dbe6d
|
Utility/SimpleTextDrawer: Fix a lot of minor bugs
+ add .inl
|
2020-01-25 15:25:10 +01:00 |
Lynix
|
d3ad92f063
|
Update default font (Sansation => OpenSans)
Sansation was too sci-fi...
|
2020-01-18 16:31:57 +01:00 |
Lynix
|
2a2c92929e
|
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
|
2020-01-09 22:42:36 +01:00 |
Lynix
|
db78c9c948
|
Renderer/Texture: Remove Image constructor
|
2020-01-09 22:42:28 +01:00 |
Lynix
|
10934fd87b
|
SDK/CameraComponent: Fix SetProjectionScale implementation
|
2020-01-09 19:46:22 +01:00 |
Lynix
|
16d0345502
|
Update default font (Cabin => Sansation)
|
2020-01-06 18:26:39 +01:00 |
Lynix
|
c73d08af9b
|
Core/Thread: Make use of SetThreadDescription if possible (win32)
|
2020-01-06 15:35:48 +01:00 |
Lynix
|
c378ad26a9
|
SDK/CameraComponent: Add projection scale
|
2020-01-05 14:35:31 +01:00 |
Lynix
|
380c5eb9ae
|
Fix SpacebattleDemo
|
2020-01-04 12:16:19 +01:00 |
Lynix
|
b3af14f65a
|
Utility/OBJLoader: Fix OBJ uvs
|
2020-01-04 12:15:54 +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
|
ea8b71407e
|
Minor improvement
|
2019-12-29 16:24:38 +01:00 |
Lynix
|
0b825680de
|
Network/ENetPeer: Reduce memory usage
|
2019-12-29 11:56:13 +01:00 |
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
|
2dcf154553
|
Oops²
|
2019-12-28 17:32:37 +01:00 |
Lynix
|
56243f5a12
|
Nazara/Network: Add GetTotalByte[Received|Sent]
|
2019-12-28 17:31:21 +01:00 |
Lynix
|
9f8e83087a
|
Oops
|
2019-12-28 17:19:40 +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
|
453c7a7e77
|
SDK: (Rich)TextAreaWidget now have alterable text styles
|
2019-12-28 11:47:34 +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
|
988641b34b
|
Update ChangeLog.md
|
2019-12-25 16:46:33 +01:00 |
Lynix
|
a69d7a2e89
|
Make String::Number locale-independent
|
2019-12-25 16:26:53 +01:00 |
Lynix
|
0bfe1679c1
|
Fix reorder warning
|
2019-12-24 18:20:33 +01:00 |
Lynix
|
6920c7c3f7
|
Fix skybox background looking like crap
|
2019-12-23 19:45:52 +01:00 |
Lynix
|
f2959641c0
|
SDK/Console: Fix selection erase
|
2019-12-23 18:44:19 +01:00 |
Lynix
|
dec857d807
|
TextAreaWidget: Fix erase handling with unicode characters
|
2019-12-23 18:43:21 +01:00 |
Lynix
|
e6c0f864f3
|
Fix reorder warning
|
2019-12-22 22:12:41 +01:00 |