Skip to content
Snippets Groups Projects
Joakim Borge Hunskår's avatar
opened merge request !18 "now able to change border color on button" at TDT4102 / VS-Code / resources
Joakim Borge Hunskår's avatar
opened merge request !17 "added multiline option to textbox and textinput" at TDT4102 / VS-Code / resources
Joakim Borge Hunskår's avatar
Joakim Borge Hunskår's avatar
opened issue #5 "Allow multiline TextInput and TextBox" at TDT4102 / VS-Code / resources
Joakim Borge Hunskår's avatar
Joakim Borge Hunskår's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

Only missing Mac now

Joakim Borge Hunskår's avatar
commented on merge request !16 "Draft: Cleaner build files" at TDT4102 / VS-Code / resources

DO NOT MERGE YET!

Joakim Borge Hunskår's avatar
opened merge request !16 "Draft: Cleaner build files" at TDT4102 / VS-Code / resources
Joakim Borge Hunskår's avatar
Joakim Borge Hunskår's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

It should be its own merge request, I can make the change and when this branch is merged we can merge the build file changes.

Joakim Borge Hunskår's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

Made a merge request for copying it to builddir

Rory Fitzgerald's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

yes with my recent commit it works with only animation window as dependency:...

Joakim Borge Hunskår's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

A Windows problem, would it still work if we only added animationwindow as dependency? The build files will become cleaner, but its really no issue

Joakim Borge Hunskår's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

Just Windows things......

Rory Fitzgerald's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

i had to copy all the .dll files. SDL2.dll, SDL2_image.dll, and mixerdll. Otherwise i had the classic problem that they could not be found upon run...

Rory Fitzgerald's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

adding sdl2mixer_dep there works aswell if one doesnt like my previous commit

Joakim Borge Hunskår's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

Yeah, SDL2 are already there

Rory Fitzgerald's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

this was horribly formatted ups

Rory Fitzgerald's avatar
commented on merge request !15 "Add sdl mixer" at TDT4102 / VS-Code / resources

another solution is to add the dependency in the root meson.build:...