Commit Graph

575 Commits

Author SHA1 Message Date
Wojtek Figat
cb423f78f4 Merge branch 'create-folder-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-create-folder-fix 2023-09-22 18:50:57 +02:00
Meh
45231a8b04 Update SplashScreen.cpp 2023-09-22 18:13:31 +02:00
Meh
7b051ce827 Update SplashScreen.cpp 2023-09-22 18:08:14 +02:00
Meh
b82436cf4e Refactor splash screen quotes
removed bad ones and added more nice quotes.
2023-09-22 17:58:13 +02:00
Meh
15859134a3 Refactor splash screen quotes
Removed bad and weird quotes, added nice ones.
2023-09-22 17:33:17 +02:00
08d04ea6fb Fix exceptions in Debug Log Window not using correct line numbers
Additions to fix in commit 1714bc243a
2023-09-22 16:54:58 +03:00
Chandler Cox
bd864c42fa Add popup to editor options to remind the user to save or not. 2023-09-22 08:40:38 -05:00
MineBill
1714bc243a Fix not capturing the the Debug.Log line in the DebugLogWindow 2023-09-22 11:03:59 +03:00
Chandler Cox
7012832050 Add filter to content window to hide generated files. Hide by default. 2023-09-21 21:29:21 -05:00
Chandler Cox
521b180352 Fix issue with copying and poasting in same folder. 2023-09-21 18:56:45 -05:00
Chandler Cox
cadd0d2356 Fix visuals 2023-09-20 15:18:33 -05:00
Chandler Cox
812813251d Fix being able to create folder from project folder. 2023-09-20 14:42:18 -05:00
Wojtek Figat
40c98ac9e5 Merge branch 'fix_folder_rename' of https://github.com/MineBill/FlaxEngine into MineBill-fix_folder_rename 2023-09-18 16:56:53 +02:00
Chandler Cox
e9bafed2c7 Fix about dialog button 2023-09-16 15:22:15 -05:00
MineBill
9931a5c026 Don't treat '.' in folder names as extensions. 2023-09-16 19:09:38 +03:00
5ab299fed9 Fix assets getting deleted when modified by external applications 2023-09-16 18:11:22 +03:00
Wojtek Figat
9bbdf16623 Fix potential content tree freeze when toggling engine/plugins files showing 2023-09-12 14:03:53 +02:00
Wojtek Figat
9d494679ac Add formatting MyPlugin.cs for new plugin setup
#1335
2023-09-11 22:42:48 +02:00
Wojtek Figat
985d6cc811 Add UTF8 format for created plugin files and format code
#1335
2023-09-11 22:32:37 +02:00
Wojtek Figat
99c2adc1f3 Add game settings formatting for created plugin ProjectInfo
#1335
2023-09-11 22:32:17 +02:00
Wojtek Figat
776fbe2a7b Fix creating plugin with whitespace or non-ASCII character in the name
#1335
2023-09-11 22:30:51 +02:00
Wojtek Figat
2fa7740a0f Merge branch 'plugin-project-creation' of https://github.com/Tryibion/FlaxEngine into Tryibion-plugin-project-creation 2023-09-11 21:48:31 +02:00
Wojtek Figat
16fed8927c Refactor #1266 (code quality and simplicity) 2023-09-11 20:02:53 +02:00
Wojtek Figat
2ddb44afa8 Merge branch 'ContentBrowserImprovement' of https://github.com/NoriteSC/FlaxEngineFork into NoriteSC-ContentBrowserImprovement
# Conflicts:
#	Source/Editor/Windows/ContentWindow.cs
2023-09-11 15:39:48 +02:00
Wojtek Figat
716e643f2a Fix applying prefab changes to nesting prefab instances
#1256
2023-09-10 21:07:41 +02:00
Chandler Cox
92a5432d22 Sort plugin projects in content tree. 2023-09-02 13:13:34 -05:00
Wojtek Figat
3b163b6c4b Minor cleanup 2023-08-27 16:36:37 +02:00
Wojtek Figat
48c74e5ea5 Merge branch 'filter-cm' of https://github.com/Tryibion/FlaxEngine into Tryibion-filter-cm 2023-08-27 15:37:22 +02:00
Chandler Cox
c5ff2c8c2f Add tooltip text. 2023-08-26 16:17:21 -05:00
Chandler Cox
514bc00310 Show Json Asset Type on ToolStrip of Json Asset Window. 2023-08-26 16:10:59 -05:00
Chandler Cox
8ad4c94545 Add not closing contnent filter cm on click 2023-08-25 15:25:51 -05:00
Chandler Cox
0bbd619e32 Code cleanup 2023-08-24 13:54:55 -05:00
Chandler Cox
51664fc236 Use pltform process. 2023-08-24 13:51:08 -05:00
Chandler Cox
fb69bc64f8 Add automated plugin project creation and Git cloning. 2023-08-24 11:38:14 -05:00
Chandler Cox
134273abd9 Remove popup from appearing if the content item can not re renamed. 2023-08-19 12:47:29 -05:00
Wojtek Figat
7da93ad68d Merge branch 'feature/1151-play-mode-refactor-cleanup' of https://github.com/envision3d/FlaxEngine into envision3d-feature/1151-play-mode-refactor-cleanup 2023-08-14 18:42:05 +02:00
Wojtek Figat
55ca419aba Merge branch 'paste-fix' of https://github.com/Tryibion/FlaxEngine into Tryibion-paste-fix 2023-08-14 16:18:44 +02:00
envision3d
b9ffb950f3 Refactor and more appropriately organize logic
- move play logic to simulation module
- update play hotkey to call play game/scene delegate function
- link hotkey tooltip text to inputOptions
2023-08-06 13:11:45 -05:00
Wojtek Figat
81860e5f18 Cleanup code #1215 and add cook game icon 2023-07-31 19:02:53 +02:00
NoriteSC
0b89164328 Merge branch 'FlaxEngine:master' into ContentBrowserImprovement 2023-07-28 15:56:40 +02:00
Chandler Cox
d6bfcbcc3d Add for prefab 2023-07-27 10:49:29 -05:00
NoriteSC
6a65ccd5ef rev1 2023-07-24 22:10:12 +02:00
envision3d
dba0675873 Merge branch 'master' of https://github.com/FlaxEngine/FlaxEngine into feature/1151-play-mode-actions 2023-07-20 02:00:53 -05:00
Chandler Cox
be079b9b67 Improvements to debug log count. 2023-07-18 09:51:21 -05:00
Chandler Cox
868db7c848 Add functionality to combine similar logs into a log with a count. 2023-07-15 13:52:10 -05:00
Wojtek Figat
bb9711277a Cleanup code from #1213 2023-06-28 16:27:42 +02:00
envision3d
39f4c00135 add play button actions, number of players
- add context menu support for toolstrip buttons
- add "Play Game" vs. "Play Scenes"
- add context menu for choosing play button action to toolstrip button
- add number of game client selection for cook & run
- add context menu for cook & run to toolstrip button
- add menu items for the above
- add editor option entries for saving user preferences for the above
2023-06-28 02:02:10 -05:00
PhyresiCompany
fe8260fe14 Window improvements with a new approach 2023-06-27 19:58:37 -03:00
2190031ccf Support decimal values in Font sizes 2023-06-18 20:52:46 +03:00
Wojtek Figat
086e4c9835 Add content proxy modifications function and workspace rebuilding for custom asset types extensions 2023-06-15 09:51:26 +02:00