Lynix
|
e32c1a8b8b
|
Utility/PixelFormat: Move Flip to .cpp
Because of std::swap_range usage (Thanks Microsoft)
|
2017-06-04 17:28:58 +02:00 |
Jérôme Leclercq
|
b175122791
|
Merge branch 'enet_wip_nothing_to_see_here' of https://github.com/DigitalPulseSoftware/NazaraEngine into enet_wip_nothing_to_see_here
|
2017-06-01 17:25:37 +02:00 |
Jérôme Leclercq
|
17d9cd6e7d
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-06-01 17:25:33 +02:00 |
Jérôme Leclercq
|
8752d1e0f4
|
Network: Add ErrorToString for ResolveError/SocketError
|
2017-06-01 17:25:21 +02:00 |
Jérôme Leclercq
|
4f1d52b395
|
Fix [Box|Rect]::Contains including outer border points
|
2017-06-01 17:24:28 +02:00 |
Lynix
|
3b914422c8
|
SDK/EntityList: Fix warning on GCC
|
2017-05-30 00:50:28 +02:00 |
Jérôme Leclercq
|
7cc1b2d47b
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-05-29 20:00:51 +02:00 |
Jérôme Leclercq
|
308f6d7448
|
#Oops
|
2017-05-29 20:00:39 +02:00 |
Jérôme Leclercq
|
421dbf54f2
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-05-29 19:55:50 +02:00 |
Jérôme Leclercq
|
bc4a533b96
|
Core/ParameterList: Use double and long long instead of float and int
|
2017-05-29 19:55:02 +02:00 |
Jérôme Leclercq
|
7cce74afb7
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-05-29 18:01:44 +02:00 |
Jérôme Leclercq
|
30a4e20ee5
|
Lua/LuaInstance: Expose some raw functions
|
2017-05-29 18:01:31 +02:00 |
Jérôme Leclercq
|
3e97240148
|
Core/ParameterList: Add ForEach methods
|
2017-05-29 18:01:19 +02:00 |
Lynix
|
555f44edeb
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-05-19 16:32:07 +02:00 |
Lynix
|
53f865c42c
|
Merge branch 'enet_wip_nothing_to_see_here' of https://github.com/DigitalPulseSoftware/NazaraEngine into enet_wip_nothing_to_see_here
|
2017-05-19 16:31:31 +02:00 |
Lynix
|
3ca179b954
|
Network/ENet: Separate Connect event into OutgoingConnect and IncomingConnect
|
2017-05-19 16:31:29 +02:00 |
Jérôme Leclercq
|
09bace0f28
|
Sdk/LuaBinding: Bind UdpSocket
|
2017-05-18 11:44:28 +02:00 |
Jérôme Leclercq
|
3b7881ebfe
|
Network/SocketPollerImpl: Fix possible weird behavior with SocketPoller
|
2017-05-17 11:30:18 +02:00 |
Jérôme Leclercq
|
ba24181fd6
|
Network/SocketPollerImpl: Fix possible weird behavior with SocketPoller
|
2017-05-17 11:29:55 +02:00 |
Jérôme Leclercq
|
e4a9d73942
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-05-16 10:09:20 +02:00 |
Jérôme Leclercq
|
1cdac50af2
|
Network/SocketPoller: Fix RegisterSocket on Windows
|
2017-05-16 10:09:09 +02:00 |
Lynix
|
04d1d5f7d9
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-05-16 09:25:19 +02:00 |
Lynix
|
999cb13f00
|
Fix test compilation
|
2017-05-16 09:19:37 +02:00 |
Lynix
|
d516b0907b
|
Network/ENetHost: Fix usage of SocketPoller
|
2017-05-16 09:11:02 +02:00 |
Lynix
|
9a30a7ee04
|
Merge remote-tracking branch 'refs/remotes/origin/master' into enet_wip_nothing_to_see_here
|
2017-05-16 09:08:37 +02:00 |
Lynix
|
65d3b59e03
|
Network/SocketPoller: Makes it possible to watch read and write states
|
2017-05-16 09:07:28 +02:00 |
Lynix
|
7425993d2d
|
SDK/World: Fix waiting entities not being cleared on time
|
2017-05-15 10:11:42 +02:00 |
Lynix
|
bb3eebb9cc
|
Sdk/EntityList: Automatically remove entities from lists on destruction
|
2017-05-14 22:13:31 +02:00 |
Lynix
|
3d25501f9f
|
Sdk: Fix compilation
|
2017-05-13 20:00:15 +02:00 |
Lynix
|
4a0cb4e1f1
|
Sdk/World: Get rid of now useless trick in Clone method
EntityHandle can no longer move in memory until a world update
|
2017-05-11 21:26:01 +02:00 |
Lynix
|
c9969d1b57
|
Sdk/BaseComponent: Disable implicit copying
|
2017-05-11 21:21:25 +02:00 |
Lynix
|
75d57b3c29
|
Merge remote-tracking branch 'refs/remotes/origin/master' into reflection-mapping
|
2017-05-11 20:52:04 +02:00 |
Lynix
|
dd4466081f
|
Merge branch 'entitylist-refactor'
|
2017-05-11 20:35:09 +02:00 |
Lynix
|
19f9191815
|
SDK/World: Improve doc
|
2017-05-11 20:14:58 +02:00 |
Lynix
|
1b66948213
|
Merge branch 'entitylist-refactor' of https://github.com/DigitalPulseSoftware/NazaraEngine into entitylist-refactor
|
2017-05-11 20:13:57 +02:00 |
Lynix
|
064ffd2945
|
SDK/EntityList: Improve documentation
|
2017-05-11 19:46:57 +02:00 |
Lynix
|
af41b240ad
|
Graphics: Add support for depth-sorted sprites
|
2017-04-23 13:40:13 +02:00 |
Lynix
|
3e9ae9856a
|
Forgot to save files..
|
2017-04-22 17:14:56 +02:00 |
Lynix
|
b5191d142a
|
Fix warning
|
2017-04-22 17:13:56 +02:00 |
Lynix
|
52a4a590e1
|
Graphics/Material: Fix depth sorting flag handling for meshes
|
2017-04-22 17:13:51 +02:00 |
Lynix
|
e3514db87f
|
Sdk/GraphicsComponent: Add methods to update local matrix and render order
|
2017-04-22 17:11:42 +02:00 |
Lynix
|
f6fe589b03
|
Fix #120
|
2017-04-22 15:33:59 +02:00 |
Lynix
|
883d7b02a7
|
Math/Algorithm: Optimize NumberEquals unsigned and float cases
|
2017-04-22 15:08:43 +02:00 |
Lynix
|
d8a2d08e27
|
UnitTest: Add some checks
|
2017-04-22 15:08:21 +02:00 |
Lynix
|
06038a4d81
|
Cleanup pass
|
2017-04-22 15:08:05 +02:00 |
Lynix
|
5211d899dd
|
Merge remote-tracking branch 'refs/remotes/origin/master' into entitylist-refactor
|
2017-04-22 12:59:18 +02:00 |
Lynix
|
ec310b9577
|
Sdk/Entity: Fix removed components sometimes not being removed
|
2017-04-22 12:59:06 +02:00 |
Lynix
|
0708531f6c
|
Sdk/World: Inline GetEntity and KillEntity
|
2017-04-22 12:58:39 +02:00 |
Lynix
|
c06db7d9c5
|
SDK: Fix unit tests
|
2017-04-22 12:58:14 +02:00 |
Lynix
|
c1e9fe7b04
|
Merge remote-tracking branch 'refs/remotes/origin/master' into entitylist-refactor
|
2017-04-21 22:08:13 +02:00 |