Paul Bienkowski
Paul Bienkowski
We should consider switching to CMakeD. I found it very useful on linux, haven't tried it on Windows, but it should do the same, shouldn't it. I only wonder for...
Then I will try to configure CMakeD in a branch. Are you available for testing?
We will have different shaders for the different renderers: - deferred rendering shaders - forward renderer - simple (2D) FIFO renderer (SFML-style)
Do you get any more information than just "failed to compile shader"? Any shader compiler output, like an unsupported GLSL version?
I think there are cases where "empty" fields are actually desired. So instead I guess the poll owner could select one of the choices to be the default, ie. preselected...
Sorry for the delay on this response. This is actually intended behaviour. Because otherwise, you wouldn't be able to edit _your_ entry either. When you log in, you can actually...
Ouch :wink: > This is on the hotfix branch What do you mean with that? Do you have a hotfix, if so, please submit a PR :)
Thank you for your report, however, please [read this](https://github.com/opatut/dudel/blob/master/CONTRIBUTING.md). I just don't have the time to maintain "old dudel" and write a new one, sorry. I do acccept merge requests,...
The overview table is rendered in https://github.com/opatut/dudel/blob/master/dudel/templates/poll/_table.jade IIRC the tooltips are done with bootstrap, and we're using `hover` to trigger them (see `_table.jade:38`). I think there is only so much...
Oh, I have no idea where that code was before I cleaned up the code for Jade :) Good luck :+1: You can always reply if you have more questions!