Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign up[WIP] Settings menu placeholder #749
Conversation
ChipmunkV
force-pushed the
ChipmunkV:settings
branch
from
a30eb94
to
f41935a
Feb 18, 2017
TheJJ
added
c++
nice new thing ☺
ui
improvement
labels
Feb 19, 2017
ChipmunkV
force-pushed the
ChipmunkV:settings
branch
2 times, most recently
from
61f4640
to
c8ea3be
Feb 19, 2017
This comment has been minimized.
This comment has been minimized.
lisacvuk
commented
Feb 24, 2017
•
|
Once compiled, how do I test it? Thanks! |
This comment has been minimized.
This comment has been minimized.
lisacvuk
commented
Feb 24, 2017
|
Screenshots: |
This comment has been minimized.
This comment has been minimized.
ChipmunkV
force-pushed the
ChipmunkV:settings
branch
3 times, most recently
from
75dad3e
to
4b87541
Feb 25, 2017
ChipmunkV
changed the title
[WIP] Settings menu placeholder
Settings menu placeholder
Feb 25, 2017
TheJJ
reviewed
Feb 25, 2017
| }(); | ||
|
|
||
| if (setter) { | ||
| setter(value); |
This comment has been minimized.
This comment has been minimized.
TheJJ
Feb 25, 2017
Member
can you simplify that construct by just finding the store element? I missed the () and thought you'd check if (lambdafunction), which made no sense. If it's for the lock, you can either unlock it manually afterwards or put it in a separate scope.
| auto writeback_shared = this->writeback; | ||
|
|
||
| this->job_manager->enqueue<int>([writeback_shared] { | ||
| std::lock_guard<std::mutex> lock(writeback_shared->elements_mutex); |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
ChipmunkV
Feb 25, 2017
Contributor
Felt slow when was changing a parameter by scrolling the mousewheel.
ChipmunkV
force-pushed the
ChipmunkV:settings
branch
4 times, most recently
from
4b2ae5d
to
17b6d90
Feb 25, 2017
This comment has been minimized.
This comment has been minimized.
|
OK, finally had a look at it myself :)
|
This comment has been minimized.
This comment has been minimized.
|
I changed the cvar manager a bit in #723, how should we proceed? Which one should go first? :) |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
|
cvar stuff is merged, you may adapt this now please. |
This comment has been minimized.
This comment has been minimized.
|
Ping? :) |
ChipmunkV
added some commits
Feb 18, 2017
ChipmunkV
added some commits
Feb 18, 2017
ChipmunkV
force-pushed the
ChipmunkV:settings
branch
from
17b6d90
to
cd62d2f
Apr 29, 2017
This comment has been minimized.
This comment has been minimized.
|
Two things:
|
This comment has been minimized.
This comment has been minimized.
|
For those two things, I just created #813 :) |
This comment has been minimized.
This comment has been minimized.
|
For the second one it's about inability to edit files with the new path system. I still need to figure out why it doesn't accept |
ChipmunkV
referenced this pull request
May 1, 2017
Open
[WIP] speed up initial loading of the textures #810
This comment has been minimized.
This comment has been minimized.
|
Any luck finding out why |
TheJJ
referenced this pull request
Apr 20, 2018
Merged
fslike: add readwrite and append modes for opening files #996
This comment has been minimized.
This comment has been minimized.
|
I implemented file append modes in #996. |
This comment has been minimized.
This comment has been minimized.
That's roughly what this PR does. But it deletes the comment on the line where an option is overwritten (probably not the worst thing to do when I think about it). |
This comment has been minimized.
This comment has been minimized.
|
Ah okay, I didn't realize that since you asked for the append functionality. |


ChipmunkV commentedFeb 18, 2017
•
edited
#673
#728
#732
#751
Batch write back to config file (instead on writing each time). Ok, write them one by one, but in different threadRandom unrelated stuff: