0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 16, 2024 — Dec 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
TypeSys: Introduce support for documenting script callbacks. More... over 10 years ago
Libs: In the component's method `OnPostLoad()`, rename parameter `bool InEditor` to `bool OnlyStatic`. More... over 10 years ago
GameSys: In `WorldT`, rename old flag `InitFlag_InMapEditor` to the more appropriate `InitFlag_OnlyStatic`. More... over 10 years ago
GameSys: Make sure that prefabs can only be loaded into worlds in realm `RealmMapEditor`. More... over 10 years ago
Merge branch 'revise-client-interpolation-prediction-and-effects' More... over 10 years ago
Client: Register variables for interpolation only in client worlds. More... over 10 years ago
GameSys: Add new attribute "realm" to game worlds. More... over 10 years ago
Client: Generalize client effects with new script callback `ComponentBaseT::OnClientFrame()`. More... over 10 years ago
DeathMatch: Fix default constructor of `Vector3T` script class. More... over 10 years ago
CaWE: Properly set-up and display component variables of type "bounding-box". More... over 10 years ago
Client: Fix GCC compiler warning. More... over 10 years ago
Client: Move the update of the sound system listener to a more appropriate place. More... over 10 years ago
Client: Move rendering code from `ComponentBaseT::OnClientFrame()` into new method `PostRender()`. More... over 10 years ago
Client: Iterate generically over an entity's interpolators. More... over 10 years ago
Client: Add "reconciliation" (the fixing of reprediction mismatches of the local player entity). More... over 10 years ago
Doxygen: Update URLs to other parts of the cafu.de website. More... over 10 years ago
Client: Refactor `CaClientWorldT::Draw()`. More... over 10 years ago
Client: Refine the second to last commit ("Make interpolation explicit"). More... over 10 years ago
Client: Enable interpolation for "mover" entities. More... over 10 years ago
Client: Make interpolation explicit. More... over 10 years ago
Client: Remove unused method `EngineEntityT::PostDraw()`. More... over 10 years ago
Client: Add new methods `SetCurrentValue()` and `SetTargetValue()` to class `ApproxBaseT`. More... over 10 years ago
Client: Fix a bug in the interpolation of orientation (quaternion) values. More... over 10 years ago
Server: Revise the access method to the `ClientInfoT::OldStatesPVSEntityIDs` arrays. More... over 10 years ago
Server: Refactor the "client update" part of `CaServerWorldT::WriteClientDeltaUpdateMessages()` into a separate method. More... over 10 years ago
Client: Remove member `MAX_FRAMES` from class `CaClientWorldT`. More... over 10 years ago
Client: Revise the implementation of `CaClientWorldT::ReadServerFrameMessage()`. More... over 10 years ago
Client: Remove the `DeltaFrameNr` member from class `FrameT`. More... over 10 years ago
Client: Rename class `FrameT` to `FrameInfoT`. More... over 10 years ago
Engine: De-couple the player command numbering from the network protocol. More... over 10 years ago