Commit Graph

1670 Commits

Author SHA1 Message Date
honzapatCZ
bd2af64a7e moving back 2021-05-17 10:15:56 +02:00
honzapatCZ
388ec655bf alpha+showcont 2021-05-17 10:15:56 +02:00
Wojtek Figat
4392e07cd6 Fix error when actor from unloaded scene is selected
#486
2021-05-17 10:15:55 +02:00
Wojtek Figat
4b0967b45e Fix Linux executable file renaming check 2021-05-17 10:15:54 +02:00
Jean-Baptiste Perrier
fd3d6abd61 Fix docs. 2021-05-16 21:39:30 +02:00
Wojtek Figat
3553d2f16b Fix Linux build error 2021-05-16 19:15:12 +02:00
Wojtek Figat
9a617c630b Fix api error 2021-05-16 18:54:40 +02:00
Jean-Baptiste Perrier
95a951a453 Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into indirect-vulkan 2021-05-16 17:41:10 +02:00
Jean-Baptiste Perrier
3599de7eb8 Fix revert indirect draw count. 2021-05-16 17:30:15 +02:00
Jean-Baptiste Perrier
b4a870933a Revert IndirectDrawCount. 2021-05-16 17:23:52 +02:00
Wojtek Figat
5e401b6a78 Refactor Network api, add more dcos, expose it to scripting 2021-05-16 14:28:54 +02:00
Wojtek Figat
a89d5d1817 Add skipping generating structure fields accessors for private fields in scripting 2021-05-15 23:21:16 +02:00
Wojtek Figat
506df8c516 Fix using fixed array initializers in scripting API field 2021-05-15 23:20:34 +02:00
Wojtek Figat
d1b142db08 Fix error in context menu search on fail 2021-05-15 16:34:38 +02:00
Wojtek Figat
c32add161b Add option to copy/paste value from Visject box via context menu 2021-05-15 16:33:32 +02:00
Wojtek Figat
dbb42e9805 Fix minor warnings in shaders 2021-05-15 14:19:40 +02:00
Wojtek Figat
6c93643f19 Merge branch 'richtextboxbase_oobfix' of git://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-richtextboxbase_oobfix 2021-05-15 13:02:24 +02:00
Wojtek Figat
1adf14ca2b Fix auto-focus for dock window on right-click to prevent Game Window mouse steal when using context menu 2021-05-15 13:00:25 +02:00
Wojtek Figat
6232b8d557 Add option to show Debug Draw shapes in Game Viewport 2021-05-15 12:58:39 +02:00
Wojtek Figat
cc8e098183 Fix duplicated Debug Draw inoke for actors 2021-05-15 12:53:54 +02:00
GoaLitiuM
78ee671607 Fix out of bound access to RichTextBoxBase internal buffer 2021-05-15 13:39:19 +03:00
Wojtek Figat
46b1fd944e Fix catching mouse focus in Editor play mode with game is paused 2021-05-15 11:01:11 +02:00
Wojtek Figat
fb7ef90fce Add option to hide GUI in Game Viewport 2021-05-15 11:00:42 +02:00
Wojtek Figat
8e31c49f1c Add automatic tooltip for ComboBox baed on selected item tooltip 2021-05-15 10:42:28 +02:00
Wojtek Figat
8f1f88b3ba Fix running Flax on Windows with STD console output 2021-05-14 21:44:13 +02:00
Wojtek Figat
16e67780ad Add -debugwait cmd line arg to wait for C# debugger attach on engine start 2021-05-14 19:25:31 +02:00
Wojtek Figat
5745e4e522 Refactor settings assets proxies 2021-05-14 18:48:35 +02:00
Wojtek Figat
67aa41afb1 Fix base method calls handling in scripting vtable overrides
#507
2021-05-14 16:07:46 +02:00
Wojtek Figat
12aa5f0b65 Fix bindings code issue 2021-05-14 15:37:05 +02:00
Wojtek Figat
5f851d2433 Fix reparenting actors in editor to preserve world position
#500
2021-05-14 13:01:25 +02:00
Wojtek Figat
fbb9fa065a Add more profile events to assets data loading 2021-05-14 13:00:03 +02:00
Wojtek Figat
401bd1c125 Add incremental actors naming when spawning them in viewport
#501
2021-05-14 12:37:20 +02:00
Wojtek Figat
2dff188eac Add automatic slider speed for float value input fields with limits specified
#499
2021-05-14 12:24:43 +02:00
Wojtek Figat
303b9da684 Fix Linxu build 2021-05-14 11:23:05 +02:00
Wojtek Figat
42461f1b4a Fix crash when drawing 2d sprite with invalid atlas specified 2021-05-14 11:02:42 +02:00
Wojtek Figat
f9b979f1c6 Add new icons atlas
#456
2021-05-14 11:02:22 +02:00
Wojtek Figat
11704740fe Merge branch 'IconOverhaul' of git://github.com/W2Wizard/FlaxEngine into W2Wizard-IconOverhaul 2021-05-14 10:48:18 +02:00
Wojtek Figat
255255e45c Merge branch 'script-name' of git://github.com/jb-perrier/FlaxEngine into jb-perrier-script-name 2021-05-14 10:42:28 +02:00
Wojtek Figat
fdf6306060 Fix asset paths lookup in build 2021-05-14 10:33:08 +02:00
Wojtek Figat
c95e5b0611 Fix assets load error regression 2021-05-14 10:32:55 +02:00
Wojtek Figat
8dc9834f48 Fix compilation for Linux 2021-05-14 09:31:10 +02:00
Jean-Baptiste Perrier
465cdae564 Comments. 2021-05-13 17:58:44 +02:00
Jean-Baptiste Perrier
41447d4ba0 Add name restriction for scripts, no digits at start. 2021-05-13 17:55:15 +02:00
Jean-Baptiste Perrier
41905f9810 Add name restrictions based on proxy. 2021-05-13 17:54:52 +02:00
Jean-Baptiste Perrier
2065b949b0 Add IsFileNameValid in ContentProxy. 2021-05-13 17:54:23 +02:00
Wojtek Figat
fd3553f668 Add support for Tracy on Android 2021-05-13 16:24:35 +02:00
Wojtek Figat
13a6de8645 Fix Linux build 2021-05-13 16:23:24 +02:00
W2.Wizard
887b52c18a Merge branch '1.2' into IconOverhaul 2021-05-13 15:21:36 +02:00
W2Wizard
d54efc73f1 Adapt to new spritehandle names
Lots of files! However only change was renaming the icons overall.
2021-05-13 15:16:45 +02:00
Wojtek Figat
b2ecceab44 Fix text processing with wrapping enabled if layout bounds width equals the line width
#518
2021-05-13 15:00:40 +02:00