Credomane Evonguard

Results 35 comments of Credomane Evonguard

Ah. If I understand those issues then it almost sounds like, to me, that sorting is happening at the wrong time, imo. unsorted list is something like enter search term...

> Why would we want to chop down the list to 25 BEFORE sorting? We will never see the bottom results when sorting by Descending on a column. I think...

> And it is sorting by title properly, it's just that sorting goes from A-Za-z (we can sort on lowercase to fix this) I figured out why it was confusing...

I generated the same world and seed twice (same one that crashed every time before) with v1.3.0. Doing a full world wipe and server restart each time for all my...

ScriptingMod has require() built into. This is the line where it is added to jint https://github.com/djkrose/7DTD-ScriptingMod/blob/a11f6df5229132bd47e7b456175c38512c0be5be/ScriptingMod/ScriptEngines/JsEngine.cs#L38 Then this is the .net code for it https://github.com/djkrose/7DTD-ScriptingMod/blob/a11f6df5229132bd47e7b456175c38512c0be5be/ScriptingMod/ScriptEngines/JsEngine.cs#L121 The importAssembly() function is done...

The ExecuteFile() doesn't reset the engine. The real issue is jint callstack corruption due to an issue in Jint. I've been playing around with this all weekend. Not sure how...

Well I've managed to make require work almost exactly like node.js! Even added an optional passthrough boolean that will copy event, eventType, sender, params, player from the originating script to...

Decided to dig into this myself and discovered that I might have this feature request in the wrong place? I missed it before due to the screen resolution of the...

Work recently got a 'Aficio MP C4500' (it works, add to 'it works' list?) with a password set and I ran into this issue. I think this might be a...

@jstrong013 You mind explaining how you figured out the encoding was the issue? I tried looking at Ricoh's docs and I can't make heads or tails of them.