1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Nov 26, 2024 — Nov 26, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
StreamingWorld will no longer track player position inside dungeons. This is because some dungeons are so large that player will actually cross into another map pixel while inside. This causes save to become invalid as current map pixel does not contain a location and dungeon cannot be loaded. More... about 10 years ago
Add method to update a text label in listbox at a given index More... about 10 years ago
Remove unintended whitespace. More... about 10 years ago
GetBinding now returns first bound key to an action. GetBindings returns all bound keys to an action. More... about 10 years ago
Removed exception when save folder not opened. A simple false condition here is more suitable. More... about 10 years ago
Added ToggleConsole keybind and GetBindings method. More... about 10 years ago
Fix line endings in DaggerfallVideo.cs. More... about 10 years ago
Adding Daggerfall Unity splash for launcher. More... about 10 years ago
[automap] dungeon geometry is now loaded correctly, minor fixes More... about 10 years ago
[automap] automap geometry is now handled in DaggerfallAutomap class More... about 10 years ago
[automap] renamed DaggerfallAutomap to DaggerfallAutomapWindow More... about 10 years ago
Merge remote-tracking branch 'remotes/interkarma/work-in-progress' into my-work-in-progress More... about 10 years ago
Merge pull request #15 from HowardRoeske/work-in-progress More... about 10 years ago
Fixed texture wrapping artifacts on video textures. More... about 10 years ago
Bumping version for 0.1 (first non-test release). More... about 10 years ago
Player torch is now enabled at dusk. More... about 10 years ago
Added new item-related classes. More... about 10 years ago
RDBLayout methods now pass actionLinkDict by value. It is not necessary to pass as reference as Dictionary class will be the same collection regardless. A null actionLinkDict allows RDBLayout to instantiate geometry independent of actions. Added serialize flag to RDBLayout methods to optionally disable serialization of supported objects. Serializable objects will now only attempt to register if they have a non-zero LoadID. More... about 10 years ago
[automap] class resource allocation reworked a bit More... about 10 years ago
[automap] lighting of geometry improved More... about 10 years ago
[automap] improvements to automap geometry More... about 10 years ago
[automap] geometry for rendering in automap is now cloned gameobject More... about 10 years ago
Added OpenSans font. Moved TESFonts into their own folder. More... about 10 years ago
Merge pull request #14 from Lypyl/tempLabelFix More... about 10 years ago
Fix for indexing bug in TextLabel.SetText() More... about 10 years ago
[automap] render panel now matches the empty area in the window More... about 10 years ago
Merge pull request #13 from Lypyl/tempLogUpdate More... about 10 years ago
[automap] compass positioning fixed More... about 10 years ago
Merge remote-tracking branch 'remotes/interkarmaRemote/work-in-progress' into my-work-in-progress More... about 10 years ago
HUDCompass now allows for arbitrary position. More... about 10 years ago