Commit Graph

111 Commits

Author SHA1 Message Date
ocawesome101 c6a0ecd8a4 fix textgpu somehow getting *really* long buffer lines, which broke things sometimes 2021-06-04 20:11:23 -04:00
ocawesome101 f847f6a2ca fixed an incompatibility in textgpu; fixed ctrl+KEY under OpenOS 2021-06-04 17:14:29 -04:00
ocawesome101 b16fa6aeb7 there is now a 100ms timeout so it shouldn't get stuck in escape mode for more than 100ms **ever** 2021-06-04 16:43:46 -04:00
ocawesome101 4331bdf482 arrow-key signals have been fixed. not in the best way possible, but they have been fixed. 2021-06-04 16:40:00 -04:00
ocawesome101 193afd3853 forgot [ 2021-06-04 16:27:42 -04:00
ocawesome101 300e2d1190 theoretically should be full support now 2021-06-04 16:27:14 -04:00
ocawesome101 8260c8f59f add basic support for real arrow key thingos 2021-06-04 16:25:09 -04:00
ocawesome101 524411062e Merge branch 'master' of ssh://git.shadowkat.net:2222/izaya/LuPPC 2021-06-04 14:58:47 -04:00
ocawesome101 ecdc855ee0 small scrolling optimization to textgpu 2021-05-28 20:57:45 -04:00
ocawesome101 b4fefd4c0f color works now \o/ 2021-05-28 13:31:02 -04:00
ocawesome101 3246aa2d65 ha! fixed it, mostly... now to make colors work 2021-05-28 13:19:44 -04:00
ocawesome101 7dade89a0e textgpu mostly works now 2021-05-28 13:10:05 -04:00
ocawesome101 b9747364d7 completely rewrote gpu, still broken but getting better, i hope? 2021-05-28 00:14:36 -04:00
ocawesome101 7367dd1d59 textgpu: still mildly broken, but not crash-the-whole-fuckin-thing broken 2021-05-27 21:30:42 -04:00
ocawesome101 4d317509fb new GPU is soundly broken. TODO: fix 2021-05-27 21:18:10 -04:00
ocawesome101 4052720c2c BSODs now busywait rather than kernel panicking. this makes it so that errors are not obscured. 2021-05-27 19:47:55 -04:00
ocawesome101 a0a9d76484 Merge branch 'master' of ssh://git.shadowkat.net:2222/Ocawesome101/LuPPC 2021-05-27 19:28:54 -04:00
ocawesome101 6de77feaae hopefully fix kernel panics making BSODs not visible under some circumstances? 2021-05-27 19:27:49 -04:00
ocawesome101 9cb94c6a6c add i686 support 2021-05-27 19:20:59 -04:00
Izaya 8570a59cab Merge pull request 'fix component proxies not having all the requisite fields' (#1) from Ocawesome101/LuPPC:master into master 2021-05-28 09:09:17 +10:00
Ocawesome101 1035c8d5cb fix this because it was broken 2021-05-28 09:03:39 +10:00
Izaya 4789084da2 working link to an OS 2021-05-23 12:23:18 +10:00
Izaya cc2e87c7e5 update to reflect new project and ecosystem changes in the last 5 years 2021-05-23 12:21:35 +10:00
Izaya 36409cc472 add PowerPC target to scripts/dependencies.sh 2021-05-23 12:13:29 +10:00
Izaya 7ad9f21182 hopefully implement shutdown 2021-05-23 12:12:23 +10:00
Izaya 2d386f1276 fix listing empty dirs 2021-05-23 12:11:56 +10:00
Izaya 2867038094 mount tmpfs onto /tmp 2021-05-23 12:11:29 +10:00
Izaya 7544fdc578 update to current kernel to build with current gcc 2021-05-23 12:10:21 +10:00
Łukasz Magiera 3619b03290 Some work here and there 2016-08-17 22:40:11 +02:00
Łukasz Magiera 65ea917720 Basic Windows input, Fixed multiple issues
- Unicode iteration is some gpu functions was broken
- Fixed native sleep
- Fixed keyboard component registration for fb/win GPU
- Fixed (workaround) tmp for windows
2016-03-12 01:03:43 +01:00
Łukasz Magiera 4a3242eb3e Use unicode sub for gpu.fill, fixes #7 2016-03-07 15:32:00 +01:00
Łukasz Magiera 92354e8a08 Fixed windowsgpu updates 2016-03-06 17:20:14 +01:00
Łukasz Magiera 64c5e5d072 Organized some sources 2016-03-03 17:25:52 +01:00
Łukasz Magiera 43f089df9f Fixed issue with missing /dev/fb0 2016-03-03 00:06:39 +01:00
Łukasz Magiera cbe75a14c7 Little cleanup 2016-03-02 23:49:23 +01:00
Łukasz Magiera 29e8e625f1 Optimize linked binary size a bit (by half) 2016-03-02 22:56:38 +01:00
Łukasz Magiera f3a6d7e409 Windows gpu rendering 2016-03-02 22:24:08 +01:00
Łukasz Magiera af670a7af3 Why not just do it the hard way? 2016-03-02 18:48:12 +01:00
Łukasz Magiera 5082a4104c Improve gitignore a bit 2016-02-29 16:47:41 +01:00
Łukasz Magiera bb77518416 Moved Lua to dependency 2016-02-28 23:10:26 +01:00
Łukasz Magiera 23512a8ae6 Fixed windows compilation 2016-02-28 14:39:57 +01:00
Łukasz Magiera 3b89f0b59c Smart gpu selection system 2016-02-28 14:32:04 +01:00
Łukasz Magiera 872775d9e4 Add unifont license 2016-02-28 13:14:22 +01:00
Łukasz Magiera f58770449a Merge branch 'master' into framebuffer 2016-02-28 12:56:28 +01:00
Łukasz Magiera 7dab3da74b Windows port(wingw cross compiler targets) 2016-02-27 15:30:34 +01:00
Łukasz Magiera 0c3c3d58ce Some small code cleanups 2016-02-27 13:36:34 +01:00
Łukasz Magiera 170ce567ce Fixed timeout issues 2016-02-26 23:19:03 +01:00
Łukasz Magiera 6b5bbba8bd Use libevent2 instead of epoll 2016-02-26 20:33:15 +01:00
Łukasz Magiera 5221e5e113 libevent2 dependency script 2016-02-26 19:13:43 +01:00
Łukasz Magiera bdf4bf7a67 Fixed fs.getLabel 2016-02-26 18:05:00 +01:00