Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
26e346b
Point to version 139 (August 2025) of CEF and update Dullahan code to…
callumlinden Aug 11, 2025
5c781a4
Instruct GHA to continue on error - trying to determine if just the m…
callumlinden Aug 11, 2025
c75da78
Add a #define NOMINMAX at the start of source files that fail to buil…
callumlinden Aug 11, 2025
0b1fd52
This appeared to help - baffled as to why but including it more gener…
callumlinden Aug 11, 2025
ed5a8c7
I think this is helping but needs to be declared earlier in the sourc…
callumlinden Aug 12, 2025
3c5095c
Same change needed in the browser host executable
callumlinden Aug 12, 2025
03a11d2
Disable th Linux build for now since we have no way of generating a L…
callumlinden Aug 12, 2025
eb6e67c
Point to an updated macOS build that has the correct zst archive file…
callumlinden Aug 12, 2025
f02e7bd
Bump the Dullahan version to 16 to avoid confusion with a test releas…
callumlinden Aug 12, 2025
bb6f6f7
This commit removes the idea of different cache paths. Now you speci…
callumlinden Aug 19, 2025
4636506
Speculative 'fixes' to the transient loading error. A short pause bet…
callumlinden Aug 21, 2025
c555744
A test build that incorporates ryemutt's build-cmd.sh changes and pul…
callumprentice Aug 22, 2025
4a968b2
Additional updates from ryemutt to use the autobuild installed CEF bi…
callumprentice Aug 22, 2025
ba9a0b8
Pull in a locally built CEF cef_bin-139.0.28 for windows from the ori…
callumprentice Aug 22, 2025
f71e83c
Merge pull request #10 from secondlife/v139
callumlinden Aug 22, 2025
808eaa0
Fix extremely slow startup by using GlobalRequestContext
RyeMutt Aug 27, 2025
7f9b0b3
Rework cmake to produce all CEF helper bundles for v139
RyeMutt Aug 27, 2025
5cb252b
Use framework_dir_path to set location of CEF bundle
RyeMutt Aug 27, 2025
a0afd56
Package bootstrap exe on windows
RyeMutt Aug 27, 2025
27aa74f
Add api for undo/redo/delete/select all/view source
RyeMutt Aug 27, 2025
5283cd1
Restore sleep hack to work around strange race condition
RyeMutt Aug 27, 2025
76d4a01
Merge pull request #14 from RyeMutt/rye/apple
callumlinden Aug 27, 2025
95f2e59
Bump the Dullahan version to 1.21 after Rye's changes were merged in
callumlinden Aug 27, 2025
f877cf9
Replace the dated, non-functional and less-than-useful set of Dullaha…
callumlinden Aug 27, 2025
9692d79
Fix up macos build of opengl-example
RyeMutt Aug 28, 2025
f010450
Merge pull request #16 from RyeMutt/opengl-example
callumlinden Aug 28, 2025
cd88159
Fix up tools/build.sh and opengl-example build
RyeMutt Aug 28, 2025
9002eea
Merge pull request #17 from RyeMutt/opengl-example
callumlinden Aug 28, 2025
25bc7fb
Fix keychain popup in opengl-example
RyeMutt Aug 28, 2025
18aabbf
Merge pull request #18 from RyeMutt/opengl-example
callumlinden Aug 28, 2025
bc0f165
Tweak to CMake file to only depend on macOS specific targets for macO…
callumlinden Sep 3, 2025
53ceb0a
Add support for OpenGL Example keyboard input (Windows only) by creat…
callumlinden Sep 10, 2025
123ae4f
Bump dullahan version to 1.23 to disambiguate the new keyboard handli…
callumlinden Sep 10, 2025
50b43e2
Inevitable mac/win differences. Ignore the arch different folders ex…
callumprentice Sep 10, 2025
969b628
Merge branch 'master' of https://github.com/secondlife/dullahan
RyeMutt Sep 12, 2025
8acfff5
Add CEF 140 packages
RyeMutt Sep 12, 2025
77a6a00
Update GHA runners to windows-2025 and ubuntu24.04
RyeMutt Sep 12, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
os: [windows-2022, macos-15, ubuntu-22.04]
os: [windows-2025, macos-15, ubuntu-24.04]
addrsize: ["64"]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
src/dullahan_version.h
build
build64
build_arm64
stage
*.tar.bz2
.DS_Store
*.orig
Loading
Loading