Filippo Scognamiglio
|
893870f8a3
|
Fixed errors with profiles, new ones added.
|
2014-06-27 03:00:31 +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
|
bd0938610f
|
Various riorganizations and fixes.
|
2014-06-07 02:19:37 +02:00 |
|
Filippo Scognamiglio
|
947b355c29
|
Improved scanlines, restructurizations of the effects and optimizations.
|
2014-06-07 01:18:40 +02:00 |
|
Filippo Scognamiglio
|
7850df26a1
|
Some cleanups. Improved noise, now virtual resolution aware.
|
2014-05-31 21:28:25 +02:00 |
|
Filippo Scognamiglio
|
aa37892d76
|
Improved scanlines for all fonts at all font scaling. Now I manually choose the best looking values for every font in any zoom level. Tedious but the effect is awesome.
|
2014-05-31 19:28:35 +02:00 |
|
Filippo Scognamiglio
|
4ad83b2dcc
|
Changing font properties doesn't reload the terminal.
|
2014-05-29 11:33:45 +02:00 |
|
Filippo Scognamiglio
|
05edbb9504
|
Scanlines now follow font scaling.
|
2014-05-29 01:13:31 +02:00 |
|
Filippo Scognamiglio
|
110f91afa5
|
Font size is now set in pixel so the line spacing is now really proportional, this should fix the problem with cropped fonts.
|
2014-05-27 23:54:28 +02:00 |
|
Filippo Scognamiglio
|
12f09ddf52
|
Huge changes in profiles management and added support for user defined ones.
|
2014-05-18 22:23:19 +02:00 |
|
Filippo Scognamiglio
|
df764f78c2
|
Linespacing is now proportional to font size.
|
2014-05-08 21:59:46 +02:00 |
|
Filippo Scognamiglio
|
40660b5ef2
|
Fiune tunings in frame reflections.
|
2014-04-20 23:48:31 +02:00 |
|
Filippo Scognamiglio
|
1ef94e083c
|
Finally introducing texture scaling.
|
2014-04-20 23:05:26 +02:00 |
|
Filippo Scognamiglio
|
bb320f3e40
|
Removed some unrealistic screen reflections.
|
2014-04-17 21:57:15 +02:00 |
|
Filippo Scognamiglio
|
475f6bde37
|
Some cleanups, fullscreen option also in context menu now.
|
2014-04-17 13:56:13 +02:00 |
|
Filippo Scognamiglio
|
115171e969
|
Added terminal size overlay
|
2014-04-17 13:27:41 +02:00 |
|
Filippo Scognamiglio
|
dc188a6e50
|
Fixed some other warnings in shader. Little improvements in reflections.
|
2014-04-06 17:27:28 +02:00 |
|
Filippo Scognamiglio
|
e62ee54aea
|
Added realtime reflections on the frame. They are a little bit hacky but don't have any impact on performances.
|
2014-04-05 15:14:52 +02:00 |
|
Filippo Scognamiglio
|
e1b8dc0d92
|
It is now possible to set fps to save some cpu and battery.
|
2014-04-03 18:44:23 +02:00 |
|
Filippo Scognamiglio
|
0cef4c75e4
|
Fix: differentiating setting equal to zero from undefined.
|
2014-04-03 18:08:07 +02:00 |
|
Filippo Scognamiglio
|
8cf467de4b
|
Changed default settings.
|
2014-04-03 15:29:07 +02:00 |
|
Filippo Scognamiglio
|
87eb525950
|
Improved scanlines (I'm finally happy with them) and added pixelated effect. Design improvements in the setting window.
|
2014-04-03 15:06:16 +02:00 |
|
Filippo Scognamiglio
|
1b94fb6b22
|
Introducing terminal scaling for performance reasons on old PCs.
|
2014-04-02 22:07:37 +02:00 |
|
Filippo Scognamiglio
|
3abdb9424c
|
Fix: sometimes scaling was wrong. Per-font line spacing is actually now used.
|
2014-04-02 19:12:11 +02:00 |
|
Filippo Scognamiglio
|
984c4aaa23
|
Reenabled profiles. Fixes in the settings window.
|
2014-03-31 22:23:48 +02:00 |
|
Filippo Scognamiglio
|
8611f815e7
|
Added brightness slider.
|
2014-03-31 17:26:51 +02:00 |
|
Filippo Scognamiglio
|
120561ff95
|
Improvements and speedups in scanline effect. It has been moved among the preprocessing effects.
|
2014-03-31 16:57:51 +02:00 |
|
Filippo Scognamiglio
|
9ff1bcb074
|
Removed javascript rand function, replaced with a much faster and gpu related random texture lookup. Other small improvements
|
2014-03-31 14:16:26 +02:00 |
|
Filippo Scognamiglio
|
5cb3c0c6ba
|
Some refactoring.
|
2014-03-30 22:29:15 +02:00 |
|
Filippo Scognamiglio
|
103139e493
|
Added contrast setting. Settings window needs some work now.
|
2014-03-27 13:59:48 +01:00 |
|
Filippo Scognamiglio
|
8cb9520ea7
|
Moved bloom where it belongs, in postprocessing instead of preprocessing. Restored glowing line animation.
|
2014-03-26 20:26:20 +01:00 |
|
Filippo Scognamiglio
|
a729eae191
|
Added horizontal sync problem. Reduced CPU usage consistently.
|
2014-03-26 19:23:47 +01:00 |
|
Filippo Scognamiglio
|
cfe6c559a4
|
Flickering is now much more realistic
|
2014-03-25 16:30:07 +01:00 |
|
Filippo Scognamiglio
|
06b9627c6c
|
New fonts and font management improved.
|
2014-03-24 21:40:04 +01:00 |
|
Filippo Scognamiglio
|
d0e4086d86
|
Added bloom effect!
|
2014-03-23 18:29:19 +01:00 |
|
Filippo Scognamiglio
|
03a72e39b9
|
Added a really cool motion blur to the screen!
|
2014-03-22 11:11:27 +01:00 |
|
Filippo Scognamiglio
|
5aa1da233a
|
Changing font doesn't reload the entire window.
|
2014-03-20 16:19:11 +01:00 |
|
Filippo Scognamiglio
|
13377ba4e7
|
Fix: fonts are now working
|
2014-03-20 15:31:23 +01:00 |
|
Filippo Scognamiglio
|
926ce767f8
|
Moved engine from yat to konsole and refactored the project. Not everything works yet.
|
2014-03-20 11:33:27 +01:00 |
|