lp:~random-stuff/random-stuff/+git/visualboyadvance-m

Owned by Random Stuff
Get this repository:
git clone https://git.launchpad.net/~random-stuff/random-stuff/+git/visualboyadvance-m

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/visualboyadvance-m/visualboyadvance-m.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 50 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-04-25 08:00:21 UTC
translations: transifex pull

Author: Rafael Kitover
Author Date: 2024-04-25 08:00:21 UTC

translations: transifex pull

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

sdl3-port 2024-03-27 18:32:11 UTC
SDL3 update

Author: Zach Bacon
Author Date: 2024-03-23 20:09:33 UTC

SDL3 update

Rename most functions to their SDL3 equivelants first

Signed-off-by: Zach Bacon <zachbacon@vba-m.com>

rust-build 2024-03-19 01:20:56 UTC
[EXPERIMENTAL] Add Rust support

Author: Fabrice de Gans
Author Date: 2024-03-09 22:38:47 UTC

[EXPERIMENTAL] Add Rust support

directx9 2024-03-05 22:16:27 UTC
initial bring up for direct3d9 support

Author: Zach Bacon
Author Date: 2023-02-02 15:58:35 UTC

initial bring up for direct3d9 support

Signed-off-by: Zach Bacon <zachbacon@vba-m.com>

d3d9 2024-02-28 13:44:22 UTC
build: use find_program() to find powershell

Author: Rafael Kitover
Author Date: 2024-02-28 13:44:22 UTC

build: use find_program() to find powershell

Use cmake find_program() to find powershell.exe on Windows because
invoking `powershell` or `powershell.exe` without a path sometimes fails
for some reason. Use the standard location on Windows 11 as a hint.

Make the `pwsh` executable REQUIRED when installing vcpkg packages
on non-Windows.

Use find_program() to find the zip executable before downloading it on
Windows vcpkg builds.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

d3d9ex 2024-02-28 13:44:22 UTC
build: use find_program() to find powershell

Author: Rafael Kitover
Author Date: 2024-02-28 13:44:22 UTC

build: use find_program() to find powershell

Use cmake find_program() to find powershell.exe on Windows because
invoking `powershell` or `powershell.exe` without a path sometimes fails
for some reason. Use the standard location on Windows 11 as a hint.

Make the `pwsh` executable REQUIRED when installing vcpkg packages
on non-Windows.

Use find_program() to find the zip executable before downloading it on
Windows vcpkg builds.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

libsample-test 2024-01-24 00:56:45 UTC
revert findsdl2.cmake

Author: Squall-Leonhart
Author Date: 2024-01-24 00:56:45 UTC

revert findsdl2.cmake

msw-dark-mode 2023-10-20 19:13:38 UTC
Support for Windows dark mode and force option WIP

Author: Rafael Kitover
Author Date: 2023-10-20 19:13:38 UTC

Support for Windows dark mode and force option WIP

Use the new experimental wxWidgets API for dark mode on Windows. Also
add an option to force dark mode on all platforms.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

bios-fix-snd-driver-vsync-off 2023-09-04 20:47:24 UTC
[GBA] Disable part of SoundDriverVsyncOff()

Author: Fabrice de Gans
Author Date: 2023-08-29 00:09:25 UTC

[GBA] Disable part of SoundDriverVsyncOff()

The official BIOS executes a copy from the stack pointer data to another
area in the internal working RAM. This is problematic to emulate because
our emulated BIOS does not touch the stack. In addition, the official
BIOS overwrites the first word in the stack with "0". While this is fine
with an official BIOS (the stack points to some internal BIOS data at
this point), this results in a user stack corruption with an emulated
BIOS.

Reproducing the BIOS behavior when doing this copy is near impossible
since the stack and CPU states are very different with the emulated
BIOS. Furthermore, the reason why this copy is done by the official BIOS
is unknown. The most likely explanation is that this a leftover from a
debug attempt and is not actually required for most intents and purposes
so this patch disables the copy.

This fixes Shrek games on trunk.

discord-fix 2023-07-06 20:40:54 UTC
Fix Discord streaming for OpenGL

Author: Squall-Leonhart
Author Date: 2023-06-28 23:25:37 UTC

Fix Discord streaming for OpenGL

Check if the OpenGL context is valid on every operation, and if not
re-initialize it. Also rebind the textures every time the frame is
drawn.

Also rename the SetCurrent method to SetContext, which is clearer.

Fix #643
Fix #767
Fix #840
Fix #843

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

dialogs-net-link 2023-04-10 03:31:45 UTC
Refactor the network link dialogs

Author: Fabrice de Gans
Author Date: 2023-04-10 03:19:22 UTC

Refactor the network link dialogs

* Unifies the network link options into a single dialog by removing the
  separate dialog for the timeout option.
* Cleans up the logic related to starting the network link.
* Moves more options to g_owned_opts.
* Separates the server and client port into 2 separate options.

Test: Locally with Mario Kart with 2 instances.

libretro-merge-fix 2022-10-15 22:23:01 UTC
Revert "Revert DMA:Linger last DMA on bus ..."

Author: Rafael Kitover
Author Date: 2022-10-15 22:23:01 UTC

Revert "Revert DMA:Linger last DMA on bus ..."

This reverts commit 173512f65aa9040fda4e97fd90b5ce4a23f59176.

Include the patch instead with one line removed that @Squall-Leonhart
said fixes the bug in Croket.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

interframe-blending-changer 2022-09-23 23:44:37 UTC
Default CTRL+I to change interframe blender

