sameroom
[Mysoft] Hello World
sameroom
[Mysoft] how does this look like there btw?
Stas'M
sameroom
[Mysoft] no TABS
sameroom
[Mysoft] ;_;
sameroom
[Harteex] so exactly the same
sameroom
[Mysoft] aw
sameroom
[Mysoft] it's not grouping
sameroom
[Mysoft] my messages
sameroom
[Mysoft] but at least it's not repeating the "nick" :P
sameroom
[Mysoft] i mean the "sameroom" nick :P
sameroom
[RosKGB] 03Nikita Krapivin 05master 1064516 06reactos 10drivers/input/i8042prt/ 10i8042prt.h 10pnp.c [I8042PRT] Enable keyboard clock explicitly (fixes Lenovo ACPI bug). CORE-14256 (#434) * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1064516
sameroom
[hbelusca] https://jira.reactos.org/browse/CORE-10904
sameroom
[RosKGB] 03Li Keqing 05master 5ddbd37 06reactos 10(78 files in 50 dirs) [TRANSLATION] Update Simplified Chinese Translations (#417) * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=5ddbd37
sameroom
[RosKGB] 03Luo Yufan 05master ec11089 06reactos 10dll/win32/browseui/lang/zh-CN.rc [BROWSEUI] Update Simplified Chinese translation. (#432) * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ec11089
sameroom
[hbelusca] mifritscher: hi!, and ping
sameroom
[mifritscher] hi :-)
sameroom
[hbelusca] :) didn't you work on some hpp compiler some time ago?
sameroom
[hbelusca] hhp*
sameroom
[hbelusca] (html help)
sameroom
[mifritscher] yes, on the hackfest in aachen(?) some years ago
sameroom
[mifritscher] I think I mostly helped somebody else to get it compiling
sameroom
[hbelusca] i see. I was going to ask what its current status is :)
sameroom
[hbelusca] if you have plans to improve it, etc...
sameroom
[hbelusca] just out of curiosity.
sameroom
[mifritscher] no, I have no concrete planing, it was just spontanious helping at this hackfest :-)
sameroom
[hbelusca] eiglow : do you glow in the dark?
Stas'M
😆
sameroom
[Harteex] asking the important questions
Stas'M
hehe)
sameroom
[hbelusca] yeah, dunno this might indicate radioactivity, and I don't want to risk my life :P
sameroom
[hbelusca] that's important xD
sameroom
[eiglow] yes
sameroom
[eiglow] i am bioluminescent
sameroom
[hbelusca] :)
sameroom
[RosKGB] 03Kláben Szabolcs Bence (Tudi20) 05master b39df32 06reactos 10dll/win32/ 10comctl32/lang/comctl_Hu.rc 10comdlg32/lang/cdlg_Hu.rc [TRANSLATION][COMCTL32][COMDLG32] Hungarian fix + translation (#437) * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=b39df32
Anonymous
Pound me daddy
sameroom
[hbelusca] ?
sameroom
[encoded] hbelusca: STATUS
sameroom
[hbelusca] encoded: STATUS_RANDOM_COMMIT
sameroom
[encoded] commit all randoms!!
sameroom
[encoded] hbelusca, can you calculate pi from the git hashes?
⚶ VΛNILLΛ
Олександр
I have an itch to ban a furry
Anonymous
awh
sameroom
[eersoy93] Good morning! \o/
Anonymous
Morning
sameroom
[eiglow] hey uhh i think i found a typo in line 52 of CONTRIBUTING.md under Pull Requests, it says "prefered"
sameroom
[sanchaez] thanks
sameroom
[RosKGB] 03Alexander Shaposhnikov 05master f50f983 06reactos 10CONTRIBUTING.md [CONTRIBUTING] Fix typo * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f50f983
sameroom
[sanchaez-bnc] wtf, garbage!
sameroom
[sanchaez-bnc] I hate my mouse
sameroom
[RosKGB] 03Alexander Shaposhnikov 05master f9dd6db 06reactos 10CONTRIBUTING.md [CONTRIBUTING] Clean accidental garbage * 14https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f9dd6db
Alejandro Jeditobe
Hi from Bratislava
sameroom
[yournick|42656] Hello ! Does ReactOS have IPv6 support and Windows 3.11 compatibility now ?
sameroom
[stareye] !error 0x0000007b
sameroom
[hTechBot] 0x0000007b is ERROR_INVALID_NAME: The filename, directory name, or volume label syntax is incorrect..
sameroom
[eersoy93] yournick|42656: IIRC, no IPv6 support but you can install and run Win3.1 on ReactOS NTVDM.
sameroom
[dandelion] is directx or opengl working accelerated on direct hardware ? what hardware ?
sameroom
[hyoenmadan] <dandelion>: directx? nop... OpenGL and WineD3D? depends... it only works reliable in VBox
sameroom
[hyoenmadan] last time i tested in realHW, with a generic onboard nVidia IGP, it didn't worked at all (the OpenGL driver ICD doesn't load)
sameroom
[dandelion] I see directx is an api , WineD3D is the implementaion
Eris
cant wait for reactos to finally work on actual hardware
sameroom
[hyoenmadan] in reactos there are 2 ways to do DirectX: one is emulated with the help of OpenGL via WineD3D
sameroom
[hyoenmadan] the other is ReactX, our OSS WIP inplementation of the real DirectX
sameroom
[hyoenmadan] which hasn't be worked in some time btw
sameroom
[dandelion] is like this ? https://github.com/adolfintel/wined3d4win ?
sameroom
[dandelion] https://fdossena.com/?p=wined3d/index.frag
sameroom
[hyoenmadan] your link is WineD3D
⚶ VΛNILLΛ
sameroom
[hyoenmadan] more or less yes... if there's any OpenGL acceleration in host, WineD3D will use it
sameroom
[dandelion] there is also https://fdossena.com/?p=mesa/index.frag
sameroom
[dandelion] looks updated
sameroom
[hyoenmadan] in windows, that's implemented by Kernelmode Video driver and a monolithic library called ICD
sameroom
[hyoenmadan] all them provided by your hardware vendor
sameroom
[hyoenmadan] for example, in Nvidia's case is nv4_mini.sys (miniport), nv4_disp.dll (win32k display driver) and nvoglnt.dll (OpenGL icd)
sameroom
[dandelion] how an application detect what ICD to load ?
sameroom
[Tux-] "<dandelion> there is also https://fdossena.com/?p=mesa/index.frag
sameroom
[Tux-] <dandelion> looks updated"
sameroom
[Tux-] doesn't the RAPPS have Mesa already?