|
093ee3e592
|
Re-extracted class docs.
|
2022-12-27 14:52:04 +01:00 |
|
|
dacee1ae4f
|
Added initialized signal and helper method to the DataBaseManager. It can be used to let automally allocated classes (singletons, main scene classes) in heavily database driven applications know when it's safe to use the db.
|
2022-12-24 11:45:13 +01:00 |
|
|
b83c4f7ff8
|
Added a simple page rendering customization api for UserWebPages.
|
2022-12-22 21:31:14 +01:00 |
|
|
213f393293
|
Fix typos with codespell.
|
2022-12-22 19:51:25 +01:00 |
|
|
cc7d77f3e1
|
Re-extracted class docs.
|
2022-12-22 19:28:17 +01:00 |
|
|
1a4a526f97
|
Ported: miniupnpc: Update to version 2.2.3
Library code and public headers are now properly separated, we can fix include paths
to remove the redundant subfolder.
- akien-mga
912cd43418
|
2022-12-22 17:05:27 +01:00 |
|
|
711d08be2b
|
Ported "Fix Script editor completion doesn't suggest members of a script for type hints"
ray90514 - 7afbd5904e
For CScript.
|
2022-12-22 16:45:10 +01:00 |
|
|
bad1d64314
|
Fix compile and small cleanups after the backports.
|
2022-12-22 15:24:53 +01:00 |
|
ray90514
|
2693ad37f7
|
Fix Script editor completion doesn't suggest members of a script for type hints
|
2022-12-22 14:48:51 +01:00 |
|
smix8
|
9225e78f68
|
Fix Navigation agent callback wild pointer crash
Fixes crash in sanitizer builds when callback agent or object are already freed.
(cherry picked from commit 194c1c44e0a20faa4463e3a41bb12cf93a71fc03)
|
2022-12-22 14:12:00 +01:00 |
|
|
df6186524a
|
Ensure a '/' in between the host, and the url in WebServerRequest::get_url_site().
|
2022-12-21 15:12:53 +01:00 |
|
|
ea009ff869
|
Use String.length() instead of String.size() in WebServerRequest::setup_url_stack().
|
2022-12-21 15:12:12 +01:00 |
|
|
38a36b3c70
|
Added get request parameter support for WebServerRequest.
|
2022-12-21 14:52:11 +01:00 |
|
|
cb409757c3
|
Use String length() instead of size() in QueryBuilder, also guard against overindexing.
|
2022-12-20 23:54:50 +01:00 |
|
|
3d63a84be9
|
Make sure escape is used in SQLite3QueryBuilder wherever it's expected.
|
2022-12-20 17:35:24 +01:00 |
|
|
a50fc20607
|
Fix missing default parameter.
|
2022-12-19 14:44:21 +01:00 |
|
|
144d519258
|
Id should be valid only over 1 in UserManagerDB.
|
2022-12-18 18:42:09 +01:00 |
|
|
6fdcd0e7c0
|
Set sqlite to serialized mode.
|
2022-12-18 18:41:11 +01:00 |
|
|
a19be9b170
|
Small cleanups.
|
2022-12-18 17:00:11 +01:00 |
|
|
7eed422442
|
Also added tag() and ctag() helpers to the c++ side HTMLBuilder, and smaller cleanups.
|
2022-12-18 16:53:23 +01:00 |
|
|
f9ef920ec5
|
Added new tag() and ctag() universal tag helpers to the HTMLBuilder binder class.
|
2022-12-18 16:48:19 +01:00 |
|
|
99dd7022a5
|
Added signals for user actions into the user web nodes.
|
2022-12-18 16:05:23 +01:00 |
|
|
a67a36289b
|
Removed old unneeded c++ files.
|
2022-12-18 16:04:47 +01:00 |
|
|
47ac5e2668
|
Added a null check to HTTPSessionManagerDB, and small cleanups.
|
2022-12-18 14:59:40 +01:00 |
|
|
b8b51e7525
|
Use error macros in HTTPSessionManager and HTTPSessionManagerDB.
|
2022-12-18 14:28:38 +01:00 |
|
|
225e3ff79c
|
Update the migration methods in HTTPSessionManagerDB.
|
2022-12-18 14:24:50 +01:00 |
|
|
db51b273a7
|
Set up inheritance and virtuals for HTTPSessionManagerDB and HTTPSessionManager.
|
2022-12-18 14:22:21 +01:00 |
|
|
9aced75966
|
Added HTTPSessionManagerDB using the disabled code in HTTPSessionManager, and cleaned up it's logic.
|
2022-12-18 14:03:07 +01:00 |
|
|
e61c80db0c
|
Fix logic.
|
2022-12-18 13:17:58 +01:00 |
|
|
247676656f
|
Fix potential infinite recursion.
|
2022-12-18 13:17:28 +01:00 |
|
|
56fb104e14
|
Update logic in UserManagerDB, as the default user id is -1 now.
|
2022-12-18 13:16:58 +01:00 |
|
|
70b8c7c047
|
Fix connecting a signal to a non existent method in UserManagerDB.
|
2022-12-18 11:56:16 +01:00 |
|
|
7c1f9f4c58
|
Remove unimplemented methods.
|
2022-12-18 11:54:45 +01:00 |
|
Rémi Verschelde
|
75bda24214
|
SCons: Fix MSVC warning LNK4042 about dupe objects in regex
(cherry picked from commit 3fd9452a8ccd2c261ae7757a9b1fed1b6ada1c73)
|
2022-12-12 12:14:05 +01:00 |
|
Hugo Locurcio
|
e7f328d8d9
|
Document print_stack() and get_stack() requiring a debugger connection
(cherry picked from commit 530e31d4a38a6129c0b7ac7cbd9928788ed28e4b)
|
2022-12-12 12:11:56 +01:00 |
|
Ithamar R. Adema
|
1e1858ae15
|
Add 16-bits TGA support
(cherry picked from commit 200f6ac0894982b31c59acc11cd5f8d4f8971219)
|
2022-12-11 19:10:03 +01:00 |
|
Mark Riedesel
|
309d6ea5bc
|
Add buffer size check to Image.load_tga_from_buffer(). Fixes #67985
(cherry picked from commit 5cb07486db6fc53cc5a13e3451dd451e987f39d7)
|
2022-11-30 19:22:42 +01:00 |
|
Haoyu Qiu
|
6126ddab8e
|
Backport navigation crash fixes
Co-Authored-By: Sean <sean@geekotron.net>
|
2022-11-30 14:41:16 +01:00 |
|
|
311b5d446b
|
Ported "[3.x] Fix wrong owner for editor plugin created nodes in instanced scene" for the skeleton editor aswell.
|
2022-11-30 14:33:08 +01:00 |
|
|
e0d09a2633
|
Clear using the color (0, 0, 0, 0), instead of (1, 1, 1, 0) in the paint module.
|
2022-11-28 15:02:02 +01:00 |
|
|
900605e2c9
|
Added a button that adds PaintCanvas to the PaintProjectToolsPropertyInspector.
|
2022-11-20 23:54:58 +01:00 |
|
|
13c45b16fa
|
Add PaintProject Node instead of PaintCanvas when using the SceneTreeDock's root node button as intended.
|
2022-11-20 23:40:42 +01:00 |
|
|
41f130d9fd
|
Re-extracted the class docs.
|
2022-11-20 23:27:04 +01:00 |
|
|
73a1c176b4
|
List all classes in the paint modules's config.
|
2022-11-20 23:26:31 +01:00 |
|
|
9dda076070
|
Moved the PaintEditorPlugin under the editor folder in the paint module.
|
2022-11-20 23:18:31 +01:00 |
|
|
6c0008a912
|
Added custom Paint, Web, and Mesh (MDI) nodes to the SceneTreeDock.
|
2022-11-20 23:16:20 +01:00 |
|
|
b823759397
|
Now PaintVisualGrid and PaintCanvasBackground inherits from PaintNode.
|
2022-11-20 21:42:04 +01:00 |
|
|
c0da82ab92
|
Also removed PaintSelectionBox.
|
2022-11-20 21:38:55 +01:00 |
|
|
1d7ad33407
|
Renamed on_paint_node_selected to set_paint_node in PaintCustomPropertyInspectors.
|
2022-11-20 21:23:00 +01:00 |
|
|
8c98ec9883
|
Removed now unneeded images from the paint module.
|
2022-11-20 21:19:53 +01:00 |
|