Search found 1619 matches

by dafhi
Jul 19, 2023 5:24
Forum: Game Dev
Topic: Star Trader Game (In-progress)
Replies: 30
Views: 5797

Re: Star Trader Game (In-progress)

paul doe - love that description!
by dafhi
Jul 19, 2023 5:10
Forum: General
Topic: hackable type possible? [edited]
Replies: 2
Views: 296

Re: hackable type possible?

both cases i'd have to make algo duplicates, which i'm trying to avoid. no big deal if there's not currently a way, i'll just write a macro [edited first post - static changed to dim] [update] - project sub made to Macro, so far it's working fine, but only 1 class in use atm particle type emitter ex...
by dafhi
Jul 19, 2023 4:32
Forum: General
Topic: hackable type possible? [edited]
Replies: 2
Views: 296

hackable type possible? [edited]

i have a big sub which i'd like code once, and used by slightly different types [edit: static -> dim] something like type a as long q end type type b as long q, r end type sub mysub( pany as any ptr, switch as long ) dim as _ iif( switch, typeof(a), typeof(b)) ptr _ p '' goal: same var "p"...
by dafhi
Jun 18, 2023 5:57
Forum: Sources, Examples, Tips and Tricks
Topic: Word Clock
Replies: 77
Views: 5385

Re: Word Clock

dodicat have you heard of Ventoy? (flash drive + ventoy + .iso's = fun)
by dafhi
Jun 18, 2023 5:45
Forum: Community Discussion
Topic: i like: Kate editor
Replies: 3
Views: 1707

Re: i like: Kate editor

oh yeah, that.

would be nice ..

working on a 'big' project coding in more top-down. when i feel like i need to do a quick bug run i'll use geany
by dafhi
Jun 16, 2023 17:46
Forum: Sources, Examples, Tips and Tricks
Topic: Word Clock
Replies: 77
Views: 5385

Re: Word Clock

after i commented out line 7 segfault #include "crt.bi" Declare Function _ulltoa Cdecl Alias "ulltoa"(Byval As Ulongint, Byval As zstring Ptr, Byval As Long) As zstring Ptr Function ULongToBase(N As Ulongint,_base As Byte) As String Dim As zstring * 70 buffer ' _ulltoa(n,@buffer,...
by dafhi
Jun 16, 2023 16:29
Forum: Sources, Examples, Tips and Tricks
Topic: Word Clock
Replies: 77
Views: 5385

Re: Word Clock

@dodicat
MX Linux wrote:

Code: Select all

ld: test.o: in function `ULONGTOBASE':
test.c:(.text+0x75): undefined reference to `ulltoa'
by dafhi
Jun 16, 2023 15:40
Forum: Community Discussion
Topic: i like: Kate editor
Replies: 3
Views: 1707

i like: Kate editor

i am oldschool - been using Geany. no Vim or VS Code

Kate is the KDE text editor. found a nice theme and along with a recent personal coding style shift, i've been digging it
by dafhi
Jun 15, 2023 9:14
Forum: General
Topic: Unicode doesn't work in graphics mode
Replies: 7
Views: 563

Re: Unicode doesn't work in graphics mode

nice one. can't wait to see this project do its thing. it should be a treat
by dafhi
Jun 14, 2023 4:11
Forum: General
Topic: Unicode doesn't work in graphics mode
Replies: 7
Views: 563

Re: Unicode doesn't work in graphics mode

i confirm.

CoderJeff posted about suggestions / bug report in Community Discussion - github or sourceforce is the best place, because here, posts get buried over time
by dafhi
Jun 14, 2023 3:24
Forum: Sources, Examples, Tips and Tricks
Topic: staged fireworks (July 24 u2)
Replies: 22
Views: 3149

Re: kinetic transfer particles

overhauling the entire system to make it organized & easy to use.
defocus dot is a by-product of this effort

expect an update in the next few weeks hopefully xD
by dafhi
Jun 13, 2023 8:25
Forum: Sources, Examples, Tips and Tricks
Topic: defocus dot
Replies: 4
Views: 1332

Re: defocus dot

new version. really easy to use
by dafhi
Jun 13, 2023 7:48
Forum: General
Topic: bug: if two div 0's
Replies: 3
Views: 463

Re: bug: if two div 0's

posted at github, welcome to delete or move thread