Commit Graph

173 Commits

Author SHA1 Message Date
Alexandre Dantas 807e63c5be Small change on README
Made sure to separate the different phases of the building process.

Also, added bash syntax highlighting to the build block.
2014-07-31 09:05:28 -03:00
Alexandre Dantas fbd8ddf2d3 Change the appearance of README
It makes sure not to keep much of a visual strain on specific distro instructions
2014-07-31 09:01:46 -03:00
Filippo Scognamiglio 39f48022ad Fixed problems with relative paths. 2014-07-30 18:32:02 +02:00
Filippo Scognamiglio 209a122c46 Shell path is not hardcoded anymore but retrieved by /bin/bash 2014-07-30 18:14:42 +02:00
Filippo Scognamiglio 2e63dcaecf Merge pull request #32 from viljoviitanen/add-licence-files
Add licence files
2014-07-30 12:08:07 +02:00
Filippo Scognamiglio 482bdb19d9 Merge pull request #34 from bh/master
Added Arch AUR install instructions to README.md
2014-07-30 12:05:02 +02:00
Filippo Scognamiglio e9f65ac0a4 Merge pull request #31 from JIghtuse/master
Add Debian build dependencies to README.md
2014-07-30 12:02:47 +02:00
Benjamin Hedrich 3e909cd688 Update README.md
Add installation docu via AUR
2014-07-30 11:18:29 +02:00
Viljo Viitanen 8f423b99cc Create gpl-3.0.txt 2014-07-30 09:35:26 +03:00
Viljo Viitanen c673cad6e6 Create gpl-2.0.txt 2014-07-30 09:33:09 +03:00
Boris Egorov 7e4d1903ec Add Debian build dependencies
Debian Jessie has slightly different package names than Ubuntu.
2014-07-30 10:40:29 +07:00
Filippo Scognamiglio c2fca955c4 Added about dialog. 2014-07-27 18:00:18 +02:00
Filippo Scognamiglio cb0e94a6e2 Fix: motion blur depends quadratically on fps and not linearly. 2014-07-26 15:12:38 +02:00
Filippo Scognamiglio 1ca30accf2 Some fixes in the settings. 2014-07-16 00:38:16 +02:00
Filippo Scognamiglio 239a1e0a30 Finally we can set opacity! Yuuuuu. 2014-07-14 02:23:22 +02:00
Filippo Scognamiglio b9de57aec1 Added menu entries and shortcuts to increase and decrease font sizes. 2014-07-14 00:53:17 +02:00
Filippo Scognamiglio a96f8ec220 Some cleanups. 2014-07-12 01:51:53 +02:00
Filippo Scognamiglio 009f2dd998 Improved README.md 2014-07-11 02:16:10 +02:00
Filippo Scognamiglio d1a5f2a774 Bloom is applied after rasterization instead of before. 2014-07-11 01:20:14 +02:00
Filippo Scognamiglio 7b84ae2794 Removed modality of settings window. 2014-07-11 00:43:20 +02:00
Filippo Scognamiglio cbdf73d713 Merge branch 'unstable' 2014-07-11 00:40:22 +02:00
Filippo Scognamiglio 7dead18a56 Frames now follow the window scaling. 2014-07-11 00:39:50 +02:00
Filippo Scognamiglio 17615a9f14 Fix #10: implicit cast in shader. 2014-07-09 19:15:56 +02:00
Filippo Scognamiglio ef3303134d Edge borders are now slightly smoother. 2014-07-09 01:33:05 +02:00
Filippo Scognamiglio 8ec688f1d9 Fixed a couple of Qt 5.3 problems. 2014-07-07 01:42:17 +02:00
Filippo Scognamiglio 85c7d8ea97 Removed mouse use since is not working, removed some prints and avoid passing mousemove events if the left button is not pressed. 2014-07-07 00:38:08 +02:00
Filippo Scognamiglio 93e40ade4a Much improved frame reflections. This is a little bit heavier but much better looking. The code should be ok, but maybe the parameters might use some fine tuning. 2014-07-06 23:57:47 +02:00
Filippo Scognamiglio 2fe6d147d9 Initial support for mouse in applications. 2014-07-02 02:38:28 +02:00
Filippo Scognamiglio f1dc94fab2 REmoved bold fonts (caused problems rasterization), using custom greyscale color scheme (applications that use colors are now useable). 2014-07-01 01:49:36 +02:00
Filippo Scognamiglio 9eee62b3a4 Storing some computations to texture. 2014-06-28 11:47:10 +02:00
Filippo Scognamiglio 211afe6dce Some code cleanups. 2014-06-27 23:54:17 +02:00
Filippo Scognamiglio df49f1d1c6 Using framebuffer object instead of image to render the terminal. Improves performances. 2014-06-27 23:17:51 +02:00
Filippo Scognamiglio 6d9c50f474 Frames cap is now optional. 2014-06-27 23:16:49 +02:00
Filippo Scognamiglio d6b644cd7d Fix: update sliders when profile changes. 2014-06-27 16:27:27 +02:00
Filippo Scognamiglio 30074f3814 Workaround for ubuntu appmenu-qt5 bug. 2014-06-27 11:39:57 +02:00
Filippo Scognamiglio d2d0336af8 Merge pull request #9 from Swordifish90/scanlines
Scanlines
2014-06-27 03:35:07 +02:00
Filippo Scognamiglio 893870f8a3 Fixed errors with profiles, new ones added. 2014-06-27 03:00:31 +02:00
Filippo Scognamiglio e108258e52 Small changes in scaling and fonts. 2014-06-25 17:43:57 +02:00
Filippo Scognamiglio 372bceb186 Settings window seems to work nicely. 2014-06-25 14:29:10 +02:00
Filippo Scognamiglio 9795b5d9d2 Ooops... Forgot to add one file to git.. 2014-06-24 11:34:33 +02:00
Filippo Scognamiglio b0aad13ba7 Redisigned and refactored settings window. 2014-06-23 22:47:35 +02:00
Filippo Scognamiglio 1693e51d89 Reorganized rasterization. Now everything is independent. 2014-06-23 16:26:30 +02:00
Filippo Scognamiglio 69843f3ef8 Added font: commodore PET double height. 2014-06-20 17:00:49 +02:00
Filippo Scognamiglio 431ec6d133 Added jitter effect. 2014-06-20 12:30:42 +02:00
Filippo Scognamiglio 21c7f2c23e Smooth static noise and fixes 2014-06-20 01:54:14 +02:00
Filippo Scognamiglio 2423957cc8 Improved noise 2014-06-11 00:54:47 +02:00
Filippo Scognamiglio 6c461acf28 Saving some GPU memory by using one channel textures where possible. 2014-06-07 15:32:21 +02:00
Filippo Scognamiglio 8fd7161ec8 Made normal and rasterized images look more consisntent. 2014-06-07 12:03:34 +02:00
Filippo Scognamiglio 25ed5db324 Fix input redirection 2014-06-07 11:33:37 +02:00
Filippo Scognamiglio bd0938610f Various riorganizations and fixes. 2014-06-07 02:19:37 +02:00