Alon Amir
Alon Amir
Hello, I've noticed that breakpoints only work when placing them in .jsx files... meaning .tsx file breakpoints are ignored, even though there sourcemaps. Do I have anything misconfigured on my...
Hi. Easy to reproduce. Using version "r13229 - June 13 2022" Once you frag someone on a net-game on Duke64, the game crashes.
How can StreamServer be used with WebSockets? The `StreamServer` constructor is: `public StreamServer(JsonRpcBasicServer jsonRpcServer, int maxThreads, ServerSocket serverSocket)` I might be missing something obvious here, but I've found no other...
Using NBlood, `-map` only loads a usermap in singleplayer mode, not in multiplayer. In the original DOS Blood, an entry in `game.ini` file can be set to use custom maps...
Hello, Does PanzerChasm support cmd line arguments? Mostly useful for 3rd party multiplayer launchers. That would help me add support in NukemNet.
Using WebStorm IDE (11.0.1) on a Polymer 1.0.0-rc.7 project, after certain scenarios (editing some app related code, see below patterns), the debugging session breaks and won't recover until "Pub Serve"...
It would be useful if we could have Protobuf support in dart-rpc, or even any serialisation methods other than JSON, maybe specify which one to use (like a content-type) using...
Hey, would be nice to have support for Netplay using command line arguments. something like: `--host 0.0.0.0:23513` `--join 88.88.88.88:23513` (Also level selection argument, if it doesn't exist yet). Disclaimer: I'm...
Tried to get a multiplayer session with the usual `-net netlist.txt` argument, but it seems to be ignored ``` interface 0.0.0.0:23511 mode peer allow 10.0.0.7:23513 ```
I've been working on integration of IPXWrapper into NukemNet, and have done some testing on which games work with IPXWrapper's DOSBox Encapsulation, and which games do not. Those that do...