Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

doyaGu

doyaGu pushed 2 commits to main doyaGu/Virtools-SDK-2.5
  • Add dynamic cast methods to CKInterfaceObjectManager, CKLayer, CKRenderContext, and CKSynchroObject 5359362
  • Formatting 18f9118

View on GitHub

doyaGu pushed 3 commits to main doyaGu/CKAngelScript
  • Refactor loop indices in ScriptInfo to use asUINT for better type safety 0a620cb
  • Initialize call stack string in GetCallStack method for clearer output b30dd14
  • Add CKObject upcasting and downcasting utilities with error handling d5f3099

View on GitHub

doyaGu pushed 5 commits to main doyaGu/CKAngelScript
  • Refactor exception handling and call stack retrieval in ScriptManager 71ae711
  • Replace ExecuteScriptFunction calls with ctx->Execute() in rendering callbacks and remove the obsolete function 46a594c
  • Refactor TriggerCallback to return success status and simplify error handling 73afaf7
  • Enhance error handling and profiling in ExecuteScript method 486fb07
  • Add output error message setting and enhance error reporting in AngelScriptRunner 6c3d876

View on GitHub

doyaGu pushed 3 commits to main doyaGu/CKAngelScript
  • Refactor UnloadScript decf623
  • Remove CreateScriptEngine method from AngelScriptManager interface 4977c34
  • Fix casting error 8bf721b

View on GitHub

doyaGu created a comment on an issue on doyaGu/BallanceModLoaderPlus
That’s a weird situation, and it’s hard to say what’s causing it. Maybe try waiting for the next release or using another version.

View on GitHub

doyaGu pushed 4 commits to main doyaGu/CKAngelScript
  • Register size_t as unsigned type e76991a
  • Refactor CKVertexBuffer methods to use NativePointer type 2bb9067
  • Add malloc and free global functions for NativePointer management 4a37c98
  • Register NativeBuffer as reference type 1fda007

View on GitHub

doyaGu pushed 2 commits to main doyaGu/CKAngelScript
  • Change GetAppData and SetAppData methods to use NativePointer in ScriptCKObjects 8ac80f0
  • Add methods to manage CK object data in ScriptManager and update render callback registration 85ed604

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Add utility functions for marking script functions as temporary and released once a2abe26

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Return AngelScript context and release cached script in ScriptRunner destructor 93ca2bf

View on GitHub

doyaGu pushed 5 commits to main doyaGu/CKAngelScript
  • Fix string handling 9a0f6f6
  • Refactor ScriptFunctionInvoker to improve error handling 06ac350
  • Drop ScriptFunctionInvoker 04fdba1
  • Implement context pooling in ScriptManager for improved resource management dd5c369
  • Improve context management in ScriptRunner bc0b266

View on GitHub

doyaGu pushed 8 commits to main doyaGu/CKAngelScript
  • Fix object handling in ArgToStringStream and FormatString to use address directly 2b4baf6
  • Add scriptgrid addon and reorganize includes in ScriptManager 4d8fc91
  • Use 'if constexpr' for compile-time checks in type registration 3a67e79
  • Update TOSTRINGMAP_TYPE definition in ScriptFormat.cpp 4a1ba41
  • Refactor ScriptManager to use SCRIPT_MANAGER_TYPE for user data and add GetManager method for asIScriptEngine 05b0745
  • Update callback registrations in ScriptCKObjects 80bd1c8
  • Clean up ScriptCache.cpp d7fa53d
  • Enhance ConstructNativePointerGeneric to handle CScriptArray type ad671cb

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Refactor ScriptManager initialization by extracting SetupScriptEngine and SetupScriptPathCategory methods 10d5508

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Initialize ScriptRunner in CKM_BEHAVIORLOAD and remove CKM_BEHAVIORDETACH handling 24199e9

View on GitHub

doyaGu pushed 5 commits to main doyaGu/CKAngelScript
  • Fix NativeBuffer and NativePointer 32c8ede
  • Add generic constructor for NativePointer 83284c7
  • Enhance argument handling in ScriptFunctionInvoker for float and double types 7fc004a
  • Update registrations in ScriptCKObjects d1a8591
  • Add ScriptInfo 75dc02d

View on GitHub

doyaGu pushed 3 commits to main doyaGu/CKAngelScript
  • Add exception handling for unsupported object types in NativeBuffer and NativePointer 8e6c2eb
  • Remove unused code and improve argument handling in ScriptFunctionInvoker afdcbf5
  • Fix registrations in ScriptCKObjects 7aa20db

View on GitHub

doyaGu pushed 8 commits to main doyaGu/CKAngelScript
  • Enhance script execution by adding delegate function support in ScriptRunner 7375b84
  • Improve error handling in TriggerCallback by logging error messages and stack traces on script execution failure e3bf88c
  • Add console output for error messages and stack traces in AngelScriptRunner 8cd0040
  • Comment out global memory function settings in ScriptManager 302f78f
  • Refactor NativePointer 69df242
  • Fix registrations in ScriptCKDefines 93eff00
  • Fix registrations in ScriptCKManagers a4ef62f
  • Fix registrations in ScriptCKContext e93880b

View on GitHub

doyaGu pushed 3 commits to main doyaGu/CKAngelScript
  • Change Italic and Underline properties in VXFONTINFO from bool to int d2f563f
  • Fix more registrations e2ddcef
  • Fix more registrations 862bf05

View on GitHub

doyaGu pushed 2 commits to main doyaGu/CKAngelScript
  • Refactor behavior flags in CreateAngelScriptRunnerProto to use variable inputs and outputs fbf6415
  • Fix more registrations 63a8179

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Refactor behavior flags in CreateAngelScriptRunnerProto 459bf66

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Add support for object handles in TypeOf function ff8cbbc

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript

View on GitHub

doyaGu pushed 2 commits to main doyaGu/CKAngelScript
  • Fix parameter name in GetScript method for consistency with scriptName cb95b27
  • Refactor AngelScriptLoader and AngelScriptRunner a0df3e8

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Fix callback retrieval in ScriptRunner to use the correct parameter name fa00956

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Refactor Plugin and ScriptManager to simplify category management for script paths d31988d

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Refactor AngelScriptRunner callback for improved script execution management fd2a9e9

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Refactor script loading mechanisms e51c13e

View on GitHub

doyaGu pushed 1 commit to main doyaGu/CKAngelScript
  • Enhance script management by adding new LoadScript overloads, implementing CompileScript, and integrating ScriptCache... 5122d07

View on GitHub

doyaGu created a comment on an issue on doyaGu/BallanceModLoaderPlus
Ah, I see. You mentioned your graphics card is Intel UHD. Just to confirm, are you using version 0.3.4 of BML+?

View on GitHub

doyaGu created a comment on an issue on doyaGu/BallanceModLoaderPlus
That's strange. Is your PC an ARM-based system?

View on GitHub

Load more