Wojtek Figat
|
afea02d92f
|
Allow lack of Game Settings in Editor
|
2021-03-14 23:58:19 +01:00 |
|
Wojtek Figat
|
b2c824b77e
|
Fix various memory leaks on exit
|
2021-03-14 23:58:03 +01:00 |
|
Wojtek Figat
|
76e056698b
|
Fix memory leak for Mono image refs
|
2021-03-14 23:57:37 +01:00 |
|
Wojtek Figat
|
1d575f51b6
|
Fix code style and optimize
|
2021-03-14 19:35:50 +01:00 |
|
Wojtek Figat
|
146dffa732
|
Merge branch 'patch-declarationSort' of git://github.com/honzapatCZ/FlaxEngine into honzapatCZ-patch-declarationSort
|
2021-03-14 19:29:02 +01:00 |
|
Wojtek Figat
|
54c10dd78d
|
Fix code style
|
2021-03-14 19:27:49 +01:00 |
|
Wojtek Figat
|
802893a214
|
Merge branch 'ortho' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-ortho
|
2021-03-14 19:24:24 +01:00 |
|
Wojtek Figat
|
3c5bbe5075
|
Merge branch 'fullscreen' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-fullscreen
|
2021-03-14 19:18:38 +01:00 |
|
Wojtek Figat
|
9ed0138a17
|
Fix crash on using Space char in font with no font atlases initialized
|
2021-03-14 19:01:42 +01:00 |
|
Wojtek Figat
|
bdd8242a0f
|
Fix rotation gizmo
Revert 74d4bb8dc6
|
2021-03-14 19:01:08 +01:00 |
|
Wojtek Figat
|
2a8dc0ddba
|
Re-add libs
|
2021-03-14 17:49:47 +01:00 |
|
Wojtek Figat
|
ecb788b28a
|
Remove annoying link
|
2021-03-14 17:49:20 +01:00 |
|
Wojtek Figat
|
82a0039926
|
Fix binaries deploy in cooker
|
2021-03-13 12:49:13 +01:00 |
|
Wojtek Figat
|
722861b929
|
Add script to package editor for linux
|
2021-03-13 12:49:13 +01:00 |
|
Wojtek Figat
|
1d6240aca5
|
Fix output executable file flag
|
2021-03-13 12:49:13 +01:00 |
|
Wojtek Figat
|
437f7e6f9c
|
Add libs
|
2021-03-13 12:49:13 +01:00 |
|
Wojtek Figat
|
c18e5f522a
|
Fix link files usage to prevent issues with git changes status
|
2021-03-13 12:49:12 +01:00 |
|
Damian Korczowski
|
5afe51d1b4
|
Add NetworkMessage read/write functions (WIP)
|
2021-03-12 20:01:03 +01:00 |
|
Damian Korczowski
|
082d56f89a
|
Add multi-host support
|
2021-03-12 19:29:20 +01:00 |
|
Wojtek Figat
|
544a043c56
|
Fix crash for empty text in Text Render
Fixes #327
|
2021-03-12 15:33:09 +01:00 |
|
Wojtek Figat
|
a2be4bb74a
|
Fix deserialization of UTF-8 string for C# object properties
Closes #320
|
2021-03-12 13:50:03 +01:00 |
|
Wojtek Figat
|
4d85a5ac3d
|
Fix importing models with Assimp
|
2021-03-11 22:58:00 +01:00 |
|
Wojtek Figat
|
8db1a9b9ca
|
Add support for exporting compressed textures in Editor on Linux using detex lib
|
2021-03-11 22:40:01 +01:00 |
|
Wojtek Figat
|
b4dcaef61a
|
Add support for Game Cooker on Linux
|
2021-03-11 22:39:03 +01:00 |
|
Wojtek Figat
|
b04321bdd2
|
Fix bug in shader generator on Linux
|
2021-03-11 21:03:58 +01:00 |
|
Damian Korczowski
|
6b7ca47f26
|
Add basic ENet driver implementation (WIP)
|
2021-03-11 20:30:37 +01:00 |
|
Damian Korczowski
|
00d5a40443
|
Fix PopEvent API signature
|
2021-03-11 20:30:03 +01:00 |
|
Damian Korczowski
|
87754f12ff
|
Add proper NetworkEvent data
|
2021-03-11 20:04:25 +01:00 |
|
Damian Korczowski
|
e7d99057ba
|
Expose CreateMessage/RecycleMessage to the API
|
2021-03-11 20:04:10 +01:00 |
|
Wojtek Figat
|
a1a9dfa6a2
|
Use color in linear format in TextureTool sampler operations
|
2021-03-11 19:59:34 +01:00 |
|
Wojtek Figat
|
6b614d5d57
|
Add support for importing textures with options in TextureTool with stb
|
2021-03-11 19:59:34 +01:00 |
|
Wojtek Figat
|
1eafae8888
|
Add support for converting textures in TextureTool with stb
|
2021-03-11 19:59:34 +01:00 |
|
Wojtek Figat
|
03f4e78158
|
Add support for compressing textures in TextureTool with stb
|
2021-03-11 19:59:34 +01:00 |
|
Damian Korczowski
|
339e5a5d91
|
Add ENet thirdparty
|
2021-03-11 19:23:10 +01:00 |
|
Damian Korczowski
|
2db1438ef4
|
Add note about end points
|
2021-03-11 19:11:40 +01:00 |
|
Damian Korczowski
|
42d31c0c65
|
Fix warning about double to float conversion
|
2021-03-11 19:11:23 +01:00 |
|
Damian Korczowski
|
64a5b01bd9
|
Add logs
|
2021-03-11 19:11:04 +01:00 |
|
Damian Korczowski
|
ea7cdd00bd
|
Add ENet stubs
|
2021-03-11 18:47:15 +01:00 |
|
Damian Korczowski
|
43e8a54e57
|
Use enum instead interface reference for now
|
2021-03-11 18:47:05 +01:00 |
|
Damian Korczowski
|
393595ea2d
|
Fix message index pool
|
2021-03-11 18:46:28 +01:00 |
|
Damian Korczowski
|
b9f13804e0
|
Add Networking namespace
|
2021-03-11 18:08:12 +01:00 |
|
Damian Korczowski
|
1c511d112d
|
Fix compilation & APIGen issues
|
2021-03-11 18:08:12 +01:00 |
|
Damian Korczowski
|
f86e22ba87
|
Add networking build script
|
2021-03-11 18:08:12 +01:00 |
|
Damian Korczowski
|
c87feb69c4
|
Add INetworDriver full API
|
2021-03-11 18:08:12 +01:00 |
|
Damian Korczowski
|
75a02beda0
|
Cleanup
|
2021-03-11 18:08:12 +01:00 |
|
Damian Korczowski
|
7106dc738b
|
Add proper ctor to NetworkMessage
|
2021-03-11 18:08:12 +01:00 |
|
Damian Korczowski
|
7525bf6435
|
Add network message recycle implementation
|
2021-03-11 18:08:12 +01:00 |
|
Damian Korczowski
|
8f653fa699
|
Add basic network classes and message pooling
|
2021-03-11 18:08:11 +01:00 |
|
Jean-Baptiste Perrier
|
ba75cabdda
|
Enable ALT+ENTER DX12.
|
2021-03-11 18:02:55 +01:00 |
|
Jean-Baptiste Perrier
|
cc5849100b
|
Fix DX12 Fullscreen.
|
2021-03-11 18:02:17 +01:00 |
|