Skip to content

Gargaj master#2

Merged
cupe merged 139 commits intomasterfrom
Gargaj-master
Apr 18, 2022
Merged

Gargaj master#2
cupe merged 139 commits intomasterfrom
Gargaj-master

Conversation

@cupe
Copy link
Owner

@cupe cupe commented Apr 18, 2022

No description provided.

Gargaj and others added 30 commits June 9, 2016 20:46
This has been scaring the shit out of me for ages and has to stop.
# Conflicts:
#	CMakeLists.txt
#	src/main.cpp
also fix bug in cmake that was somehow syntactically correct (hurr)
* Change Linux font path if required

* Make the font paht choice at run (and not compilation)

* Fix (I hope so) win64 construction

* Downgrade c++ version

* Seems that all C++ version are unable to convert string to char *...

* Use a C-like file existence check and remove uneeded #ifndef

* Still a blind tentative to compile on windows
config.json will take care of this from now on.
…ort and pbos.

It forces real nWidth and nHeight and also resets settings sizes accordingly.
ladynoname and others added 29 commits November 21, 2019 18:51
Links added for Windows build help section.
Also handles:
- background color override for characters (it will only appear behind characters)
- selection background color override
* Update README.md: add libasound2-dev as dependency on Linux

* Update README.md: add libasound2-dev in the Linux section comment as well
* Update Renderer.cpp

* Tabulation edits

All double spaces in defaultShader replaced with "\t".

* Tabulation edits

All double spaces in defaultShader replaced with "\t"
also update miniaudio to v0.10.4
Lets also declare the app not to support retina globally (so that framebuffers dimensions are not 2x larger than requested). Note: the window title bar will be blurry, but it’s better than obtaining unreasonably large framebuffer.
Incorporates changes of @PoroCYon on PR Gargaj#125 (remove useless lexers)
Incorporates changes of @linkmauve on PR Gargaj#81 (use system libs)

Generalize option for system libs to all external deps and whenever opting for system libs make finding it a requirement with no fallback to vendored like @AMDmi3 suggested on PR Gargaj#147 but use consistent and readable `pkg_search_module` for all libs and `find_path` for header-only deps.
Without this change, cmake would build a binary, but not an .app bundle.
Launching the binary would result in a crash.

With this change, a working .app file is built.

#revision2021
Updated Readme with postExitCmd example for OSX and Linux.
@cupe cupe merged commit fa74310 into master Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.