Author: Rafael Kitover
Author Date: 2022-09-19 17:50:36 UTC

Default CTRL+I to change interframe blender

Add default menu accelerator `CTRL+I` to `ChangeIFB` which is the menu
item to change the interframe blending algorithm.

CMD+I on macOS.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

mac-arm64-cross-wip 2022-08-06 11:31:07 UTC
WIP

Author: Rafael Kitover
Author Date: 2022-08-06 11:31:07 UTC

WIP

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

gcc-clang-flags 2022-02-03 22:20:00 UTC
WIP

Author: Rafael Kitover
Author Date: 2022-02-03 22:20:00 UTC

WIP

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

arm64-windows 2021-12-22 15:00:24 UTC
WIP

Author: Rafael Kitover
Author Date: 2021-12-22 15:00:24 UTC

WIP

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

ffta-link 2020-11-27 11:16:54 UTC
Add link General Purpose mode for FFTA.

Author: Rafael Kitover
Author Date: 2020-11-27 11:16:54 UTC

Add link General Purpose mode for FFTA.

Remove code that unconditionally resets RFU on Windows in General
Purpose mode, and instead remap two values necessary for Final Fantasy
Tactics Advance.

Thanks to @JackoboLeChocobo for this information.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

video-refactor 2020-08-11 20:45:26 UTC
[WIP-THREAD] Moving code around.

Author: EdĂȘnis Freindorfer Azevedo
Author Date: 2020-07-10 03:32:02 UTC

[WIP-THREAD] Moving code around.

kode54-patch-1 2020-05-04 02:49:49 UTC
Added a boatload of range checks to ELF loader

Author: Christopher Snowhill
Author Date: 2020-05-04 02:49:49 UTC

Added a boatload of range checks to ELF loader

This should hopefully fix most possible attempts to crash the loader, I hope. Kindly shoot me for making this change from the Github editor.

gtkrc 2020-02-27 23:06:31 UTC
Force Adwaita:dark on GTK, disable vsync.

Author: Rafael Kitover
Author Date: 2020-02-27 23:06:31 UTC

Force Adwaita:dark on GTK, disable vsync.

Add shell script wrapper on unix to set environment variables for GTK 2
and 3+ theme to Adwaita:dark. This fixes various Gnome etc. theme
incompatibilities that can make the app unusable.

Also set environment variables to turn off vsync on both mesa and Nvidia
drivers.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

no-openal 2019-11-13 02:56:06 UTC
cmake: Use list var VBAM_LIBS for link libs.

Author: Rafael Kitover
Author Date: 2019-11-13 02:56:06 UTC

cmake: Use list var VBAM_LIBS for link libs.

Accumulate link libraries for wxvbam in the VBAM_LIBS list variable
instead of listing every possible library variable in the
target_link_libraries() call.

This fixes the issue with trying to use OPENAL_LIBRARIES when it's set
to NOTFOUND which generates a cmake error.

Fix #563.

Signed-off-by: Rafael Kitover <rkitover@gmail.com>

travis_windows 2019-10-17 01:17:21 UTC
test

Author: orbea
Author Date: 2019-10-16 15:28:10 UTC

test

mfc 2016-12-19 10:18:30 UTC
add gettext-tools to fink deps

Author: Rafael Kitover
Author Date: 2016-12-19 10:18:30 UTC

add gettext-tools to fink deps

gettext-tools needs to be installed in fink for cmake to find msginit,
update ./installdeps to include it.

arthur/master 2015-06-24 03:11:26 UTC
Added a function to split an image into multiple pieces.

Author: Arthur Moore
Author Date: 2015-06-24 03:11:26 UTC

Added a function to split an image into multiple pieces.

This just preforms pointer manipulation. The pieces are still part of the larger image.

arthur/svn-master 2015-06-10 06:48:21 UTC
Readjust the window size if the status bar is hidden.

Author: skidau
Author Date: 2015-06-10 06:48:21 UTC

Readjust the window size if the status bar is hidden.
Show the OSD if the status bar is hidden.

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@1507 a31d4220-a93d-0410-bf67-fe4944624d44

arthur/sergiobenrocha2-master 2015-01-23 20:08:04 UTC
Move png icons to src/art/hicolor/ folder (so you don't need to convert from ...

Author: Sergio Benjamim
Author Date: 2015-01-23 20:08:04 UTC

Move png icons to src/art/hicolor/ folder (so you don't need to convert from svg every time), move svg icons for the src/art/src/ folder (source), fix wxvbam.xpm (based in the new 32 px icon).

arthur/PNaCl 2014-12-12 20:15:18 UTC
Allow non PNACL versions of VBA-M to build

Author: Arthur Moore
Author Date: 2014-12-12 20:15:18 UTC

Allow non PNACL versions of VBA-M to build

arthur/svn_bgk-link 2014-03-18 10:03:06 UTC
merge trunk to bgklink

Author: squall-leonhart
Author Date: 2014-03-18 10:03:06 UTC

merge trunk to bgklink

git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/bgk-link@1230 a31d4220-a93d-0410-bf67-fe4944624d44

arthur/svn_adamn-link 2012-10-01 16:55:36 UTC
LINK: Add AdaMN's work for reference

Author: bgk
Author Date: 2012-10-01 16:55:36 UTC

LINK: Add AdaMN's work for reference

git-svn-id: https://svn.code.sf.net/p/vbam/code/branches/adamn-link@1140 a31d4220-a93d-0410-bf67-fe4944624d44

129 of 29 results
This repository contains Public information 
Everyone can see this information.