Commit Graph

  • 3b84801274 Added a group for the toplevel property in Node2D. Relintai 2024-05-11 10:37:52 +0200
  • cbbdc7b32d Fixed rao and vertex lights for newly added cells. Also fixed re-generating the tilemap cells in many cases. Also small improvements. Relintai 2024-05-10 21:50:21 +0200
  • 41fd5fa504 Remove duplicate call. Relintai 2024-05-10 18:09:10 +0200
  • c781ca9c5f Bind _tile_set_changed in LayeredTileDataEditor. Relintai 2024-05-10 17:55:53 +0200
  • 62a3dcfd34 Turn autowrap on on LayeredTileSetAtlasSourceEditor's tile_inspector_no_tile_selected_label. Relintai 2024-05-10 17:52:21 +0200
  • 1b14af3a98 Moved the y_sort property from YSort to Node2D. Node2d has it off by default while YSort has it on by default. Relintai 2024-05-10 17:23:52 +0200
  • 8953d84f29 Optimize _node_route_map's usage in WebNode. Relintai 2024-05-04 16:58:03 +0200
  • 942e7e802f Fixed docs, index node support has been moved from WebRoots to WebNodes a while ago. Relintai 2024-05-04 16:52:49 +0200
  • 0c5a35e07a Actually... always defer unmatched requests to index nodes if they are available. Relintai 2024-05-04 16:42:59 +0200
  • d880ff660f Added an option to defer unmathed requests to index nodes in WebNode. Relintai 2024-05-04 16:40:23 +0200
  • 602d8a6836 Use HashMap in BrowsableFolderServeWebPage, as the bug that was preventing this was already fixed quite a while ago. Relintai 2024-05-04 16:13:52 +0200
  • 61cecf068a Expose FileCache in FolderServeWebPage to scripts. Relintai 2024-05-04 16:13:02 +0200
  • 225bfef3e6 Tweak WebNode::get_full_uri() to give back the output what you'd normally assume when the uri segment is "/" under a WebRoot. Relintai 2024-05-04 15:57:06 +0200
  • 956bc0e9a0 Fix indents. Relintai 2024-04-27 23:06:38 +0200
  • 3dfa9bd7e8 Finish missing docs for the rest of the database module. Relintai 2024-04-27 23:03:18 +0200
  • bef76e4adf Docs for the PreparedStatement. Relintai 2024-04-27 23:02:05 +0200
  • 3c14689ba6 Return OK when SQLITE_ROW in step(). Relintai 2024-04-27 22:50:50 +0200
  • d53e7dd1fc Re-extracted class docs. Relintai 2024-04-27 21:08:04 +0200
  • d208d887fc Fix text binds being interpreted as blobs. Relintai 2024-04-27 21:06:54 +0200
  • e752ededc5 Fix typo. Relintai 2024-04-27 21:00:28 +0200
  • 2cb6e3d97f Added more helper methods to deal with prepared statements to QueryBuilder. Relintai 2024-04-27 20:37:23 +0200
  • ef3aa03887 Renamed clear to reset in TableBuilder. Relintai 2024-04-27 19:44:16 +0200
  • c2561f4b96 Use StringBuilder in TableBuilder aswell. Relintai 2024-04-27 19:33:46 +0200
  • e455b53c7b Hide result String in TableBuilder. Also add clear() method to it. Relintai 2024-04-27 19:32:29 +0200
  • e845f2f905 Set up the PreapredStatement for convenience in SQLite3QueryBuilder::create_prepared_statement(). Relintai 2024-04-27 19:06:38 +0200
  • 04ef468ffa QueryBuilder now uses a StringBuilder internally. Relintai 2024-04-27 18:54:12 +0200
  • eebeadbe47 Added more helper methods to StringBuilder. Relintai 2024-04-27 18:53:54 +0200
  • c0d74c2060 Made query_result in QueryBuilder protected. Relintai 2024-04-27 18:39:31 +0200
  • 266263976d Added virtual methods to QueryBuilder for adding prepared statement placeholders. Relintai 2024-04-27 18:37:56 +0200
  • a347ab75b4 Prepared statements for the sqlite database backend. Relintai 2024-04-27 18:23:31 +0200
  • d65d2b5e0f Setup prepared statement support for the database module. Relintai 2024-04-27 16:26:58 +0200
  • f87650ec49 Small tweaks to the sqlite3 database module. Relintai 2024-04-27 14:47:03 +0200
  • add7fff92b DatabaseConnection::database_connect() now returns Error. Relintai 2024-04-27 14:41:42 +0200
  • 06e0be8d04 Remove unused variable. Relintai 2024-04-26 23:55:16 +0200
  • a0cbd4f777 Remove unused variable. Relintai 2024-04-26 22:30:55 +0200
  • 09ff5c90b9 Re-extracted class docs. Relintai 2024-04-26 18:21:17 +0200
  • a92858914f Docs for the markdown renderer. Relintai 2024-04-26 18:20:41 +0200
  • 28b54937b7 Don't expose renderer_callback() for scripting. Relintai 2024-04-26 17:34:28 +0200
  • 6783cb92ab Re-extracted class docs. Relintai 2024-04-26 17:32:25 +0200
  • fb3e87a9e3 Added the ability to script the rendering of the MarkdownRenderer. Also added a new render() method equivalent to render_to_html(). Relintai 2024-04-26 17:31:42 +0200
  • b3eab569ea Bump version. Relintai 2024-04-21 23:29:49 +0200
  • 45557aa5db Update the make release script. v4.3.0 Relintai 2024-04-21 23:18:57 +0200
  • c61b2f40e8 Export template setup for ios. Relintai 2024-04-21 21:44:51 +0200
  • de192f0f2b Update the pre release file script's file list. Relintai 2024-04-21 21:34:09 +0200
  • 2b39a14b65 Updated the changelog. Relintai 2024-04-21 17:48:13 +0200
  • 5d190f21d6 Re-extracted class docs. Relintai 2024-04-21 15:39:49 +0200
  • cc2f893bcd LayeredTileMapLayer fix class names in docs. Relintai 2024-04-21 15:39:10 +0200
  • 82bdd1c235 Update LayeredTileMapLayer's docs to work properly. Relintai 2024-04-21 15:34:13 +0200
  • a5c71c5ffd Class docs for ORMSpatialMaterial. Relintai 2024-04-21 15:33:20 +0200
  • f09ab537e0 Clang-format everything. Relintai 2024-04-21 15:27:36 +0200
  • 3dcdcf0467 Set version to stable. Relintai 2024-04-21 15:01:28 +0200
  • 78f963ef3e Moved the old frt build containers. Relintai 2024-04-21 14:58:55 +0200
  • 2def46969d Renamed the build container folders. Relintai 2024-04-21 14:58:25 +0200
  • 2c09e8c8af Fix compile error. Relintai 2024-04-21 14:58:11 +0200
  • 789e640b9d Fix build. Relintai 2024-04-21 14:54:17 +0200
  • e22df7cc3e Fix crossbuilding libtheora on the server platform. Relintai 2024-04-21 14:38:49 +0200
  • d149ca8c42 Update the last backported commit. Relintai 2024-04-21 14:33:02 +0200
  • 2154c87432 Fix AudioStreamPlayer not paused on pause mode change Paweł Fertyk 2023-11-23 13:41:05 +0100
  • 63fac11503 Add option to toggle visibility of position gizmos in 2D editor Haoyu Qiu 2024-04-07 09:38:59 +0800
  • 91090ff296 Portals - defer setting active in VisualServer until enter tree lawnjelly 2024-02-25 10:11:06 +0000
  • 6db0214bfa Add option modules_enabled_by_default and minimal CI build totlmstr 2024-01-05 18:48:06 -0600
  • 64bbac30ee Fix physics on_floor_body crash lawnjelly 2024-02-28 07:48:13 +0000
  • b67115fd35 Store ObjectID instead of pointer for KinematicCollision owner Haoyu Qiu 2024-04-14 23:45:22 +0800
  • 9f75f7dfc0 Fix SceneTree not respecting virtual process methods Haoyu Qiu 2024-04-15 00:06:24 +0800
  • 8f7ea2132b Don't error multiple times when trying to load missing default bus layout Haoyu Qiu 2024-03-31 17:34:13 +0800
  • d0e7a30683 Renamed uwp's exporter's folder so it's not in the editor while that platform cannot yet be built. Relintai 2024-04-21 13:59:59 +0200
  • 7d19d5aa8a Added missing production=yes options. Relintai 2024-04-21 12:57:55 +0200
  • 25e6648a6a Re-enable everything in the build all script. Relintai 2024-04-21 12:53:39 +0200
  • cf29973370 Also check whether the http server executables exist. Relintai 2024-04-21 12:51:30 +0200
  • 222b485b05 Cleaned up the build commands for the http server, and added it to the in-container builds. Relintai 2024-04-21 12:50:23 +0200
  • 201d747650 Check for the existence at the end of the container build script of the frt executables. Relintai 2024-04-21 12:46:36 +0200
  • 6ab703bb3a Build all server variations. Relintai 2024-04-21 12:33:49 +0200
  • 945f1c5116 Rename a file. Also fix naming frt's executable. Relintai 2024-04-21 12:28:24 +0200
  • dcd8a15cdb Added an exported for the server platform. Relintai 2024-04-21 12:24:20 +0200
  • cce419d329 In-container build script cleanups. Relintai 2024-04-21 12:07:29 +0200
  • 7d55cf4ab5 Renamed frt's build containers. Relintai 2024-04-21 11:59:13 +0200
  • 09dee2efb3 Added missing dependencies to the frt build containers. Relintai 2024-04-21 11:58:21 +0200
  • 11b3b21ab6 frt in-container build script cleanups. Relintai 2024-04-21 11:58:01 +0200
  • 3306f8a009 Fix linux dist filenames. Relintai 2024-04-21 11:52:51 +0200
  • 6657913f07 Remove deprecated script. Relintai 2024-04-21 11:49:36 +0200
  • 83ec4fa4d6 Same change for frt_sdl. Relintai 2024-04-21 11:41:07 +0200
  • 740bc3fe2f Fix build for frt arm32v6. Relintai 2024-04-21 11:40:12 +0200
  • 3ddbfc066f Link to x11 in frt. Relintai 2024-04-21 11:22:34 +0200
  • afaf29c8d5 Make enum values uppercase in frt.h. Relintai 2024-04-21 11:08:12 +0200
  • 18906f3cad More missing includes. Relintai 2024-04-21 11:05:12 +0200
  • c463058729 Fix more missing includes. Relintai 2024-04-21 10:34:59 +0200
  • ba900448ed Call the intended method. Relintai 2024-04-21 10:30:27 +0200
  • a33532f7ad Fix missing include. Relintai 2024-04-21 10:30:17 +0200
  • 33787ab248 Added missing keys. Relintai 2024-04-21 01:48:13 +0200
  • 38cfe88250 FRT build script initial setup. Relintai 2024-04-21 05:11:15 +0200
  • 1fd68f9720 IOS build scripts. Relintai 2024-04-21 04:40:47 +0200
  • 84507f9cbf Separated and updated the osx build commands to a new file. Relintai 2024-04-21 04:00:52 +0200
  • 520450eb94 Update and move out to it's own file the android build commands. Relintai 2024-04-21 03:20:49 +0200
  • d199a92c2e Moved javascript builds to a new file. Relintai 2024-04-21 02:08:49 +0200
  • a807adf544 Update the linux build script. Relintai 2024-04-20 23:49:21 +0200
  • 8b946e2f3b Moved the windows build commands to a new file. Also made them production builds. Relintai 2024-04-20 22:18:39 +0200
  • d42416f2d7 Rename the build all script. Relintai 2024-04-20 21:24:32 +0200
  • 836e4a4f38 Remove podman check from the build all script. Relintai 2024-04-20 21:23:49 +0200
  • 1297b7ea87 Set up build containers for frt. Relintai 2024-04-20 21:21:37 +0200
  • 112722df78 Use docker instead of podman in the container build script. Relintai 2024-04-20 20:29:56 +0200