I had previously only ever taken the "call the language's default dynamic allocator whenever I wan…
Not easily. You'd have to change a lot of stuff deep inside the "standard" customization stuff wh…
Hi All,I have file A open in both panels 1 and 2I change the active buffer in panel 1, to say the …
Another way to confirm that your config file is parsing as you expect is to read the messages buff…
A lot of people have requested that the bug/feature reports for RemedyBG be put in a public tracke…
For the record, this problem was addressed in 0.2.0.1. Thanks to Chen for helping me track this do…
@forrestthewoods: Were you able to download the latest version of RemedyBG. Is this still a proble…
Also if something is typed incorrectly in the config file 4coder will use a default setup so make …
This is actually the method I ended up deciding on. It seems easiest for at least how I want to us…
Another way is to let the user provide a custom allocator if they want to. Your link list function…
It isn't possible at the moment.
To change the indentation you need to disable virtual whitespace. In the config file:
Hi, I was wondering if I could extend the theme ? For instance I would like to color the CPP_TOKEN…
YOINK! thanks, works nicely. S
Hi, I like my indent width to be 2, but this does not seem to work. Neither if I set it to 8 or wh…
Thanks, that was very helpful. I'm not sure why I didn't think it was possible to write the state …
Hmm, I think there are probably many ways you can approach this. My first approach would be to hav…
First let me say that I'm new to programming, so if I'm asking stupid questions, sorry. I've been …
I often that the intrusive approach that rachetfreak mentioned is the simplest. It can consume ext…
As of 524, Casey is still working on the engine. The Rich Combinatoric Interactions refer to gamep…
I too am interested in this! From my occasional check-ins it looks like the lighting + visuals are…
One way to give control over allocations to the user is to have an "intrusive" linked list. You de…
Casey mentions on day 27 that he's interested in implementing "Rich Combinatoric Interactions", di…
For my current implementation of a linked list, I have the user of the "library" manage all memory…
Jason —
Alright, thanks for the input guys. I'll see what I can do.
A lot of work this round went into beefing up the expression parser and evaluation for the watch …
You can search for developer talks about 2d games you liked. Often it the game looks good there ar…
There is no such thing as "properly" lighting in 2d game. Because real light works in 3d. So any 2…
You don't need to put color as first member. Compiler knows alignment for each member in structure…