1
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Nov 17, 2024 — Nov 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Player class added. Adjustments in Camera class: player follows movement of Camera. NPCs can pick up items. ObjectData: removeItemReference() added.
thoronador
as Thoronador
More... over 15 years ago
Small improvements to remove some compiler warnings.
thoronador
as Thoronador
More... over 15 years ago
Dusk::Camera is now singleton. Pointer to Camera removed from API. Player/Camera can jump.
thoronador
as Thoronador
More... over 15 years ago
Editor: quests can now be renamed. Journal: changeQuestID() added.
thoronador
as Thoronador
More... over 15 years ago
Messages class added. Update for InputSystemEditor to handle input and output separately.
thoronador
as Thoronador
More... over 15 years ago
Editor: Journal entries can now be changed. JournalRecord: FlagsToString() added.
thoronador
as Thoronador
More... over 15 years ago
Removal of unneccessary Ogre example headers.
thoronador
as Thoronador
More... over 15 years ago
API: unneccessary pointer to Ogre::Camera removed. Scene: documentation updated. CommandCreateObject class removed (had no functionality anyway). InputSystemEditor: "<" and ">" are now allowed input characters, too.
thoronador
as Thoronador
More... over 15 years ago
Changes in API class which allow that class to be used in the Editor, too. Update of Weather, EditorApplication and EditorFrameListener classes to reflect that changes.
thoronador
as Thoronador
More... over 15 years ago
Update of Code::Blocks project files.
thoronador
as Thoronador
More... over 15 years ago
LuaEngine: bindings for QuestLog.
thoronador
as Thoronador
More... over 15 years ago
LuaEngine: small fix; bindings for NPC added. InputSystemEditor can now switch between Console and LuaEngine and has a "browsable" input history.
thoronador
as Thoronador
More... over 15 years ago
Dialogue: scriptable dialogue conditions and result scripts added. LuaEngine: runScript() and runFile() can now display error messages. Menu: processes result scripts of dialogue.
thoronador
as Thoronador
More... over 15 years ago
Editor: new quest entries can be added, and they can also be deleted now. Journal: getMaximumAvialableIndex() added.
thoronador
as Thoronador
More... over 15 years ago
Editor: preparations for adding new quest entries; Listboxes / MultiColumnListboxes use selection brushes to visualize selections.
thoronador
as Thoronador
More... over 15 years ago
Journal: deleteQuest() and deleteEntry() added to allow removal of data. Editor: possibility to remove quests added.
thoronador
as Thoronador
More... over 15 years ago
Missing LuaBindingsObject.h/.cpp from rev 171 added. Fixed a bug that caused a wrong return value in Journal::hasQuest(). Editor: first steps to implement journal editor.
thoronador
as Thoronador
More... almost 16 years ago
ObjectData and AnimationData: changed internal structure to map of vectors; functions to get a certain reference by ID added. LuaEngine: bindings for DuskObject added.
thoronador
as Thoronador
More... almost 16 years ago
Weather: getFogColour() added. LuaEngine: bindings for Weather and Sound classes.
thoronador
as Thoronador
More... almost 16 years ago
Lua headers and DLLs for Windows added. LuaIncludes adjusted for Win32. Small fixes in Inventory and Landscape to avoid compiler warnings.
thoronador
as Thoronador
More... almost 16 years ago
LuaEngine added. Script: moved function trim() to DuskFunctions.h, because trim() does not depend on Script class.
thoronador
as Thoronador
More... almost 16 years ago
Editor: Small update to ease colour editing for landscape in editor. LandscapeRecord: method for better collision detection ray vs. landscape added.
thoronador
as Thoronador
More... almost 16 years ago
Class Item added.
thoronador
as Thoronador
More... almost 16 years ago
Class Item added.
thoronador
as Thoronador
More... almost 16 years ago
DataLoader: SaveGame() and LoadSaveGame() added.
thoronador
as Thoronador
More... almost 16 years ago
QuestLog singleton class added.
thoronador
as Thoronador
More... almost 16 years ago
InputSystemBinding can now load and save bindings; and it will load bindings from file keys.conf, if that file exists. Script: two new methods added.
thoronador
as Thoronador
More... almost 16 years ago
Journal class updated to allow quests to have a distinct name and not only ID. ItemBase, ObjectBase, ObjectData: LoadFromFile() and SaveToFile() removed. Documentation updated.
thoronador
as Thoronador
More... almost 16 years ago
Introduction of Journal Singleton class.
thoronador
as Thoronador
More... almost 16 years ago
NPC: getConstInventory() added for getting a constant inventory reference. Dialogue: new condition for amount of items in NPC's inventory added. Menu: startDialogueWithNPC() and nextDialogueChoice() added to manage dialogue menu. InputSystemBinding: key handling for dialogue menu added.
thoronador
as Thoronador
More... almost 16 years ago