Piotr Halama

Results 42 comments of Piotr Halama

@madebr I think this fixup might be used by DOS4/GW / dos32a: https://github.com/open-watcom/open-watcom-v2/blob/98b0615079c9793c49d901d68d32bc8027eff503/contrib/extender/dos32a/src/dos32a/loader.asm#L409-L418

The same thing happens with the Pył (1998) game (Watcom C/C++, DOS/4GW)

So far I understand that the target value will be in `getLXObjectTable((int)frt.object).reloc_base_addr >> 8` form, so something like `emitU16(data, ???, getLXObjectTable((int)frt.object).reloc_base_addr >> 8)` could be used; but I don't understand...

Minimal example configs: GCP ```yaml apiVersion: core.gardener.cloud/v1beta1 kind: Shoot metadata: name: test spec: secretBindingName: secretName cloudProfileName: gcp region: europe-west1 purpose: evaluation provider: type: gcp infrastructureConfig: apiVersion: gcp.provider.extensions.gardener.cloud/v1alpha1 kind: InfrastructureConfig networks:...

If it's possible to override some of these textures then it should be doable (they are baken into the bsp file): ``` materials/sprites/obj_icons/icon_obj_stopwatch_blu_locked.vtf materials/sprites/obj_icons/icon_obj_stopwatch_blu.vtf materials/sprites/obj_icons/icon_obj_stopwatch_neutral_locked.vtf materials/sprites/obj_icons/icon_obj_stopwatch_neutral.vtf materials/sprites/obj_icons/icon_obj_stopwatch_red_locked.vtf materials/sprites/obj_icons/icon_obj_stopwatch_red.vtf ``` I've...

Haiku nightly, nodejs20 20.9.0-2 & npm 10.4.0-1, running the Quck Start example from https://create-react-app.dev/docs/getting-started/: Node 20.9.0-2 has Unicode support built-in, this time the application was created successfully, but it still...

Linking to https://github.com/haikuports/haikuports/issues/4083#issuecomment-520167663

If I remember correctly you can allow guests to create topics, (Admin panel -> manage forums -> edit),is this the option you're looking for? [example](http://myupb.halamix2.pl/viewforum.php?id=2) Currently we have problem as...

~I couldn't reproduce on my server, maybe server-configuration specific bug?~ I just overlooked it line 664: `MiscFunctions::timezonelist($_POST["timezone"], "timezone")` $_POST["timezone"] is null