1
0
mirror of https://github.com/Swordfish90/cool-retro-term.git synced 2025-01-31 10:11:20 +00:00

24 Commits

Author SHA1 Message Date
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
3440ef0e45 Improved blur effect. Pixels now appear immediately and disappear smoothly as with real burnin effect. 2014-05-15 23:41:12 +02:00
Filippo Scognamiglio
df764f78c2 Linespacing is now proportional to font size. 2014-05-08 21:59:46 +02:00
Filippo Scognamiglio
1ef94e083c Finally introducing texture scaling. 2014-04-20 23:05:26 +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
2af093220f Removing unuseful prints 2014-04-16 19:37:33 +02:00
Filippo Scognamiglio
3478e66044 Improvements in menus 2014-04-16 19:30:11 +02:00
Filippo Scognamiglio
5d6040e45d Added selections copy and paste! 2014-04-16 19:18:14 +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
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
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
34f61cd86a Heavily reduced idle cpu consumption. 2014-03-30 18:30:35 +02: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
67055633bd Added mouse wheel scrolling. 2014-03-24 23:17:02 +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