Vasilii Rogin
Vasilii Rogin
@louk88 , maybe you were using development version of sipml5, so it was loaded after that part of the code, even the SIPml-api.js was loaded before.
@vferko , thanks, Chrome 57 could be a surprise for us. Fixed in 4e4b728c97df9e649affc0bcb3af75e6062de053
@alepolidori , I have same Chrome version [57.0.2987.37 beta (64-bit)], but on Windows 10, and it works. Can you show Chrome logs? Also maybe your browser loaded cached version of...
And what about the opposite peer? Logs on this side does not shows anything :( I just tried to call from Chrome 56 to Chrome 57 (both computers are Windows...
> 1. Very difficult to click on small buttons like open close inventory. Did you see anything on such small screen? I wonder how people plays this game on small...
I do not know is it relevant but I had similar issue with Nevada running on Linux. I solved it by running `dos2unix master.dat/sound/SFX/SNDLIST.LST`. If it helps then you will...
@idealogica Also take a look on those notes regarding Fallout Nevada: https://github.com/roginvs/fallout2-ce/blob/main/os/web/README.md#fallout-nevada-notes Especially important part is artimer configuration because without any change your vault-city will disappear at some point PS:...
Can we merge this PR? I would like to play Olympus using this project :)
@y0lo Interesting finding! Just curious: why it works on desktop version of fallout2-ce? What is the difference?
Let's start with proof-of-concept code for userspace program (https://github.com/roginvs/udemy_kernel/commit/a384f9747a060ca53329fd5111612ba590abc314). I will add some comments there: ``` mov eax, 0 cmp eax, 0 ; This raises ZF from EFLAGS register .loop...